-- phpMyAdmin SQL Dump
-- version 2.10.2
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Generation Time: Jul 09, 2017 at 08:55 AM
-- Server version: 5.0.45
-- PHP Version: 5.2.3

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

-- 
-- Database: `qaddora`
-- 

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

-- 
-- Table structure for table `admins`
-- 

CREATE TABLE `admins` (
  `user_id` int(100) NOT NULL auto_increment,
  `user_email` varchar(255) NOT NULL,
  `user_pass` varchar(255) NOT NULL,
  PRIMARY KEY  (`user_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `admins`
-- 

INSERT INTO `admins` VALUES (1, 'naderadam20152015@gmail.com', 'abcde@1234567890');
INSERT INTO `admins` VALUES (2, 'chinashopcart@gmail.com', 'abcde@123456789');

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

-- 
-- Table structure for table `brands`
-- 

CREATE TABLE `brands` (
  `brand_id` int(11) NOT NULL auto_increment,
  `brand_title` text NOT NULL,
  `brand_image` text NOT NULL,
  `criteriaid` int(11) NOT NULL,
  PRIMARY KEY  (`brand_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=48 ;

-- 
-- Dumping data for table `brands`
-- 

INSERT INTO `brands` VALUES (47, 'HITACHI', '', 0);

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

-- 
-- Table structure for table `cart`
-- 

CREATE TABLE `cart` (
  `p_id` int(11) NOT NULL,
  `ip_add` varchar(255) NOT NULL,
  `qty` int(11) NOT NULL,
  PRIMARY KEY  (`p_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `cart`
-- 

INSERT INTO `cart` VALUES (155, '127.0.0.1', 2);
INSERT INTO `cart` VALUES (275, '127.0.0.1', 3);
INSERT INTO `cart` VALUES (219, '127.0.0.1', 1);
INSERT INTO `cart` VALUES (177, '127.0.0.1', 4);

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

-- 
-- Table structure for table `cat`
-- 

CREATE TABLE `cat` (
  `cat_id` int(11) NOT NULL auto_increment,
  `cat_title` varchar(255) NOT NULL,
  `notes` varchar(255) NOT NULL,
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

-- 
-- Dumping data for table `cat`
-- 

INSERT INTO `cat` VALUES (1, 'Mobiles', 'mobiles');
INSERT INTO `cat` VALUES (2, 'Computers', 'computers');
INSERT INTO `cat` VALUES (3, 'Speakers', 'Speakers');
INSERT INTO `cat` VALUES (4, 'Microphones', 'Microphones');
INSERT INTO `cat` VALUES (5, 'Charger', '');
INSERT INTO `cat` VALUES (6, 'Cables', '');

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

-- 
-- Table structure for table `categories`
-- 

CREATE TABLE `categories` (
  `cat_id` int(11) NOT NULL auto_increment,
  `cat_title` text NOT NULL,
  `cat_image` text NOT NULL,
  `cat_title_ar` text NOT NULL,
  `cat_title_pr` text NOT NULL,
  `main_cat_id` int(11) NOT NULL,
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=85 ;

-- 
-- Dumping data for table `categories`
-- 

INSERT INTO `categories` VALUES (20, '5.0AH ENERGY', '1.jpg', '', '5.0AH ENERGY', 1);
INSERT INTO `categories` VALUES (19, 'BARE TOOLS\r\n', '2.jpg', '', 'BARE TOOLS\r\n', 1);
INSERT INTO `categories` VALUES (18, 'DRILLS', '3.jpg', '', 'DRILLS', 1);
INSERT INTO `categories` VALUES (17, 'SCREWDRIVERS & IMPACT DRIVERS & WRENCHES\r\n', '4.jpg', '', 'SCREWDRIVERS, & IMPACT DRIVERS & WRENCHES\r\n', 1);
INSERT INTO `categories` VALUES (13, 'SAWS & CUTTERS', '5.jpg', '', '', 1);
INSERT INTO `categories` VALUES (16, 'GRINDERS', '6.jpg', '', 'Recuperado Sony', 1);
INSERT INTO `categories` VALUES (15, 'COMBO KITS', '7.jpg', '', 'iPhone remodelado', 1);
INSERT INTO `categories` VALUES (14, '10.8V MICRO LI-ION', '8.jpg', '', 'Galaxy remodelado', 1);
INSERT INTO `categories` VALUES (21, '36V OUTDOOR POWER EQUIPMENT', '9.jpg', '', 'HTC Recuperado', 1);
INSERT INTO `categories` VALUES (84, 'MACHINES CORDLESS DEVICES', '', '', '', 3);
INSERT INTO `categories` VALUES (83, 'HireProâ„¢', '', '', '', 2);
INSERT INTO `categories` VALUES (82, 'Engines', '', '', '', 2);
INSERT INTO `categories` VALUES (81, 'Garden Machinery', '', '', '', 2);
INSERT INTO `categories` VALUES (80, 'Power Tools', '', '', '', 2);
INSERT INTO `categories` VALUES (78, 'Water-Pumps', '', '', '', 2);
INSERT INTO `categories` VALUES (79, 'Air-Compressors', '', '', '', 2);
INSERT INTO `categories` VALUES (77, 'Pressure-Washers', '', '', '', 2);
INSERT INTO `categories` VALUES (76, 'Generators', '', '', '', 2);
INSERT INTO `categories` VALUES (46, 'HITACHI ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (47, '6.0AH LITHIUM ADVANCED', '', '', '', 1);
INSERT INTO `categories` VALUES (48, 'ROTARY & DEMOLITION HAMMERS', '', '', '', 1);
INSERT INTO `categories` VALUES (49, 'DRILLS & DRILL PRESS', '', '', '', 1);
INSERT INTO `categories` VALUES (50, 'SCREWDRIVERS & IMPACT WRENCHES', '', '', '', 1);
INSERT INTO `categories` VALUES (51, 'GRINDERS', '', '', '', 1);
INSERT INTO `categories` VALUES (52, 'SAWS & CUTTING EQUIPMENT', '', '', '', 1);
INSERT INTO `categories` VALUES (53, 'ROUTERS, PLANERS & THICKNESSER', '', '', '', 1);
INSERT INTO `categories` VALUES (54, 'SANDERS & POLISHERS', '', '', '', 1);
INSERT INTO `categories` VALUES (55, 'NAILERS', '', '', '', 1);
INSERT INTO `categories` VALUES (56, 'BLOWERS, VACS & HEATGUNS', '', '', '', 1);
INSERT INTO `categories` VALUES (57, 'ACCESSORIES & CONSUMABLES', '', '', '', 1);
INSERT INTO `categories` VALUES (58, '36V OUTDOOR POWER EQUIPMENT', '', '', '', 1);
INSERT INTO `categories` VALUES (59, 'CUTTING EQUIPMENT', '', '', '', 1);
INSERT INTO `categories` VALUES (60, 'WATERPUMPS', '', '', '', 1);
INSERT INTO `categories` VALUES (61, 'DRILLS & POST HOLE BORERS', '', '', '', 1);
INSERT INTO `categories` VALUES (62, 'BLOWERS VACS', '', '', '', 1);
INSERT INTO `categories` VALUES (63, 'HEDGE TRIMMERS', '', '', '', 1);
INSERT INTO `categories` VALUES (64, 'LINE TRIMMERS/BRUSH CUTTERS', '', '', '', 1);
INSERT INTO `categories` VALUES (65, 'MULTI TOOL SYSTEM', '', '', '', 1);
INSERT INTO `categories` VALUES (66, 'CHAINSAWS', '', '', '', 1);
INSERT INTO `categories` VALUES (67, 'OUTDOOR POWER EQUIPMENT ACCESSORIES & CONSUMABLES', '', '', '', 1);
INSERT INTO `categories` VALUES (68, 'MULTI TOOL ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (69, 'CARRY BAGS & CASES', '', '', '', 1);
INSERT INTO `categories` VALUES (70, 'PLANER & ROUTER ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (71, 'CORDLESS ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (72, 'GRINDER ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (73, 'SAW & CUTTING EQUIPMENT ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (74, 'DRILL & HAMMER ACCESSORIES', '', '', '', 1);
INSERT INTO `categories` VALUES (75, 'DRILL/DRIVER/WRENCH BIT KITS', '', '', '', 1);

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

-- 
-- Table structure for table `criteriatools`
-- 

CREATE TABLE `criteriatools` (
  `criteriaid` int(11) NOT NULL auto_increment,
  `criteria _title` varchar(255) NOT NULL,
  PRIMARY KEY  (`criteriaid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `criteriatools`
-- 

INSERT INTO `criteriatools` VALUES (1, 'Products By Brands');
INSERT INTO `criteriatools` VALUES (2, 'Products By Suppliers');

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

-- 
-- Table structure for table `customers`
-- 

CREATE TABLE `customers` (
  `customer_id` int(11) NOT NULL auto_increment,
  `customer_ip` varchar(255) NOT NULL,
  `customer_name` text NOT NULL,
  `customer_email` varchar(255) NOT NULL,
  `customer_pass` varchar(255) NOT NULL,
  `customer_country` text NOT NULL,
  `customer_city` text NOT NULL,
  `customer_contact` varchar(255) NOT NULL,
  `customer_address` text NOT NULL,
  `customer_image` text NOT NULL,
  PRIMARY KEY  (`customer_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;

-- 
-- Dumping data for table `customers`
-- 

INSERT INTO `customers` VALUES (16, '127.0.0.1', 'Nasser', 'smallsite100@gmail.com', 'abcde@12345', 'AR', 'jerusalem', '0989878875', 'almanamah city', 'martins2.jpeg');
INSERT INTO `customers` VALUES (8, '127.0.0.1', 'adam', 'smallsitecms@gmail.com', 'abcde@12345', 'AR', 'argentina', '09839839', 'arjentin folkano', 'nader (4).jpg');
INSERT INTO `customers` VALUES (17, '127.0.0.1', 'Shadi ', 'shadi@gmail.com', '12345', 'AD', 'barli', '656565645343', 'arjentin folkano', 'S-MPH-1180G.jpg');
INSERT INTO `customers` VALUES (18, '127.0.0.1', 'ahmad', 'ahmadadnam@gmail.com', 'abcde@123456', 'DJ', 'manamah', '0599814392', 'Aldahla building floor 3 House number 7', '45564_500063259096_3504404_n.jpg');
INSERT INTO `customers` VALUES (19, '127.0.0.1', 'nader', 'naderadam@gmail.com', 'abcde', 'BH', 'antiqua', '0909403954', 'ramallah', 'S-MPH-1180J.jpg');
INSERT INTO `customers` VALUES (20, '127.0.0.1', 'naderadam', 'naderadam20152015@gmail.com', 'abcde@12345', 'JO', 'Amman', '0599814392', 'amman', '10924692_10153573949244097_508972471865909230_n.jpg');

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

-- 
-- Table structure for table `main_categories`
-- 

CREATE TABLE `main_categories` (
  `main_cat_id` int(11) NOT NULL auto_increment,
  `main_cat_title` varchar(255) NOT NULL,
  `main_cat_image` text NOT NULL,
  `main_cat_ar` varchar(255) NOT NULL,
  PRIMARY KEY  (`main_cat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=26 ;

-- 
-- Dumping data for table `main_categories`
-- 

INSERT INTO `main_categories` VALUES (1, 'HITACHI', '', 'Refurbished Mobiles');
INSERT INTO `main_categories` VALUES (2, 'HYUNDAI', '', 'Cell Phones	');
INSERT INTO `main_categories` VALUES (3, 'MITABO', '', 'Mobile Accessories	');
INSERT INTO `main_categories` VALUES (4, 'BERENT', '', 'Brand Phones	');
INSERT INTO `main_categories` VALUES (5, 'LAVOR', '', 'Computers & Networks');
INSERT INTO `main_categories` VALUES (6, 'RILAND', '', 'Ipads & Tablets');
INSERT INTO `main_categories` VALUES (7, 'VALEX', '', 'Leds & Lights');
INSERT INTO `main_categories` VALUES (8, 'GMC', '', 'Electronics');
INSERT INTO `main_categories` VALUES (9, 'MAKITA', '', 'Jewelry & Watches');
INSERT INTO `main_categories` VALUES (10, 'KONISHI ', '', 'Weddings & Formal ');
INSERT INTO `main_categories` VALUES (11, 'FOX ', '', 'Automobiles & Tools');
INSERT INTO `main_categories` VALUES (12, 'RYOBI', '', 'Bags & Shoes');
INSERT INTO `main_categories` VALUES (13, 'HUNTER', '', 'HUNTER');
INSERT INTO `main_categories` VALUES (14, 'ZOODOS ', '', 'Green Products	');
INSERT INTO `main_categories` VALUES (17, 'DREMEL ', '', '');
INSERT INTO `main_categories` VALUES (18, 'MAKTEC', '', '');
INSERT INTO `main_categories` VALUES (19, 'DEWALT', '', '');
INSERT INTO `main_categories` VALUES (20, 'BLACK & DECKER', '', '');
INSERT INTO `main_categories` VALUES (21, 'FALCON  ', '', '');
INSERT INTO `main_categories` VALUES (22, 'SKIL ', '', '');
INSERT INTO `main_categories` VALUES (23, 'MAX ', '', '');
INSERT INTO `main_categories` VALUES (24, 'STAINHEL ', '', '');
INSERT INTO `main_categories` VALUES (25, 'YAMA ', '', '');

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

-- 
-- Table structure for table `orders`
-- 

CREATE TABLE `orders` (
  `order_id` int(100) NOT NULL auto_increment,
  `p_id` int(100) NOT NULL,
  `c_id` int(100) NOT NULL,
  `qty` int(100) NOT NULL,
  `invoice_no` int(200) NOT NULL,
  `date` date NOT NULL,
  `order_status` text NOT NULL,
  PRIMARY KEY  (`order_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `orders`
-- 

INSERT INTO `orders` VALUES (1, 3, 16, 4, 5765, '2015-10-12', 'Completed');
INSERT INTO `orders` VALUES (2, 5, 17, 2, 232435, '2015-10-21', 'in Progress');

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

-- 
-- Table structure for table `payments`
-- 

CREATE TABLE `payments` (
  `payment_id` int(100) NOT NULL auto_increment,
  `amount` int(100) NOT NULL,
  `customer_id` int(100) NOT NULL,
  `product_id` int(100) NOT NULL,
  `trx_id` varchar(255) NOT NULL,
  `currency` text NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY  (`payment_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `payments`
-- 

INSERT INTO `payments` VALUES (1, 200, 16, 3, 'd656587gghtt65', 'USD', '2015-10-12');
INSERT INTO `payments` VALUES (2, 760, 17, 5, 'tfde34566', 'USD', '2015-10-21');

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

-- 
-- Table structure for table `products`
-- 

CREATE TABLE `products` (
  `product_id` int(11) NOT NULL auto_increment,
  `product_cat` int(11) NOT NULL,
  `product_brand` int(11) NOT NULL,
  `product_supplier` int(11) NOT NULL,
  `weight_id` int(11) NOT NULL,
  `product_title` varchar(255) NOT NULL,
  `product_type` varchar(255) NOT NULL,
  `product_status` varchar(255) NOT NULL,
  `product_price` double NOT NULL,
  `product_newprice` double NOT NULL,
  `product_desc` text NOT NULL,
  `product_image` text NOT NULL,
  `product_keywords` text NOT NULL,
  `product_added` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `main_cat_id` int(11) NOT NULL,
  PRIMARY KEY  (`product_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=399 ;

-- 
-- Dumping data for table `products`
-- 

INSERT INTO `products` VALUES (23, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', '525476.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (22, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'GMC920350-500x500.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (9, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '51VJ17BX22L.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (10, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '51YI3nESR-L._SY300_.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (11, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '61Tc-JUEp8L._SY355_.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (12, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '61XclfvnSqL._SY355_.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (13, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '619MjqvyQXL._SY355_.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (14, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '10615.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (15, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '12185.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (16, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', '69341.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (17, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'GetImage (1).jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (18, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'GetImage (2).jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (19, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'GetImage (4).jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (20, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'GetImage (7).jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (21, 0, 0, 0, 0, 'GMC', 'Select Product Type', 'Select a Status', 0, 0, '', 'SIL920112A.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (24, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'aa77c93dcfb47746b9d8ab05873e4619.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (25, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'c7bu2.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (26, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'CM4SB2_HITACHI POWER TOOL WEBSITE.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (27, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'cm75ebp_dw_oblique.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (28, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'DV16VSS.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (29, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'H65SD2_web_7799.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (30, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'Hitachi-C10FCH2-10-Inch-Miter-Saw.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (31, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'Hitachi-Angle-Grinder-G10Ss.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (32, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'Hitachi-CV18DBLP4-18V-Brushless-Oscillating-Tool.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (33, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'post-hitachiuvp.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (34, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'hitachi-B001K7JK9Y-1-lg.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (35, 0, 0, 0, 0, 'Hitachi', 'Select Product Type', 'Select a Status', 0, 0, '', 'hitachi-B001N2NTEI-5-lg.jpg', '', '0000-00-00 00:00:00', 0);
INSERT INTO `products` VALUES (36, 0, 0, 0, 0, 'Hyundai', 'Select Product Type', 'new', 0, 0, '', '61dOldUD3ML._SL1013_.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (37, 0, 0, 0, 0, 'Hyundai', 'Select Product Type', 'best', 0, 0, '', 'HY2155-18V-Combi-Drill-YT7218-web.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (38, 0, 0, 0, 0, 'Hyundai', 'Select Product Type', 'best', 0, 0, '', 'Hyundai-HYC4618.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (39, 0, 0, 0, 0, 'Mitabo', 'Select Product Type', 'hot', 0, 0, '', 'MET-A-9423.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (40, 0, 0, 0, 0, 'Mitabo', 'Select Product Type', 'hot', 0, 0, '', 'MET-A-9427.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (41, 0, 0, 0, 0, 'Riland', 'Select Product Type', 'special', 0, 0, '', 'riland$135213809(s).jpg', '', '0000-00-00 00:00:00', 6);
INSERT INTO `products` VALUES (42, 0, 0, 0, 0, 'Riland', 'Select Product Type', 'special', 0, 0, '', 'RILAND-MIG250F-1024x768.jpg', '', '0000-00-00 00:00:00', 6);
INSERT INTO `products` VALUES (43, 0, 0, 0, 0, 'Valex', 'Select Product Type', 'sale', 0, 0, '', '619rqXkHSfL._SX355_.jpg', '', '0000-00-00 00:00:00', 7);
INSERT INTO `products` VALUES (44, 0, 0, 0, 0, 'Valex', 'Select Product Type', 'sale', 0, 0, '', '517TJ+2EKiL._SY355_.jpg', '', '0000-00-00 00:00:00', 7);
INSERT INTO `products` VALUES (45, 0, 0, 0, 0, 'Valex', 'Select Product Type', 'sale', 0, 0, '', 'img_118420_1749541411132-seghetto-alternativo-s35e.jpg', '', '0000-00-00 00:00:00', 7);
INSERT INTO `products` VALUES (46, 0, 0, 0, 0, 'Valex', 'Select Product Type', 'new', 0, 0, '', 'images.jpg', '', '0000-00-00 00:00:00', 7);
INSERT INTO `products` VALUES (47, 0, 0, 0, 0, 'Mitabo', 'Select Product Type', 'new', 0, 0, '', 'Metabo_SRE-4350-TurboTec_01.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (48, 20, 47, 6, 0, '18V 125MM ANGLE GRINDER', 'Select Product Type', 'Select a Status', 0, 0, '<p><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></p>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 572px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DSL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">296mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle<br />Carry Case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'G18DSL(GJ).2.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (49, 20, 47, 6, 0, '18V COLLATED SCREWDRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super smooth and quiet operation thanks to Hitachi''s silent multiple disc clutch system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Comfortable operation with excellent balance</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts 25-41mm screws, simple tool-less adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy one-touch removal of feeder assembly for fast bit changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WF18DSL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drywall Screw Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25 - 41mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Bit Shank</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">399mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.1kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">No.2 driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'G18DSL(GJ).2.1.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (50, 20, 47, 6, 0, '18V PREMIUM BRUSHLESS DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 722px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal; line-height: 25.5px;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS18DBL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">206mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'DS18DBL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (51, 20, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 807px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DBL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">220mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (52, 20, 47, 6, 0, '18V PRO SERIES DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 622px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 350/min (low); 0 - 1,600/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">228mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.1kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'DS18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (53, 20, 47, 6, 0, '18V PRO SERIES IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 707px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (54, 20, 47, 6, 0, '18V PRO SERIES IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 577px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 170Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">170Nm (power); 95Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">161mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'WH18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (55, 20, 47, 6, 0, '18V PRO SERIES IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 255Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">255Nm (power); 140Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">173mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WR18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (56, 20, 47, 6, 0, '18V HIGH TORQUE IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful tightening/loosening torque, 480Nm max torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum no-load speed 1500rpm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum capacity bolt: M22</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Convenient rocker switch for one-handed forward/reverse control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSHL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">2,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">480Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">264mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WR18DSHL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (57, 20, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 50% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 250Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DBDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">250Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">168mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WR18DBDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (58, 20, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 55% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 160Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">160Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">157mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WH18DBDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (59, 20, 47, 6, 0, '18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">International recognised IP56 water &amp; dust proof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Unique Active Control System (ACS) automatically adjusts the rotation speed in proportion to load and optimises the impact timing to increase tightening speed and reduce driver slippage from the screw head</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tightening speed and torque with&nbsp;3-stage power selector plus S-mode for self-drilling screws</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 172Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &ndash; 128mm overall length</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px; text-align: center;"><iframe src="https://www.youtube.com/embed/3ws7k9XKcSs" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<p><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></p>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/2,200/3,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">172Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">128mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WH18DDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (60, 20, 47, 6, 0, '18V ''BARE TOOL'' 5.0AH CUSTOM COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">The best way to build your own completely customised combo kit.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 162px;">Includes:\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2x 5.0Ah Energy Li-ion Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Fan-cooled Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tools added as required</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/COMKIT5_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>', 'COMKIT5.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (61, 20, 47, 6, 0, '18V BRUSHLESS TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBEL 18V Brushless Hammer Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">50Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light&nbsp;</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DBEL(HJ)_SML.JPG', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (62, 20, 47, 6, 0, '18V BRUSHLESS COMBO KIT - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL 18V Brushless Impact Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light&nbsp;</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DBBL(GB)_SML.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (63, 20, 47, 6, 0, '18V PREMIUM BRUSHLESS TWIN PACK - DRILL & DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL 18V Premium Brushless Hammer Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">86Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light and battery charge level indicator</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBDL 18V Premium Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 160Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Selective striking mode &ndash; continuous and burst</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">4-stage electronic power selector plus variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light and battery charge level indicator</span></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DJL(GB).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (64, 20, 47, 6, 0, '18V PRO SERIES TWIN PACK - DRILL&DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">&nbsp;</div>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DKL(GB).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (65, 20, 47, 6, 0, '18V BRUSHLESS SHOPFITTERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm Brushless Impact Drill (DV18DBEL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165Nm Brushless Impact Driver (WH18DBEL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Premium Brushless ''DeepCut'' Circular Saw (C18DBL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 2.5Ah Energy Li-Ion Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1 x 5.0Ah&nbsp;<span style="letter-spacing: normal;">Energy Li-Ion Batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">System Carry Case #4</li>\r\n</ul>', 'TSK158.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (66, 20, 47, 6, 0, '18V PRO SERIES TWIN PACK - DRIVER DRILL&WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">Includes:<br /><strong>DS18DSDL 13mm PROSeries Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong>WR18DSDL PROSeries Impact Wrench</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 255Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DSDL(GB).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (67, 20, 47, 6, 0, '18V PRO SERIES 4-TOOL COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<p><strong style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">WH18DSAL Impact Driver</strong></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong>C18DSLNN 165mm Circular Saw</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy blade changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety switch with lock-off lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 3,400/min</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong>G18DSLNN 125mm Angle Grinder</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and heavy duty carry bag</span></div>', 'COMKIT5.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (68, 20, 47, 6, 0, '18V PRO SERIES TWIN PACK - DRIVER DRILL&DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">Includes:<br /><strong>DS18DSDL 13mm PROSeries Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>', 'KC18DLL(GB).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (69, 19, 47, 6, 0, '18V BRUSHLESS BAND SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High speed cutting performs an effortless cut with no sparking and a cleaner finish</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start function increases safety and control by reducing kickback on motor start up</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Balanced weight distribution and light weight at only 3.6kg reduces user fatigue and increases control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">The Hitachi Brushless motor is 30% more efficient than conventional models as no energy is wasted through brush friction thus extending battery run time</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Adjustable guide plate</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Quick Tension Lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Deep Cutting Capacity of 83mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft grip handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Remaining battery indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ambidextrous safety switch lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Integrated led light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/CB18DBL%20Band%20Saw%20A4%20Flyer%20LR.pdf" target="_blank">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''https://secure.zeald.com/site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBLNN_1UP.pdf" data-googletools="1">here</a></li>\r\n</ul>', 'cb18dbl.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (70, 19, 47, 6, 0, '18V BRUSHLESS 165MM DEEPCUT CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor delivers&nbsp;more power, faster cutting speed and longer run times<br /><img style="border: 0px solid;" title="c18dbalnn2" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/c18dbalnn2.jpg" alt="c18dbalnn2" width="530" height="312" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm blade with deep cut configuration &ndash; max cut&nbsp;66mm at 90&deg;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact and lightweight with excellent&nbsp;ergonomics, and right hand configuration</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s unique Silent mode allows for quieter operation&nbsp;and 30% longer runtime with automatic switching&nbsp;to power mode when work load increase<br /><img style="border: 0px solid;" title="c18dbalnn" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/c18dbalnn.jpg" alt="c18dbalnn" width="700" height="145" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Overload protection stops the saw in the&nbsp;event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life electronic trigger switch with&nbsp;ambidextrous safety switch lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start and electric brake</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy park stand to protect the blade and base,&nbsp;and to make changing the blade easier</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Two ultra-bright LED lights</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Remaining battery level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/c18dbal.pdf" target="_blank">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBALNN_V1.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<div style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<table style="width: 768px; line-height: 20.39px; letter-spacing: normal;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Cutting Depth</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">90&deg;&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">66mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">45&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">45mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">165mm (6 1/2")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">4,100/min (2,500/min in Silent mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">294mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">3.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">TCT blade<br />Wrench<br /><u>Optional</u>&nbsp;Parallel Guide available</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'C18DBALNN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (71, 19, 47, 6, 0, 'WORKSITE SOUND SYSTEM', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi sets the new standard in high performance sound systems with this awesome new model &ndash; and of course it&rsquo;s fully compatible with all Hitachi Lithium Ion slide batteries!</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 292px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Robust new design &ndash; shock&nbsp;<span style="letter-spacing: 0.3px; line-height: 1.2em; font-size: 1em;">absorbing roll frame and integrated storage case&nbsp;</span><span style="letter-spacing: 0.3px; line-height: 1.2em; font-size: 1em;">for smartphone/music device (device not included)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty IPx4 waterproof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Premium quality sound output and easy to use Digital Tuner</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">MP3/Smartphone compatible, equipped with an AUX input terminal.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of charging most Smartphones through USB 5V output (1A max)&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Rubber Antenna</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Includes AC Adaptor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide type&nbsp;(supplied without batteries and charger)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ur18dsal.pdf" target="_blank">&nbsp;here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UR18DSAL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>', 'UR18DSAL.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (72, 19, 47, 6, 0, 'PREMIUM WORKSITE SOUND SYSTEM', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi sets the new standard in high performance sound systems with this awesome new model &ndash; and of course it&rsquo;s fully compatible with all Hitachi Lithium Ion slide batteries!</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 376px;">\r\n<h4 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 27.6px; font-stretch: normal; font-size: 23px; margin: 5px 0px; letter-spacing: normal;"><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">Massive sound output, a tough new design,&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">and jam packed with technology such as Digital&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">Audio Broadcasting (DAB) support and Bluetooth,&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">the new UR18DSDL is&nbsp;<strong>THE</strong>&nbsp;system to have on site.</span></h4>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tough new robust design &ndash; heavy duty shock&nbsp;<span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">absorbing roll frame and integrated storage case&nbsp;</span><span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">for smartphone/music device (device not included)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty IPx4 waterproof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Premium quality sound output and easy to use Digital Tuner&nbsp;<span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">- supports Digital Audio Broadcasting (DAB)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Bluetooth connection to music devices as well as AUX connection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of charging most Smartphones through USB 5V output (1A max)&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Built-in storage case for 18V slide Li-ion battery</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Rubber Antenna</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Includes AC Adaptor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide type&nbsp;(supplied without batteries and charger)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ur18dsdl.pdf" target="_blank">&nbsp;here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UR18DSDL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>', 'UR18DSDL_1.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (73, 19, 47, 6, 0, '18V 2-WAY LED WORKLIGHT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 2-WAY LED WORKLIGHT</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Multi function Worklight - 2-mode with the choice of either a torch or multi use worklight</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impressive illumination with 12 ultra-bright white LED&rsquo;s</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Adjustable head which pivots left-right 270 degrees in seven steps and up-down 180 degrees in five steps</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Worklight mode has 3 power settings; high (12 x LED), mid (6 X LED) and (3 X LED)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long runtime (5.0Ah battery) &ndash; Worklight(low): 51 hours; Torch: 43 hours</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Shoulder strap and retractable hook for convenient portability and long term use</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/ub18djl.pdf" target="_blank">here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DJL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DJL.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (74, 19, 47, 6, 0, '18V PREMIUMBRUSHLESS MULTI TOOL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">The new standard in Multi Tools has arrived &ndash; unprecedented performance and control due to Hitachi&rsquo;s High Performance Premium Brushless Motor and the AUTO mode.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 1011px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High Oscillation Speed for faster cutting, but unique new&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">design produces low vibration back to the operator</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Hitachi&rsquo;s AUTO mode operates as an automatic transmission,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">automatically increasing or&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">decreasing cutting speed as required depending on the job&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">&ndash; providing MAXIMUM performance yet maintaining efficiency&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">and control</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Hitachi&rsquo;s Premium Brushless Motor lies at the heart&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">of the tool &ndash; providing ultra-long run time, low noise,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">high power and unbeatable performance.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Variable Speed control: 5 stage manual settings,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">plus AUTO mode</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Constant Speed electronic monitoring ensures selected&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">RPM is maintained under load (manual mode)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Soft start to ensure operator is in complete control on start up</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Reliable and simple tool-less blade change&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">&ndash; uses industry standard OIS blade system</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Built in LED Light to illuminate work area</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Remaining Battery Indicator</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/cv18dbl%20part%201.pdf" target="_blank">Part 1</a>&nbsp;&amp;&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/cv18dbl%20part%202.pdf" target="_blank">Part 2</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CV18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 1.2em; letter-spacing: 0.3px; text-align: center;"><iframe src="https://www.youtube.com/embed/omGThvdaVNU" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n&nbsp;\r\n<table style="max-width: 99%; width: 768px; line-height: 20.39px; height: auto !important;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 173px; vertical-align: top; height: auto !important; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 130px; vertical-align: top; height: auto !important; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 430px; vertical-align: top; height: auto !important; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Oscillation Angle</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">3.2&deg;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">Normal Mode (Dial: 1-5)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">6,000 - 20,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">AUTO Mode (Dial: A)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">15,000&hArr;20,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">307mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">2.0kg (with BSL1850)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">12pce accessory set - blades, sanding pad, sandpaper</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'CV18DBLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (75, 19, 47, 6, 0, '18V COMPACT IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Lightweight and compact body - only 1.6kg</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/wh18djl.pdf" target="_blank"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DJLNN_1UP.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">0 - 2,400/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">145Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">166mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">1.6kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'WH18DJLNN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (76, 19, 47, 6, 0, '18V BRUSHLESS 125MM ''SAFETY'' ANGLE GRINDER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor delivers more power,&nbsp;higher torque and longer run times &ndash; up to 50% longer runtime&nbsp;than traditional brushed motor.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s unique AUTO mode adjusts the speed automatically&nbsp;between high and low speeds depending on the load &ndash;&nbsp;reducing noise and vibration in no-load operation.<br /><img style="border: 0px solid;" title="mode3" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/mode3.jpg" alt="mode3" width="725" height="160" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Anti-Kickback &amp; overload protection stops the grinder in the&nbsp;event of a &ldquo;Jam&rdquo; or sudden drop in wheel rotation speed during&nbsp;operation or excessive pressure on the tool.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Restart protection disables motor from restarting if&nbsp;a battery is inserted with the switch in the ON position&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Constant speed control maintains the speed under load&nbsp;ensuring maximum power is delivered</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft-Start reduces the reactive force generated at motor start&nbsp;up reducing the load to the operator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Detachable filters minimises internal damage&nbsp;caused by the ingress of foreign objects into the motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Non-lockable Paddle switch improves user safety,&nbsp;commonly known as a &ldquo;Deadman Safety Switch&rdquo;.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Anti-Vibration soft grip side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/g18dbal.pdf" target="_blank"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DBALNN_1UP.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<table style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, sans-serif; font-size: 17px; letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 95px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 436px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Normal</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">9,000/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">AUTO mode</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2"><span style="letter-spacing: normal; line-height: 20.39px;">5,500</span><span style="letter-spacing: 0.3px; line-height: 20.39px;">&hArr;</span><span style="letter-spacing: normal; line-height: 20.39px;">9,000/min&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">326mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'G18DBALNN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (77, 19, 0, 6, 0, '18V 125MM ANGLE GRINDER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 577px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">296mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'G18DSLNN.1.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (78, 19, 47, 6, 0, '18V 115MM ANGLE GRINDER BARE TOOL (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 115MM ANGLE GRINDER BARE TOOL (OLD STYLE CARTRIDGE)</span></h1>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 552px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">115mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with Hitachi 18V standard size cartridge batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">115mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">325mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.9kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'G18DLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (79, 19, 47, 6, 0, '18V 10MM ANGLE DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 10MM ANGLE DRILL BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long runtime with optional 5.0Ah Energy battery - 310 holes*</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">10mm single sleeve keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low profile head - only 88mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed paddle switch with reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electric brake to stop rotation when switch is released</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/dn14_18dsl.pdf" data-googletools="1">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DN18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">28mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 800/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">326mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p style="margin: 1em 0px; line-height: 20.4px; font-stretch: normal; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em>*Wood&nbsp;drill : &oslash;28mm / Material : SPF lumber, 38mm in thickness</em></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DN18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (80, 19, 47, 6, 0, '18V SDS+ ROTARY HAMMER DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V SDS+ ROTARY HAMMER DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">The perfect solution when a fast and portable rotary hammer drill is required.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 567px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 mode action: Drilling only and hammer drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-mode power: Save mode for small bits and Power mode for larger bits</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DH18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Bit Shank</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">SDS+</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">(FWD)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 750/min (Save); 0 - 1,500/min (Power)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 3,100/min (Save); 0 - 6,200/min (Power)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">276mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Side handle<br />Depth gauge</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'DH18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (81, 19, 47, 6, 0, '18V 82MM TCT PLANER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 82MM TCT PLANER BARE TOOL</span></h1>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High cutting speed - 32,000 cuts per minute</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max cutting depth 2.0mm and rebate up to 9mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty aluminium base for strength and durability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Automatic safety stand to protect blades and surfaces</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/p18dsl.pdf" data-googletools="1">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/P18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Maximum Cutting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Width</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">82mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Depth</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.0mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Rebate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">9mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">296mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">3.3kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Mini reversible TCT blades<br />Wrench<br />Parallel&nbsp;guide</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'P18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (82, 19, 47, 6, 0, '18V COLLATED SCREWDRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V COLLATED SCREWDRIVER BARE TOOL</span></h1>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super smooth and quiet operation thanks to Hitachi''s silent multiple disc clutch system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Comfortable operation with excellent balance</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts 25-41mm screws, simple tool-less adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy one-touch removal of feeder assembly for fast bit changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WF18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drywall Screw Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25 - 41mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Bit Shank</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">399mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.1kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">No.2 driver bit</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WF18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (83, 19, 47, 6, 0, '18V JIGSAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V JIGSAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s cordless Jigsaw is ideal for installation work where speed and convenience is required.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 652px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">3 stage orbital action</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts Standard jigsaw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CJ18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">135mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Minimum Cutting Radius</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">26mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Base Tilt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">45&deg;&nbsp;Left &amp; Right</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">277mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2"><span style="letter-spacing: normal; line-height: 25.5px;">Blade<br />Wrench<br />Splinter guard<br />Chip cover</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CJ18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (84, 19, 47, 6, 0, '18V SABRE SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V SABRE SAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s exceptional cordless sabre saw offers high-performance in a compact, ergonomically styled package.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 562px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rubberised non-slip housing</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blades can be mounted upside down to perform pocket cuts</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard sabre saw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CR18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">90mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">90mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">28mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">434mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Wrench</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CR18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (85, 19, 47, 6, 0, '18V 165MM CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 165MM CIRCULAR SAW BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Strong rigid base</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy blade changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety switch with lock-off lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Depth&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;"><span style="letter-spacing: normal;">90</span>&deg;<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">57mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal;">45</span>&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">40mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">165mm (6 1/2")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">365mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">TCT blade<br />Wrench<br />Parallel guide</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'C18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (86, 19, 47, 6, 0, '18V PREMIUMBRUSHLESS CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUMBRUSHLESS CIRCULAR SAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">High performance EDT Brushless motor delivers more power, faster cutting speed and longer run time &ndash; up to 500 cuts per charge*</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 1002px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm blade with deep cut configuration &ndash; max cut 47mm at 90&deg;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact and lightweight with excellent ergonomics, and right hand configuration</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi''s Active Control system (ACS) provides ''silent mode'' which allows for quieter operation and 25% longer runtime with automatic switching to power mode when work load increases</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Overload protection stops the saw in the event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life electronic trigger switch with ambidextrous safety switch lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start and electric brake</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy park stand to protect the blade and base, and to make changing the blade easier</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/c18dbl.pdf" data-googletools="1">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 1.2em; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/BVt7USj75Ls" width="560" height="315" frameborder="0" scrolling="no" allowfullscreen=""></iframe></div>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Cutting Depth</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;"><span style="letter-spacing: normal;">90</span>&deg;<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">47mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal;">45</span>&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">30mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">125mm (5")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">5,000/min (3,000/min in Silent mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">280mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">TCT blade<br />Wrench<br /><u>Optional</u>&nbsp;Parallel Guide available (302756)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style="margin: 1em 0px; line-height: 1.2em; font-stretch: normal; font-size: 1em; letter-spacing: 0.3px;"><em><span style="letter-spacing: 0.3px; font-size: 11px;">*Tested with BSL1850 cutting 70 x 35mm Radiata Pine</span></em></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'C18DBLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (87, 19, 47, 6, 0, '18V LINE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LINE TRIMMER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s Unique &lsquo;Disk Motor&rsquo;&nbsp;directly rotates the trimmer head to achieve low noise and vibration, high efficiency, and to keep the unit lightweight &amp; well balanced.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s powerful 38V &lsquo;Boost Circuit&rsquo;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety On/Off switch with power indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety guard offering a large 310mm cutting path</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Large trigger switch with safety lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CG18DSDLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Path</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">310mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Noise Level</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">63dB(A)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Approx. Run Time</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">35 minutes (Hitachi 4.0Ah Li-ion Battery)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,670mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.3kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Tap &amp; Go Bump Feed Trimming Head<br />Safety glasses<br />Wrenches</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CG18DSDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (88, 19, 47, 6, 0, '18V HEDGE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V HEDGE TRIMMER BARE TOOL</span></h1>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 487px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blade length - 520mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Dual action double sided and double edged blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Large front handle with safety switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft grip rubber rear handle for maximum comfort</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Translucent safety debris guard</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CH18DSLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">15mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Noise Level</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">69dB(A)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Approx. Run Time</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">130 minutes (Hitachi 4.0Ah Li-ion Battery)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">846mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade protector</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CH18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (89, 19, 47, 6, 0, '18V STUD CUTTER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V STUD CUTTER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Designed for threaded stud cutting</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Clean cutting without sparks, chips or noise</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easily replaceable cutters have 4 cutting edges each</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of cutting M6, M8 and M10 threaded stud (M6 &amp; M10 cutters optional)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CL18DSLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 30 &nbsp;strokes per min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">283mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M8 Cutters<br />M8 thread die</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CL18DSLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (90, 19, 47, 6, 0, '18V STAPLER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V STAPLER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less depth adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Anti-blank firing protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; Lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">150 staple capacity with low level window</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 20.4px;">Suitable staples in 6 - 13mm length:</span></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">RAPID 23/ Series</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">RAPID SUPER STRONG 9/ Series</span></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Download Product Specification Card&nbsp;</span><a style="color: #009645; text-decoration: none; letter-spacing: 0.3px; line-height: 20.4px;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/N18DSLNN_1UP.pdf" target="_blank">here</a><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Staple Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Magazine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">150 Staples</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">235mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Safety glasses<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'N18DSLNN.2.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (91, 19, 47, 6, 0, '18V WET & DRY VACUUM BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V WET &amp; DRY VACUUM BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">A handy way to clean up those small messes and spills around the workplace, with all the convenience and portability that cordless technology offers.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 357px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Dust Capacity 670mL</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of up to 38 minutes continuous use with 4.0Ah Li-ion batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max airflow: 0.7m3/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Features a backflow prevention valve</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n</ul>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">430mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Brush nozzle<br />Crevice nozzle<br />Squeegee nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'R18DSL.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (92, 19, 47, 6, 0, '18V BLOWER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BLOWER BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s cordless blower is a compact and lightweight unit that can be used in a variety of cleaning and inflation applications.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 407px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful blow and air volume flow</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable Speed 0-15,000/min&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of up to 25 minutes continuous use with 4.0Ah battery</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/RB18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Air Volume</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 2.2m3/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Air Pressure</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 3.9kPa</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 15,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">505mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.6kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'RB18DSLNN.3.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (93, 19, 47, 6, 0, '136NM 18V BRUSHLESS IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 939px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load impact rate 0 - 31,500</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n</ul>\r\n<br /><img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500/min (low); 0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 31,500/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">202mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2NN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (94, 19, 47, 6, 0, '18V PRO SERIES IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 712px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (95, 19, 47, 6, 0, '18V IMPACT DRILL BARE TOOL (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V IMPACT DRILL BARE TOOL (OLD STYLE CARTRIDGE)</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with Hitachi 18V standard size cartridge batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DL2NN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (96, 19, 0, 0, 0, '18V PRO SERIES IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 170Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">170Nm (power); 95Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">161mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DSDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (97, 19, 47, 6, 0, '18V PRO SERIES IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT WRENCH BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 255Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">255Nm (power); 140Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">173mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (98, 19, 47, 6, 0, '18V HIGH TORQUE IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V HIGH TORQUE IMPACT WRENCH BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful tightening/loosening torque, 480Nm max torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum no-load speed 1500rpm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum capacity bolt: M22</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Convenient rocker switch for one-handed forward/reverse control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSHLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">2,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">480Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">264mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSHLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (99, 19, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT WRENCH BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 50% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 250Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">250Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">168mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DBDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (100, 19, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL</span></h1>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 652px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 55% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 160Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">160Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">157mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DBDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (101, 19, 47, 6, 0, '18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">International recognised IP56 water &amp; dust proof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Unique Active Control System (ACS) automatically adjusts the rotation speed in proportion to load and optimises the impact timing to increase tightening speed and reduce driver slippage from the screw head</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tightening speed and torque with&nbsp;3-stage power selector plus S-mode for self-drilling screws</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 172Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &ndash; 128mm overall length</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px; text-align: center;"><iframe src="https://www.youtube.com/embed/3ws7k9XKcSs" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/2,200/3,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">172Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">128mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (102, 19, 47, 6, 0, '18V WORKSHOP FAN', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V WORKSHOP FAN</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High air speeds of up to 160m/min</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long run time of up to 7.5 hours (4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low noise with a decibel rating of 52dB(A)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Tilt adjustment range of 45 degrees</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">AC adaptor included</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UF18DSL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UF18DSL.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (103, 19, 47, 6, 0, '18V LED WORKLAMP', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED WORKLAMP</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Massive illumination with 36 ultra-bright white LED&rsquo;s</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long run time of up to 11.5 hours (4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">240 degrees adjustable head which pivots in 16 steps</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Multiple mounting capabilities</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download Brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/ub18dgl.pdf" data-googletools="1">here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DGL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DGL.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (104, 19, 47, 6, 0, '18V LED LANTERN', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED LANTERN</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">2-mode lighting system - Single LED or LED Tube</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Up to 200 hours of light per charge (single LED mode 4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Up to 12 hours of light per charge (LED tube mode 4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Automatically switches lighting from LED tube to single LED when the battery is almost discharged</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Versatile pivoting hooked handle</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DDL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DDL.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (105, 19, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 832px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">220mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (106, 18, 47, 6, 0, '18V SDS+ ROTARY HAMMER DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V SDS+ ROTARY HAMMER DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">The perfect solution when a fast and portable rotary hammer drill is required.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 567px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 mode action: Drilling only and hammer drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-mode power: Save mode for small bits and Power mode for larger bits</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DH18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Bit Shank</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">SDS+</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">(FWD)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 750/min (Save); 0 - 1,500/min (Power)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 3,100/min (Save); 0 - 6,200/min (Power)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">276mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Side handle<br />Depth gauge</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DH18DSLNN.1 (1).jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (107, 18, 47, 6, 0, '18V IMPACT DRILL BARE TOOL (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '', 'DV18DL2NN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (108, 18, 47, 6, 0, '18V PRO SERIES IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 712px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDLNN.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (109, 18, 47, 6, 0, '136NM 18V BRUSHLESS IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 939px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load impact rate 0 - 31,500</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n</ul>\r\n<br /><img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500/min (low); 0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 31,500/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">202mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2NN.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (110, 18, 47, 6, 0, '18V PRO SERIES IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 707px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (111, 18, 47, 6, 0, '18V PRO SERIES IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah&nbsp;Lithium Advanced&nbsp;batteries and Rapid Smart charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDL(GY).jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (112, 18, 47, 6, 0, '18V COMPACT LI-ION IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V COMPACT LI-ION IMPACT DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">55Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm single sleeve keyless chuck with automatic spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox with all metal gears</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact and lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with&nbsp;2x 1.5Ah Li-ion batteries and smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DJL(GC)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">38mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 75mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 350/min (low); 0 - 1,400/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 19,600/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">55Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1 - 6Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">220mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DJL(GC).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (113, 18, 47, 6, 0, '18V PRO SERIES DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES DRIVER DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 80px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s PROSeries drills are more powerful than ever before &ndash; pushing out a massive 92Nm hard torque. And with Hitachi&rsquo;s 5.0Ah ENERGY batteries, you get more run-time between charges. Featuring heavy duty metal gear transmissions and 13mm steel-cased keyless chucks, these new drills have been built to do the hard yards and last the distance.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 622px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 350/min (low); 0 - 1,600/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">228mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.1kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS18DSDL(GJ).1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (114, 18, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRILL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 832px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">220mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DH18DSLNN.1 (1).jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (115, 18, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 807px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DV18DBL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">220mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL(GJ).1neww.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (116, 18, 47, 6, 0, '136NM 18V BRUSHLESS DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS DRIVER DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 929px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah Lithium Advanced&nbsp;batteries and&nbsp;Rapid Smart charger</li>\r\n</ul>\r\n<br /><br /><img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500 /&nbsp;0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">204mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2(GY)_3Q_LowAngle(SML).jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (117, 18, 47, 6, 0, '136NM 18V BRUSHLESS IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS IMPACT DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 959px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load impact rate 0 - 31,500</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah Lithium Advanced&nbsp;batteries and&nbsp;Rapid Smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Available as a bare tool DV18DBL2NN</li>\r\n</ul>\r\n<br /><img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" />&nbsp;<img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500 /&nbsp;0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 31,500/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">204mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2(GY)_3Q_LowAngle(SML) (1)newwwww.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (118, 18, 47, 6, 0, '18V BRUSHLESS DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS DRIVER DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor - up to 50% longer run-time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">50Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm single sleeve keyless chuck with automatic spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox with all metal gears with variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life Electronic trigger switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact and lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 2.5Ah Energy Li-ion batteries and smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS18DBEL(GF)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">38mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 75mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-400/min (low); 0-1,500/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">50Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1 - 6Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">202mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.6kg (with 2.5Ah battery)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS18DBEL(GF).1dddd.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (119, 18, 47, 6, 0, '18V PREMIUM BRUSHLESS DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS DRIVER DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s high performance brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 722px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;<span style="letter-spacing: normal;">providing up to 40% longer run time per charge compared to conventional brushed motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS18DBL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0-200/300/350/400/min (low); 0-1,000/1,300/1,500/1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">86Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">206mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS18DBL(GJ).1drilllllllll.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (120, 18, 47, 6, 0, '14.4V 10MM DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">14.4V 10MM DRIVER DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">34Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">10mm keyless chuck</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah NiCad batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">30mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6.2 x 63mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">14.4V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 400/min (low); 0 - 1,200/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">34Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1 - 6Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">210mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.9kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Torch<br />Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS14DVF3.1this.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (121, 18, 47, 6, 0, '10.8V MICRO LI-ION DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION DRIVER DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &amp; lightweight - only 170mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">36Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">10mm single sleeve keyless chuck</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion batteries and smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ds10dal.pdf" target="_blank">&nbsp;here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS10DAL(GC)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 192px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 99px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 439px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Soft Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">29mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Mild Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Wood Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">5.8 x 45mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">0 - 350/min (low); 0 - 1,300/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">36Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2"><span style="letter-spacing: normal; line-height: 20.4px;">1 - 4.5Nm</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">170mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS10DAL(GC).1sosoooo.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (122, 18, 47, 6, 0, '3.6V MINI LI-ION DRIVER/DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">3.6V MINI LI-ION DRIVER/DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">The DB3DL2 combines versatility and functionality into a compact, lightweight design, making it the perfect tool for trades people working in tight confines, who need precision screw-driving control.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 622px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Versatile 2 speed gearbox and 21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Dual position handle converts from straight to pistol grip</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Convenient rocker switch for forward/reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for manual screw driving</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Equipped with battery protection circuit</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion batteries and smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DB3DL2.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Screw Driving Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.8x38mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.6V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">200/600/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Clutch Settings</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0.3 - 2.9Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">268mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0.45kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DB3DL2_2.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (123, 18, 47, 6, 0, '18V 10MM ANGLE DRILL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 10MM ANGLE DRILL BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long runtime with optional 5.0Ah Energy battery - 310 holes*</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">10mm single sleeve keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low profile head - only 88mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed paddle switch with reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electric brake to stop rotation when switch is released</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/dn14_18dsl.pdf" data-googletools="1">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DN18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">28mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 800/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">326mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Side handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p style="margin: 1em 0px; line-height: 20.4px; font-stretch: normal; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em>*Wood&nbsp;drill : &oslash;28mm / Material : SPF lumber, 38mm in thickness</em></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DN18DSLNN.1adammmmm.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (124, 17, 47, 6, 0, '18V COLLATED SCREWDRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V COLLATED SCREWDRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super smooth and quiet operation thanks to Hitachi''s silent multiple disc clutch system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Comfortable operation with excellent balance</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts 25-41mm screws, simple tool-less adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy one-touch removal of feeder assembly for fast bit changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WF18DSL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drywall Screw Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25 - 41mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Bit Shank</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">399mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.1kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">No.2 driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WF18DSL(GJ).1noooooooooooooo.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (125, 17, 47, 6, 0, '18V PRO SERIES IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 170Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">170Nm (power); 95Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">161mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DSDL(GJ).12.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (126, 17, 47, 6, 0, '18V PRO SERIES IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT WRENCH</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 255Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">255Nm (power); 140Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">173mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSDL(GJ).13.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (127, 17, 47, 6, 0, '18V PRO SERIES IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT WRENCH BARE TOOL</span></h1>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 572px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 255Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 18mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">255Nm (power); 140Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">173mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSDLNN.14.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (128, 17, 47, 6, 0, '18V HIGH TORQUE IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V HIGH TORQUE IMPACT WRENCH</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful tightening/loosening torque, 480Nm max torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum no-load speed 1500rpm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum capacity bolt: M22</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Convenient rocker switch for one-handed forward/reverse control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSHL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">2,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">480Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">264mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSHL(GJ).15.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (129, 17, 47, 6, 0, '18V HIGH TORQUE IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V HIGH TORQUE IMPACT WRENCH BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful tightening/loosening torque, 480Nm max torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum no-load speed 1500rpm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Maximum capacity bolt: M22</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Convenient rocker switch for one-handed forward/reverse control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DSHLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">12 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">2,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">480Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">264mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSHLNN.16.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (130, 17, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT WRENCH</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 50% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 250Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WR18DBDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">250Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">168mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DSHLNN.16.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (131, 17, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT WRENCH BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT WRENCH BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 50% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 250Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">8 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/2" square</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">250Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">168mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WR18DBDLNN.17.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (132, 17, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing up to 55% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 160Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">160Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">157mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DBDL(GJ).18.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (133, 17, 47, 6, 0, '10.8V MICRO LI-ION ANGLE IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION ANGLE IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low profile head for access to tight spaces &ndash; 53mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 30Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 1x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">30Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">280mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH10DCL19.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (134, 17, 47, 6, 0, '10.8V MICRO LI-ION IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 95Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,500/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">95Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">151mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH10DFL20.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (135, 17, 47, 6, 0, '18V PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;providing up to 55% longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 160Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Selective striking mode &ndash; continuous and burst</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage electronic power selector plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low current-draw trigger control switch gives ''step-less'' linear acceleration of motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DBDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/1,400/2,000/2,600/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">160Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">157mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DBDLNN.121.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (136, 17, 47, 6, 0, '18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance brushless motor&nbsp;providing longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">International recognised IP56 water &amp; dust proof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Unique Active Control System (ACS) automatically adjusts the rotation speed in proportion to load and optimises the impact timing to increase tightening speed and reduce driver slippage from the screw head</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tightening speed and torque with&nbsp;3-stage power selector plus S-mode for self-drilling screws</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 172Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &ndash; 128mm overall length</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DDL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px; text-align: center;"><iframe src="https://www.youtube.com/embed/3ws7k9XKcSs" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/2,200/3,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">172Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">128mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DDL(GJ).122.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (137, 17, 47, 6, 0, '18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V IP56 PREMIUM BRUSHLESS IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">â€‹â€‹High performance brushless motor&nbsp;providing longer run time per charge compared to conventional brushed motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">International recognised IP56 water &amp; dust proof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Unique Active Control System (ACS) automatically adjusts the rotation speed in proportion to load and optimises the impact timing to increase tightening speed and reduce driver slippage from the screw head</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tightening speed and torque with&nbsp;3-stage power selector plus S-mode for self-drilling screws</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 172Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &ndash; 128mm overall length</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light and battery charge level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px; text-align: center;"><iframe src="https://www.youtube.com/embed/3ws7k9XKcSs" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 900/2,200/3,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">172Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">128mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DDLNN.123.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (138, 17, 47, 6, 0, '18V PRO SERIES IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super powerful 170Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Power mode for heavy duty applications and Save mode for light applications</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DSDLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,600/min&nbsp;(power);&nbsp;0 - 2,000/min&nbsp;(save)<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">170Nm (power); 95Nm (save)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">161mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.7kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DSDLNN.124.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (139, 17, 47, 6, 0, '18V COMPACT IMPACT DRIVER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V COMPACT IMPACT DRIVER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm tightening torque</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Lightweight and compact body - only 1.6kg</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/wh18djl.pdf" target="_blank"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/WH18DJLNN_1UP.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">6 - 14mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">6 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">0 - 2,400/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">0 - 3,200/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">145Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">166mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">1.6kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 141px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 390px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH18DJLNN25.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (140, 13, 47, 6, 0, '10.8V MICRO LI-ION JIGSAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION JIGSAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard jigsaw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with&nbsp;1x 1.5Ah Li-ion battery and charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">50mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,700/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">349mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CJ10DL100.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (141, 13, 47, 6, 0, '18V JIGSAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V JIGSAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s cordless Jigsaw is ideal for installation work where speed and convenience is required.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 652px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">3 stage orbital action</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts Standard jigsaw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CJ18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">135mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Minimum Cutting Radius</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">26mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Base Tilt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">45&deg;&nbsp;Left &amp; Right</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">277mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2"><span style="letter-spacing: normal; line-height: 25.5px;">Blade<br />Wrench<br />Splinter guard<br />Chip cover</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CJ18DSLNN.1101.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (142, 13, 47, 6, 0, '10.8V MICRO LI-ION SABRE SAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION SABRE SAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; Adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blades can be mounted upside down to perform pocket cuts</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard sabre saw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with&nbsp;1x 1.5Ah Li-ion battery and charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">50mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,700/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">349mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CR10DL.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (143, 13, 47, 6, 0, '18V SABRE SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V SABRE SAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s exceptional cordless sabre saw offers high-performance in a compact, ergonomically styled package.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 562px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rubberised non-slip housing</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blades can be mounted upside down to perform pocket cuts</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard sabre saw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CR18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">90mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">90mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">28mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">434mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Wrench</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CR18DSLNN.1102.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (144, 13, 47, 6, 0, '18V 165MM CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 165MM CIRCULAR SAW BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Strong rigid base</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy blade changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety switch with lock-off lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Depth&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;"><span style="letter-spacing: normal;">90</span>&deg;<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">57mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;"><span style="letter-spacing: normal;">45</span>&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">40mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">165mm (6 1/2")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3,400/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">365mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">TCT blade<br />Wrench<br />Parallel guide</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'C18DSLNN.1104.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (145, 13, 47, 6, 0, '18V PREMIUMBRUSHLESS CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUMBRUSHLESS CIRCULAR SAW BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">High performance EDT Brushless motor delivers more power, faster cutting speed and longer run time &ndash; up to 500 cuts per charge*</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 1002px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm blade with deep cut configuration &ndash; max cut 47mm at 90&deg;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact and lightweight with excellent ergonomics, and right hand configuration</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi''s Active Control system (ACS) provides ''silent mode'' which allows for quieter operation and 25% longer runtime with automatic switching to power mode when work load increases</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Overload protection stops the saw in the event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life electronic trigger switch with ambidextrous safety switch lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start and electric brake</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy park stand to protect the blade and base, and to make changing the blade easier</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/c18dbl.pdf" data-googletools="1">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 1.2em; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/BVt7USj75Ls" width="560" height="315" frameborder="0" scrolling="no" allowfullscreen=""></iframe></div>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Cutting Depth</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;"><span style="letter-spacing: normal;">90</span>&deg;<span style="letter-spacing: normal;">&nbsp;</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">47mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal;">45</span>&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">30mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">125mm (5")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">5,000/min (3,000/min in Silent mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">280mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">TCT blade<br />Wrench<br /><u>Optional</u>&nbsp;Parallel Guide available (302756)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style="margin: 1em 0px; line-height: 1.2em; font-stretch: normal; font-size: 1em; letter-spacing: 0.3px;"><em><span style="letter-spacing: 0.3px; font-size: 11px;">*Tested with BSL1850 cutting 70 x 35mm Radiata Pine</span></em></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'C18DBLNN.1105.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (146, 13, 47, 6, 0, '18V LINE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LINE TRIMMER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s Unique &lsquo;Disk Motor&rsquo;&nbsp;directly rotates the trimmer head to achieve low noise and vibration, high efficiency, and to keep the unit lightweight &amp; well balanced.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s powerful 38V &lsquo;Boost Circuit&rsquo;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety On/Off switch with power indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety guard offering a large 310mm cutting path</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Large trigger switch with safety lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CG18DSDLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Path</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">310mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Noise Level</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">63dB(A)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Approx. Run Time</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">35 minutes (Hitachi 4.0Ah Li-ion Battery)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,670mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.3kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Tap &amp; Go Bump Feed Trimming Head<br />Safety glasses<br />Wrenches</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CG18DSDLNN.1106.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (147, 13, 47, 6, 0, '18V HEDGE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V HEDGE TRIMMER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blade length - 520mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Dual action double sided and double edged blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Large front handle with safety switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft grip rubber rear handle for maximum comfort</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Translucent safety debris guard</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CH18DSLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">15mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Noise Level</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">69dB(A)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Approx. Run Time</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">130 minutes (Hitachi 4.0Ah Li-ion Battery)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">846mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade protector</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CH18DSLNN.1107.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (148, 13, 47, 6, 0, '18V STUD CUTTER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V STUD CUTTER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Designed for threaded stud cutting</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Clean cutting without sparks, chips or noise</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easily replaceable cutters have 4 cutting edges each</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of cutting M6, M8 and M10 threaded stud (M6 &amp; M10 cutters optional)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CL18DSLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 30 &nbsp;strokes per min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">283mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M8 Cutters<br />M8 thread die</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CL18DSLNN.1108.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (149, 13, 47, 6, 0, '18V PREMIUMBRUSHLESS MULTI TOOL BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUMBRUSHLESS MULTI TOOL BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">The new standard in Multi Tools has arrived &ndash; unprecedented performance and control due to Hitachi&rsquo;s High Performance Premium Brushless Motor and the AUTO mode.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 1011px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High Oscillation Speed for faster cutting, but unique new&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">design produces low vibration back to the operator</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Hitachi&rsquo;s AUTO mode operates as an automatic transmission,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">automatically increasing or&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">decreasing cutting speed as required depending on the job&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">&ndash; providing MAXIMUM performance yet maintaining efficiency&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">and control</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Hitachi&rsquo;s Premium Brushless Motor lies at the heart&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">of the tool &ndash; providing ultra-long run time, low noise,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">high power and unbeatable performance.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Variable Speed control: 5 stage manual settings,&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">plus AUTO mode</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Constant Speed electronic monitoring ensures selected&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">RPM is maintained under load (manual mode)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Soft start to ensure operator is in complete control on start up</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Reliable and simple tool-less blade change&nbsp;</span><span style="letter-spacing: normal; line-height: 1.2em;">&ndash; uses industry standard OIS blade system</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Built in LED Light to illuminate work area</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Remaining Battery Indicator</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/cv18dbl%20part%201.pdf" target="_blank">Part 1</a>&nbsp;&amp;&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/cv18dbl%20part%202.pdf" target="_blank">Part 2</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CV18DBLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div class="media_embed" style="line-height: 1.2em; letter-spacing: 0.3px; text-align: center;"><iframe src="https://www.youtube.com/embed/omGThvdaVNU" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n&nbsp;\r\n<table style="max-width: 99%; width: 768px; line-height: 20.39px; height: auto !important;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 173px; vertical-align: top; height: auto !important; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 130px; vertical-align: top; height: auto !important; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #999999; width: 430px; vertical-align: top; height: auto !important; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Oscillation Angle</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">3.2&deg;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">Normal Mode (Dial: 1-5)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">6,000 - 20,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">AUTO Mode (Dial: A)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">15,000&hArr;20,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">307mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">2.0kg (with BSL1850)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 173px; vertical-align: top; height: auto !important;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 130px; vertical-align: top; height: auto !important;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; max-width: 99%; border-color: #ffffff; width: 430px; vertical-align: top; height: auto !important;" colspan="2">12pce accessory set - blades, sanding pad, sandpaper</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CV18DBLNN.1109.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (150, 13, 47, 6, 0, '18V BRUSHLESS 165MM DEEPCUT CIRCULAR SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS 165MM DEEPCUT CIRCULAR SAW BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor delivers&nbsp;more power, faster cutting speed and longer run times<br /><img style="border: 0px solid;" title="c18dbalnn2" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/c18dbalnn2.jpg" alt="c18dbalnn2" width="530" height="312" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm blade with deep cut configuration &ndash; max cut&nbsp;66mm at 90&deg;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact and lightweight with excellent&nbsp;ergonomics, and right hand configuration</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s unique Silent mode allows for quieter operation&nbsp;and 30% longer runtime with automatic switching&nbsp;to power mode when work load increase<br /><img style="border: 0px solid;" title="c18dbalnn" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/c18dbalnn.jpg" alt="c18dbalnn" width="700" height="145" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Overload protection stops the saw in the&nbsp;event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life electronic trigger switch with&nbsp;ambidextrous safety switch lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start and electric brake</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy park stand to protect the blade and base,&nbsp;and to make changing the blade easier</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Two ultra-bright LED lights</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Remaining battery level indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/c18dbal.pdf" target="_blank">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBALNN_V1.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="width: 768px; line-height: 20.39px; letter-spacing: normal;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Cutting Depth</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">90&deg;&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">66mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">45&deg;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">45mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Blade Diameter</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">165mm (6 1/2")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">4,100/min (2,500/min in Silent mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">294mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">3.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">TCT blade<br />Wrench<br /><u>Optional</u>&nbsp;Parallel Guide available</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CH18DSLNN.1107.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (151, 13, 47, 6, 0, '18V BRUSHLESS BAND SAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS BAND SAW BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High speed cutting performs an effortless cut with no sparking and a cleaner finish</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft start function increases safety and control by reducing kickback on motor start up</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Balanced weight distribution and light weight at only 3.6kg reduces user fatigue and increases control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">The Hitachi Brushless motor is 30% more efficient than conventional models as no energy is wasted through brush friction thus extending battery run time</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Adjustable guide plate</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Quick Tension Lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Deep Cutting Capacity of 83mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft grip handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Remaining battery indicator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ambidextrous safety switch lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Integrated led light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/CB18DBL%20Band%20Saw%20A4%20Flyer%20LR.pdf" target="_blank">here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''https://secure.zeald.com/site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/C18DBLNN_1UP.pdf" data-googletools="1">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="width: 859px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top; background-color: #cccccc;"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Max. sawing dimension</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">Round Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">External diameter 83mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">Square Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">80mm(w) x 80mm(h)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">No load speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">Standard mode (1-5)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">80 - 195m/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">Auto mode (A)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">120 - 195m/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Blade size</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">(L x W x T)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">900 x 12.5 x 0.5</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">(with BSL1850)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: top;">3.6kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Dimensions</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 189px; vertical-align: top;">(L x W x H )<br />(with BSL1850)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 434px; vertical-align: middle;">413mm x 173mm x 266mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Battery type</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 619px; vertical-align: top;" colspan="2" rowspan="1">Compatible with all Hitachi 18V Slide batteries</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 213px; vertical-align: top;">Standard accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 619px; vertical-align: top;" colspan="2" rowspan="1">1 x 18TPI bi-metal blade and side handle. Optional batteries and charger available separately</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'cb18dbl111.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (152, 16, 47, 6, 0, '18V 125MM ANGLE GRINDER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 125MM ANGLE GRINDER BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 577px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DSLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">296mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'G18DSLNN.1.1 1000.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (153, 16, 47, 6, 0, '18V BRUSHLESS 125MM ''SAFETY'' ANGLE GRINDER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS 125MM ''SAFETY'' ANGLE GRINDER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor delivers more power,&nbsp;higher torque and longer run times &ndash; up to 50% longer runtime&nbsp;than traditional brushed motor.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Hitachi&rsquo;s unique AUTO mode adjusts the speed automatically&nbsp;between high and low speeds depending on the load &ndash;&nbsp;reducing noise and vibration in no-load operation.<br /><img style="border: 0px solid;" title="mode3" src="http://www.hitachipowertools.co.nz/site/hitachi/images/Hitachi%20Power%20Tools/mode3.jpg" alt="mode3" width="725" height="160" align="bottom" /></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Anti-Kickback &amp; overload protection stops the grinder in the&nbsp;event of a &ldquo;Jam&rdquo; or sudden drop in wheel rotation speed during&nbsp;operation or excessive pressure on the tool.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Restart protection disables motor from restarting if&nbsp;a battery is inserted with the switch in the ON position&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Constant speed control maintains the speed under load&nbsp;ensuring maximum power is delivered</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Soft-Start reduces the reactive force generated at motor start&nbsp;up reducing the load to the operator</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Detachable filters minimises internal damage&nbsp;caused by the ingress of foreign objects into the motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Non-lockable Paddle switch improves user safety,&nbsp;commonly known as a &ldquo;Deadman Safety Switch&rdquo;.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Anti-Vibration soft grip side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/g18dbal.pdf" target="_blank"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DBALNN_1UP.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 95px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 436px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">Normal</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">9,000/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">AUTO mode</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2"><span style="letter-spacing: normal; line-height: 20.39px;">5,500</span><span style="letter-spacing: 0.3px; line-height: 20.39px;">&hArr;</span><span style="letter-spacing: normal; line-height: 20.39px;">9,000/min&nbsp;</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">326mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">2.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 95px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 436px; vertical-align: top;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'G18DBALNN 1001.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (154, 16, 47, 6, 0, '18V 115MM ANGLE GRINDER BARE TOOL (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 115MM ANGLE GRINDER BARE TOOL (OLD STYLE CARTRIDGE)</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 552px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">115mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with Hitachi 18V standard size cartridge batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without batteries, charger and carry caseâ€‹</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DLNN.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">115mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">325mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.9kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'G18DLNN.1 1002.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (155, 16, 47, 6, 0, '18V 125MM ANGLE GRINDER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 125MM ANGLE GRINDER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">This cordless grinder has all the features of a conventional electric angle grinder with the added benefit of portability where access to power is limited.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 572px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm grinding wheel</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Removable side handle</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level indicator &ndash; for convenience and to extend battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 5.0Ah Energy Li-ion batteries and fan-cooled smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/G18DSL(GJ)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wheel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">125mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Hole Dia.</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">22mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Spindle Thread</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">M14 x 2.0</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">9,100/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">296mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Grinding wheel<br />Wrench<br />Side Handle<br />Carry Case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'G18DSL(GJ).2.1 1003.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (156, 13, 47, 6, 0, '10.8V MICRO LI-ION DIE GRINDER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION DIE GRINDER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; Lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 5,000 &ndash; 35,000/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Innovative low vibration mechanism for added safety and comfort</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed dial to enable selection of correct speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock function for easy bit changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area &amp; battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Collet Chuck</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.2mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5,000 - 35,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">208mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">40pce accessory kit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'GP10DL 1004.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (157, 15, 47, 6, 0, '18V MOBILE WORKSHOP KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V MOBILE WORKSHOP KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Circular Saw (C18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">82mm TCT Planer (P18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Jigsaw (CJ18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4 x 6.0Ah&nbsp;Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Worksite Trolley Tool Bag</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK101_6Ah.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (158, 15, 47, 6, 0, '10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS10DAL 10mm Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">36Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH10DAL 108Nm Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 108Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Standard with 2x 1.5Ah Li-ion batteries, smart charger and heavy duty satchel<br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC10DML(GA)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC10DML(GA)c1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (159, 15, 47, 6, 0, '10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS10DFL 10mm Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><br /><strong>WH10DFL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 95Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><br />Supplied with 2x 1.5Ah Li-ion batteries, smart charger and heavy duty satchel</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC10DFL.1c2.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (160, 15, 47, 6, 0, '18V PRO SERIES TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES TWIN PACK - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span><br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DKL(GB)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DKL(GB).1c3.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (161, 15, 47, 6, 0, '18V PRO SERIES IMPACT DRILL & IMPACT DRIVER TWIN PACK', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL &amp; IMPACT DRIVER TWIN PACK</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 6.0Ah&nbsp;Lithium Advanced&nbsp;batteries, Rapid Smart Charger and robust 2-tool carry case</span><br /><br /><br /><img style="border: 0px solid;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DKL(GY)_6.0Ahc4.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (162, 15, 47, 6, 0, '18V PREMIUM BRUSHLESS TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PREMIUM BRUSHLESS TWIN PACK - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL 18V Premium Brushless Hammer Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">86Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">8 pre-set speeds (via 2-speed gearbox and 4-stage electronic switching)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light and battery charge level indicator</span></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBDL 18V Premium Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 160Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Selective striking mode &ndash; continuous and burst</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">4-stage electronic power selector plus variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light and battery charge level indicator</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span><br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DJL(GB)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DJL(GB).1c5.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (163, 15, 47, 6, 0, '18V BRUSHLESS IMPACT DRILL & IMPACT DRIVER KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS IMPACT DRILL &amp; IMPACT DRIVER KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL2 136Nm 18V Brushless&nbsp;Impact Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm single sleeve keyless chuck</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">136Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Premium Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">4-stage electronic power selector plus variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 6.0Ah Lithium Advanced batteries,&nbsp;Rapid&nbsp;Smart charger and robust 2-tool carry case<br /><br /><br /><img style="border: 0px solid;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DBDL(GA)_SMLc6.JPG', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (164, 15, 47, 6, 0, '18V BRUSHLESS COMBO KIT - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS COMBO KIT - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL 18V Brushless Impact Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">86Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light&nbsp;</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DBBL(GB)_SMLc7.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (165, 15, 47, 6, 0, '18V BRUSHLESS TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS TWIN PACK - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBEL 18V Brushless Hammer Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">50Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light&nbsp;</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span><br /><br /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DBEL(HJ)_SMLc8.JPG', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (166, 15, 47, 6, 0, '18V LI-ION TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LI-ION TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Includes:</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><strong style="letter-spacing: 0.3px; line-height: 20.4px;">DS18DSAL 13mm Driver Drill</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">52Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><strong style="letter-spacing: 0.3px; line-height: 20.4px;">WH18DSAL Impact Driver</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Supplied with 1.5Ah ENERGY Li-ion batteries, smart charger and 2-tool carry case</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">Download Product Specification Card&nbsp;</span><a style="color: #009645; text-decoration: none; letter-spacing: 0.3px; line-height: 20.4px;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DHL.pdf" target="_blank">here</a><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DHL.1c9.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (167, 15, 47, 6, 0, '18V BRUSHLESS TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS TWIN PACK - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Includes:</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><strong style="letter-spacing: 0.3px; line-height: 20.4px;">DV18DBEL 13mm Brushless Impact Drill</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor - up to 50% longer run-time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">50Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox, &nbsp;variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life Electronic trigger switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><strong style="letter-spacing: 0.3px; line-height: 20.4px;">WH18DBEL Brushless Impact Driver</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance Brushless motor - up to 50% longer run-time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Unique Active Control System (ACS) automatically adjusts the rotation speed in proportion to load and optimises the impact timing to increase tightening speed and reduce driver slippage from the screw head</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 165Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Long-life Electronic trigger switch</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Supplied with 2x 2.5Ah ENERGY Li-ion batteries - Each 2.5Ah battery provides as much work as &nbsp;a traditional 3.0Ah battery; smart charger and 2-tool carry case</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">Download Product Specification Card&nbsp;</span><a style="color: #009645; text-decoration: none; letter-spacing: 0.3px; line-height: 20.4px;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DBEL(GF)_1UP.pdf" target="_blank">here</a><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DBEL(GF).1c10.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (168, 15, 47, 6, 0, '18V ''BARE TOOL'' 5.0AH CUSTOM COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V ''BARE TOOL'' 5.0AH CUSTOM COMBO KIT</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">The best way to build your own completely customised combo kit.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 162px;">Includes:\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2x 5.0Ah Energy Li-ion Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Fan-cooled Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tools added as required</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/COMKIT5_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'COMKIT5.1c11.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (169, 15, 47, 6, 0, '18V ENGINEERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V ENGINEERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Driver Drill (DS18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Stackable System Case #3</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK149_6Ah_SMLc12.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (170, 15, 47, 6, 0, '18V BRUSHLESS 3 TOOL CONSTRUCTION KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS 3 TOOL CONSTRUCTION KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm Premium Brushless Impact Drill (DV18DBL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">250Nm&nbsp;</span>Premium Brushless 1/2" Impact Wrench (WR18DBDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Premium Brushless Angle Grinder (G18DBAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool Bag</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK159_6Ahc13.png', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (171, 15, 47, 6, 0, '18V BRUSHLESS SHOPFITTERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS SHOPFITTERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm Brushless Impact Drill (DV18DBEL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165Nm Brushless Impact Driver (WH18DBEL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Premium Brushless ''DeepCut'' Circular Saw (C18DBL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 2.5Ah Energy Li-Ion Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1 x 5.0Ah&nbsp;<span style="letter-spacing: normal;">Energy Li-Ion Batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">System Carry Case #4</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK158c14.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (172, 15, 47, 6, 0, '18V BRUSHLESS 4 TOOL CONSTRUCTION KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS 4 TOOL CONSTRUCTION KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">13mm Premium Brushless Impact Drill (DV18DBL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">IP56 Premium Brushless Impact Driver (WH18DDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Premium Brushless Angle Grinder (G18DBAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Premium Brushless ''DeepCut'' Circular Saw (C18DBAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool Bag</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK156_6Ah_SMLc15.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (173, 15, 47, 6, 0, '18V FARMERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V FARMERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Stackable System Case #3</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="fan-cooled icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/fan-cooled%20icon.jpg" alt="fan-cooled icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK146_6Ah_MobileChargerc16.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (174, 15, 47, 6, 0, '18V ROADSIDE SERVICE KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V ROADSIDE SERVICE KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">170Nm Impact Driver (WH18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">480Nm 1/2" Impact Wrench (WR18DSHLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blower (RB18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED 2-Way Worklight (UB18DJL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="fan-cooled icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/fan-cooled%20icon.jpg" alt="fan-cooled icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK145_6Ahc17.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (175, 15, 47, 6, 0, '18V SITE MAINTENANCE KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V SITE MAINTENANCE KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Circular Saw (C18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">82mm TCT Planer (P18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Jigsaw (CJ18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Wet &amp; Dry Vacuum (R18DSL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK143_6Ahc18.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (176, 15, 47, 6, 0, '18V ELECTRICIANS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V ELECTRICIANS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED 2-Way Worklight (UB18DJL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK140_6Ahc19.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (177, 15, 47, 6, 0, '18V PIT CREW KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PIT CREW KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">480Nm 1/2" Impact Wrench (WR18DSHLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED 2-Way Worklight (UB18DJL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Worksite Fan (UF18DSL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK139_6Ahc20.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (178, 15, 47, 6, 0, '18V GLAZIERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V GLAZIERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">170Nm Impact Driver (WH18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Circular Saw (C18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Wet &amp; Dry Vacuum (R18DSL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blower (RB18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="fan-cooled icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/fan-cooled%20icon.jpg" alt="fan-cooled icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK133_6Ahc21.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (179, 15, 47, 6, 0, '18V PLUMBERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PLUMBERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSALNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK132_6Ahc22.png', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (180, 15, 47, 6, 0, '18V FIRE & RESCUE KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V FIRE &amp; RESCUE KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK128_6Ahc23.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (181, 15, 47, 6, 0, '18V LI-ION TWIN PACK - IMPACT DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LI-ION TWIN PACK - IMPACT DRILL &amp; IMPACT DRIVER</span></h1>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">ncludes:</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><strong style="letter-spacing: 0.3px; line-height: 20.4px;">DV18DJL 13mm Impact Drill</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">55Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><strong style="letter-spacing: 0.3px; line-height: 20.4px;">WH18DJL Impact Driver</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Supplied with 1.5Ah ENERGY Li-ion batteries, smart charger and 2-tool carry case</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DFL(GC)_1UP.pdf" data-googletools="1"><span style="letter-spacing: 0.3px; color: #008000;">here</span></a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DFL(GC)cb1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (182, 15, 47, 6, 0, '18V BARE TOOL 6.0AH BATTERY COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BARE TOOL 6.0AH BATTERY COMBO KIT</span></h1>\r\n<p><span style="letter-spacing: 0.3px;">Includes:</span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">System case 3</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid&nbsp;Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tools added as required</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'COMKIT6_Kit_with_label_SHADOWScb2.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (183, 15, 47, 6, 0, '18V PRO SERIES TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS18DSDL 13mm PROSeries Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span><br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DLL(GB)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DLL(GB).1cb3.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (184, 15, 47, 6, 0, '18V PRO SERIES 4-TOOL COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES 4-TOOL COMBO KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><strong style="letter-spacing: 0.3px; line-height: 20.4px;">WH18DSAL Impact Driver</strong></span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>C18DSLNN 165mm Circular Saw</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy blade changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Safety switch with lock-off lever</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 3,400/min</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>G18DSLNN 125mm Angle Grinder</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slide switch and anti-restart protection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock for easy wheel changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 9,100/min</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and heavy duty carry bag</span><br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DRL(GB)_1UP.pdf" target="_blank">here</a><br />&nbsp;</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DRL(GB).1cb4.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (185, 15, 47, 6, 0, '18V PRO SERIES TWIN PACK - DRIVER DRILL & IMPACT WRENCH', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES TWIN PACK - DRIVER DRILL &amp; IMPACT WRENCH</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS18DSDL 13mm PROSeries Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WR18DSDL PROSeries Impact Wrench</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 255Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/2" square drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 5.0Ah Energy Li-ion batteries, fan-cooled smart charger and robust 2-tool carry case</span><br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC18DSDL(GB)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DSDL(GB).1cb5.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (186, 14, 47, 6, 0, '10.8V MICRO LI-ION DIE GRINDER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION DIE GRINDER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; Lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No-load speed 5,000 &ndash; 35,000/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Innovative low vibration mechanism for added safety and comfort</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed dial to enable selection of correct speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Spindle lock function for easy bit changes</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area &amp; battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Collet Chuck</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">3.2mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5,000 - 35,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">208mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">40pce accessory kit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'GP10DL.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (187, 15, 47, 6, 0, '10.8V MICRO LI-ION IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 95Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 12mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">5 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,500/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">95Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">151mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH10DFLnew10.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (188, 14, 47, 6, 0, '10.8V MICRO LI-ION ANGLE IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION ANGLE IMPACT DRIVER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low profile head for access to tight spaces &ndash; 53mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 30Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim, soft grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 1x 1.5Ah Li-ion&nbsp;batteries and smart charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><span style="letter-spacing: normal;">Specifications</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 141px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 390px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Driving Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Bolt&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">High Tension Bolt</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">4 - 8mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Drive</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1/4" Hex</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 2,100/min&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Full Load Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">0 - 3,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">30Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">280mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 141px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 390px;" colspan="2">Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'WH10DCLnew20.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (189, 14, 47, 6, 0, '10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS10DAL 10mm Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">36Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH10DAL 108Nm Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 108Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Standard with 2x 1.5Ah Li-ion batteries, smart charger and heavy duty satchel<br /><br />Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/KC10DML(GA)_1UP.pdf" target="_blank">here</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC10DML(GA)new30.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (190, 14, 47, 6, 0, '10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL & IMPACT DRIVER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION TWIN PACK - DRIVER DRILL &amp; IMPACT DRIVER</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DS10DFL 10mm Driver Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">22Nm max torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><br /><strong>WH10DFL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 95Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><br />Supplied with 2x 1.5Ah Li-ion batteries, smart charger and heavy duty satchel</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC10DFL.1new40.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (191, 14, 47, 6, 0, '10.8V MICRO LI-ION DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION DRIVER DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Super compact &amp; lightweight - only 170mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">36Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">21-stage adjustable clutch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox plus variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">10mm single sleeve keyless chuck</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Slim grip for maximum comfort and control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 1.5Ah Li-ion batteries and smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ds10dal.pdf" target="_blank">&nbsp;here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/DS10DAL(GC)_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 192px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 99px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 439px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Soft Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">29mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Mild Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">10mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">Wood Screw</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">5.8 x 45mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">0 - 350/min (low); 0 - 1,300/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">36Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;"><span style="letter-spacing: normal; line-height: 20.4px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2"><span style="letter-spacing: normal; line-height: 20.4px;">1 - 4.5Nm</span></td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">170mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">1.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 192px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 99px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 439px;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DS10DAL(GC).1new50.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (192, 14, 47, 6, 0, '10.8V MICRO LI-ION SABRE SAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION SABRE SAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; Adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blades can be mounted upside down to perform pocket cuts</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard sabre saw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with&nbsp;1x 1.5Ah Li-ion battery and charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">50mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Pipe</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">25mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,700/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">349mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CR10DLnew60.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (193, 14, 47, 6, 0, '10.8V MICRO LI-ION JIGSAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">10.8V MICRO LI-ION JIGSAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact &amp; lightweight</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less blade change &amp; adjustable front foot</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery level warning light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Accepts standard jigsaw blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with&nbsp;1x 1.5Ah Li-ion battery and charger</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<table style="letter-spacing: 0.3px; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">50mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">10.8V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">0 - 2,700/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Length of stroke</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">349mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CJ10DLnew70.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (194, 21, 47, 6, 0, '36V 2.0AH LI-ION BATTERY', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V 2.0AH LI-ION BATTERY</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/BL36200_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compatible with ALL Hitachi 36V Lithium-ion cordless tools.</span><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BSL3620.1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (195, 21, 47, 6, 0, '36V 21.0AH LI-ION BATTERY BACK PACK', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V 21.0AH LI-ION BATTERY BACK PACK</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Back Pack design for user comfort</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Separate switch panel makes it easy to check the remaining battery power even when the tool is in use</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Power cable to tool can be directed left or right from the back pack depending on users requirements</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">USB output terminal (0.5A max output)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Standard with 36V charger. Charge time approx. 10 hours</span></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compatible with ALL Hitachi 36V Lithium-ion cordless tools.</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BL36200new36.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (196, 21, 47, 6, 0, '36V CHAINSAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V CHAINSAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact top handle design for more control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain bar length 300mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less chain adjuster</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain oil flow adjuster</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Oil tank with back-light to easily check the remaining chain oil</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Mechanical Kick-back Brake for safe operation</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2.0Ah Li-ion battery and smart charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Approximately 140 Cuts per charge from 2.0Ah Li-ion battery&nbsp;</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">Approximately 1400 Cuts per charge from optional 21.0Ah Li-ion Battery Back Pack&nbsp;</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><em style="letter-spacing: 0.3px; line-height: 20.4px;">(Test conditions: 50x50mm Cedar)</em><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Bar Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">300mm (12")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.3m/s</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3/8"</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">618mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Chain Cover</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CS36DL.1new36a.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (197, 21, 47, 6, 0, '36V BLOWER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V BLOWER BARE TOOL</span></h1>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 796px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance and durable Brushless motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electronic variable trigger switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-mode power settings plus turbo mode</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max air volume 800m3/h when in turbo mode</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Excellent balance for optimum control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without battery and charger</li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 8 minute runtime per charge from optional 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 80 minute runtime per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set in mode 4)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">&nbsp;</div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Air Volume</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">680m3/h (800m3/h when turbo mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Air Velocity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">45m/s (53m/s when turbo mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">948mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'RB36DLNNnew36b.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (198, 21, 47, 6, 0, '36V BLOWER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V BLOWER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High performance and durable Brushless motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electronic variable trigger switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-mode power settings plus turbo mode</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max air volume 800m3/h when in turbo mode</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Excellent balance for optimum control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2.0Ah Li-ion battery and charger</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 8 minute runtime per charge from 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 80 minute runtime per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set in mode 4)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Air Volume</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">680m3/h (800m3/h when turbo mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Air Velocity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">45m/s (53m/s when turbo mode)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">948mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'RB36DLnew36c.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (199, 21, 47, 6, 0, '36V LINE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V LINE TRIMMER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low noise, low vibration and high-efficiency disc motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed dial for speed control between normal and high</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">310mm cutting path</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electronic brake to quickly stop the trimmer rotation</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Telescopic shaft for compact transportation</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without battery and charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CG36DALNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 35 minutes run time per charge from optional 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 5.5 hours run time per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set at normal speed)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Path</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">310mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No Load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5,800 - 7,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,880mm (1,320mm when the shaft telescopes)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Tap &amp; Go Trimmer Head<br />Wrenches<br />Safety glasses</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CG36DALNN.1new36d.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (200, 21, 47, 6, 0, '36V LINE TRIMMER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V LINE TRIMMER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Low noise, low vibration and high-efficiency disc motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed dial for speed control between normal and high</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">310mm cutting path</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Electronic brake to quickly stop the trimmer rotation</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2.0Ah Li-ion battery and charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CG36DL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 35 minutes run time per charge from 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 5.5 hours run time per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set at normal speed)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Cutting Path</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">310mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No Load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5,800 - 7,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,900mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">5.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Tap &amp; Go Trimmer Head<br />Wrenches<br />Safety glasses</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CG36DL.1new36e.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (201, 21, 47, 6, 0, '36V HEDGE TRIMMER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V HEDGE TRIMMER BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High quality 620mm triple-edged blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage speed selector button</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy-to-grip, wide sub handle with safety switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Durable aluminium bottom cover</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without battery and charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CH36DLNN_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 50 minute runtime per charge from optional 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 8 hours runtime per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set at highest speed)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Total</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">620mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Working</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">560mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No Load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,000 - 1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">35mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,104mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade Cover</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CH36DLNN.1new36f.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (202, 21, 47, 6, 0, '36V HEDGE TRIMMER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V HEDGE TRIMMER</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High quality 620mm triple-edged blades</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4-stage speed selector button</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Easy-to-grip, wide sub handle with safety switch</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Durable aluminium bottom cover</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2.0Ah Li-ion battery and charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/CH36DL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 50 minute runtime per charge from 2.0Ah Li-ion battery&nbsp;</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Approximately 8 hours runtime per charge from optional 21.0Ah Li-ion Battery Back Pack BL36200&nbsp;</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">(Set at highest speed)</span><br /><br /><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Total</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">620mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">Working</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">560mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">No Load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,000 - 1,500/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Blade Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">35mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">1,104mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.0kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Blade Cover</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CH36DL.136g.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (203, 21, 47, 6, 0, '16" BAR 1900W ELECTRIC CHAIN SAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">16" BAR 1900W ELECTRIC CHAIN SAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1900W Powerful and high torque motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Automatic chain oil lubrication system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Mechanical kick-back break</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Toolless chain change and adjustment system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain oil flow adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">200ml oil tank capacity</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="width: 768px; line-height: 20.39px; letter-spacing: normal;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">240V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Bar Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">400mm (16")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">14.5m/s</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">3/8"</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Dimensions (L x W x H)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">445 x 270 x 198mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">4.9kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Chain Cover, guide bar, saw chain</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '06_CS40SB__20150617141913new36H.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (204, 21, 47, 6, 0, '14" BAR 1900W ELECTRIC CHAIN SAW', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">14" BAR 1900W ELECTRIC CHAIN SAW</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1900W Powerful and high torque motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Automatic chain oil lubrication system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Mechanical kick-back break</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Toolless chain change and adjustment system</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain oil flow adjustment</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">200ml oil tank capacity</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;">&nbsp;</span></p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="width: 768px; line-height: 20.39px; letter-spacing: normal;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">240V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Bar Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">350mm (14")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">14.5m/s</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chain Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">3/8"</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Dimensions (L x W x H)</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">445 x 270 x 198mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">4.8kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Chain Cover, guide bar, saw chain</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '06_CS35SB__20150617141755new36I.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (205, 21, 47, 6, 0, '36V CHAINSAW BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V CHAINSAW BARE TOOL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compact top handle design for more control</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain bar length 300mm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tool-less chain adjuster</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Chain oil flow adjuster</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Oil tank with back-light to easily check the remaining chain oil</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Mechanical Kick-back Brake for safe operation</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied without battery and charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Approximately 140 Cuts per charge from optional 2.0Ah Li-ion battery&nbsp;</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">Approximately 1400 Cuts per charge from optional 21.0Ah Li-ion Battery Back Pack&nbsp;</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><em style="letter-spacing: 0.3px; line-height: 20.4px;">(Test conditions: 50x50mm Cedar)</em><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<table style="letter-spacing: normal; line-height: 20.4px; width: 768px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong>Specifications</strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">36.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Bar Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 70px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">300mm (12")</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">8.3m/s</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Chain Pitch</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">3/8"</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">618mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">4.4kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 200px;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 69px;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; vertical-align: top; width: 481px;" colspan="2">Chain Cover</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'CS36DLNNnew36J.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (206, 46, 47, 6, 0, '18V RAPID SMART CHARGER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V RAPID SMART CHARGER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Fan-cooled Smart Chargers work intelligently when charging batteries to ensure safe electrical transfer and a long service life.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 262px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">38min charging for 6.0Ah battery</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">32min charging for 5.0Ah battery</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Fan-cooling technology</span>&nbsp;to protect and provide longer battery life</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Cutting edge 3 way protection technology prevents battery from overcharging and overheating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Fastest charging time in succession - no need to wait between batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">USB port - charges devices like smart phones</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with generators</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High visibility - equipped with a large charge indicator lamp and 4 full colour LED status lights (Red, Blue, Green, Purple)</li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 20.39px;">Suitable for charging ALL Hitachi 18V ''slide'' type Li-ion batteries</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UC18YSL3__20151016122033acc.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (207, 46, 47, 6, 0, '18V FAN-COOLED SMART CHARGER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V FAN-COOLED SMART CHARGER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Fan-cooled Smart Chargers work intelligently when charging batteries to ensure safe electrical transfer and a long service life.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 137px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Electronic circuitry on-board the charger communicates with the battery and monitors each individual cell during charging, preventing damage from overcharging or overheating</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Electronically controlled fan ensures that no cell is harmed during the charging process.&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Advanced fan-cooling system allows the batteries to be charged quickly, reducing down-time</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 20.4px;">Suitable for charging ALL Hitachi 18V ''slide'' type Li-ion batteries</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UC18YFSLnew acc.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (208, 46, 47, 6, 0, '18V USB BATTERY ADAPTOR', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V USB BATTERY ADAPTOR</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s USB Battery Adaptor has 2 USB ports which can be used to power the UB18DKL cordless headlamp as well as recharging other USB-compatible devices!</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 400px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Two USB ports* (5V, total 2A) - can be used not only to power the UB18DKL cordless headlamp, but to recharge other USB-compatible devices*</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">DC 12V output* (2A)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Auto power-off function - USB adaptor automatically shuts off after 10 minutes has elapsed in case that:</span></li>\r\n</ul>\r\n<ol style="margin: 0px 0px 1em 1em;">\r\n<li style="line-height: 1.5em; margin-left: 0.8em;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">â€‹neither USB port is used</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0.8em;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">every device connected to a USB port is powered off</span>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">â€‹</span><span style="letter-spacing: 0.3px; line-height: 20.4px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">(the cordless head light doesn''t shut off automatically)</span></span></span></span></span></span></span></span></li>\r\n</ol>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Belt hook providing maximum versatility</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ub18dkl%20bsl18ua.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Compatible will ALL Hitachi 18V slide type batteries<br /><br /><span style="letter-spacing: 0.3px; font-size: 12px;">*Some devices may not be compatible. &nbsp;USB and DC 12V output ports cannot be used simultaneously. &nbsp;When cables are connected to both parts at the same time, power will only be supplied by the USB output port.</span></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BSL18UAnewacs.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (209, 46, 47, 6, 0, '18V LED HEADLAMP', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED HEADLAMP</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s LED Headlamp is compact, lightweight, waterproof and has 3 light modes</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 259px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">3 selectable light modes - High : 120lm, Mid : 60lm, Low : 20lm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Headlamp reflector provides an unfocused distribution of soft and easy-on-the-eyes light over a large area, creating an ideal environment for tasks at arm''s length</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compact and lightweight - only 60g</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">10-stage adjustable angle - 0 to 90</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Heavy duty IPx4 waterproof rating</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Input - DC 5V (via USB)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ub18dkl%20bsl18ua.pdf" target="_blank">here</a></span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><br /><span style="letter-spacing: normal;"><span style="letter-spacing: 0.3px; font-size: 12px;">*battery not included</span></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DKL(W0)new100.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (210, 46, 47, 6, 0, '18V LED HEADLAMP WITH BSL18UA', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED HEADLAMP WITH BSL18UA</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s LED Headlamp is compact, lightweight, waterproof and has 3 light modes</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 304px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">3 selectable light modes - High : 120lm, Mid : 60lm, Low : 20lm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Headlamp reflector provides an unfocused distribution of soft and easy-on-the-eyes light over a large area, creating an ideal environment for tasks at arm''s length</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compact and lightweight - only 60g</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">10-stage adjustable angle - 0 to 90</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Heavy duty IPx4 waterproof rating</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Input - DC 5V (via USB)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Comes with 18V USB BAttery Adaptor (BSL18UA)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ub18dkl%20bsl18ua.pdf" target="_blank">here</a></span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><br /><span style="letter-spacing: normal;"><span style="letter-spacing: 0.3px; font-size: 12px;">*battery not included</span></span><br />&nbsp;</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DKL(W5)new200.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (211, 46, 47, 6, 0, '18V AC/DC MOBILE SMART CHARGER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V AC/DC MOBILE SMART CHARGER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Fan-cooled Smart Chargers work intelligently when charging batteries to ensure safe electrical transfer and a long service life.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 137px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Can be powered from either 230V mains supply or 12V DC car accessory plug.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Electronic circuitry on-board the charger communicates with the battery and monitors each individual cell during charging, preventing damage from overcharging or overheating</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Advanced fan-cooling system allows the batteries to be charged quickly, reducing down-time</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for charging ALL Hitachi 18V ''slide'' type Li-ion batteries</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UC18YML2.1new300.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (212, 46, 47, 6, 0, '18V FAN-COOLED SMART CHARGER (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V FAN-COOLED SMART CHARGER (OLD STYLE CARTRIDGE)</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Fan-cooled Smart Chargers work intelligently when charging batteries to ensure safe electrical transfer and a long service life.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 229px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Electronic circuitry on-board the charger communicates with the battery and monitors each individual cell during charging, preventing damage from overcharging or overheating</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Electronically controlled fan ensures that no cell is harmed during the charging process.&nbsp;</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Advanced fan-cooling system allows the batteries to be charged quickly, reducing down-time</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for charging Hitachi 18V ''cartridge'' style batteries</span></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ni-CD: 7.2 - 18.0V</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">NiMH: 14.4 - 18.0V</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Li-ion: 14.4 - 18.0V</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UC18YRLnew400.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (213, 46, 47, 6, 0, '36V SMART CHARGER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V SMART CHARGER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Smart Chargers work intelligently when charging batteries to ensure safe electrical transfer and a long service life.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 224px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Electronic circuitry on-board the charger communicates with the battery and monitors each individual cell during charging, preventing damage from overcharging or overheating</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for charging Hitachi Lithium Ion 36V ''slide'' type batteries - BSL3620 &amp; BL36200, as well as all 18V Hitachi ''slide'' type batteries.</span>\r\n<div style="line-height: 20.39px; letter-spacing: 0.3px;"><br /><span style="letter-spacing: normal;">Charge times:</span></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 20.39px; margin-left: 0px; list-style-type: none; padding-left: 15px; text-align: left; letter-spacing: 0.3px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">BSL3620 &ndash; approx. 60mins</span></li>\r\n<li style="line-height: 20.39px; margin-left: 0px; list-style-type: none; padding-left: 15px; text-align: left; letter-spacing: 0.3px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">BL36200 &ndash; approx. 10hr</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UC36YRSL.1new500.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (214, 46, 47, 6, 0, '36V 21.0AH LI-ION BATTERY BACK PACK', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V 21.0AH LI-ION BATTERY BACK PACK</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Back Pack design for user comfort</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Separate switch panel makes it easy to check the remaining battery power even when the tool is in use</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Power cable to tool can be directed left or right from the back pack depending on users requirements</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">USB output terminal (0.5A max output)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Standard with 36V charger. Charge time approx. 10 hours</span></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compatible with ALL Hitachi 36V Lithium-ion cordless tools.</span><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<div class="media_embed" style="line-height: 20.4px; letter-spacing: 0.3px;"><iframe src="http://www.youtube.com/embed/5vcjP5XRRVo" width="560" height="315" frameborder="0" allowfullscreen=""></iframe></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BL36200new600.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (215, 46, 47, 6, 0, '36V 2.0AH LI-ION BATTERY', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">36V 2.0AH LI-ION BATTERY</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/BL36200_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Compatible with ALL Hitachi 36V Lithium-ion cordless tools.</span><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BSL3620.1new700.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (216, 46, 47, 6, 0, '18V 3.0AH LITHIUM ION BATTERY (OLD STYLE CARTRIDGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 3.0AH LITHIUM ION BATTERY (OLD STYLE CARTRIDGE)</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">The original Hitachi Lithium Ion.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection.<br /><br />Compatible with 18V Hitachi old style cartridge tools.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'EBM1830new800.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (217, 46, 47, 6, 0, '18V 6.0AH ENERGY LITHIUM ADVANCED BATTERY', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 6.0AH ENERGY LITHIUM ADVANCED BATTERY</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">MORE Power, MORE Life, MORE Advanced</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 211px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><strong>New 6.0Ah Lithium Advanced battery technology</strong></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">20% longer run time per charge (compared to 5.0Ah battery)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">*Long life: Up to 1,500 recharge cycles through multiplex protection circuit</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Most advanced&nbsp;safety features, fitted with&nbsp;overload protection, overcharge protection, over discharge protection and overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Fully compatible with all Hitachi 18V ''slide type'' models</li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em><span style="letter-spacing: normal;">*Results may vary, dependent on application and conditions.</span></em></span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em><span style="letter-spacing: normal;">*6.0Ah&nbsp;Lithium Advanced&nbsp;battery when used under normal conditions with Hitachi fan-cooled smart chargers.</span></em></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BSL1860new900.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (218, 46, 47, 6, 0, '18V 5.0AH ENERGY LITHIUM ION BATTERY', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 5.0AH ENERGY LITHIUM ION BATTERY</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi once again moves ahead of the competition with 5.0Ah Energy</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 251px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">New 5.0Ah Energy technology provides up to&nbsp;<strong>DOUBLE THE WORK</strong>&nbsp;of a conventional 3.0Ah Li-ion battery* by providing&nbsp;<strong>MORE POWER &amp; LASTING LONGER</strong></span>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;"><strong>FULLY COMPATIBLE</strong>&nbsp;with&nbsp;<strong>ALL&nbsp;</strong>earlier models of Hitachi ''slide type'' cordless tools &amp; accessories</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">No increase in battery size or weight - same weight and size as Hitachi&rsquo;s 3.0Ah &amp; 4.0Ah Li-ion batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High cycle life* - around 1500 recharge cycles</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Packed with all the safety features you''ve come to expect from Hitachi; Overload protection, Overcharge protection, Over discharge protection, Overheat protection</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/BSL1850_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em><span style="letter-spacing: normal;">*Results may vary, dependent on application and conditions.</span></em></span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; font-size: 11px;"><em><span style="letter-spacing: normal;">*5.0Ah Energy battery when used under normal conditions with fan-cooled smart charger.</span></em></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'BSL1850.1new1000.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (219, 46, 47, 6, 0, '18V WET & DRY VACUUM BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V WET &amp; DRY VACUUM BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">A handy way to clean up those small messes and spills around the workplace, with all the convenience and portability that cordless technology offers.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 357px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Dust Capacity 670mL</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of up to 38 minutes continuous use with 4.0Ah Li-ion batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max airflow: 0.7m3/min</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Features a backflow prevention valve</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n</ul>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">430mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Brush nozzle<br />Crevice nozzle<br />Squeegee nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'R18DSL.1new1100.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (220, 46, 47, 6, 0, '18V BLOWER BARE TOOL', 'Select Product Type', 'Select a Status', 0, 0, '<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BLOWER BARE TOOL</span></h1>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s cordless blower is a compact and lightweight unit that can be used in a variety of cleaning and inflation applications.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 407px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Powerful blow and air volume flow</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable Speed 0-15,000/min&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of up to 25 minutes continuous use with 4.0Ah battery</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Compatible with ALL Hitachi 18V slide batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/RB18DSLNN_NEW.pdf" target="_blank">here</a></li>\r\n</ul>\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Air Volume</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 2.2m3/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Air Pressure</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 3.9kPa</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 15,000/min</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">505mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.6kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Nozzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>', 'RB18DSLNN.3.1new1200.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (221, 46, 47, 6, 0, '18V 2-WAY LED WORKLIGHT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V 2-WAY LED WORKLIGHT</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Multi function Worklight - 2-mode with the choice of either a torch or multi use worklight</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impressive illumination with 12 ultra-bright white LED&rsquo;s</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Adjustable head which pivots left-right 270 degrees in seven steps and up-down 180 degrees in five steps</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Worklight mode has 3 power settings; high (12 x LED), mid (6 X LED) and (3 X LED)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long runtime (5.0Ah battery) &ndash; Worklight(low): 51 hours; Torch: 43 hours</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Shoulder strap and retractable hook for convenient portability and long term use</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/images/ub18djl.pdf" target="_blank">here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DJL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DJL.1new1300.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (222, 46, 47, 6, 0, '18V LED LANTERN', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED LANTERN</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">2-mode lighting system - Single LED or LED Tube</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Up to 200 hours of light per charge (single LED mode 4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Up to 12 hours of light per charge (LED tube mode 4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Automatically switches lighting from LED tube to single LED when the battery is almost discharged</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Versatile pivoting hooked handle</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DDL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DDL.1new1400.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (223, 46, 47, 6, 0, '18V LED WORKLAMP', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V LED WORKLAMP</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Massive illumination with 36 ultra-bright white LED&rsquo;s</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long run time of up to 11.5 hours (4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">240 degrees adjustable head which pivots in 16 steps</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Multiple mounting capabilities</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download Brochure&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/ub18dgl.pdf" data-googletools="1">here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UB18DGL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UB18DGL.1new1500.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (224, 46, 47, 6, 0, '18V WORKSHOP FAN', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V WORKSHOP FAN</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High air speeds of up to 160m/min</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Long run time of up to 7.5 hours (4.0Ah battery)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low noise with a decibel rating of 52dB(A)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Tilt adjustment range of 45 degrees</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">AC adaptor included</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide batteries</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Supplied without batteries, charger and carry case</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UF18DSL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UF18DSL.1new1600.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (225, 46, 47, 6, 0, 'PREMIUM WORKSITE SOUND SYSTEM', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">PREMIUM WORKSITE SOUND SYSTEM</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi sets the new standard in high performance sound systems with this awesome new model &ndash; and of course it&rsquo;s fully compatible with all Hitachi Lithium Ion slide batteries!</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 376px;">\r\n<h4 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 27.6px; font-stretch: normal; font-size: 23px; margin: 5px 0px; letter-spacing: normal;"><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">Massive sound output, a tough new design,&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">and jam packed with technology such as Digital&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">Audio Broadcasting (DAB) support and Bluetooth,&nbsp;</span><span style="color: #4d4d4d; font-family: ''Source Sans Pro'', Arial, ''Sans-serif regular''; line-height: 1.2em; font-size: 17px;">the new UR18DSDL is&nbsp;<strong>THE</strong>&nbsp;system to have on site.</span></h4>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tough new robust design &ndash; heavy duty shock&nbsp;<span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">absorbing roll frame and integrated storage case&nbsp;</span><span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">for smartphone/music device (device not included)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty IPx4 waterproof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Premium quality sound output and easy to use Digital Tuner&nbsp;<span style="letter-spacing: 0.3px; font-size: 1em; line-height: 1.2em; background-color: initial;">- supports Digital Audio Broadcasting (DAB)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Bluetooth connection to music devices as well as AUX connection</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of charging most Smartphones through USB 5V output (1A max)&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Built-in storage case for 18V slide Li-ion battery</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Rubber Antenna</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Includes AC Adaptor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide type&nbsp;(supplied without batteries and charger)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ur18dsdl.pdf" target="_blank">&nbsp;here</a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UR18DSDL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UR18DSDL_1.1new1700.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (226, 46, 47, 6, 0, 'WORKSITE SOUND SYSTEM', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">WORKSITE SOUND SYSTEM</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 40px;"><span style="letter-spacing: 0.3px;">Hitachi sets the new standard in high performance sound systems with this awesome new model &ndash; and of course it&rsquo;s fully compatible with all Hitachi Lithium Ion slide batteries!</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 292px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Robust new design &ndash; shock&nbsp;<span style="letter-spacing: 0.3px; line-height: 1.2em; font-size: 1em;">absorbing roll frame and integrated storage case&nbsp;</span><span style="letter-spacing: 0.3px; line-height: 1.2em; font-size: 1em;">for smartphone/music device (device not included)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty IPx4 waterproof rating</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Premium quality sound output and easy to use Digital Tuner</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">MP3/Smartphone compatible, equipped with an AUX input terminal.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Capable of charging most Smartphones through USB 5V output (1A max)&nbsp;</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; letter-spacing: normal; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy Duty Rubber Antenna</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Includes AC Adaptor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Compatible with ALL Hitachi 18V slide type&nbsp;(supplied without batteries and charger)</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Download brochure<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Flyers/ur18dsal.pdf" target="_blank">&nbsp;here</a></span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Download Product Specification Card&nbsp;<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/site/hitachi/files/Product%20Specification%20Cards/UR18DSAL_1UP.pdf" target="_blank">here</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'UR18DSALnew1800.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (227, 46, 47, 6, 0, 'TOOL BAG (LARGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">TOOL BAG (LARGE)</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Wide opening for easy access to contents</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Padded carrying handle and removable shoulder strap for maximum versatility</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">External pockets and internal separators for organized tool and accessory storage</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Suits 4-6 cordless tools</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><span style="letter-spacing: 0.3px; line-height: 20.4px;">Dimensions: 610L X 310W X 300H (mm)</span><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402094new1900.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (228, 46, 47, 6, 0, 'WORKSITE TROLLEY TOOL BAG (XLARGE)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">WORKSITE TROLLEY TOOL BAG (XLARGE)</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Retractable handle and wheels for easy mobility</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Large top opening for easy access to contents</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">External pockets and internal separators for organised tool and accessory storage</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Padded carrying handle, side handle and removable shoulder strap for maximum versatility</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Suits 6-8 cordless tools</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Dimensions: 660L X 410W X 300H (mm)</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402096new2000.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (229, 46, 47, 6, 0, 'STACKABLE SYSTEM CASE #1', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE SYSTEM CASE #1</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Fully stackable and interlocking system case system.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Case&rsquo;s can be stacked in any order or configuration.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for a large range of corded and cordless Hitachi Power Tools, and accessories.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 295L X 395W X 101H (mm)</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402544new2100.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (230, 46, 47, 6, 0, 'SINGLE TOOL CORDLESS STACKABLE CARRY CASE', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">SINGLE TOOL CORDLESS STACKABLE CARRY CASE</span></h1>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 67px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Suitable for one standard size Hitachi Cordless Lithium Ion Drill, Impact Driver or Impact Wrench.</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Will also store your 18V charger, second 18V Lithium Ion battery (cartridge or slide style) and tool side handle</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '323230new2200.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (231, 46, 47, 6, 0, 'TWO TOOL CORDLESS STACKABLE CARRY CASE', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">TWO TOOL CORDLESS STACKABLE CARRY CASE</span></h1>\r\n<p>&nbsp;</p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Suitable for one standard size Hitachi Cordless Lithium Ion Drill plus one standard size Impact Driver or Impact Wrench with batteries attached</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Will also store your 18V charger, a third 18V Lithium Ion battery (cartridge or slide style) and tool side handle</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '331291new2300.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (232, 46, 47, 6, 0, 'STACKABLE SYSTEM CASE #2', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE SYSTEM CASE #2</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Fully stackable and interlocking system case system.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Case&rsquo;s can be stacked in any order or configuration.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for a large range of corded and cordless Hitachi Power Tools, and accessories.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 295L X 395W X 158H (mm)&nbsp;</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402545new2400.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (233, 46, 47, 6, 0, 'STACKABLE SYSTEM CASE #3', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE SYSTEM CASE #3</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Fully stackable and interlocking system case system.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Case&rsquo;s can be stacked in any order or configuration.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for a large range of corded and cordless Hitachi Power Tools, and accessories.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 295L X 395W X 210H (mm)&nbsp;</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402546new2500.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (234, 46, 47, 6, 0, 'STACKABLE SYSTEM CASE CASTER ASSEMBLY', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE SYSTEM CASE CASTER ASSEMBLY</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">The perfect solution to make your Stackable Case System a mobile toolbox for around the workshop.</span></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: 0.3px; line-height: 1.5em; background-color: initial;">Suits the Hitachi fully stackable and interlocking System Case system.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty casters with brakes</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 372L X 526W X 140H (mm)&nbsp;</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402543new2600.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (235, 46, 47, 6, 0, 'SYSTEM CASE #1 ORGANISER', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">SYSTEM CASE #1 ORGANISER</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Perfect addition for your System Case #1</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 100px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Keep all of your screws, nails, nuts &amp; bolts, and other small loose items separate and tidy.</span><br /><span style="letter-spacing: normal; line-height: 20.4px;">Up to 3 Organisers can fit per System Case #1</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes 3 removable dividers.</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;">&nbsp;</div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 213L X 106W X 63H (mm)&nbsp;</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402542new2700.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (236, 46, 47, 6, 0, 'STACKABLE SYSTEM CASE #4', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE SYSTEM CASE #4</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Fully stackable and interlocking system case system.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Case&rsquo;s can be stacked in any order or configuration.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Suitable for a large range of corded and cordless Hitachi Power Tools, and accessories.</span></div>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">External Dimensions 295L X 395W X 315H (mm)&nbsp;</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402547new2800.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (237, 46, 47, 6, 0, 'STACKABLE CASE SYSTEM', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">STACKABLE CASE SYSTEM</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">A new storage solution for your Hitachi gear.</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 334px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Fully stackable and interlocking system.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Case&rsquo;s can be stacked in any order or configuration.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Suitable for a large range of corded and cordless Hitachi Power Tools, and accessories.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Optional wheeled trolley platform, great for a mobile toolbox in workshops.</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Optional insert boxes for System Case #1, perfect for screws, nuts &amp; bolts, and other small loose items.</span></li>\r\n</ul>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><em><span style="letter-spacing: normal; line-height: 1.5em; background-color: initial;">Example pictured - all components only available separatelyâ€‹</span></em>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 35px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><em><span style="letter-spacing: normal; line-height: 1.5em; background-color: initial;">â€‹<a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/Accessories/Carry+Bags+%26+Cases/Stackable+System+Case+%231.html" data-googletools="1">System Case #1</a></span></em></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><em><span style="letter-spacing: normal; line-height: 1.5em; background-color: initial;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/Accessories/Carry+Bags+%26+Cases/Stackable+System+Case+2.html" data-googletools="1">System Case #2</a></span></em></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><em><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/Accessories/Carry+Bags+%26+Cases/Stackable+System+Case+%233.html" data-googletools="1">System Case #3</a></em></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><em><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/Accessories/Carry+Bags+%26+Cases/Stackable+System+Case+%234.html" data-googletools="1">System Case #4</a></em></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/New+Products/Stackable+System+Case+Caster+Assembly.html" data-googletools="1"><em>System Case Caster Assembly</em></a></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/shop/Accessories/Carry+Bags+%26+Cases/System+Case+%231+Organiser.html" data-googletools="1"><em>System Case #1 Organiser</em></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402543-Complete-system-casenew2900.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (238, 46, 47, 6, 0, 'TOOL BAG (MEDIUM)', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">TOOL BAG (MEDIUM)</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal; line-height: 1.2em;">Large top opening for easy access to contents</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Padded carrying handle and removable shoulder strap for maximum versatility</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">External pockets and internal separators for organized tool and accessory storage</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Suits 3-4 cordless tools</span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Dimensions: 550L X 260W X 270H (mm)</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', '402095new3000.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (239, 47, 47, 6, 0, '18V ELECTRICIANS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V ELECTRICIANS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED 2-Way Worklight (UB18DJL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK140_6Ahadam1.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (240, 47, 47, 6, 0, '18V PIT CREW KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PIT CREW KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">480Nm 1/2" Impact Wrench (WR18DSHLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED 2-Way Worklight (UB18DJL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Worksite Fan (UF18DSL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK139_6Ahadam2.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (241, 47, 47, 6, 0, '18V GLAZIERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V GLAZIERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">170Nm Impact Driver (WH18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Circular Saw (C18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Wet &amp; Dry Vacuum (R18DSL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Blower (RB18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="fan-cooled icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/fan-cooled%20icon.jpg" alt="fan-cooled icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK133_6Ahadam3.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (242, 47, 47, 6, 0, '18V PLUMBERS KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PLUMBERS KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSALNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">LED Worklamp (UB18DGL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Trolley Worksite Tool Bag</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK132_6Ahadam5.png', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (243, 47, 47, 6, 0, '18V FIRE & RESCUE KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V FIRE &amp; RESCUE KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2 x 6.0Ah&nbsp;Lithium Advanced&nbsp;Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid Smart Charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK128_6Ahadam6.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (244, 47, 47, 6, 0, '18V MOBILE WORKSHOP KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V MOBILE WORKSHOP KIT</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:</div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">PRO Series Impact Drill (DV18DSDL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">145Nm Impact Driver (WH18DSAL)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">255Nm 1/2" Impact Wrench (WR18DSDLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">165mm Circular Saw (C18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rotary Hammer Drill (DH18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">125mm Angle Grinder (G18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">82mm TCT Planer (P18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Sabre Saw (CR18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Jigsaw (CJ18DSLNN)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">41pce Socket &amp; Driver Bit Set (752500)</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">4 x 6.0Ah&nbsp;Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">AC/DC Mobile Fan-cooled Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Worksite Trolley Tool Bag</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="fan-cooled icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/fan-cooled%20icon.jpg" alt="fan-cooled icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'TSK101_6Ahadam7.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (245, 47, 47, 6, 0, '18V BARE TOOL 6.0AH BATTERY COMBO KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BARE TOOL 6.0AH BATTERY COMBO KIT</span></h1>\r\n<p><span style="letter-spacing: 0.3px;">Includes:</span></p>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">System case 3</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2x 6.0Ah Lithium Advanced Batteries</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Rapid&nbsp;Smart Charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Tools added as required</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br /></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'COMKIT6_Kit_with_label_SHADOWSadam8.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (246, 47, 47, 6, 0, '18V PRO SERIES IMPACT DRILL & IMPACT DRIVER TWIN PACK', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL &amp; IMPACT DRIVER TWIN PACK</span></h1>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">Includes:<br /><strong>DV18DSDL 13mm PROSeries Impact Drill</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><strong>WH18DSAL Impact Driver</strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Max torque: 145Nm</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">1/4" hex drive</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Variable speed and reverse</li>\r\n</ul>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div style="line-height: 20.4px; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 6.0Ah&nbsp;Lithium Advanced&nbsp;batteries, Rapid Smart Charger and robust 2-tool carry case</span><br /><br /><br /><img style="border: 0px solid;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DKL(GY)_6.0Ahadam9.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (247, 47, 47, 6, 0, '18V BRUSHLESS IMPACT DRILL & IMPACT DRIVER KIT', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V BRUSHLESS IMPACT DRILL &amp; IMPACT DRIVER KIT</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Best performing, most advanced kits ever</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 610px;">\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal;">Includes:</span></div>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">DV18DBL2 136Nm 18V Brushless&nbsp;Impact Drill</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Heavy duty 13mm single sleeve keyless chuck</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">136Nm hard torque output</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Impact mode for masonry drilling</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><strong><span style="letter-spacing: normal; line-height: 1.2em;">WH18DBEL 18V Premium Brushless Impact Driver</span></strong></div>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">High performance Brushless motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Max torque: 165Nm</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">1/4" hex drive</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">4-stage electronic power selector plus variable speed and reverse</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Low current-draw trigger control switch gives ''stepless'' linear acceleration of motor</span></li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;"><span style="letter-spacing: normal;">Ultra-bright LED light</span></li>\r\n</ul>\r\n<div style="line-height: 1.2em; letter-spacing: 0.3px;"><span style="letter-spacing: normal; line-height: 1.2em;">Supplied with 2x 6.0Ah Lithium Advanced batteries,&nbsp;Rapid&nbsp;Smart charger and robust 2-tool carry case<br /><br /><br /><img style="border: 0px solid;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'KC18DBDL(GA)_SMLadam10.JPG', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (248, 47, 47, 6, 0, '18V PRO SERIES IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">18V PRO SERIES IMPACT DRILL</span></h1>\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px; letter-spacing: 0.3px; line-height: 20.4px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty model &ndash; 92Nm Hard Torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 2-speed gearbox with metal gear transmission, variable speed and reverse</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm steel-cased keyless chuck with ratcheting feature and spindle lock</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Impact mode for masonry drilling</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah&nbsp;Lithium Advanced&nbsp;batteries and Rapid Smart charger</li>\r\n</ul>\r\n<p><span style="letter-spacing: 0.3px;"><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;&nbsp;</span><img style="border: 0px solid; letter-spacing: 0.3px; line-height: 20.4px;" title="RapidSmartCharger icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/RapidSmartCharger%20icon.jpg" alt="RapidSmartCharger icon" width="255" height="87" align="baseline" /><br style="letter-spacing: 0.3px; line-height: 20.4px;" /><span style="letter-spacing: 0.3px; line-height: 20.4px;">&nbsp;</span></span></p>\r\n<table style="letter-spacing: 0.3px; width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">65mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 400/min (low); 0 - 1,800/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 6,000/min (low); 0 - 27,000/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">92Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">242mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.2kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Side handle<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DSDL(GY)adam11.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (249, 47, 47, 6, 0, '136NM 18V BRUSHLESS DRIVER DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS DRIVER DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 929px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah Lithium Advanced&nbsp;batteries and&nbsp;Rapid Smart charger</li>\r\n</ul>\r\n<br /><br /><img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" />&nbsp;&nbsp;<img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;&nbsp;&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500 /&nbsp;0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">204mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2(GY)_3Q_LowAngle(SML)adam12.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (250, 47, 47, 6, 0, '136NM 18V BRUSHLESS IMPACT DRILL', 'Select Product Type', 'Select a Status', 0, 0, '<div class="content_container_512_start" style="font-family: ''Source Sans Pro'', Arial, sans-serif; color: #4d4d4d; line-height: 20.4px; letter-spacing: 0.3px; font-size: 17px;">\r\n<div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="product_info" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<div class="title" style="line-height: 1.2em; letter-spacing: 0.3px;">\r\n<h1 style="font-family: ''Titillium Web'', Arial, sans-serif; color: #000000; line-height: 54px; font-stretch: normal; font-size: 45px; margin: 5px 0px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center;"><span style="letter-spacing: 0.3px;">136NM 18V BRUSHLESS IMPACT DRILL</span></h1>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="description plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 20px;"><span style="letter-spacing: 0.3px;">Hitachi&rsquo;s Hi-tech brushless motors deliver more power, greater top-end speeds and even LONGER RUN TIMES</span></div>\r\n</div>\r\n</div>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c871" class="component_ContentDisplay_Content" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 54px;">\r\n<table style="width: 894px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 285px; vertical-align: top;"><a style="color: #009645; text-decoration: none;" href="http://www.hitachipowertools.co.nz/wheretobuy.html" data-googletools="1"><img style="border: 0px none;" src="http://www.hitachipowertools.co.nz/site/hitachi/images/basic_theme/btn_where_to_buy.gif" alt="btn where to buy" width="157" height="40" align="bottom" /></a></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 322px; vertical-align: top; text-align: center;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; width: 176px; vertical-align: top; text-align: right;">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div class="content_container_512_2" style="line-height: 20.4px; letter-spacing: 0.3px;">\r\n<div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription" style="line-height: 1.2em; letter-spacing: 0.3px; margin: 0px; padding: 8px 14px;">\r\n<div class="comment plain_content" style="line-height: 1.2em; letter-spacing: 0.3px; height: 959px;">\r\n<ul style="margin: 0px 0px 1em; list-style: square; padding-left: 20px;">\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">136Nm hard torque output</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Reactive Force Control safety function increases user''s protection in an event of a jam</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">New robust aluminium gear-case</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">High tech brushless motor for more power, performance, durability and longer battery run time per charge</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">2-speed gearbox</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Heavy duty 13mm&nbsp;single sleeve metal&nbsp;keyless chuck&nbsp;with automatic&nbsp;spindle lock for high strength and effortless usability</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load speed - 2100RPM</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">No load impact rate 0 - 31,500</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Ultra-bright LED light to illuminate work area</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Battery charge level indicator &ndash; to reduce unnecessary charging</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Supplied with 2x 6.0Ah Lithium Advanced&nbsp;batteries and&nbsp;Rapid Smart charger</li>\r\n<li style="line-height: 1.5em; margin-left: 0px; list-style-type: none; padding-left: 15px; background: url(''../../site/hitachi/images/basic_theme/bullet.gif'') 0px 11px no-repeat;">Available as a bare tool DV18DBL2NN</li>\r\n</ul>\r\n<br /><img style="border: 0px solid;" title="6Ah icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/6Ah%20icon.jpg" alt="6Ah icon" width="227" height="78" align="baseline" />&nbsp;<img style="border: 0px solid;" title="136NmTORQUE icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/136NmTORQUE%20icon.jpg" alt="136NmTORQUE icon" width="312" height="83" align="baseline" />&nbsp;<img style="border: 0px solid;" title="Brushless icon" src="http://www.hitachipowertools.co.nz/site/hitachi/images/6.0Ah%20Products/ICONS/Brushless%20icon.jpg" alt="Brushless icon" width="312" height="83" align="baseline" /><br /><br />&nbsp;\r\n<table style="width: 768px; line-height: 20.39px;" border="0" cellspacing="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 200px; vertical-align: top; background-color: #cccccc;" colspan="2"><strong><span style="letter-spacing: normal;">Specifications</span></strong></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 70px; vertical-align: top; background-color: #cccccc;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #999999; width: 481px; vertical-align: top; background-color: #cccccc;" colspan="2">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Drilling Capacity&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">Wood&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">76mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Steel</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Masonry</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">16mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Screw Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Wood</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">8.0 x 100mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">Machine</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">6mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Chuck Capacity</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">1.5 - 13mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Voltage</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 70px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">18.0V</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">No-load Speed</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 500 /&nbsp;0 - 2,100/min (high)&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Impact Rate</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">0 - 31,500/min (high)</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Max Torque</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">136Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Clutch Setting</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;"><span style="letter-spacing: normal; line-height: 20.39px;">Torque</span></td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2 - 8Nm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Overall Length</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">204mm</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Weight</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">2.5kg</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 200px; vertical-align: top;" colspan="2">Standard Accessories</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 69px; vertical-align: top;">&nbsp;</td>\r\n<td style="font-family: ''Source Sans Pro'', Arial, sans-serif; line-height: 1.2em; border-color: #ffffff; width: 481px; vertical-align: top;" colspan="2">Driver bit<br />Carry case</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'DV18DBL2(GY)_3Q_LowAngle(SML)adam13.jpg', '', '0000-00-00 00:00:00', 1);
INSERT INTO `products` VALUES (251, 83, 0, 0, 0, 'Hyundai HY3400 HireProÂ® Industrial Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3400 HirePro&reg; Industrial Petrol Generator</span></div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">British made: Designed for construction and hire markets.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.7kW output: Capable of powering demanding equipment and tools.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: For rugged protection and increased portability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.5L fuel tank: To keep your equipment powered for longer.&nbsp;</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_web_1_27.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (252, 83, 0, 0, 0, 'Hyundai DHYD60KSER HireProÂ® 1500rpm 62kVA Deutz Three Phase Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHYD60KSER HirePro&reg; 1500rpm 62kVA Deutz Three Phase Diesel Generator</span></div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">60kVA maximum output and three-phase supply</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Bunded tank making it the ideal generator for commercial &nbsp;site work</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a Deutz 1500rpm diesel engine, giving a longer lifespan and better economy</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Stationary genset suitable for both standby or prime power supply</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Weather-proof silenced canopy which helps to decrease noise levels</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;"><span style="box-sizing: border-box; margin: 0px; padding: 0px;">Control panel includes a variable RCD unit</span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large 180 fuel tank and a 3-way valve for external fuel supply for longer running if needed</li>\r\n</ul>\r\n</div>', '003_new_2.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (253, 82, 0, 0, 0, 'Hyundai IC140V Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC140V Petrol Engine</span></div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A recoil start petrol engine with a vertical, straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the HYM43P, HYM43SP and HYM46SP lawn mowers.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can also be used as a general replacement engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">139cc capacity with a 22mm shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>', 'hym43sp_engine_02.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (254, 82, 0, 0, 0, 'Hyundai IC100V Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="extra-info" style="box-sizing: border-box; margin: 0px; padding: 0px 15px 0px 0px; float: left; clear: left; width: 548.094px; max-width: 70%; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<div class="short-description" style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; clear: both; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>\r\n<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC100V Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A recoil start petrol engine with a vertical straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the HYM40P lawn mower, or can be used as a general replacement.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capacity: 99cc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Shaft size: 22mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</div>', 'hym40p_engine_01.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (255, 82, 0, 0, 0, 'Hyundai IC175V Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC175V Petrol Engine</span></div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A recoil start petrol engine with a vertical straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the HYM51SP lawn mower, or can be used as a general replacement engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">173cc capacity with a 22mm shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">An OHV engine powered by unleaded petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with fuel tank, air filter and exhaust.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hym51sp_engine_03.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (256, 82, 0, 0, 0, 'Hyundai IC160 Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC160 Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 163cc 4-stroke petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Suitable for use as a general replacement / spare engine, or with the HY50 water pump.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Shaft size: 19mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</div>', 'ic160-006.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (257, 82, 0, 0, 0, 'Hyundai IC210-QFM Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC210-QFM Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for use as a standalone replacement / spare engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Shaft size: 19mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 4-stroke engine powered by unleaded petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features fuel tank, air filter and exhaust.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '004_3_2.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (258, 82, 0, 0, 0, 'Hyundai IC200VE Electric Start Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC200VE Electric Start Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 196cc 4-stroke petrol engine with a 22mm vertical straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the HYM51SPE lawn mower, or can be used as a general replacement engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features electric key and recoil pull start.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2L fuel tank capacity.</li>\r\n</ul>\r\n</div>', 'hym51spe_engine_02_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (259, 82, 0, 0, 0, 'Hyundai IC390E-QFM Electric Start Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC390E-QFM Electric Start Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 4-stroke 13hp petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for use as a general replacement / spare engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features electric key and recoil pull starting methods.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Weighs 31kg, with a 25mm shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</div>', 'ic390-002_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (260, 82, 0, 0, 0, 'Hyundai IC390-QFM Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC390-QFM Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 4-stroke 13hp petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for use as a general replacement / spare engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Weighs 31kg, with a 25mm shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with fuel tank, air filter and exhaust.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built to the highest Hyundai standards for longevity.&nbsp;</li>\r\n</ul>\r\n</div>', 'ic390-002.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (261, 82, 0, 0, 0, 'Hyundai IC425-QFM Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC425-QFM Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 4-stroke 15hp petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with air filter, fuel tank and exhaust.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used as a general replacement petrol engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact in design with a powerful output.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Recoil pull starting methods.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'ic425-qfm-001.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (262, 82, 0, 0, 0, 'Hyundai IC420E Electric Start Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC420E Electric Start Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 420cc 4-stroke petrol engine with a horizontal tapered shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with starter motor, air filgeter and bell housing.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the HY9000LEk Petrol Generator.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can also be used as a general replacement petrol engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Shaft size: 25mm</li>\r\n</ul>\r\n</div>', 'hy9000-001.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (263, 82, 0, 0, 0, 'Hyundai IC425E-QFM Petrol Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai IC425E-QFM Petrol Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A 4-stroke 15hp petrol engine with a horizontal straight shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Complete with air filter, fuel tank, starter motor and exhaust.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used as a general replacement petrol engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact in design with a powerful output.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric start and recoil pull starting methods.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'ic425e-qfm-008.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (264, 82, 0, 0, 0, 'Hyundai D400E Diesel Engine', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai D400E Diesel Engine</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A&nbsp;10hp, 418cc, single cylinder air cooled &nbsp;diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with electric and recoil start, with a 25mm tapered, horizontal shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fits the DHY6000SE and DHY6000SELR standby diesel generators.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can also be used as a general replacement engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Provides a lifespan of 2000 - 3000 hours.</li>\r\n</ul>\r\n</div>', '__57.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (265, 81, 0, 0, 0, 'Hyundai 36vLich Battery Charger', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai 36vLich Battery Charger</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Charger for the Hyundai 36vLibat Lithium-ion 2.6Ah Samsung Battery</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fully charges the battery in 1.5 hours</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight and compact</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fitted with a 13A plug</li>\r\n</ul>\r\n</div>', '36vlich-36-lithium-ion-battery-charger-3.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (266, 81, 0, 0, 0, 'Hyundai HYPS33 33cc Petrol Pole Saw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYPS33 33cc Petrol Pole Saw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Impressive 3m reach: Perfect for cutting hard to reach branches.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">33cc Hyundai engine: Providing robust and reliable performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Split shaft: For convenient transport and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing a comfortable and stable cutting experience.</li>\r\n</ul>\r\n</div>', '001_new_web.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (267, 81, 0, 0, 0, 'Hyundai HYTR2650 25.4cc Petrol Split Shaft Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYTR2650 25.4cc Petrol Split Shaft Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 25.4cc 2-stroke petrol engine for easy starting and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The large 450mm cutting width allows you to cut through large areas and gardens efficiently.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The split shaft can be easily separated for transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low weight at 7.5kg for reduced stress and fatigue on your arms and back.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 600ml fuel tank which provides long running times for extended use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Designed for domestic use, capable of cutting through long grass, weeds and brambles with ease.</li>\r\n</ul>\r\n</div>', 'hytr2650-bent-shaft-brushcutter-03.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (268, 81, 0, 0, 0, 'Hyundai HYT2318 2-Stroke Petrol Hedge Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYT2318 2-Stroke Petrol Hedge Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: One of the lightest petrol hedge trimmers on the UK market.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">23cc Hyundai engine: Providing reliable and economical performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">450mm cutting blade: For making quick work of even the toughest hedgerows.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration technology: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</div>', 'angle_05.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (269, 81, 0, 0, 0, 'Hyundai 36vLibat Lithium-ion 2.6Ah Samsung Battery', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai 36vLibat Lithium-ion 2.6Ah Samsung Battery</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v lithium-ion 2.6Ah Samsung battery</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powers the entire Hyundai 36v range</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">1000+ charges</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fully charged in 90 minutes</li>\r\n</ul>\r\n</div>', 'battery-left.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (270, 81, 0, 0, 0, 'Hyundai HYBC5200 52cc Petrol Brushcutter / Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBC5200 52cc Petrol Brushcutter / Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a bump feed nylon cutting head and two metal cutting blades for all cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 52cc 2-stroke recoil start petrol engine for easy starting and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A large cutting width from 255mm to 450mm allows you to cut through large areas efficiently.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low weight at just 12.1kg for reduced arm and back strain, enabling extended use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The large bike handle and hand grip controls provide increased control and precision.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The split shaft adjuster allows for easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Full harness included.</li>\r\n</ul>\r\n</div>', 'hybc5200-grass-trimmer-strimmer-brushcutter.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (271, 0, 0, 0, 0, 'Hyundai HYBC3000 2-Stroke Brush Cutter and Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBC3000 2-Stroke Brush Cutter and Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">30cc Hyundai engine: Easy to start and providing ample cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Two cutting options: Supplied with a four tooth cutting blade and a two-string nylon cutting head.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration handles: For increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing increased precision and easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: For simple and safe operation of the machine.</li>\r\n</ul>\r\n</div>', '001_new_image_3.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (272, 81, 0, 0, 0, 'Hyundai HYT2622-II Hedge Trimmer with Double Reciprocating Blade', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYT2622-II Hedge Trimmer with Double Reciprocating Blade</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Double reciprocating blade: For increased and efficient cutting performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">26cc Hyundai engine: Providing reliable and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration technology: For a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rotatable handle: For achieving a precise cut.</li>\r\n</ul>\r\n</div>', 'hyhc2622ii-main.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (273, 81, 0, 0, 0, 'Hyundai HYBC5080AV 50.8cc Anti-Vibration Brushcutter / Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBC5080AV 50.8cc Anti-Vibration Brushcutter / Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a bump feed nylon cutting head and two metal cutting blades for all cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 50.8cc 2-stroke recoil petrol engine for easy starting and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A large 450mm cutting width allows you to cut through large areas efficiently.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low weight at just 9.75kg for reduced arm and back strain, enabling extended use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large anti-vibration bike handles provide increased comfort and precise control.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The split shaft&nbsp;adjuster allows&nbsp;for easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Full harness and multi position attachment included.</li>\r\n</ul>\r\n</div>', 'hybc5080av-brushcutter-01.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (274, 81, 0, 0, 0, 'Hyundai HYC3816 37cc 2-Stroke Petrol Chainsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC3816 37cc 2-Stroke Petrol Chainsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">37cc engine: Providing easy start and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">16in (40cm) blade: Equipped with a world renowned Oregon bar and chain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration handles: For increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing easy transportation and reducing operator strain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic use: Ideal for logging, fencing and ground level tree and hedge work.</li>\r\n</ul>\r\n</div>', '005_new_web_3.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (275, 81, 0, 0, 0, 'Hyundai HYEA5080 50.8cc Petrol Earth Auger', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYEA5080 50.8cc Petrol Earth Auger</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 50,8cc 2-stroke recoil start petrol engine for easy starting and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Provides heavy duty performance for both domestic and professional users.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The large handles provide perfect balance and increased control for a single user.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with 3 drills for jobs of all sizes and requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low weight at 19.2kg for reduced stress and fatigue on your arms and back.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for tree planting, road construction, setting fence posts and more.</li>\r\n</ul>\r\n</div>', 'hyea5080-petrol-earth-auger-03.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (276, 81, 0, 0, 0, 'Hyundai HYM41P Petrol Push Rotary Lawn Mower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM41P Petrol Push Rotary Lawn Mower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3 cutting heights: Controlled via a central cutting height adjuster.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Easy to manoeuvre and transport.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">40L grass catcher: For collection and simple disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">410mm cutting width: For use on small to medium sized lawns.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four-stroke petrol engine: Fantastic cutting power with low fuel consumption.</li>\r\n</ul>\r\n</div>', 'hyundai_hym41p.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (277, 81, 0, 0, 0, 'Hyundai HYBV26 Petrol Handheld Leaf Blower / Shredder / Vacuum', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBV26 Petrol Handheld Leaf Blower / Shredder / Vacuum</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Versatile functionality: Can be used as a leaf blower, vacuum or shredder.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">26cc Hyundai engine: Providing an easy start and impressive power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For comfortable gardening even over extended periods.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fabric collection bag: For convenient collection of debris when in shredder/vacuum mode.</li>\r\n</ul>\r\n</div>', 'untitled-3.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (278, 81, 0, 0, 0, 'Hyundai HYWT5080 50.8cc Wheeled Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYWT5080 50.8cc Wheeled Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Mounted on to large wheels for increased maneuverability and perfect balance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 50.8cc 2-stroke petrol engine for powerful cutting performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Nylon cutting head with cutting width of 400mm-450mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Easily cut beneath low hanging tree branches and hedgerows.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">800ml fuel tank for long running time.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for large properties.</li>\r\n</ul>\r\n</div>', 'hywt50-wheeled-grass-trimmer-02.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (279, 81, 0, 0, 0, 'Hyundai HYB33 Petrol Backpack Leaf Blower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYB33 Petrol Backpack Leaf Blower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Backpack design: Resulting in comfortable and convenient operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">1.2hp Hyundai engine: Providing reliable and power performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: Easy-to-use and safe placement on the hand grip.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: To eliminate operator strain even during extended use.</li>\r\n</ul>\r\n</div>', '001_new_image_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (280, 81, 0, 0, 0, 'Hyundai HYTR33 33cc Petrol Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYTR33 33cc Petrol Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Split shaft: For convenient storage and easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">33cc Hyundai engine: Providing consistent and reliable performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">420mm cutting diameter: For quick and effective cutting.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Free accessories: Supplied with shoulder harness, safety goggles and fuel mixing bottle.</li>\r\n</ul>\r\n</div>', '002_new_image.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (281, 81, 0, 0, 0, 'Hyundai HYBCF31 31cc Petrol Brushcutter and Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBCF31 31cc Petrol Brushcutter and Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a four-tooth cutting blade and two-string nylon cutting head for all cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 31cc 4-stroke petrol engine for reliable&nbsp;performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A large cutting width from 255mm to 450mm allows you to cut through large areas efficiently.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large anti-vibration bike handles provide increased comfort and precise control.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The&nbsp;split shaft adjuster allows for easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low weight at just 8.5kg for reduced arm and back strain, enabling extended use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Full harness included.</li>\r\n</ul>\r\n</div>', 'hybc5080av-brushcutter-01.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (282, 81, 0, 0, 0, 'Hyundai HYTR36Li 36v Battery Powered Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYTR36Li 36v Battery Powered Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Auto feed spool: As trigger is released nylon cord is extended automatically.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rotary cutting head: For convenient edging around flowerbeds and paths.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Telescopic shaft: For easy storage and transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: Simply engage the safety and trigger switches.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">300mm cutting width: Makes quick work of grass and weeds.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v Lithium-ion Samsung battery: Provides a standard running time of 40 minutes*</li>\r\n</ul>\r\n</div>', 'hytr36li-grass-trimmer-main-img.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (283, 81, 0, 0, 0, 'Hyundai HYBC4300 2-Stroke Brush Cutter and Grass Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYBC4300 2-Stroke Brush Cutter and Grass Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">43cc Hyundai engine: Easy to start and providing ample cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual cutting capabilities: Can be used as a brush cutter or grass trimmer.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration handles: For increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing increased precision and easy transportation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: For simple and safe operation of the machine.</li>\r\n</ul>\r\n</div>', '001_new_image_2_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (284, 81, 0, 0, 0, 'Hyundai HYM40P Petrol Powered Push Rotary Lawn Mower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM40P Petrol Powered Push Rotary Lawn Mower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3 cutting heights: For complete control over the finish of your lawn.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Easy to manoeuvre and transport.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">40L grass catcher: For collection and simple disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">400mm cutting width: For use on small to medium sized lawns.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four-stroke petrol engine: Fantastic cutting power with low fuel consumption.</li>\r\n</ul>\r\n</div>', 'hym40p-main-img_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (285, 81, 0, 0, 0, 'Hyundai HYC4618 45cc 2-Stroke Petrol Chainsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC4618 45cc 2-Stroke Petrol Chainsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">45cc engine: Providing easy start and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">18in (46cm) blade: Equipped with a world renowned Oregon bar and chain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration handles: For increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing easy transportation and reducing operator strain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Versatile use: Designed for domestic and light-professional work.</li>\r\n</ul>\r\n</div>', '4618.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (286, 81, 0, 0, 0, 'Hyundai HYM43P Petrol Powered Push Rotary Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM43P Petrol Powered Push Rotary Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Six-stage centralised cutting height adjuster: For complete control over the finish of your lawn.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Easy to manoeuvre and push around your garden.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">55L polyester grass catcher: For convenient collection and disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">410mm cutting width: For lawnmowers measuring up to 110sq metres.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Foldable handles: Making transportation and storage easy.</li>\r\n</ul>\r\n</div>', 'hym43p_new_01.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (287, 81, 0, 0, 0, 'Hyundai HYHT36Li 36v Battery Powered Hedge Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYHT36Li 36v Battery Powered Hedge Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large 550mm blade: For efficient cutting on overgrown hedgerows.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Front blade guard: To reduce damage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ergonomic design: Comfortable front and rear hand grips for added precision.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight: For a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: Simply engage the safety and trigger solutions.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v Lithium-ion Samsung battery: Provides a standard running time of 30 minutes*</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hedge-main-img-web.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (288, 81, 0, 0, 0, 'Hyundai HYPS36Li 36v Battery Powered Pole Saw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYPS36Li 36v Battery Powered Pole Saw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A total reach of 4m: For cutting hard to reach branches.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Quick release adjuster: Enabling easy extension of the shaft.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Oregon bar and chain: For the most efficient log cutting and long life.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Adjustable cutting head: To suit all cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Fingertip controls: Simply engage the safety and trigger switches.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v Lithium-ion Samsung battery: Provides a standard running time of 30 minutes*</li>\r\n</ul>\r\n</div>', 'hyps36li-pole-saw-main.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (289, 81, 0, 0, 0, 'Hyundai HYC5620 56cc 2-Stroke Petrol Chainsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC5620 56cc 2-Stroke Petrol Chainsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.2hp engine: Providing easy start and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">20in (50cm) blade: Equipped with a world renowned Oregon bar and chain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-vibration handles: For increased comfort during operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing easy transportation and reducing operator strain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Versatile use: Designed for cutting requirements up to a semi-professional level.</li>\r\n</ul>\r\n</div>', '001_new_web_1_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (290, 81, 0, 0, 0, 'Hyundai HYHT33 33cc Petrol Hedge Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYHT33 33cc Petrol Hedge Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extended hedge trimmer: For cutting far away or high parts of a hedgerow.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Providing a comfortable and precise cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Split shaft: Enabling convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">33cc Hyundai engine: Providing reliable and impressive cutting power.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hyht33-extended-hedge-trimmer-low-res.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (291, 81, 0, 0, 0, 'Hyundai HYT140 2.5kW 139cc 4-Stroke Petrol Garden Tiller & Cultivator', 'Select Product Type', 'Select a Status', 0, 0, '<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A new lightweight and powerful petrol tiller from Hyundai.</li>\r\n</ul>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 4hp, 4-stroke petrol engine.</li>\r\n</ul>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled and lightweight for easy manoeuvrability.</li>\r\n</ul>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Provides a cutting width of 370mm.</li>\r\n</ul>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; line-height: 21px;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Designed for domestic use&nbsp;</li>\r\n</ul>', 'tiller01_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (292, 81, 0, 0, 0, 'Hyundai HYM43SP Petrol Powered Self-Propelled Rotary Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM43SP Petrol Powered Self-Propelled Rotary Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled: Making an already easy to use lawnmower even more convenient.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Six-stage centralised cutting height adjuster: Easily changed to meet your cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">55L polyester grass catcher: For convenient collection and disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">410mm cutting width: Perfect for us on lawnmowers measuring up to 110sq metres.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Foldable handles: Making transportation and storage easy.</li>\r\n</ul>\r\n</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>', 'hym43sp_new_01.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (293, 81, 0, 0, 0, 'Hyundai HYB60 Petrol Backpack Leaf Blower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYB60 Petrol Backpack Leaf Blower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Backpack design: Resulting in comfortable and convenient operation for semi-professionals.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.3hp 2-stroke Hyundai engine: Producing reliable and economical power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large diameter nozzle: Providing optimum air placement for best results.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: To eliminate operator strain even during extended use.</li>\r\n</ul>\r\n</div>', '001_new_image_2.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (294, 81, 0, 0, 0, 'Hyundai HYC2610 26cc 2-Stroke Petrol Chainsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC2610 26cc 2-Stroke Petrol Chainsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">26cc engine: Providing easy start and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Professional use: Designed for trained operatives.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For a precise cut during tree work.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Safety features: Equipped with a safety brake to protect against kick backs.</li>\r\n</ul>\r\n</div>', '002_new_web_27.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (295, 81, 0, 0, 0, 'Hyundai HYC36Li 36v Battery Powered Chainsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC36Li 36v Battery Powered Chainsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Oregon bar and chain: For the most efficient log cutting and long life.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Anti-kick back safety brake: To prevent injuries from kick backs.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Automatic chain lubrication: For long chain and bar life.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Tool-free chain adjuster: For quick and easy maintenence.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Brushless motor: Producing exceptional performance cut after cut.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v Lithium-ion Samsung battery: Provides a standard running time of 30 minutes*</li>\r\n</ul>\r\n</div>', 'hyc36li-chainsaw-main-web.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (296, 81, 0, 0, 0, 'Hyundai HYMT33 33cc Petrol Multi-tool', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYMT33 33cc Petrol Multi-tool</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four attachments: Use this machine as a hedge trimmer, pole saw, brushcutter and grass trimmer.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">33cc Hyundai engine: Providing reliable and impressive cutting power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For a comfortable gardening experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact design: Each attachment is easily detached for convenient storage.</li>\r\n</ul>\r\n</div>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&nbsp;</div>', 'hymt33-multi-tool-low-res.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (297, 81, 0, 0, 0, 'Hyundai HYM46SP Petrol Self-Propelled 4-in-1 Rotary Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM46SP Petrol Self-Propelled 4-in-1 Rotary Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled: Simply control the direction of the mower as it propels itself.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four cutting methods: cut and collect, cut and drop, cut and mulch &amp; cut and side-discharge</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Six-stage centralised cutting height adjuster: Easily changed to meet your cutting requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">70L polyester grass catcher w/ hard lid: For convenient collection and disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">460mm cutting width: Makes quick work of lawns measuring up to 190sq metres.</li>\r\n</ul>\r\n</div>', '012_new_web_4444444444.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (298, 81, 0, 0, 0, 'Hyundai HYFT56 Petrol Push Field Trimmer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYFT56 Petrol Push Field Trimmer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Heavy duty line trimmer: For larger areas of level, sloping or uneven ground.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">350mm (14in) diameter wheels: Aiding movement over difficult and uneven terrain.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">5.5hp Hyundai engine: Providing ample power for cutting dense grass and scrub.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Adjustable cutting heights: To suit the cutting requirements at hand.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: For a comfortable cutting experience.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_web_1_244545444.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (299, 81, 0, 0, 0, 'Hyundai HYM51SP Petrol Self-Propelled 4-in-1 Rotary Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM51SP Petrol Self-Propelled 4-in-1 Rotary Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled: Simply control the direction of the mower as it propels itself.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four cutting methods: cut and collect, cut and drop, cut and mulch &amp; cut and side-discharge</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Seven-stage centralised cutting height adjuster: To meet all cutting requirements</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">70L polyester grass catcher w/ hard lid: For convenient collection and disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">508mm cutting width: Makes quick work of lawns measuring up to 190sq metres.</li>\r\n</ul>\r\n</div>', '001_new_image_1_3333333333333333.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (300, 81, 0, 0, 0, 'Hyundai HYM36Li 36v Battery Powered Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM36Li 36v Battery Powered Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">6 stage cutting height adjuster: For complete control over the final finish.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Spacious 36L grass catcher: Providing easy disposal of cuttings, with level indicator.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Making it easy to manoeuvre and transport with foldable handles.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Easy starting: Simply insert the safety key and engage lock-out button.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">380mm cutting width: For use on small to medium sized lawns.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">36v Lithium-ion Samsung battery: Provides a standard running time of 30 minutes*</li>\r\n</ul>\r\n</div>', 'hym36li-lawnmower-main-img-lefttttttttttttttt.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (301, 81, 0, 0, 0, 'Hyundai HYM46SPE Electric Start Self-Propelled Petrol Lawn Mower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM46SPE Electric Start Self-Propelled Petrol Lawn Mower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric key start provides easy and convenient starting.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled for an easy cutting experience.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four cutting methods: cut and collect, cut and drop, cut and mulch &amp; cut and side-discharge.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Seven-stage centralised cutting height adjuster for control over the cut.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">70L polyester grass catcher w/ hard lid provides easy disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low weight at just&nbsp;36kg.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a soft handle for increased comfort.</li>\r\n</ul>\r\n</div>', 'hym46spe-0013-main_111111111111111111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (302, 81, 0, 0, 0, 'Hyundai HYM51SPE Electric Start Self-Propelled Petrol Lawnmower', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYM51SPE Electric Start Self-Propelled Petrol Lawnmower</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric start: Provides extremely convenient starting.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Self-propelled: Fitted with a 3-speed gearbox.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Four cutting methods: cut and collect, cut and drop, cut and mulch &amp; cut and side-discharge</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Seven-stage centralised cutting height adjuster: To meet all cutting requirements</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">70L polyester grass catcher w/ hard lid: For convenient collection and disposal of your cuttings.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle: Providing a comfortable cutting experience.</li>\r\n</ul>\r\n</div>', '011_new_imageeeeeeeeeeeeeeeeeeee.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (303, 80, 0, 0, 0, 'Hyundai HY2156 Corded Electric 230V 4.5" Angle Grinder', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2156 Corded Electric 230V 4.5" Angle Grinder</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Wheel diameter: 115mm / 4.5".</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Spindle screw thread: M14.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 600w with a 2m cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">No load speed of 10,500rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a side handle, protective guard and a spanner.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_15.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (304, 80, 0, 0, 0, 'Hyundai HY2160 250w Corded Electric 230V Sander', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2160 250w Corded Electric 230V Sander</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">No load speed of 6000 - 14000rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Sandpaper size: 230mm x 92mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 250w with a 2m power cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Eccentricity: 0.8mm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Vibration level: 9.234 m/s<span style="box-sizing: border-box; margin: 0px; padding: 0px;">&sup2;.</span></li>\r\n</ul>\r\n</div>', '001_11.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (305, 80, 0, 0, 0, 'Hyundai HY2162 650w Corded Electric 230V Planer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2162 650w Corded Electric 230V Planer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">No load speed of 2800rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">650w rated power with a 2m power cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Up to 95.25mm max planing width and 1.59mm planing depth.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a parallel guide, spanner and dust port cover.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dust chute ID/OD size: 38mm / 42.87mm.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_10.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (306, 80, 0, 0, 0, 'Hyundai HY2158 710w Corded Electric 230V Impact Drill', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2158 710w Corded Electric 230V Impact Drill</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Drilling capacities: 35mm (wood), 16mm (masonry) and 13mm (steel).</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Impact rate: 0 - 44,800bpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Keyless 13mm chuck.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 710w with a 2m power cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a 360&deg; auxiliary handle and depth gauge.</li>\r\n</ul>\r\n</div>', '001_13.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (307, 80, 0, 0, 0, 'Hyundai HY2161 710w Corded Electric 230V Jigsaw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2161 710w Corded Electric 230V Jigsaw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">0-45&deg; bevel cutting angle.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">No load speed of 1000 - 2800rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 710w with a 2m power cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a guide bar.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">On-board blade storage.</li>\r\n</ul>\r\n</div>', '001_14.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (308, 80, 0, 0, 0, 'Hyundai HY2150 10mm 12V DC Drill Driver', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2150 10mm 12V DC Drill Driver</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Comes with 2 x 12v 1.3Ah lithium-ion batteries, battery charger and carry case.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Drill speed: 1: 0-350rpm. 2: 0-1300rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Torque settings: 17 position torque plus drill setting, max torque 22nm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Functions: Drill / Driver / 2-speed / Forward / Reverse / LED torch.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Keyless 10mm (3/8") chuck.</li>\r\n</ul>\r\n</div>', '011_4.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (309, 80, 0, 0, 0, 'Hyundai HY2151 12V DC Lithium-ion Oscillating Multi-Tool', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2151 12V DC Lithium-ion Oscillating Multi-Tool</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Comes with 2 x 12v 1.3Ah lithium-ion batteries, battery charger and carry case.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Includes cutting blade, scraper and two velcro sanding sheets.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Battery level indicator on tool body.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">6-speed up to maximum 18,000 oscillations per minute.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Soft grip handle and safety lock trigger.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_18.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (310, 80, 0, 0, 0, 'Hyundai HY2163 1600w Corded Electric 230V Circular Saw', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2163 1600w Corded Electric 230V Circular Saw</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">24-tooth cutting blade with 1 tooth per inch (TPI)</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Cutting capabilities: Diameter: 185mm / Bore: 16mm / Thickness: 2.5mm</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A no load speed of 5000rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features laser guidance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 1600w with a 2m power cable.</li>\r\n</ul>\r\n</div>', '005_8.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (311, 80, 0, 0, 0, 'Hyundai HY2157 Corded Electric 230V 9" Angle Grinder', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2157 Corded Electric 230V 9" Angle Grinder</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Wheel diameter: 230mm / 9".</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Spindle screw thread: M14.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Rated at 2100w with a 2m power cable.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">No load speed of 6200rpm.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Supplied with a protective guard, side handle, spanner and hex key.</li>\r\n</ul>\r\n</div>', '005_1_4444444444.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (312, 80, 0, 0, 0, 'Hyundai HY2155 Cordless 18V DC Combi Drill', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2155 Cordless 18V DC Combi Drill</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">C<span style="box-sizing: border-box; margin: 0px; padding: 0px;">omes with 2 x 18v 2Ah lithium-ion batteries, battery charger and carry case.</span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;"><span style="box-sizing: border-box; margin: 0px; padding: 0px;">19 position torque, max torque 45nm.</span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;"><span style="box-sizing: border-box; margin: 0px; padding: 0px;">Impact rate:&nbsp;<span style="box-sizing: border-box; margin: 0px; padding: 0px;">0~400 - 0~1600bpm.</span></span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;"><span style="box-sizing: border-box; margin: 0px; padding: 0px;">2 speed gearbox for high and low drilling speeds.</span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Keyless 13mm (1/2") chuck.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_16.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (313, 79, 0, 0, 0, 'Hyundai HY2524 24L Direct Drive ''Home Series'' Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2524 24L Direct Drive ''Home Series'' Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A small but powerful air compressor designed for indoor domestic use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 2.5hp Hyundai electric motor.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum output of 7.42CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Operational out of the box within minutes.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features dual capabilities for two air tools to be connected at once.&nbsp;</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (314, 79, 0, 0, 0, 'Hyundai HY2550 50L Direct Drive ''Home Series'' Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2550 50L Direct Drive ''Home Series'' Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful air compressor designed for hobbyist and DIY users in an indoor setting.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 2.5hp electric Hyundai motor.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight and compact for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a powerful direct drive motor.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum output of 7.42CFM.&nbsp;</li>\r\n</ul>\r\n</div>', '005.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (315, 79, 0, 0, 0, 'Hyundai HY0808 8L Direct Drive Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY0808 8L Direct Drive Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Ideal for trade applications.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 0.75hp Hyundai electric motor.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Displacement of 3.1CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Operational out of the box within minutes.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact dimensions for easy transportation and storage.</li>\r\n</ul>\r\n</div>', '012_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (316, 79, 0, 0, 0, 'Hyundai HY30100 100 Litre Belt Drive ''Pro Series'' Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY30100 100 Litre Belt Drive ''Pro Series'' Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 3hp electric motor and designed for indoor use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Features a 2-cynlinder cast iron pump and 100 litre tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built for everyday workshop use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight, portable and with rubber feet to keep it in place.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A maximum pressure of 128PSI and an output of 12.5CFM.</li>\r\n</ul>\r\n</div>', '004_new_web_3.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (317, 79, 0, 0, 0, 'Hyundai HY3050 50 Litres Belt Drive ''Pro Series'' Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3050 50 Litres Belt Drive ''Pro Series'' Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful air compressor for enthusiast and professional users.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 3hp electric motor with a maximum output of 2.25kW.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a 50 litre air tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A lightweight and portable design with built-in wheels and handles.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Includes many safety features, a built-in thermal overload shutdown, automatic pressure sensor on/off switch and a drain valve.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hy3050000.png', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (318, 79, 0, 0, 0, 'Hyundai HY3150S 150 Litre Belt Drive ''Pro Series'' Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3150S 150 Litre Belt Drive ''Pro Series'' Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Maximum output: 10bar / 145psi.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3hp electric engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large 150L rolled steel tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces 350L/min and 12.4CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built for indoor, professional use.</li>\r\n</ul>\r\n</div>', '007_new_image_5.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (319, 79, 0, 0, 0, 'Hyundai HY70100P Petrol Driven Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY70100P Petrol Driven Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful petrol driven air compressor for enthusiast and professional use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 7hp petrol engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 90L tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Products a maximum output of 15.1CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A lightweight and portable machine with built-in wheels and handle.&nbsp;</li>\r\n</ul>\r\n</div>', '004_new_web_20.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (320, 79, 0, 0, 0, 'Hyundai HY55200-3 4kW / 5.5hp Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY55200-3 4kW / 5.5hp Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 5.5hp motor.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 200L tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Products a maximum output of 16.5CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Aerodynamic flywheels for efficient cooling</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hy55200_3-main-img-web.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (321, 79, 0, 0, 0, 'Hyundai HY75270-3 5.5kW / 7.5 HP Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY75270-3 5.5kW / 7.5 HP Air Compressor<span style="line-height: 20px; color: #636363; font-size: 14px;">The HY75270-3 is a heavy-duty industrial and professional three phase air compressor, built with the highest quality components to provide unbeatable performance. This air compressor benefits from the powerful 7.5hp engine and produces 29 CFM from its large 270 litre air tank. The heavy duty motor has built-in overload protection, it&rsquo;s fitted with aerodynamic flywheels for efficient cooling and the twin cylinder pump has a slow running, 3 phase motor, speed for lower noise levels and increased life expectancy. The cast iron cylinder block is designed to last and the air receiver is built to the latest European Standards 09/105 CE.</span></span></div>', 'hy75270-main-img-webbbbbbbbb.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (322, 79, 0, 0, 0, 'Hyundai 200L Petrol Driven Air Compressor HY140200PS', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai 200L Petrol Driven Air Compressor HY140200PS</span><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;"><br /></span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The largest Hyundai petrol air compressor for professional and commercial use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 14hp 4-stroke IC420 Hyundai engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum output of 37.8CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 200L tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Maximum pressure output: 145psi / 10bar</li>\r\n</ul>\r\n</div>', 'hyundai_200l_37.8cfm_petrol_driven_air_compressor_hy140200ps-001111111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (323, 79, 0, 0, 0, 'Hyundai HY140150P Petrol Driven Air Compressor', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY140150P Petrol Driven Air Compressor</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful petrol air compressor designed for professional and commercial use.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 15hp, 4-stroke Hyundai engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum output of 35.1CFM.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 150L tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be mounted on to vehicles for maximum convenience.&nbsp;</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_web_1_19.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (324, 79, 0, 0, 0, 'Hyundai New Blue 3/90 - 3/300 - V 3/300', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 3/90 - 3/300 - V 3/300<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power.</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<p style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px;">This screw compressor is available in three variations.</p>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<p style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px;">The main benefits of a rotary screw compressor are as follows:</p>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<p style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px;">Below you can see the options available for this model.</p>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<p style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px;"><em style="box-sizing: border-box; margin: 0px; padding: 0px;">Please note: RRP does not include delivery.</em></p>\r\n</div>', 'hyundai-screw-air-compressor.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (325, 79, 0, 0, 0, 'Hyundai New Blue D 5.5 - 10', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue D 5.5 - 10<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /></div>', 'new-blue-d-5-5-10.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (326, 79, 0, 0, 0, 'Hyundai New Blue 5.5/200 - 20/500', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 5.5/200 - 20/500<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</ul>\r\n</div>', 'new-blue-5-5-200-20-500.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (327, 79, 0, 0, 0, 'Hyundai New Blue 15 - 20', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 15 - 20<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</ul>\r\n</div>', 'new-blue-15-20.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (328, 79, 0, 0, 0, 'Hyundai New Blue D 5.5/200 - 20/500', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue D 5.5/200 - 20/500<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'new-blue-d-5-5-200-20-5000000000.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (329, 79, 0, 0, 0, 'Hyundai New Blue 5.5 - 10', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 5.5 - 10<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'new-blue-5-5-1000000111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (330, 79, 0, 0, 0, 'Hyundai New Blue D 15 - 20', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue D 15 - 20<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</ul>\r\n</div>', 'new-blue-d-15-2020202020.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (331, 79, 0, 0, 0, 'Hyundai New Blue 25 - 30', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 25 - 30<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</div>', 'new-blue-25-30.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (332, 79, 0, 0, 0, 'Hyundai New Blue 25/500 - 30/500', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 25/500 - 30/500<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</div>', 'new-blue-25-500-30-500.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (333, 79, 0, 0, 0, 'Hyundai New Blue D 25 - 30', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue D 25 - 30<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'new-blue-d-25-3030303030.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (334, 79, 0, 0, 0, 'Hyundai New Blue 40 - 50', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue 40 - 50<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</div>', 'new-blue-40-50_66666.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (335, 79, 0, 0, 0, 'Hyundai New Blue D 25/500 - 30/500', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai New Blue D 25/500 - 30/500<span style="color: #636363; font-size: 14px; line-height: 21px;">Highly customisable to meet your requirements, these rotary screw air compressors are ideal for professional users looking for a high powered, low cost and reliable source of power. The main benefits of a rotary screw compressor are as follows:</span></span><br style="box-sizing: border-box; margin: 0px; padding: 0px;" /><br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Low maintenance requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Extremely low noise output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased reliability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used for continuous operation.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Increased efficiency.</li>\r\n</ul>\r\n</div>', 'new-blue-d-25-500-30-500.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (336, 78, 0, 0, 0, 'Hyundai HY25032C Electric Submersible Clean Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY25032C Electric Submersible Clean Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">250w rated power: Capable of pumping 6000L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 4.2kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable plastic casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '002_new_web_25.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (337, 78, 0, 0, 0, 'Hyundai HY85038D Electric Submersible Dirty Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY85038D Electric Submersible Dirty Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">850w rated power: Capable of pumping 14,000L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 6.2kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable plastic casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n</ul>\r\n</div>', '004_4.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (338, 78, 0, 0, 0, 'Hyundai HY90038C Electric Submersible Clean Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY90038C Electric Submersible Clean Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">900w rated power: Capable of pumping 15,000L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 5.7kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable plastic casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n</ul>\r\n</div>', '003_55555.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (339, 78, 0, 0, 0, 'Hyundai HY40038SSC Electric Submersible Clean Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY40038SSC Electric Submersible Clean Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">400w rated power: Capable of pumping 7500L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 4.7kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable stainless steel casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '002_new_web_24.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (340, 78, 0, 0, 0, 'Hyundai HY55038SSD Electric Submersible Dirty Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY55038SSD Electric Submersible Dirty Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">550w rated power: Capable of pumping 9500L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 5.8kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable stainless steel casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n</ul>\r\n</div>', '002_new_web_23333.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (341, 78, 0, 0, 0, 'Hyundai HY85038CD Electric Submersible Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY85038CD Electric Submersible Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">850w rated power: Capable of pumping 13,500L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Clean and dirty water pump: Suitable for pumping from all water sources.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 6.5kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n</ul>\r\n</div>', 'hy85038cdddd.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (342, 78, 0, 0, 0, 'Hyundai HY80032SSC Electric Submersible Clean Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY80032SSC Electric Submersible Clean Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">800w rated power: Capable of pumping 5500L/hr.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Weighs only 7.6kg for easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in float switch: To automatically control the pump in shallow water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Durable stainless steel casing: To protect the pump, with a convenient carry handle.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Domestic and professional use: Ideal for draining cellars, pools, sinks, baths, etc.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13a plug: Connected to a 10m cable for great reach.</li>\r\n</ul>\r\n</div>', '001_new_web_1_20202020202.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (343, 78, 0, 0, 0, 'Hyundai HY25-2 25mm Portable Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY25-2 25mm Portable Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">One of the smallest and lightest water pumps on the UK market, ideal for domestic and professional users.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 50.8cc 2-stroke recoil start petrol engine&nbsp;for reliable performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed within a sturdy and durable open frame with a convenient carry handle.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capable of pumping 133L/min through the large 25mm (1&rdquo;) inlet and outlet.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Suitable for transferring clean and fresh water sources, with a large lift of 25-30m and a suction lift of 8m.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact in size, it&rsquo;s ideal for storing in a garden shed, van, or workshop.</li>\r\n</ul>\r\n</div>', 'hy25-2-water-pump-03.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (344, 78, 0, 0, 0, 'Hyundai HY40-2 40mm Portable Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY40-2 40mm Portable Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">One of the smallest and lightest water pumps on the UK market, ideal for domestic and professional users.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 50.8cc 2-stroke recoil start petrol engine&nbsp;for&nbsp;reliable performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed within a sturdy and durable open frame with a convenient carry handle.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capable of pumping&nbsp;250L/min through the large 40mm (1.5&rdquo;) inlet and outlet.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Suitable for transferring clean and fresh water sources, with a large lift of 30-35m and a suction lift of 8m.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Compact in size, it&rsquo;s ideal for storing in a garden shed, van, or workshop.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hy40-2-water-pump-02222222222.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (345, 78, 0, 0, 0, 'Hyundai HY50 Petrol 2" (50mm) Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY50 Petrol 2" (50mm) Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">163cc Hyundai engine: Providing impressive and reliable pumping power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2" intake and outake: Allowing 500 litres of water to be pumped every minute.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.6L fuel tank: Providing a long running time for uninterrupted pumping.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: Protects the water pump from any knocks and bumps.</li>\r\n</ul>\r\n</div>', 'b00nvkpzjm.main.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (346, 78, 0, 0, 0, 'Hyundai HY80 80mm 3" Petrol Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY80 80mm 3" Petrol Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">196cc Hyundai engine: Providing impressive and reliable pumping power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3" inlet and outlet: Allowing 750 litres of water to be pumped every minute.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For easy transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.6L fuel tank: Providing a long running time for uninterrupted pumping.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: Protects the water pump from any knocks and bumps.</li>\r\n</ul>\r\n</div>', '005_new_web_2999999.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (347, 78, 0, 0, 0, 'Hyundai HYC50 50mm 2" Chemical Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYC50 50mm 2" Chemical Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">196cc Hyundai engine: Providing reliable and economical running power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Chemical water pump: For pumping&nbsp;<span style="box-sizing: border-box; margin: 0px; padding: 0px;">corrosive liquids, chemicals or sea water.</span></li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2" inlet and outlet: Enabling this pump to process solid particles up to 9mm in diameter.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.6L fuel tank: Providing a long running time for uninterrupted pumping.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: Protects the water pump from any knocks and bumps.</li>\r\n</ul>\r\n</div>', '002_new_web_42.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (348, 78, 0, 0, 0, 'Hyundai HYT50 50mm 2" Petrol Water Trash Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYT50 50mm 2" Petrol Water Trash Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful petrol trash pump which can deal with dirty and unrefined water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capable of pumping debris up to 25mm in diameter.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7hp Hyundai HY210 engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Pumps up to 35,000 litres of water per hour.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight and portable for easy transportation and storage.</li>\r\n</ul>\r\n</div>', '001_new_web_1_133333.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (349, 78, 0, 0, 0, 'Hyundai HYT80 3" Petrol Water Trash Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYT80 3" Petrol Water Trash Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">212cc Hyundai engine: Providing reliable and economical running power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Trash water pump: For pumping dirty and unrefined water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3" inlet and outlet: Enabling this pump to process solid particles up to 35mm in diameter.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.6L fuel tank: Providing a long running time for uninterrupted pumping.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: Protects the water pump from any knocks and bumps.</li>\r\n</ul>\r\n</div>', '002_new_web_14444.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (350, 78, 0, 0, 0, 'Hyundai DHY50E 50mm 2" Electric Start Diesel Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY50E 50mm 2" Electric Start Diesel Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful and portable diesel water pump.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with both recoil and electric start functionality.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a D200 221cc diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capable of pumping 600L/min.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can handle solids up to 9mm in diameter.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A lightweight design, weighing only 51kg.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'dhy50e_left_angle_11111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (351, 78, 0, 0, 0, 'Hyundai DHY80E 80mm 3" Electric Start Diesel Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY80E 80mm 3" Electric Start Diesel Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Hyundai D300 diesel engine: Producing 6hp for powerful pumping capability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric start functionality: Providing an easy start every time.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">High flow rate: Can pump up to 750L/min with a 3&rdquo; inlet and outlet.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Long running: Equipped with a large 6.7 litre fuel tank.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Red diesel: Lowering the running costs of this economical pump even further.</li>\r\n</ul>\r\n</div>', 'dhy80e_front_left_angleeeeeeee.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (352, 78, 0, 0, 0, 'Hyundai DHYC50LE 50mm 2" Electric Start Diesel Chemical Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHYC50LE 50mm 2" Electric Start Diesel Chemical Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Diesel-driven water pump with a 50mm inlet/outlet (2" bore approx.)</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Tough plastic pump, specifically for pumping corrosive liquids, chemicals, liquid fertilizer or sea water</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">6hp four stroke diesel electric key start engine</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Maximum pumping head of 35m and lift of 7m</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Will pump up to 32,000 litres/hour - 533L/min</li>\r\n</ul>\r\n</div>', '001_new_web_1_2999999.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (353, 78, 0, 0, 0, 'Hyundai DHYT80E Diesel Trash Water Pump', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHYT80E Diesel Trash Water Pump</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful diesel trash water pump which can deal with dirty and unrefined water.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Capable of pumping debris up to 35mm in diameter.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 296cc D300 diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Pumps up to 880L/min.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight and portable for easy transportation and storage.</li>\r\n</ul>\r\n</div>', 'dhyt80e_front_left_angleeeeedouble.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (354, 77, 0, 0, 0, 'Hyundai HYW2500P 2800psi Petrol Pressure Washer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYW2500P 2800psi Petrol Pressure Washer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7hp 4-stroke Hyundai engine: Providing impressive cleaning power and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2800PSI output: For dealing with tough cleaning requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in detergent tank: For efficient and effective cleaning with no fuss.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Axial pump: Built from high quality components for the best performance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Easily transported with foldable handles.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '003_new_web_13.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (355, 77, 0, 0, 0, 'Hyundai HYW3000P 3000psi Petrol Pressure Washer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYW3000P 3000psi Petrol Pressure Washer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7hp 4-stroke engine: Providing impressive cleaning power and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3000PSI output: For dealing with tough cleaning requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in detergent tank: For efficient and effective cleaning with no fuss.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Heavy-duty Annovi Reverberi pump: Suitable for professional cleaning tasks.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Easily transported with foldable handles.</li>\r\n</ul>\r\n</div>', 'hyw3000p-002.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (356, 77, 0, 0, 0, 'Hyundai HYW4000P 4000psi Petrol Pressure Washer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYW4000P 4000psi Petrol Pressure Washer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">14hp 4-stroke engine: Providing impressive cleaning power and reliable running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">4000PSI output: Suitable for the toughest cleaning requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Heavy-duty Annovi Reverberi pump: Built for professional cleaning tasks</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Sturdy frame: Finely tuned wheel base for great balance.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Turbo nozzle included: Providing high-powered and efficient cleaning.</li>\r\n</ul>\r\n</div>', '001_new_web_1_100000.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (357, 77, 0, 0, 0, 'Hyundai HYW3600DE2 3600psi Diesel Pressure Washer', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HYW3600DE2 3600psi Diesel Pressure Washer</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">11hp Hyundai diesel engine: For impressive performance and economical running.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3600PSI output: Suitable for the toughest cleaning requirements.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Heavy-duty Annovi Reverberi pump: Built for professional cleaning tasks</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric key start: Providing an easy start every time.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Built-in unloader valve: For regulating the temperature of the pump.</li>\r\n<li></li>\r\n</ul>\r\n</div>', 'hym3600de2_main.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (358, 76, 0, 0, 0, 'Hyundai DHYD90KSE 1500rpm 90kVA Three Phase Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHYD90KSE 1500rpm 90kVA Three Phase Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A three phase standby diesel generator with a maximum output of 72kW/90kVA.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 70hp BF2012C diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with an AVR alternator for a clean energy output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be connected to an ATS system for an automatic power transfer.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed in a silenced weather-proof canopy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_both_.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (359, 76, 0, 0, 0, 'Hyundai DHY35KSEm 1500rpm 45kVA Single Phase Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY35KSEm 1500rpm 45kVA Single Phase Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A single phase standby diesel generator with a maximum output of 33kW/45kVA.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 35hp 1500rpm diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with an AVR alternator for a clean energy output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be connected to an ATS system for an automatic power transfer.</li>\r\n</ul>\r\n</div>', '004_new.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (360, 76, 0, 0, 0, 'Hyundai DHY60KSE 1500rpm 60kVA Three Phase Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY60KSE 1500rpm 60kVA Three Phase Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A three phase standby diesel generator with a maximum output of 48kW/60kVA.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 56hp HY4108ZD diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with an AVR alternator for a clean energy output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be connected to an ATS system for an automatic power transfer.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed in a silenced weather-proof canopy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '004_new_4.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (361, 76, 0, 0, 0, 'Hyundai DHY45KSE 1500rpm 45kVA Three Phase Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY45KSE 1500rpm 45kVA Three Phase Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A three phase standby diesel generator with a maximum output of 33kW/45kVA.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 35hp 1500rpm diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with an AVR alternator for a clean energy output.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be connected to an ATS system for an automatic power transfer.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed in a silenced weather-proof canopy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '005_new_5.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (362, 76, 0, 0, 0, 'Hyundai HY3100L 2.8kW Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3100L 2.8kW Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame design: Full frame protection with large diameter powder coated tubular frame.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large exhaust silencer: Keeps noise levels as low at 67dB (at 7m)</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7hp Hyundai engine: For reliable and powerful performance job after job.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.8kW output: For powering demanding tools and equipment.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric ignition: Providing an easy recoil start up procedure.</li>\r\n</ul>\r\n</div>', '012_new_web_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (363, 76, 0, 0, 0, 'Hyundai HY1000Si 1kW Inverter Generator (2016)', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY1000Si 1kW Inverter Generator (2016)</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">1kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">4.5 hour running time at 50% load: Enabling you to enjoy your holiday without constant refueling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '002_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (364, 76, 0, 0, 0, 'Hyundai HY1000Si 1kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY1000Si 1kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">1kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '002_1.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (365, 76, 0, 0, 0, 'Hyundai HY3400 HireProÂ® Industrial Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3400 HirePro&reg; Industrial Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">British made: Designed for construction and hire markets.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.7kW output: Capable of powering demanding equipment and tools.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Open frame: For rugged protection and increased portability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.5L fuel tank: To keep your equipment powered for longer.&nbsp;</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_web_1_27.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (366, 76, 0, 0, 0, 'Hyundai HY3100LE 2.8kW Electric Start Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3100LE 2.8kW Electric Start Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: For increased portability between jobs.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Easy starting: Choose between recoil pull and electric remote starting methods.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">7hp Hyundai engine: Providing reliable and economical power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Exhaust silencer: Keeps noise output low at just 67dB @ 7m.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '002_new_web_18.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (367, 76, 0, 0, 0, 'Hyundai HY2000Si 2.2kw Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2000Si 2.2kw Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.2kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">9 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '004_new_web_8888.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (368, 76, 0, 0, 0, 'Hyundai HY2000Si 2kw Inverter Generator (2016)', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2000Si 2kw Inverter Generator (2016)</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">5.5 hour running time at 50% load: Enabling you to enjoy your holiday without constant refueling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '002_2222.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (369, 76, 0, 0, 0, 'Hyundai HY3000Si 2.8kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3000Si 2.8kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.8kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">8 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '003_2015_1_111111111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (370, 76, 0, 0, 0, 'Hyundai HY2000SEi 2.2kW Electric and Remote Start Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2000SEi 2.2kW Electric and Remote Start Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Remote and electric start: Providing easier starting options over the standard HY2000Si.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.2kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">9 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '011_2015_333333.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (371, 76, 0, 0, 0, 'Hyundai HY1000Si-LPG Dual Fuel 1kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY1000Si-LPG Dual Fuel 1kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">1kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '003_new_web_35.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (372, 76, 0, 0, 0, 'Hyundai HY7000LEk 5.5kW Electric Start Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY7000LEk 5.5kW Electric Start Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A maximum power of 5.5kW</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">13hp Hyundai 4-stroke OHV engine</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces low noise, 68dBA @ 7m</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Come with a digital display</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">230v and 115v sockets</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Commercial-grade generator</li>\r\n</ul>\r\n</div>', '002_new_web_30.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (373, 76, 0, 0, 0, 'Hyundai HY3000SEi 2.8kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3000SEi 2.8kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Remote and electric start: Providing easier starting options over the standard HY3000Si.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.8kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">8 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '001_2015_5555555.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (374, 76, 0, 0, 0, 'Hyundai HY2000Si-LPG Dual Fuel 2.2kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2000Si-LPG Dual Fuel 2.2kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.2kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '001_new_web_1_3737373737.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (375, 76, 0, 0, 0, 'Hyundai HY9000LEk 6.6kW Electric Start Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY9000LEk 6.6kW Electric Start Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large 6.6kW maximum output for industrial power supply</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a heavy duty Hyundai 15hp 4-stroke petrol engine</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Portable unit with large wheels and wheelbarrow-style handles for easy movement</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The functionality of both recoil and electric key starting for easy fire-up</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Standard sockets with 110v and 230v outputs</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Large 22L fuel tank for extended running times</li>\r\n<li></li>\r\n</ul>\r\n</div>', '011_2015_333333.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (376, 76, 0, 0, 0, 'Hyundai HY3000Si-LPG Dual Fuel 2.8kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3000Si-LPG Dual Fuel 2.8kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.8kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '010_new_web_999999.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (377, 76, 0, 0, 0, 'Hyundai HY2000SEi-LPG Dual Fuel 2.2kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY2000SEi-LPG Dual Fuel 2.2kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Remote and electric start: Providing easier starting options over the standard HY2000Si.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.2kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', 'hy2000sei-lpg-persp-betterbetterrrr.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (378, 76, 0, 0, 0, 'Hyundai DHY6000SE 5.2kW Silenced Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY6000SE 5.2kW Silenced Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 10hp Hyundai D400 engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces 5.2kW (6kVA) of clean power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric start with added ATS capability.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a large 16L fuel tank for a long running time.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Comes fitted with safety features such as low oil alert and automatic engine shut down.</li>\r\n<li></li>\r\n</ul>\r\n</div>', '002_9.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (379, 76, 0, 0, 0, 'Hyundai HY3600SEi-LPG Dual Fuel 3.4kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3600SEi-LPG Dual Fuel 3.4kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.4kW output: The most powerful inverter generator in the Hyundai range.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric and remote start: For easy starting and maximum convenience.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '008_new_web_1414.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (380, 76, 0, 0, 0, 'Hyundai HY3600SEi 3.4kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3600SEi 3.4kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">3.4kW output: The most powerful inverter generator in the Hyundai range.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Electric and remote start: For easy starting and maximum convenience.&nbsp;</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">12 hour running time: Enabling you to enjoy your holiday without constant refuelling.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '001_new_main_2015_1_1111.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (381, 76, 0, 0, 0, 'Hyundai HY3000SEi-LPG Dual Fuel 2.8kW Inverter Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY3000SEi-LPG Dual Fuel 2.8kW Inverter Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Dual fuel: Converted to run off LPG and petrol.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Remote and electric start: Providing easier starting options over the standard HY3000Si.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Lightweight design: Compact and portable for convenient transportation and storage.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">2.8kW output: Pure sinewave technology provides clean and safe power.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">&ldquo;ECO&rdquo; mode: Reduce engine revs to increase the lifespan of the engine and improve fuel economy.</li>\r\n</ul>\r\n</div>', '005_new_web_31313131.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (382, 76, 0, 0, 0, 'Hyundai DHY6000SELR 5.2kW Silenced Long Run Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY6000SELR 5.2kW Silenced Long Run Diesel Generator</span><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;"><br /></span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">The long running version of the DHY6000, equipped with a 30L fuel tank and with a maximum running time of up to 30 hours.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 4-stroke Hyundai D420 10hp diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with an AVR alternator for clean energy.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces up to 5.2kW.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Can be used with an ATS system for maximum convenience.&nbsp;</li>\r\n</ul>\r\n</div>', '008_444444444444.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (383, 76, 0, 0, 0, 'Hyundai DHY8000SE 6kW Silenced Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY8000SE 6kW Silenced Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">A powerful standby diesel generator designed for homes and businesses.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 4-stroke, air-cooled D452 Hyundai diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum of 6kW.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Uses ATS capabilities to automatically start and shutdown during a power cut.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed in a silenced case with a sound rating of just 70dB @ 7 metres.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Economical to run and equipped with a 16L fuel tank.</li>\r\n</ul>\r\n</div>', '002_666666666666666.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (384, 76, 0, 0, 0, 'Hyundai DHY8000SELR 6kW Silenced Long Run Diesel Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai DHY8000SELR 6kW Silenced Long Run Diesel Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Equipped with a 30L fuel tank for an increased running time of up to 30 hours.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by a 4-stroke, air-cooled D452 Hyundai diesel engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum of 6kW.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Uses ATS capabilities to automatically start and shutdown during a power cut.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Housed in a silenced case with a sound rating of just 70dB @ 7 metres.</li>\r\n</ul>\r\n</div>', '002_7777777777.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (385, 76, 0, 0, 0, 'Hyundai HY12000LE Single Phase Electric Start Petrol Generator', 'Select Product Type', 'Select a Status', 0, 0, '<p>&nbsp;</p>\r\n<div class="product-name" style="box-sizing: border-box; margin: 0px; padding: 0px; display: block; float: left; color: #636363; font-family: ''Helvetica Neue'', Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"><span class="h1" style="box-sizing: border-box; margin: 0px; padding: 0px 0px 3px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #000000; font-size: 28px; font-style: normal; text-rendering: optimizeLegibility; float: left;">Hyundai HY12000LE Single Phase Electric Start Petrol Generator</span>\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Produces a maximum output of 9.5kW.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Powered by the Hyundai HYIC680 engine.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Portable design with handles and large wheels.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Designed with ATS capabilities.</li>\r\n</ul>\r\n</ul>\r\n<br style="box-sizing: border-box; margin: 0px; padding: 0px;" />\r\n<ul style="box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; list-style-position: outside;">\r\n<li style="box-sizing: border-box; margin: 0px 0px 0px 1em; padding: 0px; line-height: 1.2;">Perfect for professional use, such as on construction sites and farms.</li>\r\n</ul>\r\n</div>', '001_new_web_1_3939393939339.jpg', '', '0000-00-00 00:00:00', 2);
INSERT INTO `products` VALUES (388, 84, 0, 0, 0, 'BE 18 LTX 6 (600261840) CORDLESS DRILL ', 'Select Product Type', 'Select a Status', 0, 0, '<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600261840</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430287298</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum torque:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">4 Nm / 35 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Drill &Oslash; steel:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">6 mm / 1/4 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Drill-&Oslash; soft wood:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">12 mm / 1/2 "</span></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Quick-rotating cordless drill with handy design and high precision for drilling into metal</li>\r\n<li style="margin: 0px; padding: 0px;">Robust die cast aluminium gear housing for optimum heat dissipation and durability</li>\r\n<li style="margin: 0px; padding: 0px;">Battery packs with capacity display for checking the charge status</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle charging, optimum energy utilisation and long service life.</li>\r\n<li style="margin: 0px; padding: 0px;">3-year battery pack warranty by means of Ultra-M technology</li>\r\n</ul>\r\n</div>', '0026189s_51c.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (387, 84, 0, 0, 0, 'PowerMaxx BS Basic', 'Select Product Type', 'Select a Status', 0, 0, '<p>PowerMaxx BS Basic (600080500) Cordless Drill / Screwdriver &nbsp;POWERMAXX BS BASIC (600080500) CORDLESS DRILL / SCREWDRIVER</p>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600080500</span><span class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430244239</span></div>\r\n<div class="selectorsBox" style="margin: 0px; padding: 0px; height: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">&nbsp;</div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 431px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 237.047px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 193.938px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">10.8 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 237.047px; overflow: hidden; display: table-cell;">Maximum torque - Soft:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 193.938px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">17 Nm / 150 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 237.047px; overflow: hidden; display: table-cell;">Maximum torque, hard:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 193.938px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">34 Nm / 301 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 237.047px; overflow: hidden; display: table-cell;">Drill &Oslash; steel:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 193.938px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">10 mm / 3/8 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 237.047px; overflow: hidden; display: table-cell;">Drill-&Oslash; soft wood:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 193.938px; overflow: hidden; display: table-cell;"><span class="attrValue_5_1">18 mm / 23/32 "</span></div>\r\n</div>\r\n</div>', '0007900s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (389, 84, 0, 0, 0, 'POWERMAXX SB (600385500) ', 'Select Product Type', 'Select a Status', 0, 0, '<div class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; line-height: normal; color: #224b44; text-transform: uppercase;">POWERMAXX SB (600385500) CORDLESS IMPACT DRILL</h1>\r\n</div>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600385500</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430296856</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">10.8 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum torque - Soft:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">17 Nm / 150 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum torque, hard:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">34 Nm / 301 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Drill &Oslash; steel:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">10 mm / 3/8 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Drill-&Oslash; soft wood:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_5_1">18 mm / 23/32 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_6_1">0 - 360 / 0 - 1400 /min</span></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Light compact impact drill in extremely compact design for versatile use</li>\r\n<li style="margin: 0px; padding: 0px;">Impact drill function for drilling in masonry</li>\r\n<li style="margin: 0px; padding: 0px;">Integrated working light to illuminate the work site</li>\r\n<li style="margin: 0px; padding: 0px;">Practical capacity display for checking the charge status</li>\r\n<li style="margin: 0px; padding: 0px;">3-year warranty on battery packs thanks to the combined elements of Ultra-M technology</li>\r\n</ul>\r\n</div>', '0038500_20s_53.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (390, 84, 0, 0, 0, 'POWERMAXX SSD (600093500) CORDLESS', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">POWERMAXX SSD (600093500) CORDLESS IMPACT WRENCH</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600093500</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430200068</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">10.8 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum torque:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">105 Nm / 930 in-lbs</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Bit Retainer:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">Hexagon recess 1/4" (6.35 mm)</span></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Compact cordless impact driver for tough applications</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle efficient charging, optimum energy utilisation and long service life.</li>\r\n</ul>\r\n</div>', '0009300s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (391, 84, 0, 0, 0, 'KHA 18 LTX (600210500) CORDLESS', 'Select Product Type', 'Select a Status', 0, 0, '<div class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; line-height: normal; color: #224b44; text-transform: uppercase;">KHA 18 LTX (600210500) CORDLESS HAMMER</h1>\r\n</div>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600210500</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430261557</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Max. single blow energy (EPTA):</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">2.2 J</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum impact rate:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">4000 bpm</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Drill-&Oslash; concrete with hammer drills:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">24 mm / 1 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Bit Retainer:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_5_1">SDS-plus</span></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Vario (V)-electronics for working with customised speeds for the materials used</li>\r\n<li style="margin: 0px; padding: 0px;">Metabo S-automatic torque limiting clutch: mechanical decoupling of the drive if the drill jams for safe working</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle charging, optimum energy utilisation and long service life.</li>\r\n<li style="margin: 0px; padding: 0px;">3-year battery pack warranty by means of Ultra-M technology</li>\r\n</ul>\r\n</div>', '0021000_40s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (392, 84, 0, 0, 0, '2X18V/2AH LI-ION; CHARGER ASC 30-36 V ( / ); PLASTIC CARRY CASE', 'Select Product Type', 'Select a Status', 0, 0, '<div class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<h2 style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1em; line-height: 1.5em; color: #224b44; text-transform: uppercase;">2X18V/2AH LI-ION; CHARGER ASC 30-36 V ( / ); PLASTIC CARRY CASE</h2>\r\n</div>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 613021510</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430277534</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Capacity of battery pack:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">2 Ah</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Orbital frequency no load:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">7000 - 18000 /min</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Oscillation angle left/right:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">1.6 &deg;</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Metabo Quick Tool Change&lt;br/&gt; without key, quickly, comfortably and safely" src="https://www.metabo.com/com/out/pictures/promo/quick_werkzeugwechsel.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_2_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Vario-Tacho-Constamatic (VTC)-Full Wave Electronics&lt;br/&gt; for working at customised speeds to suit the application material and speeds that remain almost constant, even under load" src="https://www.metabo.com/com/out/pictures/promo/vtc_elektronik.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Oscillating cordless multi-tool with high performance comparable to that of a mains powered version</li>\r\n<li style="margin: 0px; padding: 0px;">Indispensable for interior construction work such as cutting, sanding, scraping and grinding of different materials</li>\r\n<li style="margin: 0px; padding: 0px;">Tool holder for maximum compatibility with other makes of accessories</li>\r\n<li style="margin: 0px; padding: 0px;">Fast and powerful thanks to the combination of a large oscillation angle of 3.2&deg; and VTC electronics to maintain constant speed even under load.</li>\r\n<li style="margin: 0px; padding: 0px;">3-year warranty on battery packs thanks to the combined elements of Ultra-M technology</li>\r\n</ul>\r\n</div>', '1302151s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (393, 84, 0, 0, 0, 'W 18 LTX 115 (602170530) CORDLESS ', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">W 18 LTX 115 (602170530) CORDLESS ANGLE GRINDER</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 602170530</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430238108</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Type of battery pack:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">Li-ion</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Grinding Disc &Oslash;:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">115 mm / 4 1/2 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">8000 rpm</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Spindle Thread:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_5_1">5/8" - 11 UNC</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Restart protection&lt;br/&gt; prevents unintentional restart after a power cut" src="https://www.metabo.com/com/out/pictures/promo/restart_protect.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_2_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Electronic soft start&lt;br/&gt; for smooth startup" src="https://www.metabo.com/com/out/pictures/promo/sanftanlauf.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Slim design for prolonged comfort when working overhead or in areas with limited space</li>\r\n<li style="margin: 0px; padding: 0px;">Battery pack can be swivelled for better working in hard to reach places.</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle efficient charging, optimum energy utilisation and long service life.</li>\r\n<li style="margin: 0px; padding: 0px;">With 5.2 Ah battery pack for extremely long operating time</li>\r\n<li style="margin: 0px; padding: 0px;">3-year warranty on battery packs thanks to the combined elements of Ultra-M technology</li>\r\n</ul>\r\n</div>', '5_2ah_0217000s_51a.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (394, 84, 0, 0, 0, 'WF 18 LTX 125 QUICK (601306500) CORDLESS FLAT ', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">WF 18 LTX 125 QUICK (601306500) CORDLESS FLAT HEAD ANGLE GRINDER</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 601306500</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430240279</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Type of battery pack:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">Li-ion</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Grinding Disc &Oslash;:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">125 mm / 5 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">8000 rpm</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Spindle Thread:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_5_1">M 14</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Flat-head angle grinder&lt;br/&gt; with extremely flat gear housing for working in acute angles down to 43&deg;" src="https://www.metabo.com/com/out/pictures/promo/43grad.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_2_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Restart protection&lt;br/&gt; prevents unintentional restart after a power cut" src="https://www.metabo.com/com/out/pictures/promo/restart_protect.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_3_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Electronic soft start&lt;br/&gt; for smooth startup" src="https://www.metabo.com/com/out/pictures/promo/sanftanlauf.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Extremely flat gear head permits working at acute angles down to 43&deg;</li>\r\n<li style="margin: 0px; padding: 0px;">Robust motor for long service life</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle charging, optimum energy utilisation and long service life.</li>\r\n<li style="margin: 0px; padding: 0px;">With 5.2 Ah battery pack for extremely long operating time</li>\r\n<li style="margin: 0px; padding: 0px;">3-year battery pack warranty by means of Ultra-M technology</li>\r\n</ul>\r\n</div>', '0130600s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (395, 84, 0, 0, 0, 'GA 18 LTX (600638520) CORDLESS ', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">GA 18 LTX (600638520) CORDLESS DIE GRINDER</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600638520</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430229151</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Type of battery pack:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">Li-ion</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">25000 rpm</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Collet Chuck Bore:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">6.35 mm / 1/4 "</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Restart protection&lt;br/&gt; prevents unintentional restart after a power cut" src="https://www.metabo.com/com/out/pictures/promo/restart_protect.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Spindle lock for simple change of tools</li>\r\n<li style="margin: 0px; padding: 0px;">Electronic safety shutdown of the motor if the tool jams for safe working</li>\r\n<li style="margin: 0px; padding: 0px;">Precision collet for precise concentricity</li>\r\n<li style="margin: 0px; padding: 0px;">With 5.2 Ah battery pack for extremely long operating time</li>\r\n<li style="margin: 0px; padding: 0px;">Ultra-M technology for highest performance, gentle charging, optimum energy utilisation and long service life.</li>\r\n<li style="margin: 0px; padding: 0px;">3-year battery pack warranty by means of Ultra-M technology</li>\r\n</ul>\r\n</div>', '5_2ah_0063800s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (396, 84, 0, 0, 0, 'KFM 18 LTX 3 RF (601754700) CORDLESS BEVELLING', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">KFM 18 LTX 3 RF (601754700) CORDLESS BEVELLING TOOL</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 601754700</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430293442</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Max. chamfer height at 45&deg;:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">4 mm / 5/32 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Max. radius:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">R3</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Restart protection&lt;br/&gt; prevents unintentional restart after a power cut" src="https://www.metabo.com/com/out/pictures/promo/restart_protect.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_2_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Electronic soft start&lt;br/&gt; for smooth startup" src="https://www.metabo.com/com/out/pictures/promo/sanftanlauf.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Compact metal bevelling tool for 45&deg; chamfes and radii of 2 to 3 mm at visible edges</li>\r\n<li style="margin: 0px; padding: 0px;">Surfaces free from oxyd and burrs as ideal preparation for the application of powder or paint coatings for maximum protection from corrosion</li>\r\n<li style="margin: 0px; padding: 0px;">World''s first cordless edge trimmer for maximum 4 mm chamfer height and 3mm radii in steel</li>\r\n<li style="margin: 0px; padding: 0px;">One-touch controller: Patented, tool-free setting of the cutting depth in 0.1 steps; stop points for short setting times, against unintentional adjustment of the cutting depth when working</li>\r\n<li style="margin: 0px; padding: 0px;">Slim cutter head with standard carbide indexable inserts and ball-bearing stationary seal ring for working in tubes and in curves</li>\r\n<li style="margin: 0px; padding: 0px;">Guide stop for uniform finish and high quality of the surface when processing straight sheets</li>\r\n<li style="margin: 0px; padding: 0px;">LiHD battery pack for ultimate performance and extremely long service life with minimal temperature generation</li>\r\n</ul>\r\n</div>', '0175470_55s_51.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (397, 84, 0, 0, 0, 'S 18 LTX 115 (600154850) CORDLESS BURNISHING MACHINE', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">S 18 LTX 115 (600154850) CORDLESS BURNISHING MACHINE</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 600154850</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430206817</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">3000 rpm</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Spindle Thread:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">M 14</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Abrasive Tool Diameter:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">100 - 200 mm // 4 - 7 7/8 "</span></div>\r\n</div>\r\n</div>\r\n<div class="attributesSymbol" style="margin: 0px 0px 0.625em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_1_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Restart protection&lt;br/&gt; prevents unintentional restart after a power cut" src="https://www.metabo.com/com/out/pictures/promo/restart_protect.jpg" alt="" /></div>\r\n</div>\r\n<div class="attributeSymbol" style="margin: 0px; padding: 0px;">\r\n<div class="attrValueSymbol_2_1" style="margin: 0px 0.625em 0.725em 0px; padding: 0px; float: left; height: 2.4em; width: 2.4em;"><img class="symbolToolTip tooltip" style="border: 0px; width: 38.3906px; height: auto;" title="Electronic soft start&lt;br/&gt; for smooth startup" src="https://www.metabo.com/com/out/pictures/promo/sanftanlauf.jpg" alt="" /></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Compact cordless burnishing machine for grinding, burnishing, brushing and high-gloss polishing of e.g. stainless steel</li>\r\n<li style="margin: 0px; padding: 0px;">Robust motor for long service life</li>\r\n<li style="margin: 0px; padding: 0px;">Smooth-running, form-fit roller arbor for a uniform finish</li>\r\n</ul>\r\n</div>', '0015485s_51n.jpg', '', '0000-00-00 00:00:00', 3);
INSERT INTO `products` VALUES (398, 84, 0, 0, 0, 'KSA 18 LTX (602268840) CORDLESS ', 'Select Product Type', 'Select a Status', 0, 0, '<h1 class="pageHead" style="margin: 0px 0px 0.25em; padding: 0px; font-size: 1.625em; font-family: Arial, sans-serif; color: #224b44; text-transform: uppercase;">KSA 18 LTX (602268840) CORDLESS CIRCULAR SAWS</h1>\r\n<div id="productArtnumContainer" class="clearFix" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;"><span id="productArtnum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">Order no.: 602268840</span><span id="productEannum" class="itemCode" style="font-size: 0.75em; line-height: 1.25em; display: block;">EAN: 4007430286994</span></div>\r\n<div class="attributes" style="margin: 1.25em 0px; padding: 0px; font-size: 0.75em; line-height: 1.25em; font-family: Arial, sans-serif; display: table; border-collapse: collapse; width: 544px;">\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Battery pack voltage:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_1_1">18 V</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Maximum cutting depth at 90&deg;:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_2_1">53.5 mm / 2 1/8 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">Saw blade &Oslash; x bore:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_3_1">165 x 16 mm / 6 1/2 x 5/8 "</span></div>\r\n</div>\r\n<div class="attribute" style="margin: 0px; padding: 0px;">\r\n<div class="attrTitle" style="margin: 0px; padding: 0px; float: left; width: 217.594px; overflow: hidden; display: table-cell;">No-Load Speed:</div>\r\n<div class="attrValue" style="margin: 0px; padding: 0px; float: left; width: 244.797px; overflow: hidden; display: table-cell;"><span class="attrValue_4_1">2700 rpm</span></div>\r\n</div>\r\n</div>\r\n<div class="prodinfo" style="margin: 0px 0px 1.25em; padding: 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 22.4px;">\r\n<ul style="margin: 0px; padding: 0px 0px 0px 16px; list-style: square outside none; overflow: initial; box-sizing: border-box; font-size: 0.75em; line-height: 1.25em;">\r\n<li style="margin: 0px; padding: 0px;">Integrated LED work light for optimum illumination of the cutting line</li>\r\n</ul>\r\n</div>', '0226885s_51.jpg', '', '0000-00-00 00:00:00', 3);

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

-- 
-- Table structure for table `shipcost`
-- 

CREATE TABLE `shipcost` (
  `cost_id` int(11) NOT NULL auto_increment,
  `type_id` int(11) NOT NULL,
  `address_id` int(11) NOT NULL,
  `weight_id` int(11) NOT NULL,
  `cost_value` double NOT NULL,
  `Notes` varchar(255) NOT NULL,
  PRIMARY KEY  (`cost_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1517 ;

-- 
-- Dumping data for table `shipcost`
-- 

INSERT INTO `shipcost` VALUES (44, 1, 9, 22, 79, '');
INSERT INTO `shipcost` VALUES (43, 1, 9, 12, 67, '');
INSERT INTO `shipcost` VALUES (42, 1, 9, 5, 55, '');
INSERT INTO `shipcost` VALUES (41, 5, 7, 24, 47, '');
INSERT INTO `shipcost` VALUES (40, 5, 7, 22, 35, '');
INSERT INTO `shipcost` VALUES (39, 1, 7, 12, 23, '');
INSERT INTO `shipcost` VALUES (38, 5, 7, 5, 11, '');
INSERT INTO `shipcost` VALUES (37, 1, 7, 24, 60, '');
INSERT INTO `shipcost` VALUES (36, 1, 7, 22, 51, '');
INSERT INTO `shipcost` VALUES (35, 1, 7, 12, 42, '');
INSERT INTO `shipcost` VALUES (34, 1, 7, 5, 33, '');
INSERT INTO `shipcost` VALUES (18, 1, 11, 5, 21, '');
INSERT INTO `shipcost` VALUES (19, 1, 11, 12, 28, '');
INSERT INTO `shipcost` VALUES (20, 1, 11, 22, 35, '');
INSERT INTO `shipcost` VALUES (21, 1, 11, 24, 42, '');
INSERT INTO `shipcost` VALUES (22, 5, 11, 5, 17, '');
INSERT INTO `shipcost` VALUES (23, 5, 11, 12, 34, '');
INSERT INTO `shipcost` VALUES (24, 5, 11, 22, 51, '');
INSERT INTO `shipcost` VALUES (25, 5, 11, 24, 69, '');
INSERT INTO `shipcost` VALUES (26, 1, 10, 5, 55, '');
INSERT INTO `shipcost` VALUES (27, 1, 10, 12, 67, '');
INSERT INTO `shipcost` VALUES (28, 1, 10, 22, 79, '');
INSERT INTO `shipcost` VALUES (29, 1, 10, 24, 92, '');
INSERT INTO `shipcost` VALUES (30, 5, 10, 5, 17, '');
INSERT INTO `shipcost` VALUES (31, 5, 10, 12, 34, '');
INSERT INTO `shipcost` VALUES (32, 5, 10, 22, 51, '');
INSERT INTO `shipcost` VALUES (33, 5, 10, 24, 69, '');
INSERT INTO `shipcost` VALUES (45, 1, 9, 24, 92, '');
INSERT INTO `shipcost` VALUES (46, 5, 9, 5, 14, '');
INSERT INTO `shipcost` VALUES (47, 5, 9, 12, 29, '');
INSERT INTO `shipcost` VALUES (48, 5, 9, 22, 43, '');
INSERT INTO `shipcost` VALUES (49, 5, 9, 24, 58, '');
INSERT INTO `shipcost` VALUES (50, 1, 12, 5, 23, '');
INSERT INTO `shipcost` VALUES (51, 1, 12, 12, 30, '');
INSERT INTO `shipcost` VALUES (52, 1, 12, 22, 37, '');
INSERT INTO `shipcost` VALUES (54, 1, 12, 24, 44, '');
INSERT INTO `shipcost` VALUES (55, 5, 12, 5, 14, '');
INSERT INTO `shipcost` VALUES (56, 5, 12, 12, 29, '');
INSERT INTO `shipcost` VALUES (57, 5, 12, 22, 43, '');
INSERT INTO `shipcost` VALUES (58, 5, 12, 24, 58, '');
INSERT INTO `shipcost` VALUES (59, 1, 13, 5, 55, '');
INSERT INTO `shipcost` VALUES (60, 1, 13, 12, 67, '');
INSERT INTO `shipcost` VALUES (61, 1, 13, 22, 79, '');
INSERT INTO `shipcost` VALUES (62, 1, 13, 24, 92, '');
INSERT INTO `shipcost` VALUES (63, 5, 13, 5, 17, '');
INSERT INTO `shipcost` VALUES (64, 5, 13, 12, 34, '');
INSERT INTO `shipcost` VALUES (65, 5, 13, 22, 51, '');
INSERT INTO `shipcost` VALUES (66, 5, 13, 24, 69, '');
INSERT INTO `shipcost` VALUES (67, 1, 14, 5, 55, '');
INSERT INTO `shipcost` VALUES (68, 1, 14, 12, 67, '');
INSERT INTO `shipcost` VALUES (69, 1, 14, 22, 79, '');
INSERT INTO `shipcost` VALUES (70, 1, 14, 24, 92, '');
INSERT INTO `shipcost` VALUES (71, 5, 14, 5, 17, '');
INSERT INTO `shipcost` VALUES (72, 5, 14, 12, 34, '');
INSERT INTO `shipcost` VALUES (73, 5, 14, 22, 51, '');
INSERT INTO `shipcost` VALUES (74, 5, 14, 24, 69, '');
INSERT INTO `shipcost` VALUES (75, 1, 17, 5, 55, '');
INSERT INTO `shipcost` VALUES (76, 1, 17, 12, 67, '');
INSERT INTO `shipcost` VALUES (77, 1, 17, 22, 80, '');
INSERT INTO `shipcost` VALUES (78, 1, 17, 24, 92, '');
INSERT INTO `shipcost` VALUES (79, 5, 17, 5, 10, '');
INSERT INTO `shipcost` VALUES (80, 5, 17, 12, 21, '');
INSERT INTO `shipcost` VALUES (81, 5, 17, 22, 32, '');
INSERT INTO `shipcost` VALUES (82, 5, 17, 24, 43, '');
INSERT INTO `shipcost` VALUES (83, 2, 17, 5, 30, '');
INSERT INTO `shipcost` VALUES (84, 2, 17, 12, 39, '');
INSERT INTO `shipcost` VALUES (85, 2, 17, 22, 48, '');
INSERT INTO `shipcost` VALUES (86, 2, 17, 24, 57, '');
INSERT INTO `shipcost` VALUES (87, 1, 18, 5, 55, '');
INSERT INTO `shipcost` VALUES (88, 1, 18, 12, 67, '');
INSERT INTO `shipcost` VALUES (89, 1, 18, 22, 80, '');
INSERT INTO `shipcost` VALUES (90, 1, 18, 24, 92, '');
INSERT INTO `shipcost` VALUES (91, 5, 18, 5, 8, '');
INSERT INTO `shipcost` VALUES (92, 5, 18, 12, 17, '');
INSERT INTO `shipcost` VALUES (93, 5, 18, 22, 26, '');
INSERT INTO `shipcost` VALUES (96, 5, 18, 24, 35, '');
INSERT INTO `shipcost` VALUES (97, 1, 19, 5, 55, '');
INSERT INTO `shipcost` VALUES (98, 1, 19, 12, 67, '');
INSERT INTO `shipcost` VALUES (99, 1, 19, 22, 79, '');
INSERT INTO `shipcost` VALUES (100, 1, 19, 24, 92, '');
INSERT INTO `shipcost` VALUES (101, 5, 19, 5, 17, '');
INSERT INTO `shipcost` VALUES (102, 5, 19, 12, 34, '');
INSERT INTO `shipcost` VALUES (103, 5, 19, 22, 51, '');
INSERT INTO `shipcost` VALUES (104, 5, 19, 24, 69, '');
INSERT INTO `shipcost` VALUES (105, 1, 20, 5, 21, '');
INSERT INTO `shipcost` VALUES (106, 1, 20, 12, 28, '');
INSERT INTO `shipcost` VALUES (107, 1, 20, 22, 35, '');
INSERT INTO `shipcost` VALUES (108, 1, 20, 24, 42, '');
INSERT INTO `shipcost` VALUES (109, 5, 20, 5, 8, '');
INSERT INTO `shipcost` VALUES (110, 5, 20, 12, 16, '');
INSERT INTO `shipcost` VALUES (111, 5, 20, 22, 23, '');
INSERT INTO `shipcost` VALUES (112, 5, 20, 24, 31, '');
INSERT INTO `shipcost` VALUES (113, 2, 20, 5, 19, '');
INSERT INTO `shipcost` VALUES (114, 2, 20, 12, 23, '');
INSERT INTO `shipcost` VALUES (115, 2, 20, 22, 28, '');
INSERT INTO `shipcost` VALUES (116, 2, 20, 24, 33, '');
INSERT INTO `shipcost` VALUES (117, 4, 20, 5, 22, '');
INSERT INTO `shipcost` VALUES (118, 4, 20, 12, 29, '');
INSERT INTO `shipcost` VALUES (119, 4, 20, 22, 34, '');
INSERT INTO `shipcost` VALUES (120, 4, 20, 24, 40, '');
INSERT INTO `shipcost` VALUES (121, 1, 21, 5, 23, '');
INSERT INTO `shipcost` VALUES (122, 1, 21, 12, 30, '');
INSERT INTO `shipcost` VALUES (123, 1, 21, 22, 37, '');
INSERT INTO `shipcost` VALUES (124, 1, 21, 24, 44, '');
INSERT INTO `shipcost` VALUES (125, 5, 21, 5, 8, '');
INSERT INTO `shipcost` VALUES (126, 5, 21, 12, 15, '');
INSERT INTO `shipcost` VALUES (127, 5, 21, 22, 28, '');
INSERT INTO `shipcost` VALUES (128, 5, 21, 24, 35, '');
INSERT INTO `shipcost` VALUES (129, 2, 21, 5, 25, '');
INSERT INTO `shipcost` VALUES (130, 2, 21, 12, 32, '');
INSERT INTO `shipcost` VALUES (131, 2, 21, 22, 39, '');
INSERT INTO `shipcost` VALUES (132, 2, 21, 24, 45, '');
INSERT INTO `shipcost` VALUES (133, 1, 22, 5, 55, '');
INSERT INTO `shipcost` VALUES (134, 1, 22, 12, 67, '');
INSERT INTO `shipcost` VALUES (135, 1, 22, 22, 79, '');
INSERT INTO `shipcost` VALUES (136, 1, 22, 24, 92, '');
INSERT INTO `shipcost` VALUES (137, 5, 22, 5, 8, '');
INSERT INTO `shipcost` VALUES (138, 5, 22, 12, 17, '');
INSERT INTO `shipcost` VALUES (139, 5, 22, 22, 26, '');
INSERT INTO `shipcost` VALUES (140, 5, 22, 24, 35, '');
INSERT INTO `shipcost` VALUES (141, 1, 23, 5, 55, '');
INSERT INTO `shipcost` VALUES (142, 1, 23, 12, 67, '');
INSERT INTO `shipcost` VALUES (143, 1, 23, 22, 79, '');
INSERT INTO `shipcost` VALUES (144, 1, 23, 24, 92, '');
INSERT INTO `shipcost` VALUES (145, 5, 23, 5, 17, '');
INSERT INTO `shipcost` VALUES (146, 5, 23, 12, 34, '');
INSERT INTO `shipcost` VALUES (147, 5, 23, 22, 51, '');
INSERT INTO `shipcost` VALUES (148, 5, 23, 24, 69, '');
INSERT INTO `shipcost` VALUES (149, 1, 24, 5, 33, '');
INSERT INTO `shipcost` VALUES (150, 1, 24, 12, 42, '');
INSERT INTO `shipcost` VALUES (151, 1, 24, 22, 51, '');
INSERT INTO `shipcost` VALUES (152, 1, 24, 24, 60, '');
INSERT INTO `shipcost` VALUES (153, 5, 24, 5, 11, '');
INSERT INTO `shipcost` VALUES (154, 5, 24, 12, 23, '');
INSERT INTO `shipcost` VALUES (155, 5, 24, 22, 35, '');
INSERT INTO `shipcost` VALUES (156, 5, 24, 24, 47, '');
INSERT INTO `shipcost` VALUES (157, 2, 24, 5, 40, '');
INSERT INTO `shipcost` VALUES (158, 2, 24, 12, 51, '');
INSERT INTO `shipcost` VALUES (159, 2, 24, 22, 61, '');
INSERT INTO `shipcost` VALUES (160, 2, 24, 24, 72, '');
INSERT INTO `shipcost` VALUES (161, 4, 24, 5, 15, '');
INSERT INTO `shipcost` VALUES (166, 1, 25, 5, 55, '');
INSERT INTO `shipcost` VALUES (163, 4, 24, 12, 20, '');
INSERT INTO `shipcost` VALUES (164, 4, 24, 22, 25, '');
INSERT INTO `shipcost` VALUES (165, 4, 24, 24, 30, '');
INSERT INTO `shipcost` VALUES (167, 1, 25, 12, 67, '');
INSERT INTO `shipcost` VALUES (168, 1, 25, 22, 79, '');
INSERT INTO `shipcost` VALUES (169, 1, 25, 24, 92, '');
INSERT INTO `shipcost` VALUES (170, 5, 25, 5, 11, '');
INSERT INTO `shipcost` VALUES (171, 5, 25, 12, 23, '');
INSERT INTO `shipcost` VALUES (172, 5, 25, 22, 35, '');
INSERT INTO `shipcost` VALUES (173, 5, 25, 24, 47, '');
INSERT INTO `shipcost` VALUES (174, 2, 25, 5, 27, '');
INSERT INTO `shipcost` VALUES (175, 2, 25, 12, 34, '');
INSERT INTO `shipcost` VALUES (176, 2, 25, 22, 41, '');
INSERT INTO `shipcost` VALUES (177, 2, 25, 24, 48, '');
INSERT INTO `shipcost` VALUES (185, 1, 26, 12, 67, '');
INSERT INTO `shipcost` VALUES (184, 1, 26, 5, 55, '');
INSERT INTO `shipcost` VALUES (180, 4, 25, 5, 18, '');
INSERT INTO `shipcost` VALUES (181, 4, 25, 12, 26, '');
INSERT INTO `shipcost` VALUES (182, 4, 25, 22, 33, '');
INSERT INTO `shipcost` VALUES (183, 4, 25, 24, 41, '');
INSERT INTO `shipcost` VALUES (186, 1, 26, 22, 79, '');
INSERT INTO `shipcost` VALUES (187, 1, 26, 24, 92, '');
INSERT INTO `shipcost` VALUES (188, 5, 26, 5, 17, '');
INSERT INTO `shipcost` VALUES (189, 5, 26, 12, 34, '');
INSERT INTO `shipcost` VALUES (190, 5, 26, 22, 51, '');
INSERT INTO `shipcost` VALUES (191, 5, 26, 24, 69, '');
INSERT INTO `shipcost` VALUES (192, 1, 27, 5, 55, '');
INSERT INTO `shipcost` VALUES (193, 1, 27, 12, 67, '');
INSERT INTO `shipcost` VALUES (194, 1, 27, 22, 79, '');
INSERT INTO `shipcost` VALUES (195, 1, 27, 24, 92, '');
INSERT INTO `shipcost` VALUES (196, 5, 27, 5, 8, '');
INSERT INTO `shipcost` VALUES (197, 5, 27, 12, 17, '');
INSERT INTO `shipcost` VALUES (198, 5, 27, 22, 26, '');
INSERT INTO `shipcost` VALUES (199, 5, 27, 24, 35, '');
INSERT INTO `shipcost` VALUES (200, 2, 27, 5, 30, '');
INSERT INTO `shipcost` VALUES (201, 2, 27, 12, 39, '');
INSERT INTO `shipcost` VALUES (202, 2, 27, 22, 48, '');
INSERT INTO `shipcost` VALUES (203, 2, 27, 24, 57, '');
INSERT INTO `shipcost` VALUES (204, 1, 28, 5, 23, '');
INSERT INTO `shipcost` VALUES (205, 1, 28, 12, 30, '');
INSERT INTO `shipcost` VALUES (206, 1, 28, 22, 37, '');
INSERT INTO `shipcost` VALUES (207, 1, 28, 24, 44, '');
INSERT INTO `shipcost` VALUES (208, 5, 28, 5, 7, '');
INSERT INTO `shipcost` VALUES (209, 5, 28, 12, 15, '');
INSERT INTO `shipcost` VALUES (210, 5, 28, 22, 23, '');
INSERT INTO `shipcost` VALUES (211, 5, 28, 24, 31, '');
INSERT INTO `shipcost` VALUES (212, 2, 28, 22, 38, '');
INSERT INTO `shipcost` VALUES (213, 2, 28, 24, 45, '');
INSERT INTO `shipcost` VALUES (214, 2, 28, 5, 25, '');
INSERT INTO `shipcost` VALUES (215, 2, 28, 12, 32, '');
INSERT INTO `shipcost` VALUES (216, 1, 29, 5, 55, '');
INSERT INTO `shipcost` VALUES (217, 1, 29, 12, 67, '');
INSERT INTO `shipcost` VALUES (218, 1, 29, 22, 79, '');
INSERT INTO `shipcost` VALUES (219, 1, 29, 24, 92, '');
INSERT INTO `shipcost` VALUES (220, 5, 29, 5, 17, '');
INSERT INTO `shipcost` VALUES (221, 5, 29, 12, 34, '');
INSERT INTO `shipcost` VALUES (222, 5, 29, 22, 51, '');
INSERT INTO `shipcost` VALUES (223, 5, 29, 24, 69, '');
INSERT INTO `shipcost` VALUES (224, 5, 30, 24, 69, '');
INSERT INTO `shipcost` VALUES (225, 5, 30, 22, 51, '');
INSERT INTO `shipcost` VALUES (226, 5, 30, 12, 34, '');
INSERT INTO `shipcost` VALUES (227, 5, 30, 5, 17, '');
INSERT INTO `shipcost` VALUES (228, 1, 30, 5, 55, '');
INSERT INTO `shipcost` VALUES (229, 1, 30, 12, 67, '');
INSERT INTO `shipcost` VALUES (230, 1, 30, 22, 79, '');
INSERT INTO `shipcost` VALUES (231, 1, 30, 24, 92, '');
INSERT INTO `shipcost` VALUES (232, 1, 31, 5, 55, '');
INSERT INTO `shipcost` VALUES (233, 1, 31, 12, 67, '');
INSERT INTO `shipcost` VALUES (234, 1, 31, 22, 79, '');
INSERT INTO `shipcost` VALUES (235, 1, 31, 24, 92, '');
INSERT INTO `shipcost` VALUES (236, 5, 31, 5, 17, '');
INSERT INTO `shipcost` VALUES (237, 5, 31, 12, 34, '');
INSERT INTO `shipcost` VALUES (238, 5, 31, 22, 51, '');
INSERT INTO `shipcost` VALUES (239, 5, 31, 24, 69, '');
INSERT INTO `shipcost` VALUES (240, 1, 32, 5, 55, '');
INSERT INTO `shipcost` VALUES (249, 1, 33, 5, 55, '');
INSERT INTO `shipcost` VALUES (242, 1, 32, 12, 67, '');
INSERT INTO `shipcost` VALUES (243, 1, 32, 22, 79, '');
INSERT INTO `shipcost` VALUES (244, 1, 32, 24, 92, '');
INSERT INTO `shipcost` VALUES (245, 5, 32, 5, 11, '');
INSERT INTO `shipcost` VALUES (246, 5, 32, 12, 23, '');
INSERT INTO `shipcost` VALUES (247, 5, 32, 22, 35, '');
INSERT INTO `shipcost` VALUES (248, 5, 32, 24, 47, '');
INSERT INTO `shipcost` VALUES (250, 1, 33, 12, 67, '');
INSERT INTO `shipcost` VALUES (251, 1, 33, 22, 79, '');
INSERT INTO `shipcost` VALUES (252, 1, 33, 24, 92, '');
INSERT INTO `shipcost` VALUES (253, 5, 33, 5, 17, '');
INSERT INTO `shipcost` VALUES (254, 5, 33, 12, 34, '');
INSERT INTO `shipcost` VALUES (255, 5, 33, 22, 51, '');
INSERT INTO `shipcost` VALUES (256, 5, 33, 24, 69, '');
INSERT INTO `shipcost` VALUES (257, 1, 34, 5, 55, '');
INSERT INTO `shipcost` VALUES (258, 1, 34, 12, 67, '');
INSERT INTO `shipcost` VALUES (259, 1, 34, 22, 79, '');
INSERT INTO `shipcost` VALUES (260, 1, 34, 24, 92, '');
INSERT INTO `shipcost` VALUES (261, 1, 35, 5, 55, '');
INSERT INTO `shipcost` VALUES (262, 1, 35, 12, 69, '');
INSERT INTO `shipcost` VALUES (263, 1, 35, 22, 79, '');
INSERT INTO `shipcost` VALUES (264, 1, 35, 24, 92, '');
INSERT INTO `shipcost` VALUES (265, 1, 36, 5, 55, '');
INSERT INTO `shipcost` VALUES (270, 1, 37, 5, 55, '');
INSERT INTO `shipcost` VALUES (267, 1, 36, 12, 69, '');
INSERT INTO `shipcost` VALUES (268, 1, 36, 22, 79, '');
INSERT INTO `shipcost` VALUES (269, 1, 36, 24, 92, '');
INSERT INTO `shipcost` VALUES (271, 1, 37, 12, 67, '');
INSERT INTO `shipcost` VALUES (272, 1, 37, 22, 79, '');
INSERT INTO `shipcost` VALUES (273, 1, 37, 24, 92, '');
INSERT INTO `shipcost` VALUES (274, 5, 37, 5, 10, '');
INSERT INTO `shipcost` VALUES (275, 5, 37, 12, 21, '');
INSERT INTO `shipcost` VALUES (276, 5, 37, 22, 32, '');
INSERT INTO `shipcost` VALUES (277, 5, 37, 24, 43, '');
INSERT INTO `shipcost` VALUES (278, 2, 37, 5, 30, '');
INSERT INTO `shipcost` VALUES (279, 2, 37, 12, 39, '');
INSERT INTO `shipcost` VALUES (280, 2, 37, 22, 48, '');
INSERT INTO `shipcost` VALUES (281, 2, 37, 24, 57, '');
INSERT INTO `shipcost` VALUES (282, 1, 39, 5, 21, '');
INSERT INTO `shipcost` VALUES (283, 1, 39, 12, 26, '');
INSERT INTO `shipcost` VALUES (284, 1, 39, 22, 31, '');
INSERT INTO `shipcost` VALUES (285, 1, 39, 24, 36, '');
INSERT INTO `shipcost` VALUES (286, 5, 39, 5, 11, '');
INSERT INTO `shipcost` VALUES (287, 5, 39, 12, 23, '');
INSERT INTO `shipcost` VALUES (288, 5, 39, 22, 35, '');
INSERT INTO `shipcost` VALUES (289, 5, 39, 24, 47, '');
INSERT INTO `shipcost` VALUES (290, 1, 40, 5, 55, '');
INSERT INTO `shipcost` VALUES (291, 1, 40, 12, 67, '');
INSERT INTO `shipcost` VALUES (292, 1, 40, 22, 79, '');
INSERT INTO `shipcost` VALUES (293, 1, 40, 24, 92, '');
INSERT INTO `shipcost` VALUES (294, 5, 40, 5, 7, '');
INSERT INTO `shipcost` VALUES (295, 5, 40, 12, 15, '');
INSERT INTO `shipcost` VALUES (296, 5, 40, 22, 23, '');
INSERT INTO `shipcost` VALUES (297, 5, 40, 24, 31, '');
INSERT INTO `shipcost` VALUES (298, 1, 41, 5, 55, '');
INSERT INTO `shipcost` VALUES (299, 1, 41, 12, 67, '');
INSERT INTO `shipcost` VALUES (300, 1, 41, 22, 79, '');
INSERT INTO `shipcost` VALUES (301, 1, 41, 24, 92, '');
INSERT INTO `shipcost` VALUES (302, 1, 42, 5, 55, '');
INSERT INTO `shipcost` VALUES (303, 1, 42, 12, 67, '');
INSERT INTO `shipcost` VALUES (304, 1, 42, 22, 79, '');
INSERT INTO `shipcost` VALUES (305, 1, 42, 24, 92, '');
INSERT INTO `shipcost` VALUES (306, 1, 43, 5, 21, '');
INSERT INTO `shipcost` VALUES (307, 1, 43, 5, 26, '');
INSERT INTO `shipcost` VALUES (308, 1, 43, 12, 31, '');
INSERT INTO `shipcost` VALUES (309, 1, 43, 22, 31, '');
INSERT INTO `shipcost` VALUES (310, 1, 43, 24, 36, '');
INSERT INTO `shipcost` VALUES (311, 5, 43, 5, 11, '');
INSERT INTO `shipcost` VALUES (312, 5, 43, 12, 23, '');
INSERT INTO `shipcost` VALUES (313, 5, 43, 22, 35, '');
INSERT INTO `shipcost` VALUES (314, 5, 43, 24, 47, '');
INSERT INTO `shipcost` VALUES (315, 2, 43, 5, 17, '');
INSERT INTO `shipcost` VALUES (316, 2, 43, 12, 21, '');
INSERT INTO `shipcost` VALUES (317, 2, 43, 22, 25, '');
INSERT INTO `shipcost` VALUES (318, 2, 43, 24, 29, '');
INSERT INTO `shipcost` VALUES (319, 1, 44, 5, 55, '');
INSERT INTO `shipcost` VALUES (320, 1, 44, 12, 67, '');
INSERT INTO `shipcost` VALUES (321, 1, 44, 22, 79, '');
INSERT INTO `shipcost` VALUES (322, 1, 44, 24, 92, '');
INSERT INTO `shipcost` VALUES (323, 5, 44, 5, 17, '');
INSERT INTO `shipcost` VALUES (324, 5, 44, 12, 34, '');
INSERT INTO `shipcost` VALUES (325, 5, 44, 22, 51, '');
INSERT INTO `shipcost` VALUES (326, 5, 44, 24, 69, '');
INSERT INTO `shipcost` VALUES (327, 1, 45, 5, 22, '');
INSERT INTO `shipcost` VALUES (328, 1, 45, 12, 28, '');
INSERT INTO `shipcost` VALUES (329, 1, 45, 22, 34, '');
INSERT INTO `shipcost` VALUES (330, 1, 45, 24, 41, '');
INSERT INTO `shipcost` VALUES (331, 5, 45, 5, 9, '');
INSERT INTO `shipcost` VALUES (332, 5, 45, 12, 17, '');
INSERT INTO `shipcost` VALUES (333, 5, 45, 22, 26, '');
INSERT INTO `shipcost` VALUES (334, 5, 45, 24, 35, '');
INSERT INTO `shipcost` VALUES (335, 2, 45, 5, 25, '');
INSERT INTO `shipcost` VALUES (336, 2, 45, 12, 32, '');
INSERT INTO `shipcost` VALUES (337, 2, 45, 22, 38, '');
INSERT INTO `shipcost` VALUES (338, 2, 45, 24, 45, '');
INSERT INTO `shipcost` VALUES (339, 1, 46, 5, 55, '');
INSERT INTO `shipcost` VALUES (340, 1, 46, 12, 67, '');
INSERT INTO `shipcost` VALUES (341, 1, 46, 22, 79, '');
INSERT INTO `shipcost` VALUES (342, 1, 46, 24, 92, '');
INSERT INTO `shipcost` VALUES (343, 1, 47, 24, 92, '');
INSERT INTO `shipcost` VALUES (344, 1, 47, 22, 79, '');
INSERT INTO `shipcost` VALUES (345, 1, 47, 12, 67, '');
INSERT INTO `shipcost` VALUES (346, 1, 47, 5, 55, '');
INSERT INTO `shipcost` VALUES (347, 5, 47, 5, 17, '');
INSERT INTO `shipcost` VALUES (348, 5, 47, 12, 34, '');
INSERT INTO `shipcost` VALUES (349, 5, 47, 22, 51, '');
INSERT INTO `shipcost` VALUES (350, 5, 47, 24, 69, '');
INSERT INTO `shipcost` VALUES (351, 1, 49, 5, 55, '');
INSERT INTO `shipcost` VALUES (352, 1, 49, 12, 67, '');
INSERT INTO `shipcost` VALUES (353, 1, 49, 22, 79, '');
INSERT INTO `shipcost` VALUES (354, 1, 49, 24, 92, '');
INSERT INTO `shipcost` VALUES (355, 1, 50, 24, 92, '');
INSERT INTO `shipcost` VALUES (356, 1, 50, 5, 55, '');
INSERT INTO `shipcost` VALUES (357, 1, 50, 12, 67, '');
INSERT INTO `shipcost` VALUES (358, 1, 50, 22, 79, '');
INSERT INTO `shipcost` VALUES (359, 5, 50, 5, 11, '');
INSERT INTO `shipcost` VALUES (360, 5, 50, 12, 23, '');
INSERT INTO `shipcost` VALUES (361, 5, 50, 22, 35, '');
INSERT INTO `shipcost` VALUES (362, 5, 50, 24, 47, '');
INSERT INTO `shipcost` VALUES (363, 1, 54, 5, 55, '');
INSERT INTO `shipcost` VALUES (364, 1, 54, 12, 67, '');
INSERT INTO `shipcost` VALUES (365, 1, 54, 12, 79, '');
INSERT INTO `shipcost` VALUES (373, 1, 55, 5, 55, '');
INSERT INTO `shipcost` VALUES (367, 1, 54, 24, 92, '');
INSERT INTO `shipcost` VALUES (368, 5, 54, 5, 17, '');
INSERT INTO `shipcost` VALUES (370, 5, 54, 12, 34, '');
INSERT INTO `shipcost` VALUES (371, 5, 54, 22, 51, '');
INSERT INTO `shipcost` VALUES (372, 5, 54, 24, 69, '');
INSERT INTO `shipcost` VALUES (374, 1, 55, 12, 67, '');
INSERT INTO `shipcost` VALUES (375, 1, 55, 22, 79, '');
INSERT INTO `shipcost` VALUES (376, 1, 55, 24, 92, '');
INSERT INTO `shipcost` VALUES (377, 1, 56, 24, 92, '');
INSERT INTO `shipcost` VALUES (378, 1, 56, 5, 55, '');
INSERT INTO `shipcost` VALUES (379, 1, 56, 12, 67, '');
INSERT INTO `shipcost` VALUES (380, 1, 56, 22, 79, '');
INSERT INTO `shipcost` VALUES (381, 1, 58, 5, 21, '');
INSERT INTO `shipcost` VALUES (382, 1, 58, 12, 28, '');
INSERT INTO `shipcost` VALUES (383, 1, 58, 12, 28, '');
INSERT INTO `shipcost` VALUES (384, 1, 58, 22, 35, '');
INSERT INTO `shipcost` VALUES (385, 1, 58, 24, 42, '');
INSERT INTO `shipcost` VALUES (386, 1, 59, 5, 55, '');
INSERT INTO `shipcost` VALUES (387, 1, 59, 12, 67, '');
INSERT INTO `shipcost` VALUES (388, 1, 59, 22, 79, '');
INSERT INTO `shipcost` VALUES (389, 1, 59, 24, 92, '');
INSERT INTO `shipcost` VALUES (390, 5, 59, 5, 17, '');
INSERT INTO `shipcost` VALUES (391, 5, 59, 12, 34, '');
INSERT INTO `shipcost` VALUES (392, 5, 59, 22, 51, '');
INSERT INTO `shipcost` VALUES (393, 5, 59, 24, 69, '');
INSERT INTO `shipcost` VALUES (394, 1, 60, 5, 55, '');
INSERT INTO `shipcost` VALUES (395, 1, 60, 12, 67, '');
INSERT INTO `shipcost` VALUES (396, 1, 60, 22, 79, '');
INSERT INTO `shipcost` VALUES (397, 1, 60, 24, 92, '');
INSERT INTO `shipcost` VALUES (398, 1, 61, 24, 92, '');
INSERT INTO `shipcost` VALUES (399, 1, 61, 22, 79, '');
INSERT INTO `shipcost` VALUES (400, 1, 61, 12, 67, '');
INSERT INTO `shipcost` VALUES (401, 1, 61, 5, 55, '');
INSERT INTO `shipcost` VALUES (402, 5, 61, 5, 7, '');
INSERT INTO `shipcost` VALUES (403, 5, 61, 12, 15, '');
INSERT INTO `shipcost` VALUES (404, 5, 61, 22, 23, '');
INSERT INTO `shipcost` VALUES (405, 5, 61, 24, 31, '');
INSERT INTO `shipcost` VALUES (406, 1, 62, 5, 55, '');
INSERT INTO `shipcost` VALUES (407, 1, 62, 12, 67, '');
INSERT INTO `shipcost` VALUES (408, 1, 62, 22, 79, '');
INSERT INTO `shipcost` VALUES (409, 1, 62, 24, 92, '');
INSERT INTO `shipcost` VALUES (410, 5, 62, 5, 17, '');
INSERT INTO `shipcost` VALUES (415, 1, 63, 5, 55, '');
INSERT INTO `shipcost` VALUES (412, 5, 62, 12, 34, '');
INSERT INTO `shipcost` VALUES (413, 5, 62, 22, 51, '');
INSERT INTO `shipcost` VALUES (414, 5, 62, 24, 69, '');
INSERT INTO `shipcost` VALUES (416, 1, 63, 12, 67, '');
INSERT INTO `shipcost` VALUES (417, 1, 63, 22, 79, '');
INSERT INTO `shipcost` VALUES (418, 1, 63, 24, 92, '');
INSERT INTO `shipcost` VALUES (419, 1, 64, 5, 23, '');
INSERT INTO `shipcost` VALUES (420, 1, 64, 12, 30, '');
INSERT INTO `shipcost` VALUES (421, 1, 64, 22, 37, '');
INSERT INTO `shipcost` VALUES (422, 1, 64, 24, 44, '');
INSERT INTO `shipcost` VALUES (423, 5, 64, 5, 8, '');
INSERT INTO `shipcost` VALUES (424, 5, 64, 12, 17, '');
INSERT INTO `shipcost` VALUES (425, 5, 64, 22, 26, '');
INSERT INTO `shipcost` VALUES (426, 5, 64, 24, 35, '');
INSERT INTO `shipcost` VALUES (427, 1, 65, 5, 23, '');
INSERT INTO `shipcost` VALUES (428, 1, 65, 12, 30, '');
INSERT INTO `shipcost` VALUES (429, 1, 65, 22, 37, '');
INSERT INTO `shipcost` VALUES (430, 1, 65, 24, 44, '');
INSERT INTO `shipcost` VALUES (431, 1, 66, 5, 23, '');
INSERT INTO `shipcost` VALUES (432, 1, 66, 12, 30, '');
INSERT INTO `shipcost` VALUES (433, 1, 66, 22, 37, '');
INSERT INTO `shipcost` VALUES (434, 1, 66, 24, 44, '');
INSERT INTO `shipcost` VALUES (435, 5, 66, 5, 8, '');
INSERT INTO `shipcost` VALUES (436, 5, 66, 12, 15, '');
INSERT INTO `shipcost` VALUES (437, 5, 66, 22, 23, '');
INSERT INTO `shipcost` VALUES (438, 5, 66, 24, 31, '');
INSERT INTO `shipcost` VALUES (439, 1, 67, 5, 55, '');
INSERT INTO `shipcost` VALUES (440, 1, 67, 12, 67, '');
INSERT INTO `shipcost` VALUES (441, 1, 67, 22, 79, '');
INSERT INTO `shipcost` VALUES (442, 1, 67, 24, 92, '');
INSERT INTO `shipcost` VALUES (443, 1, 69, 24, 92, '');
INSERT INTO `shipcost` VALUES (444, 1, 69, 22, 79, '');
INSERT INTO `shipcost` VALUES (445, 1, 69, 12, 67, '');
INSERT INTO `shipcost` VALUES (446, 1, 69, 5, 55, '');
INSERT INTO `shipcost` VALUES (447, 1, 70, 5, 55, '');
INSERT INTO `shipcost` VALUES (448, 1, 70, 12, 67, '');
INSERT INTO `shipcost` VALUES (449, 1, 70, 22, 79, '');
INSERT INTO `shipcost` VALUES (450, 1, 70, 24, 92, '');
INSERT INTO `shipcost` VALUES (451, 5, 70, 5, 17, '');
INSERT INTO `shipcost` VALUES (452, 5, 69, 5, 17, '');
INSERT INTO `shipcost` VALUES (453, 5, 69, 12, 34, '');
INSERT INTO `shipcost` VALUES (454, 5, 70, 12, 34, '');
INSERT INTO `shipcost` VALUES (455, 5, 70, 22, 51, '');
INSERT INTO `shipcost` VALUES (456, 5, 69, 22, 51, '');
INSERT INTO `shipcost` VALUES (457, 5, 69, 24, 69, '');
INSERT INTO `shipcost` VALUES (458, 5, 70, 24, 69, '');
INSERT INTO `shipcost` VALUES (459, 1, 71, 5, 33, '');
INSERT INTO `shipcost` VALUES (460, 1, 71, 12, 42, '');
INSERT INTO `shipcost` VALUES (461, 1, 71, 22, 51, '');
INSERT INTO `shipcost` VALUES (462, 1, 71, 24, 60, '');
INSERT INTO `shipcost` VALUES (463, 5, 71, 5, 17, '');
INSERT INTO `shipcost` VALUES (464, 5, 71, 12, 34, '');
INSERT INTO `shipcost` VALUES (465, 5, 71, 22, 51, '');
INSERT INTO `shipcost` VALUES (466, 5, 71, 24, 69, '');
INSERT INTO `shipcost` VALUES (467, 4, 71, 5, 20, '');
INSERT INTO `shipcost` VALUES (468, 4, 71, 12, 27, '');
INSERT INTO `shipcost` VALUES (469, 4, 71, 22, 34, '');
INSERT INTO `shipcost` VALUES (470, 4, 71, 24, 41, '');
INSERT INTO `shipcost` VALUES (471, 1, 72, 5, 55, '');
INSERT INTO `shipcost` VALUES (472, 1, 73, 5, 55, '');
INSERT INTO `shipcost` VALUES (473, 1, 72, 12, 67, '');
INSERT INTO `shipcost` VALUES (474, 1, 73, 12, 67, '');
INSERT INTO `shipcost` VALUES (475, 1, 72, 22, 79, '');
INSERT INTO `shipcost` VALUES (476, 1, 73, 22, 79, '');
INSERT INTO `shipcost` VALUES (477, 1, 73, 24, 92, '');
INSERT INTO `shipcost` VALUES (478, 1, 72, 24, 92, '');
INSERT INTO `shipcost` VALUES (479, 5, 72, 5, 17, '');
INSERT INTO `shipcost` VALUES (480, 5, 73, 5, 17, '');
INSERT INTO `shipcost` VALUES (481, 5, 72, 12, 34, '');
INSERT INTO `shipcost` VALUES (482, 5, 73, 12, 34, '');
INSERT INTO `shipcost` VALUES (483, 5, 72, 22, 51, '');
INSERT INTO `shipcost` VALUES (484, 5, 73, 22, 51, '');
INSERT INTO `shipcost` VALUES (485, 5, 73, 24, 69, '');
INSERT INTO `shipcost` VALUES (486, 5, 72, 24, 69, '');
INSERT INTO `shipcost` VALUES (487, 1, 74, 5, 55, '');
INSERT INTO `shipcost` VALUES (488, 1, 74, 12, 67, '');
INSERT INTO `shipcost` VALUES (489, 1, 74, 22, 79, '');
INSERT INTO `shipcost` VALUES (490, 1, 74, 24, 92, '');
INSERT INTO `shipcost` VALUES (491, 1, 75, 5, 23, '');
INSERT INTO `shipcost` VALUES (492, 1, 75, 12, 30, '');
INSERT INTO `shipcost` VALUES (493, 1, 75, 22, 37, '');
INSERT INTO `shipcost` VALUES (494, 1, 75, 24, 44, '');
INSERT INTO `shipcost` VALUES (495, 5, 75, 5, 8, '');
INSERT INTO `shipcost` VALUES (496, 5, 75, 12, 17, '');
INSERT INTO `shipcost` VALUES (497, 5, 75, 22, 26, '');
INSERT INTO `shipcost` VALUES (498, 5, 75, 24, 35, '');
INSERT INTO `shipcost` VALUES (499, 1, 76, 5, 55, '');
INSERT INTO `shipcost` VALUES (500, 1, 76, 12, 67, '');
INSERT INTO `shipcost` VALUES (501, 1, 76, 22, 79, '');
INSERT INTO `shipcost` VALUES (502, 1, 76, 24, 92, '');
INSERT INTO `shipcost` VALUES (503, 5, 76, 5, 17, '');
INSERT INTO `shipcost` VALUES (504, 5, 76, 12, 34, '');
INSERT INTO `shipcost` VALUES (505, 5, 76, 22, 51, '');
INSERT INTO `shipcost` VALUES (506, 5, 76, 24, 69, '');
INSERT INTO `shipcost` VALUES (507, 1, 77, 5, 55, '');
INSERT INTO `shipcost` VALUES (508, 1, 77, 5, 55, '');
INSERT INTO `shipcost` VALUES (509, 1, 77, 12, 67, '');
INSERT INTO `shipcost` VALUES (510, 1, 77, 22, 79, '');
INSERT INTO `shipcost` VALUES (511, 1, 77, 24, 92, '');
INSERT INTO `shipcost` VALUES (512, 1, 78, 24, 92, '');
INSERT INTO `shipcost` VALUES (513, 1, 78, 5, 55, '');
INSERT INTO `shipcost` VALUES (514, 1, 78, 12, 67, '');
INSERT INTO `shipcost` VALUES (515, 1, 78, 22, 79, '');
INSERT INTO `shipcost` VALUES (516, 1, 79, 5, 21, '');
INSERT INTO `shipcost` VALUES (517, 1, 79, 12, 28, '');
INSERT INTO `shipcost` VALUES (518, 1, 79, 22, 35, '');
INSERT INTO `shipcost` VALUES (519, 1, 79, 24, 42, '');
INSERT INTO `shipcost` VALUES (520, 5, 79, 5, 17, '');
INSERT INTO `shipcost` VALUES (525, 1, 81, 5, 23, '');
INSERT INTO `shipcost` VALUES (522, 5, 79, 12, 34, '');
INSERT INTO `shipcost` VALUES (523, 5, 79, 22, 51, '');
INSERT INTO `shipcost` VALUES (524, 5, 79, 24, 69, '');
INSERT INTO `shipcost` VALUES (526, 1, 81, 12, 30, '');
INSERT INTO `shipcost` VALUES (527, 1, 81, 22, 37, '');
INSERT INTO `shipcost` VALUES (528, 1, 81, 24, 44, '');
INSERT INTO `shipcost` VALUES (529, 5, 81, 5, 9, '');
INSERT INTO `shipcost` VALUES (530, 5, 81, 12, 17, '');
INSERT INTO `shipcost` VALUES (531, 5, 81, 22, 26, '');
INSERT INTO `shipcost` VALUES (532, 5, 81, 24, 35, '');
INSERT INTO `shipcost` VALUES (533, 2, 81, 5, 25, '');
INSERT INTO `shipcost` VALUES (534, 2, 81, 12, 32, '');
INSERT INTO `shipcost` VALUES (535, 2, 81, 22, 38, '');
INSERT INTO `shipcost` VALUES (536, 2, 81, 24, 45, '');
INSERT INTO `shipcost` VALUES (537, 1, 82, 5, 23, '');
INSERT INTO `shipcost` VALUES (538, 1, 82, 12, 30, '');
INSERT INTO `shipcost` VALUES (539, 1, 82, 22, 37, '');
INSERT INTO `shipcost` VALUES (540, 1, 82, 24, 44, '');
INSERT INTO `shipcost` VALUES (541, 1, 85, 5, 55, '');
INSERT INTO `shipcost` VALUES (542, 1, 86, 5, 55, '');
INSERT INTO `shipcost` VALUES (543, 1, 86, 12, 67, '');
INSERT INTO `shipcost` VALUES (544, 1, 85, 12, 67, '');
INSERT INTO `shipcost` VALUES (545, 1, 85, 22, 79, '');
INSERT INTO `shipcost` VALUES (546, 1, 86, 22, 79, '');
INSERT INTO `shipcost` VALUES (547, 1, 86, 22, 92, '');
INSERT INTO `shipcost` VALUES (548, 1, 85, 22, 92, '');
INSERT INTO `shipcost` VALUES (549, 5, 85, 5, 17, '');
INSERT INTO `shipcost` VALUES (550, 5, 86, 5, 17, '');
INSERT INTO `shipcost` VALUES (551, 5, 86, 12, 34, '');
INSERT INTO `shipcost` VALUES (552, 5, 85, 12, 34, '');
INSERT INTO `shipcost` VALUES (553, 5, 85, 22, 51, '');
INSERT INTO `shipcost` VALUES (554, 5, 86, 22, 51, '');
INSERT INTO `shipcost` VALUES (555, 5, 86, 24, 69, '');
INSERT INTO `shipcost` VALUES (556, 5, 85, 24, 69, '');
INSERT INTO `shipcost` VALUES (557, 1, 87, 22, 79, '');
INSERT INTO `shipcost` VALUES (558, 1, 87, 24, 92, '');
INSERT INTO `shipcost` VALUES (559, 1, 87, 5, 55, '');
INSERT INTO `shipcost` VALUES (560, 1, 87, 12, 67, '');
INSERT INTO `shipcost` VALUES (561, 5, 87, 5, 14, '');
INSERT INTO `shipcost` VALUES (562, 5, 87, 12, 29, '');
INSERT INTO `shipcost` VALUES (568, 1, 88, 12, 30, '');
INSERT INTO `shipcost` VALUES (564, 5, 87, 24, 58, '');
INSERT INTO `shipcost` VALUES (565, 5, 87, 22, 43, '');
INSERT INTO `shipcost` VALUES (567, 1, 88, 5, 23, '');
INSERT INTO `shipcost` VALUES (569, 1, 88, 22, 37, '');
INSERT INTO `shipcost` VALUES (570, 1, 88, 24, 44, '');
INSERT INTO `shipcost` VALUES (571, 5, 88, 5, 8, '');
INSERT INTO `shipcost` VALUES (572, 5, 88, 12, 15, '');
INSERT INTO `shipcost` VALUES (573, 5, 88, 22, 23, '');
INSERT INTO `shipcost` VALUES (574, 5, 88, 24, 31, '');
INSERT INTO `shipcost` VALUES (575, 2, 88, 5, 25, '');
INSERT INTO `shipcost` VALUES (576, 2, 88, 12, 32, '');
INSERT INTO `shipcost` VALUES (577, 2, 88, 22, 38, '');
INSERT INTO `shipcost` VALUES (578, 2, 88, 24, 45, '');
INSERT INTO `shipcost` VALUES (579, 1, 89, 5, 55, '');
INSERT INTO `shipcost` VALUES (584, 5, 89, 5, 17, '');
INSERT INTO `shipcost` VALUES (581, 1, 89, 12, 67, '');
INSERT INTO `shipcost` VALUES (582, 1, 89, 22, 79, '');
INSERT INTO `shipcost` VALUES (583, 1, 89, 24, 92, '');
INSERT INTO `shipcost` VALUES (585, 5, 89, 12, 34, '');
INSERT INTO `shipcost` VALUES (586, 5, 89, 22, 51, '');
INSERT INTO `shipcost` VALUES (587, 5, 89, 24, 69, '');
INSERT INTO `shipcost` VALUES (588, 1, 90, 5, 23, '');
INSERT INTO `shipcost` VALUES (589, 1, 90, 12, 30, '');
INSERT INTO `shipcost` VALUES (590, 1, 90, 22, 37, '');
INSERT INTO `shipcost` VALUES (591, 1, 90, 24, 44, '');
INSERT INTO `shipcost` VALUES (592, 1, 91, 24, 44, '');
INSERT INTO `shipcost` VALUES (593, 1, 91, 5, 23, '');
INSERT INTO `shipcost` VALUES (594, 1, 91, 12, 30, '');
INSERT INTO `shipcost` VALUES (595, 1, 91, 22, 37, '');
INSERT INTO `shipcost` VALUES (596, 5, 91, 5, 7, '');
INSERT INTO `shipcost` VALUES (597, 5, 91, 12, 15, '');
INSERT INTO `shipcost` VALUES (598, 5, 91, 22, 23, '');
INSERT INTO `shipcost` VALUES (599, 5, 91, 24, 31, '');
INSERT INTO `shipcost` VALUES (600, 1, 92, 5, 23, '');
INSERT INTO `shipcost` VALUES (601, 1, 92, 12, 30, '');
INSERT INTO `shipcost` VALUES (602, 1, 92, 22, 37, '');
INSERT INTO `shipcost` VALUES (603, 1, 92, 24, 44, '');
INSERT INTO `shipcost` VALUES (604, 1, 93, 5, 55, '');
INSERT INTO `shipcost` VALUES (605, 1, 94, 5, 55, '');
INSERT INTO `shipcost` VALUES (606, 1, 94, 12, 67, '');
INSERT INTO `shipcost` VALUES (607, 1, 93, 12, 67, '');
INSERT INTO `shipcost` VALUES (608, 1, 93, 22, 79, '');
INSERT INTO `shipcost` VALUES (609, 1, 94, 22, 79, '');
INSERT INTO `shipcost` VALUES (610, 1, 94, 24, 92, '');
INSERT INTO `shipcost` VALUES (611, 1, 93, 24, 92, '');
INSERT INTO `shipcost` VALUES (612, 1, 95, 5, 21, '');
INSERT INTO `shipcost` VALUES (613, 1, 95, 12, 28, '');
INSERT INTO `shipcost` VALUES (614, 1, 95, 22, 35, '');
INSERT INTO `shipcost` VALUES (615, 1, 95, 24, 42, '');
INSERT INTO `shipcost` VALUES (616, 1, 96, 5, 55, '');
INSERT INTO `shipcost` VALUES (617, 1, 96, 12, 67, '');
INSERT INTO `shipcost` VALUES (618, 1, 96, 22, 79, '');
INSERT INTO `shipcost` VALUES (619, 1, 96, 24, 92, '');
INSERT INTO `shipcost` VALUES (620, 5, 96, 5, 17, '');
INSERT INTO `shipcost` VALUES (621, 5, 96, 12, 34, '');
INSERT INTO `shipcost` VALUES (622, 5, 96, 22, 51, '');
INSERT INTO `shipcost` VALUES (623, 5, 96, 24, 69, '');
INSERT INTO `shipcost` VALUES (624, 1, 97, 5, 23, '');
INSERT INTO `shipcost` VALUES (625, 1, 97, 12, 30, '');
INSERT INTO `shipcost` VALUES (626, 1, 97, 22, 37, '');
INSERT INTO `shipcost` VALUES (627, 1, 97, 24, 44, '');
INSERT INTO `shipcost` VALUES (628, 1, 98, 5, 55, '');
INSERT INTO `shipcost` VALUES (629, 1, 99, 5, 55, '');
INSERT INTO `shipcost` VALUES (630, 1, 100, 5, 55, '');
INSERT INTO `shipcost` VALUES (631, 1, 101, 5, 55, '');
INSERT INTO `shipcost` VALUES (632, 1, 101, 12, 67, '');
INSERT INTO `shipcost` VALUES (633, 1, 100, 12, 67, '');
INSERT INTO `shipcost` VALUES (634, 1, 98, 12, 67, '');
INSERT INTO `shipcost` VALUES (635, 1, 98, 12, 67, '');
INSERT INTO `shipcost` VALUES (636, 1, 98, 22, 79, '');
INSERT INTO `shipcost` VALUES (637, 1, 98, 24, 92, '');
INSERT INTO `shipcost` VALUES (638, 1, 99, 24, 92, '');
INSERT INTO `shipcost` VALUES (639, 1, 100, 24, 92, '');
INSERT INTO `shipcost` VALUES (640, 1, 101, 24, 92, '');
INSERT INTO `shipcost` VALUES (641, 1, 101, 22, 79, '');
INSERT INTO `shipcost` VALUES (642, 1, 100, 22, 79, '');
INSERT INTO `shipcost` VALUES (643, 1, 99, 22, 79, '');
INSERT INTO `shipcost` VALUES (644, 1, 104, 5, 55, '');
INSERT INTO `shipcost` VALUES (645, 1, 104, 12, 67, '');
INSERT INTO `shipcost` VALUES (646, 1, 104, 22, 79, '');
INSERT INTO `shipcost` VALUES (647, 1, 104, 24, 92, '');
INSERT INTO `shipcost` VALUES (648, 5, 104, 5, 17, '');
INSERT INTO `shipcost` VALUES (649, 5, 104, 12, 34, '');
INSERT INTO `shipcost` VALUES (650, 5, 104, 22, 51, '');
INSERT INTO `shipcost` VALUES (651, 5, 104, 24, 69, '');
INSERT INTO `shipcost` VALUES (652, 5, 105, 5, 16, '');
INSERT INTO `shipcost` VALUES (653, 1, 105, 5, 16, '');
INSERT INTO `shipcost` VALUES (654, 1, 105, 12, 20, '');
INSERT INTO `shipcost` VALUES (655, 1, 105, 22, 23, '');
INSERT INTO `shipcost` VALUES (656, 1, 105, 24, 27, '');
INSERT INTO `shipcost` VALUES (657, 1, 106, 0, 23, '');
INSERT INTO `shipcost` VALUES (658, 1, 106, 5, 23, '');
INSERT INTO `shipcost` VALUES (659, 1, 106, 12, 30, '');
INSERT INTO `shipcost` VALUES (660, 1, 106, 22, 37, '');
INSERT INTO `shipcost` VALUES (661, 1, 106, 24, 44, '');
INSERT INTO `shipcost` VALUES (662, 5, 106, 5, 7, '');
INSERT INTO `shipcost` VALUES (663, 5, 106, 12, 15, '');
INSERT INTO `shipcost` VALUES (664, 5, 106, 22, 23, '');
INSERT INTO `shipcost` VALUES (665, 5, 106, 24, 31, '');
INSERT INTO `shipcost` VALUES (666, 1, 107, 5, 23, '');
INSERT INTO `shipcost` VALUES (667, 1, 107, 12, 30, '');
INSERT INTO `shipcost` VALUES (668, 1, 107, 22, 37, '');
INSERT INTO `shipcost` VALUES (669, 1, 107, 24, 44, '');
INSERT INTO `shipcost` VALUES (670, 5, 107, 5, 14, '');
INSERT INTO `shipcost` VALUES (671, 5, 107, 12, 29, '');
INSERT INTO `shipcost` VALUES (672, 5, 107, 22, 43, '');
INSERT INTO `shipcost` VALUES (673, 5, 107, 24, 58, '');
INSERT INTO `shipcost` VALUES (674, 1, 108, 5, 23, '');
INSERT INTO `shipcost` VALUES (675, 1, 108, 12, 30, '');
INSERT INTO `shipcost` VALUES (676, 1, 108, 22, 37, '');
INSERT INTO `shipcost` VALUES (677, 1, 108, 24, 44, '');
INSERT INTO `shipcost` VALUES (678, 5, 108, 5, 7, '');
INSERT INTO `shipcost` VALUES (679, 5, 108, 12, 14, '');
INSERT INTO `shipcost` VALUES (680, 5, 108, 22, 21, '');
INSERT INTO `shipcost` VALUES (681, 5, 108, 24, 28, '');
INSERT INTO `shipcost` VALUES (682, 4, 108, 5, 8, '');
INSERT INTO `shipcost` VALUES (683, 4, 108, 12, 13, '');
INSERT INTO `shipcost` VALUES (684, 4, 108, 22, 17, '');
INSERT INTO `shipcost` VALUES (685, 4, 108, 24, 21, '');
INSERT INTO `shipcost` VALUES (686, 1, 109, 5, 21, '');
INSERT INTO `shipcost` VALUES (687, 1, 109, 12, 26, '');
INSERT INTO `shipcost` VALUES (688, 1, 109, 22, 31, '');
INSERT INTO `shipcost` VALUES (689, 1, 109, 24, 36, '');
INSERT INTO `shipcost` VALUES (690, 5, 109, 5, 7, '');
INSERT INTO `shipcost` VALUES (691, 5, 109, 12, 14, '');
INSERT INTO `shipcost` VALUES (692, 5, 109, 22, 21, '');
INSERT INTO `shipcost` VALUES (693, 5, 109, 24, 38, '');
INSERT INTO `shipcost` VALUES (694, 1, 110, 5, 55, '');
INSERT INTO `shipcost` VALUES (695, 1, 110, 12, 67, '');
INSERT INTO `shipcost` VALUES (696, 1, 110, 22, 79, '');
INSERT INTO `shipcost` VALUES (697, 1, 110, 24, 92, '');
INSERT INTO `shipcost` VALUES (698, 5, 110, 5, 11, '');
INSERT INTO `shipcost` VALUES (699, 5, 110, 12, 23, '');
INSERT INTO `shipcost` VALUES (700, 5, 110, 22, 35, '');
INSERT INTO `shipcost` VALUES (701, 5, 110, 24, 47, '');
INSERT INTO `shipcost` VALUES (702, 4, 110, 5, 22, '');
INSERT INTO `shipcost` VALUES (703, 4, 110, 12, 29, '');
INSERT INTO `shipcost` VALUES (704, 4, 110, 22, 36, '');
INSERT INTO `shipcost` VALUES (705, 4, 110, 24, 43, '');
INSERT INTO `shipcost` VALUES (706, 1, 111, 5, 34, '');
INSERT INTO `shipcost` VALUES (707, 1, 111, 12, 42, '');
INSERT INTO `shipcost` VALUES (708, 1, 111, 22, 51, '');
INSERT INTO `shipcost` VALUES (709, 1, 111, 24, 60, '');
INSERT INTO `shipcost` VALUES (710, 5, 111, 5, 12, '');
INSERT INTO `shipcost` VALUES (711, 5, 111, 12, 23, '');
INSERT INTO `shipcost` VALUES (712, 5, 111, 22, 35, '');
INSERT INTO `shipcost` VALUES (713, 5, 111, 24, 47, '');
INSERT INTO `shipcost` VALUES (714, 1, 112, 5, 23, '');
INSERT INTO `shipcost` VALUES (715, 1, 112, 12, 30, '');
INSERT INTO `shipcost` VALUES (716, 1, 112, 22, 37, '');
INSERT INTO `shipcost` VALUES (717, 1, 112, 24, 44, '');
INSERT INTO `shipcost` VALUES (718, 5, 112, 5, 8, '');
INSERT INTO `shipcost` VALUES (719, 5, 112, 12, 16, '');
INSERT INTO `shipcost` VALUES (720, 5, 112, 22, 23, '');
INSERT INTO `shipcost` VALUES (721, 5, 112, 24, 31, '');
INSERT INTO `shipcost` VALUES (722, 1, 114, 5, 34, '');
INSERT INTO `shipcost` VALUES (723, 1, 114, 12, 42, '');
INSERT INTO `shipcost` VALUES (724, 1, 114, 22, 51, '');
INSERT INTO `shipcost` VALUES (725, 1, 114, 24, 60, '');
INSERT INTO `shipcost` VALUES (726, 5, 114, 5, 8, '');
INSERT INTO `shipcost` VALUES (727, 5, 114, 12, 15, '');
INSERT INTO `shipcost` VALUES (728, 5, 114, 22, 24, '');
INSERT INTO `shipcost` VALUES (729, 5, 114, 24, 31, '');
INSERT INTO `shipcost` VALUES (730, 1, 115, 5, 23, '');
INSERT INTO `shipcost` VALUES (731, 1, 115, 12, 30, '');
INSERT INTO `shipcost` VALUES (732, 1, 115, 22, 37, '');
INSERT INTO `shipcost` VALUES (733, 1, 115, 24, 44, '');
INSERT INTO `shipcost` VALUES (734, 5, 115, 5, 8, '');
INSERT INTO `shipcost` VALUES (739, 1, 116, 5, 55, '');
INSERT INTO `shipcost` VALUES (736, 5, 115, 12, 15, '');
INSERT INTO `shipcost` VALUES (737, 5, 115, 22, 23, '');
INSERT INTO `shipcost` VALUES (738, 5, 115, 24, 31, '');
INSERT INTO `shipcost` VALUES (740, 1, 116, 12, 67, '');
INSERT INTO `shipcost` VALUES (741, 1, 116, 22, 79, '');
INSERT INTO `shipcost` VALUES (742, 1, 116, 24, 92, '');
INSERT INTO `shipcost` VALUES (743, 1, 117, 5, 22, '');
INSERT INTO `shipcost` VALUES (744, 1, 117, 12, 27, '');
INSERT INTO `shipcost` VALUES (745, 1, 117, 22, 33, '');
INSERT INTO `shipcost` VALUES (746, 1, 117, 24, 39, '');
INSERT INTO `shipcost` VALUES (747, 5, 117, 5, 6, '');
INSERT INTO `shipcost` VALUES (748, 5, 117, 12, 12, '');
INSERT INTO `shipcost` VALUES (749, 5, 117, 22, 18, '');
INSERT INTO `shipcost` VALUES (750, 5, 117, 24, 24, '');
INSERT INTO `shipcost` VALUES (751, 2, 117, 5, 16, '');
INSERT INTO `shipcost` VALUES (752, 2, 117, 12, 19, '');
INSERT INTO `shipcost` VALUES (753, 2, 117, 22, 23, '');
INSERT INTO `shipcost` VALUES (754, 2, 117, 24, 27, '');
INSERT INTO `shipcost` VALUES (755, 1, 118, 5, 23, '');
INSERT INTO `shipcost` VALUES (759, 1, 118, 12, 30, '');
INSERT INTO `shipcost` VALUES (757, 1, 118, 22, 37, '');
INSERT INTO `shipcost` VALUES (758, 1, 118, 24, 44, '');
INSERT INTO `shipcost` VALUES (760, 1, 119, 5, 34, '');
INSERT INTO `shipcost` VALUES (761, 1, 119, 12, 42, '');
INSERT INTO `shipcost` VALUES (762, 1, 119, 22, 51, '');
INSERT INTO `shipcost` VALUES (763, 1, 119, 24, 60, '');
INSERT INTO `shipcost` VALUES (764, 5, 119, 5, 12, '');
INSERT INTO `shipcost` VALUES (765, 5, 119, 12, 23, '');
INSERT INTO `shipcost` VALUES (766, 5, 119, 22, 35, '');
INSERT INTO `shipcost` VALUES (767, 5, 119, 24, 47, '');
INSERT INTO `shipcost` VALUES (768, 4, 119, 5, 20, '');
INSERT INTO `shipcost` VALUES (769, 4, 119, 12, 27, '');
INSERT INTO `shipcost` VALUES (770, 4, 119, 22, 34, '');
INSERT INTO `shipcost` VALUES (771, 4, 119, 24, 41, '');
INSERT INTO `shipcost` VALUES (772, 1, 120, 5, 55, '');
INSERT INTO `shipcost` VALUES (773, 1, 120, 12, 67, '');
INSERT INTO `shipcost` VALUES (774, 1, 120, 22, 79, '');
INSERT INTO `shipcost` VALUES (775, 1, 120, 24, 92, '');
INSERT INTO `shipcost` VALUES (776, 5, 120, 5, 8, '');
INSERT INTO `shipcost` VALUES (777, 5, 120, 12, 17, '');
INSERT INTO `shipcost` VALUES (778, 5, 120, 22, 26, '');
INSERT INTO `shipcost` VALUES (779, 5, 120, 24, 35, '');
INSERT INTO `shipcost` VALUES (780, 1, 121, 5, 55, '');
INSERT INTO `shipcost` VALUES (781, 1, 121, 12, 67, '');
INSERT INTO `shipcost` VALUES (782, 1, 121, 22, 79, '');
INSERT INTO `shipcost` VALUES (783, 1, 121, 24, 92, '');
INSERT INTO `shipcost` VALUES (784, 5, 121, 5, 17, '');
INSERT INTO `shipcost` VALUES (785, 5, 121, 12, 34, '');
INSERT INTO `shipcost` VALUES (786, 5, 121, 22, 51, '');
INSERT INTO `shipcost` VALUES (787, 5, 121, 24, 69, '');
INSERT INTO `shipcost` VALUES (788, 1, 122, 5, 21, '');
INSERT INTO `shipcost` VALUES (789, 1, 122, 12, 28, '');
INSERT INTO `shipcost` VALUES (790, 1, 122, 22, 35, '');
INSERT INTO `shipcost` VALUES (791, 1, 122, 24, 42, '');
INSERT INTO `shipcost` VALUES (792, 1, 123, 5, 55, '');
INSERT INTO `shipcost` VALUES (793, 1, 123, 12, 67, '');
INSERT INTO `shipcost` VALUES (794, 1, 123, 22, 79, '');
INSERT INTO `shipcost` VALUES (795, 1, 123, 24, 92, '');
INSERT INTO `shipcost` VALUES (796, 5, 123, 5, 8, '');
INSERT INTO `shipcost` VALUES (797, 5, 123, 12, 17, '');
INSERT INTO `shipcost` VALUES (798, 5, 123, 22, 26, '');
INSERT INTO `shipcost` VALUES (799, 5, 123, 24, 35, '');
INSERT INTO `shipcost` VALUES (800, 1, 124, 5, 23, '');
INSERT INTO `shipcost` VALUES (801, 1, 124, 12, 28, '');
INSERT INTO `shipcost` VALUES (802, 1, 124, 22, 33, '');
INSERT INTO `shipcost` VALUES (803, 1, 124, 24, 39, '');
INSERT INTO `shipcost` VALUES (804, 5, 124, 5, 7, '');
INSERT INTO `shipcost` VALUES (805, 5, 124, 12, 14, '');
INSERT INTO `shipcost` VALUES (806, 5, 124, 22, 21, '');
INSERT INTO `shipcost` VALUES (807, 5, 124, 24, 28, '');
INSERT INTO `shipcost` VALUES (808, 1, 125, 5, 34, '');
INSERT INTO `shipcost` VALUES (809, 1, 125, 12, 42, '');
INSERT INTO `shipcost` VALUES (810, 1, 125, 22, 51, '');
INSERT INTO `shipcost` VALUES (811, 1, 125, 24, 60, '');
INSERT INTO `shipcost` VALUES (812, 5, 125, 5, 12, '');
INSERT INTO `shipcost` VALUES (813, 5, 125, 12, 23, '');
INSERT INTO `shipcost` VALUES (814, 5, 125, 22, 35, '');
INSERT INTO `shipcost` VALUES (815, 5, 125, 24, 47, '');
INSERT INTO `shipcost` VALUES (816, 4, 125, 5, 20, '');
INSERT INTO `shipcost` VALUES (817, 4, 125, 12, 27, '');
INSERT INTO `shipcost` VALUES (818, 4, 125, 22, 34, '');
INSERT INTO `shipcost` VALUES (819, 4, 125, 22, 41, '');
INSERT INTO `shipcost` VALUES (820, 1, 126, 5, 55, '');
INSERT INTO `shipcost` VALUES (821, 1, 126, 12, 67, '');
INSERT INTO `shipcost` VALUES (822, 1, 126, 22, 79, '');
INSERT INTO `shipcost` VALUES (823, 1, 126, 24, 92, '');
INSERT INTO `shipcost` VALUES (824, 5, 126, 5, 8, '');
INSERT INTO `shipcost` VALUES (825, 5, 126, 12, 15, '');
INSERT INTO `shipcost` VALUES (826, 5, 126, 22, 26, '');
INSERT INTO `shipcost` VALUES (827, 5, 126, 24, 35, '');
INSERT INTO `shipcost` VALUES (828, 1, 127, 5, 21, '');
INSERT INTO `shipcost` VALUES (829, 1, 127, 12, 26, '');
INSERT INTO `shipcost` VALUES (830, 1, 127, 22, 31, '');
INSERT INTO `shipcost` VALUES (831, 1, 127, 24, 36, '');
INSERT INTO `shipcost` VALUES (832, 5, 127, 5, 11, '');
INSERT INTO `shipcost` VALUES (833, 5, 127, 12, 23, '');
INSERT INTO `shipcost` VALUES (834, 5, 127, 22, 35, '');
INSERT INTO `shipcost` VALUES (835, 5, 127, 24, 47, '');
INSERT INTO `shipcost` VALUES (836, 1, 128, 5, 23, '');
INSERT INTO `shipcost` VALUES (837, 1, 128, 5, 30, '');
INSERT INTO `shipcost` VALUES (838, 1, 128, 22, 37, '');
INSERT INTO `shipcost` VALUES (839, 1, 128, 24, 44, '');
INSERT INTO `shipcost` VALUES (840, 5, 128, 5, 8, '');
INSERT INTO `shipcost` VALUES (841, 5, 128, 12, 17, '');
INSERT INTO `shipcost` VALUES (842, 5, 128, 22, 26, '');
INSERT INTO `shipcost` VALUES (843, 5, 128, 24, 35, '');
INSERT INTO `shipcost` VALUES (844, 1, 129, 5, 34, '');
INSERT INTO `shipcost` VALUES (845, 1, 129, 12, 42, '');
INSERT INTO `shipcost` VALUES (846, 1, 129, 22, 51, '');
INSERT INTO `shipcost` VALUES (847, 1, 129, 24, 60, '');
INSERT INTO `shipcost` VALUES (848, 5, 129, 5, 12, '');
INSERT INTO `shipcost` VALUES (849, 5, 129, 12, 23, '');
INSERT INTO `shipcost` VALUES (850, 5, 129, 22, 35, '');
INSERT INTO `shipcost` VALUES (851, 5, 129, 24, 47, '');
INSERT INTO `shipcost` VALUES (852, 4, 129, 5, 20, '');
INSERT INTO `shipcost` VALUES (853, 4, 129, 12, 27, '');
INSERT INTO `shipcost` VALUES (854, 4, 129, 22, 35, '');
INSERT INTO `shipcost` VALUES (855, 4, 129, 24, 41, '');
INSERT INTO `shipcost` VALUES (856, 4, 129, 24, 41, '');
INSERT INTO `shipcost` VALUES (857, 1, 130, 5, 55, '');
INSERT INTO `shipcost` VALUES (858, 1, 130, 12, 67, '');
INSERT INTO `shipcost` VALUES (859, 1, 130, 22, 79, '');
INSERT INTO `shipcost` VALUES (860, 1, 130, 24, 92, '');
INSERT INTO `shipcost` VALUES (861, 1, 131, 5, 55, '');
INSERT INTO `shipcost` VALUES (862, 1, 131, 12, 67, '');
INSERT INTO `shipcost` VALUES (863, 1, 131, 22, 79, '');
INSERT INTO `shipcost` VALUES (864, 1, 131, 24, 92, '');
INSERT INTO `shipcost` VALUES (865, 1, 132, 5, 33, '');
INSERT INTO `shipcost` VALUES (866, 1, 132, 12, 42, '');
INSERT INTO `shipcost` VALUES (867, 1, 132, 22, 51, '');
INSERT INTO `shipcost` VALUES (868, 1, 132, 24, 60, '');
INSERT INTO `shipcost` VALUES (869, 5, 132, 5, 17, '');
INSERT INTO `shipcost` VALUES (870, 5, 132, 12, 34, '');
INSERT INTO `shipcost` VALUES (871, 5, 132, 22, 51, '');
INSERT INTO `shipcost` VALUES (872, 5, 132, 24, 69, '');
INSERT INTO `shipcost` VALUES (873, 1, 133, 5, 23, '');
INSERT INTO `shipcost` VALUES (874, 1, 133, 12, 30, '');
INSERT INTO `shipcost` VALUES (875, 1, 133, 22, 37, '');
INSERT INTO `shipcost` VALUES (876, 1, 133, 24, 44, '');
INSERT INTO `shipcost` VALUES (877, 1, 134, 5, 55, '');
INSERT INTO `shipcost` VALUES (878, 1, 134, 12, 67, '');
INSERT INTO `shipcost` VALUES (879, 1, 134, 5, 55, '');
INSERT INTO `shipcost` VALUES (880, 1, 134, 12, 67, '');
INSERT INTO `shipcost` VALUES (881, 1, 134, 22, 79, '');
INSERT INTO `shipcost` VALUES (882, 1, 134, 24, 92, '');
INSERT INTO `shipcost` VALUES (883, 1, 135, 5, 23, '');
INSERT INTO `shipcost` VALUES (884, 1, 135, 12, 30, '');
INSERT INTO `shipcost` VALUES (885, 1, 135, 22, 37, '');
INSERT INTO `shipcost` VALUES (886, 1, 135, 24, 44, '');
INSERT INTO `shipcost` VALUES (887, 5, 135, 5, 8, '');
INSERT INTO `shipcost` VALUES (888, 5, 135, 12, 17, '');
INSERT INTO `shipcost` VALUES (889, 5, 135, 22, 26, '');
INSERT INTO `shipcost` VALUES (890, 5, 135, 24, 35, '');
INSERT INTO `shipcost` VALUES (891, 1, 137, 5, 55, '');
INSERT INTO `shipcost` VALUES (892, 1, 137, 12, 67, '');
INSERT INTO `shipcost` VALUES (893, 1, 137, 22, 79, '');
INSERT INTO `shipcost` VALUES (894, 1, 137, 24, 92, '');
INSERT INTO `shipcost` VALUES (895, 1, 138, 5, 55, '');
INSERT INTO `shipcost` VALUES (896, 1, 138, 12, 67, '');
INSERT INTO `shipcost` VALUES (897, 1, 138, 22, 79, '');
INSERT INTO `shipcost` VALUES (898, 1, 138, 24, 92, '');
INSERT INTO `shipcost` VALUES (899, 1, 139, 24, 92, '');
INSERT INTO `shipcost` VALUES (900, 1, 139, 5, 55, '');
INSERT INTO `shipcost` VALUES (901, 1, 139, 12, 67, '');
INSERT INTO `shipcost` VALUES (902, 1, 139, 22, 79, '');
INSERT INTO `shipcost` VALUES (903, 1, 140, 5, 21, '');
INSERT INTO `shipcost` VALUES (904, 1, 140, 12, 26, '');
INSERT INTO `shipcost` VALUES (905, 1, 140, 22, 31, '');
INSERT INTO `shipcost` VALUES (906, 1, 140, 24, 36, '');
INSERT INTO `shipcost` VALUES (907, 5, 140, 5, 7, '');
INSERT INTO `shipcost` VALUES (908, 5, 140, 12, 14, '');
INSERT INTO `shipcost` VALUES (909, 5, 140, 22, 21, '');
INSERT INTO `shipcost` VALUES (910, 5, 140, 24, 28, '');
INSERT INTO `shipcost` VALUES (911, 2, 140, 5, 17, '');
INSERT INTO `shipcost` VALUES (912, 2, 140, 12, 21, '');
INSERT INTO `shipcost` VALUES (913, 2, 140, 22, 25, '');
INSERT INTO `shipcost` VALUES (914, 2, 140, 24, 29, '');
INSERT INTO `shipcost` VALUES (915, 1, 141, 5, 55, '');
INSERT INTO `shipcost` VALUES (916, 1, 141, 12, 67, '');
INSERT INTO `shipcost` VALUES (917, 1, 141, 22, 79, '');
INSERT INTO `shipcost` VALUES (918, 1, 141, 24, 92, '');
INSERT INTO `shipcost` VALUES (919, 5, 141, 5, 11, '');
INSERT INTO `shipcost` VALUES (920, 5, 141, 12, 23, '');
INSERT INTO `shipcost` VALUES (921, 5, 141, 22, 35, '');
INSERT INTO `shipcost` VALUES (922, 5, 141, 24, 42, '');
INSERT INTO `shipcost` VALUES (923, 1, 142, 5, 55, '');
INSERT INTO `shipcost` VALUES (924, 1, 142, 5, 67, '');
INSERT INTO `shipcost` VALUES (937, 1, 143, 5, 23, '');
INSERT INTO `shipcost` VALUES (926, 1, 142, 22, 79, '');
INSERT INTO `shipcost` VALUES (927, 1, 142, 24, 92, '');
INSERT INTO `shipcost` VALUES (928, 5, 142, 5, 17, '');
INSERT INTO `shipcost` VALUES (938, 1, 143, 12, 30, '');
INSERT INTO `shipcost` VALUES (930, 5, 142, 12, 34, '');
INSERT INTO `shipcost` VALUES (931, 5, 142, 22, 51, '');
INSERT INTO `shipcost` VALUES (932, 5, 142, 24, 69, '');
INSERT INTO `shipcost` VALUES (933, 2, 142, 5, 40, '');
INSERT INTO `shipcost` VALUES (934, 2, 142, 12, 50, '');
INSERT INTO `shipcost` VALUES (935, 2, 142, 22, 61, '');
INSERT INTO `shipcost` VALUES (936, 2, 142, 24, 72, '');
INSERT INTO `shipcost` VALUES (939, 1, 143, 22, 37, '');
INSERT INTO `shipcost` VALUES (940, 1, 143, 24, 44, '');
INSERT INTO `shipcost` VALUES (941, 5, 143, 5, 8, '');
INSERT INTO `shipcost` VALUES (942, 5, 143, 12, 17, '');
INSERT INTO `shipcost` VALUES (943, 5, 143, 22, 26, '');
INSERT INTO `shipcost` VALUES (944, 5, 143, 24, 35, '');
INSERT INTO `shipcost` VALUES (945, 1, 144, 5, 55, '');
INSERT INTO `shipcost` VALUES (946, 1, 144, 12, 67, '');
INSERT INTO `shipcost` VALUES (947, 1, 144, 22, 79, '');
INSERT INTO `shipcost` VALUES (948, 1, 144, 24, 92, '');
INSERT INTO `shipcost` VALUES (949, 5, 144, 5, 17, '');
INSERT INTO `shipcost` VALUES (950, 5, 144, 5, 17, '');
INSERT INTO `shipcost` VALUES (951, 5, 144, 12, 34, '');
INSERT INTO `shipcost` VALUES (952, 5, 144, 22, 51, '');
INSERT INTO `shipcost` VALUES (953, 5, 144, 24, 69, '');
INSERT INTO `shipcost` VALUES (954, 1, 145, 5, 55, '');
INSERT INTO `shipcost` VALUES (955, 1, 145, 12, 67, '');
INSERT INTO `shipcost` VALUES (956, 1, 145, 22, 79, '');
INSERT INTO `shipcost` VALUES (957, 1, 145, 24, 92, '');
INSERT INTO `shipcost` VALUES (958, 1, 146, 24, 92, '');
INSERT INTO `shipcost` VALUES (959, 1, 146, 22, 79, '');
INSERT INTO `shipcost` VALUES (960, 1, 146, 12, 67, '');
INSERT INTO `shipcost` VALUES (961, 1, 146, 5, 55, '');
INSERT INTO `shipcost` VALUES (962, 1, 147, 5, 55, '');
INSERT INTO `shipcost` VALUES (963, 1, 147, 12, 67, '');
INSERT INTO `shipcost` VALUES (964, 1, 147, 22, 79, '');
INSERT INTO `shipcost` VALUES (965, 1, 147, 24, 92, '');
INSERT INTO `shipcost` VALUES (966, 1, 148, 24, 92, '');
INSERT INTO `shipcost` VALUES (967, 1, 148, 5, 55, '');
INSERT INTO `shipcost` VALUES (968, 1, 148, 12, 67, '');
INSERT INTO `shipcost` VALUES (969, 1, 148, 22, 79, '');
INSERT INTO `shipcost` VALUES (970, 1, 149, 5, 22, '');
INSERT INTO `shipcost` VALUES (971, 1, 149, 12, 28, '');
INSERT INTO `shipcost` VALUES (972, 1, 149, 22, 34, '');
INSERT INTO `shipcost` VALUES (973, 1, 149, 24, 41, '');
INSERT INTO `shipcost` VALUES (974, 5, 149, 5, 10, '');
INSERT INTO `shipcost` VALUES (975, 5, 149, 12, 21, '');
INSERT INTO `shipcost` VALUES (976, 5, 149, 22, 32, '');
INSERT INTO `shipcost` VALUES (977, 5, 149, 24, 43, '');
INSERT INTO `shipcost` VALUES (978, 1, 150, 5, 55, '');
INSERT INTO `shipcost` VALUES (979, 1, 150, 12, 67, '');
INSERT INTO `shipcost` VALUES (980, 1, 150, 22, 79, '');
INSERT INTO `shipcost` VALUES (981, 1, 150, 24, 92, '');
INSERT INTO `shipcost` VALUES (982, 1, 151, 24, 92, '');
INSERT INTO `shipcost` VALUES (983, 1, 151, 5, 55, '');
INSERT INTO `shipcost` VALUES (984, 1, 151, 12, 67, '');
INSERT INTO `shipcost` VALUES (985, 1, 151, 22, 79, '');
INSERT INTO `shipcost` VALUES (986, 1, 152, 5, 23, '');
INSERT INTO `shipcost` VALUES (987, 1, 152, 12, 30, '');
INSERT INTO `shipcost` VALUES (988, 1, 152, 22, 37, '');
INSERT INTO `shipcost` VALUES (989, 1, 152, 24, 44, '');
INSERT INTO `shipcost` VALUES (990, 5, 152, 5, 14, '');
INSERT INTO `shipcost` VALUES (991, 5, 152, 12, 29, '');
INSERT INTO `shipcost` VALUES (992, 5, 152, 22, 43, '');
INSERT INTO `shipcost` VALUES (993, 5, 152, 24, 58, '');
INSERT INTO `shipcost` VALUES (994, 1, 153, 5, 55, '');
INSERT INTO `shipcost` VALUES (995, 1, 154, 5, 55, '');
INSERT INTO `shipcost` VALUES (996, 1, 155, 5, 55, '');
INSERT INTO `shipcost` VALUES (997, 1, 156, 5, 55, '');
INSERT INTO `shipcost` VALUES (998, 1, 157, 5, 55, '');
INSERT INTO `shipcost` VALUES (999, 1, 158, 5, 55, '');
INSERT INTO `shipcost` VALUES (1000, 1, 159, 5, 55, '');
INSERT INTO `shipcost` VALUES (1001, 1, 160, 5, 55, '');
INSERT INTO `shipcost` VALUES (1002, 1, 162, 5, 55, '');
INSERT INTO `shipcost` VALUES (1003, 1, 162, 12, 67, '');
INSERT INTO `shipcost` VALUES (1004, 1, 161, 12, 67, '');
INSERT INTO `shipcost` VALUES (1005, 1, 159, 12, 67, '');
INSERT INTO `shipcost` VALUES (1006, 1, 158, 12, 67, '');
INSERT INTO `shipcost` VALUES (1007, 1, 157, 12, 67, '');
INSERT INTO `shipcost` VALUES (1008, 1, 156, 12, 67, '');
INSERT INTO `shipcost` VALUES (1009, 1, 155, 12, 67, '');
INSERT INTO `shipcost` VALUES (1010, 1, 154, 12, 67, '');
INSERT INTO `shipcost` VALUES (1011, 1, 153, 12, 67, '');
INSERT INTO `shipcost` VALUES (1012, 1, 153, 22, 79, '');
INSERT INTO `shipcost` VALUES (1013, 1, 154, 22, 79, '');
INSERT INTO `shipcost` VALUES (1014, 1, 155, 22, 79, '');
INSERT INTO `shipcost` VALUES (1015, 1, 156, 22, 79, '');
INSERT INTO `shipcost` VALUES (1016, 1, 157, 22, 79, '');
INSERT INTO `shipcost` VALUES (1017, 1, 158, 22, 79, '');
INSERT INTO `shipcost` VALUES (1018, 1, 159, 22, 79, '');
INSERT INTO `shipcost` VALUES (1019, 1, 160, 22, 79, '');
INSERT INTO `shipcost` VALUES (1020, 1, 162, 22, 79, '');
INSERT INTO `shipcost` VALUES (1021, 1, 162, 24, 92, '');
INSERT INTO `shipcost` VALUES (1022, 1, 160, 24, 92, '');
INSERT INTO `shipcost` VALUES (1023, 1, 159, 24, 92, '');
INSERT INTO `shipcost` VALUES (1024, 1, 158, 24, 92, '');
INSERT INTO `shipcost` VALUES (1025, 1, 157, 24, 92, '');
INSERT INTO `shipcost` VALUES (1026, 1, 156, 24, 92, '');
INSERT INTO `shipcost` VALUES (1027, 1, 155, 24, 92, '');
INSERT INTO `shipcost` VALUES (1028, 1, 154, 24, 92, '');
INSERT INTO `shipcost` VALUES (1029, 1, 153, 24, 92, '');
INSERT INTO `shipcost` VALUES (1030, 5, 156, 5, 17, '');
INSERT INTO `shipcost` VALUES (1031, 5, 156, 12, 34, '');
INSERT INTO `shipcost` VALUES (1032, 5, 156, 22, 51, '');
INSERT INTO `shipcost` VALUES (1033, 5, 156, 24, 69, '');
INSERT INTO `shipcost` VALUES (1034, 1, 163, 5, 23, '');
INSERT INTO `shipcost` VALUES (1035, 1, 163, 12, 30, '');
INSERT INTO `shipcost` VALUES (1036, 1, 163, 22, 37, '');
INSERT INTO `shipcost` VALUES (1037, 1, 163, 24, 44, '');
INSERT INTO `shipcost` VALUES (1038, 5, 163, 5, 8, '');
INSERT INTO `shipcost` VALUES (1039, 5, 163, 12, 15, '');
INSERT INTO `shipcost` VALUES (1040, 5, 163, 22, 23, '');
INSERT INTO `shipcost` VALUES (1041, 5, 163, 24, 31, '');
INSERT INTO `shipcost` VALUES (1042, 1, 164, 5, 21, '');
INSERT INTO `shipcost` VALUES (1043, 1, 164, 12, 28, '');
INSERT INTO `shipcost` VALUES (1044, 1, 164, 22, 35, '');
INSERT INTO `shipcost` VALUES (1045, 1, 164, 24, 42, '');
INSERT INTO `shipcost` VALUES (1046, 1, 165, 24, 42, '');
INSERT INTO `shipcost` VALUES (1047, 1, 165, 22, 35, '');
INSERT INTO `shipcost` VALUES (1048, 1, 165, 12, 28, '');
INSERT INTO `shipcost` VALUES (1049, 1, 165, 5, 21, '');
INSERT INTO `shipcost` VALUES (1050, 5, 165, 5, 8, '');
INSERT INTO `shipcost` VALUES (1051, 5, 165, 12, 17, '');
INSERT INTO `shipcost` VALUES (1058, 1, 167, 5, 55, '');
INSERT INTO `shipcost` VALUES (1054, 5, 165, 24, 33, '');
INSERT INTO `shipcost` VALUES (1055, 5, 165, 22, 25, '');
INSERT INTO `shipcost` VALUES (1057, 1, 166, 5, 55, '');
INSERT INTO `shipcost` VALUES (1059, 1, 168, 5, 55, '');
INSERT INTO `shipcost` VALUES (1060, 1, 168, 12, 67, '');
INSERT INTO `shipcost` VALUES (1061, 1, 167, 12, 67, '');
INSERT INTO `shipcost` VALUES (1062, 1, 166, 12, 67, '');
INSERT INTO `shipcost` VALUES (1063, 1, 166, 22, 79, '');
INSERT INTO `shipcost` VALUES (1064, 1, 167, 22, 79, '');
INSERT INTO `shipcost` VALUES (1065, 1, 168, 22, 79, '');
INSERT INTO `shipcost` VALUES (1066, 1, 168, 24, 92, '');
INSERT INTO `shipcost` VALUES (1067, 1, 167, 24, 92, '');
INSERT INTO `shipcost` VALUES (1068, 1, 166, 24, 92, '');
INSERT INTO `shipcost` VALUES (1069, 5, 166, 5, 17, '');
INSERT INTO `shipcost` VALUES (1070, 5, 167, 5, 17, '');
INSERT INTO `shipcost` VALUES (1071, 5, 168, 5, 17, '');
INSERT INTO `shipcost` VALUES (1072, 5, 168, 12, 34, '');
INSERT INTO `shipcost` VALUES (1073, 5, 167, 12, 34, '');
INSERT INTO `shipcost` VALUES (1074, 5, 166, 12, 34, '');
INSERT INTO `shipcost` VALUES (1075, 5, 166, 22, 51, '');
INSERT INTO `shipcost` VALUES (1076, 5, 167, 22, 51, '');
INSERT INTO `shipcost` VALUES (1077, 5, 168, 22, 51, '');
INSERT INTO `shipcost` VALUES (1078, 5, 168, 24, 69, '');
INSERT INTO `shipcost` VALUES (1079, 5, 167, 24, 69, '');
INSERT INTO `shipcost` VALUES (1080, 5, 166, 24, 69, '');
INSERT INTO `shipcost` VALUES (1081, 1, 169, 5, 21, '');
INSERT INTO `shipcost` VALUES (1082, 1, 169, 12, 28, '');
INSERT INTO `shipcost` VALUES (1083, 1, 169, 22, 35, '');
INSERT INTO `shipcost` VALUES (1084, 1, 169, 24, 42, '');
INSERT INTO `shipcost` VALUES (1085, 1, 172, 5, 23, '');
INSERT INTO `shipcost` VALUES (1086, 1, 172, 12, 30, '');
INSERT INTO `shipcost` VALUES (1087, 1, 172, 22, 37, '');
INSERT INTO `shipcost` VALUES (1088, 1, 172, 24, 44, '');
INSERT INTO `shipcost` VALUES (1089, 5, 172, 5, 8, '');
INSERT INTO `shipcost` VALUES (1090, 5, 172, 12, 15, '');
INSERT INTO `shipcost` VALUES (1091, 5, 172, 22, 23, '');
INSERT INTO `shipcost` VALUES (1092, 5, 172, 24, 31, '');
INSERT INTO `shipcost` VALUES (1093, 1, 173, 5, 34, '');
INSERT INTO `shipcost` VALUES (1094, 1, 173, 12, 42, '');
INSERT INTO `shipcost` VALUES (1095, 1, 173, 22, 51, '');
INSERT INTO `shipcost` VALUES (1096, 1, 173, 24, 60, '');
INSERT INTO `shipcost` VALUES (1097, 5, 173, 5, 9, '');
INSERT INTO `shipcost` VALUES (1098, 5, 173, 12, 17, '');
INSERT INTO `shipcost` VALUES (1099, 5, 173, 22, 26, '');
INSERT INTO `shipcost` VALUES (1100, 5, 173, 24, 35, '');
INSERT INTO `shipcost` VALUES (1101, 4, 173, 5, 19, '');
INSERT INTO `shipcost` VALUES (1102, 4, 173, 12, 25, '');
INSERT INTO `shipcost` VALUES (1103, 4, 173, 22, 31, '');
INSERT INTO `shipcost` VALUES (1104, 4, 173, 24, 37, '');
INSERT INTO `shipcost` VALUES (1105, 1, 174, 5, 55, '');
INSERT INTO `shipcost` VALUES (1106, 1, 174, 12, 67, '');
INSERT INTO `shipcost` VALUES (1107, 1, 174, 22, 79, '');
INSERT INTO `shipcost` VALUES (1108, 1, 174, 24, 92, '');
INSERT INTO `shipcost` VALUES (1109, 5, 174, 5, 8, '');
INSERT INTO `shipcost` VALUES (1110, 5, 174, 12, 17, '');
INSERT INTO `shipcost` VALUES (1111, 5, 174, 22, 26, '');
INSERT INTO `shipcost` VALUES (1112, 5, 174, 24, 35, '');
INSERT INTO `shipcost` VALUES (1113, 4, 174, 5, 22, '');
INSERT INTO `shipcost` VALUES (1114, 4, 174, 12, 30, '');
INSERT INTO `shipcost` VALUES (1115, 4, 174, 22, 38, '');
INSERT INTO `shipcost` VALUES (1116, 4, 174, 24, 47, '');
INSERT INTO `shipcost` VALUES (1117, 4, 175, 5, 55, '');
INSERT INTO `shipcost` VALUES (1118, 4, 175, 12, 67, '');
INSERT INTO `shipcost` VALUES (1119, 4, 175, 22, 79, '');
INSERT INTO `shipcost` VALUES (1120, 4, 175, 22, 92, '');
INSERT INTO `shipcost` VALUES (1121, 1, 176, 5, 34, '');
INSERT INTO `shipcost` VALUES (1122, 1, 176, 12, 42, '');
INSERT INTO `shipcost` VALUES (1123, 1, 176, 22, 51, '');
INSERT INTO `shipcost` VALUES (1124, 1, 176, 24, 60, '');
INSERT INTO `shipcost` VALUES (1125, 5, 176, 5, 8, '');
INSERT INTO `shipcost` VALUES (1126, 5, 176, 12, 15, '');
INSERT INTO `shipcost` VALUES (1127, 5, 176, 22, 24, '');
INSERT INTO `shipcost` VALUES (1128, 5, 176, 24, 31, '');
INSERT INTO `shipcost` VALUES (1129, 1, 177, 5, 55, '');
INSERT INTO `shipcost` VALUES (1130, 1, 177, 12, 67, '');
INSERT INTO `shipcost` VALUES (1131, 1, 177, 22, 79, '');
INSERT INTO `shipcost` VALUES (1132, 1, 177, 24, 92, '');
INSERT INTO `shipcost` VALUES (1133, 1, 178, 5, 21, '');
INSERT INTO `shipcost` VALUES (1134, 1, 178, 12, 28, '');
INSERT INTO `shipcost` VALUES (1135, 1, 178, 22, 35, '');
INSERT INTO `shipcost` VALUES (1136, 1, 178, 24, 42, '');
INSERT INTO `shipcost` VALUES (1137, 1, 179, 5, 55, '');
INSERT INTO `shipcost` VALUES (1138, 1, 179, 12, 67, '');
INSERT INTO `shipcost` VALUES (1139, 1, 179, 22, 79, '');
INSERT INTO `shipcost` VALUES (1140, 1, 179, 24, 92, '');
INSERT INTO `shipcost` VALUES (1141, 5, 179, 5, 17, '');
INSERT INTO `shipcost` VALUES (1142, 5, 179, 12, 34, '');
INSERT INTO `shipcost` VALUES (1143, 5, 179, 22, 51, '');
INSERT INTO `shipcost` VALUES (1144, 5, 179, 24, 69, '');
INSERT INTO `shipcost` VALUES (1145, 1, 180, 5, 55, '');
INSERT INTO `shipcost` VALUES (1146, 1, 180, 12, 67, '');
INSERT INTO `shipcost` VALUES (1147, 1, 180, 22, 79, '');
INSERT INTO `shipcost` VALUES (1148, 1, 180, 24, 92, '');
INSERT INTO `shipcost` VALUES (1149, 5, 180, 5, 11, '');
INSERT INTO `shipcost` VALUES (1150, 5, 180, 12, 23, '');
INSERT INTO `shipcost` VALUES (1151, 5, 180, 22, 35, '');
INSERT INTO `shipcost` VALUES (1152, 5, 180, 24, 47, '');
INSERT INTO `shipcost` VALUES (1153, 1, 181, 5, 21, '');
INSERT INTO `shipcost` VALUES (1154, 1, 181, 12, 26, '');
INSERT INTO `shipcost` VALUES (1155, 1, 181, 22, 31, '');
INSERT INTO `shipcost` VALUES (1156, 1, 181, 24, 36, '');
INSERT INTO `shipcost` VALUES (1157, 5, 181, 5, 8, '');
INSERT INTO `shipcost` VALUES (1158, 5, 181, 12, 17, '');
INSERT INTO `shipcost` VALUES (1159, 5, 181, 22, 26, '');
INSERT INTO `shipcost` VALUES (1160, 5, 181, 24, 35, '');
INSERT INTO `shipcost` VALUES (1161, 2, 181, 5, 17, '');
INSERT INTO `shipcost` VALUES (1162, 2, 181, 12, 21, '');
INSERT INTO `shipcost` VALUES (1163, 2, 181, 22, 25, '');
INSERT INTO `shipcost` VALUES (1164, 2, 181, 24, 29, '');
INSERT INTO `shipcost` VALUES (1165, 1, 183, 5, 23, '');
INSERT INTO `shipcost` VALUES (1166, 1, 184, 5, 23, '');
INSERT INTO `shipcost` VALUES (1167, 1, 184, 12, 30, '');
INSERT INTO `shipcost` VALUES (1168, 1, 183, 12, 30, '');
INSERT INTO `shipcost` VALUES (1169, 1, 183, 22, 37, '');
INSERT INTO `shipcost` VALUES (1170, 1, 184, 22, 37, '');
INSERT INTO `shipcost` VALUES (1171, 1, 184, 24, 44, '');
INSERT INTO `shipcost` VALUES (1172, 1, 183, 24, 44, '');
INSERT INTO `shipcost` VALUES (1173, 5, 183, 5, 8, '');
INSERT INTO `shipcost` VALUES (1174, 5, 184, 5, 8, '');
INSERT INTO `shipcost` VALUES (1175, 5, 184, 12, 15, '');
INSERT INTO `shipcost` VALUES (1176, 5, 183, 12, 15, '');
INSERT INTO `shipcost` VALUES (1177, 5, 183, 22, 24, '');
INSERT INTO `shipcost` VALUES (1178, 5, 184, 22, 24, '');
INSERT INTO `shipcost` VALUES (1179, 5, 184, 24, 31, '');
INSERT INTO `shipcost` VALUES (1180, 5, 183, 24, 31, '');
INSERT INTO `shipcost` VALUES (1181, 1, 186, 5, 34, '');
INSERT INTO `shipcost` VALUES (1182, 1, 186, 12, 42, '');
INSERT INTO `shipcost` VALUES (1183, 1, 186, 22, 51, '');
INSERT INTO `shipcost` VALUES (1184, 1, 186, 24, 60, '');
INSERT INTO `shipcost` VALUES (1185, 5, 186, 5, 9, '');
INSERT INTO `shipcost` VALUES (1186, 5, 186, 12, 17, '');
INSERT INTO `shipcost` VALUES (1187, 5, 186, 22, 26, '');
INSERT INTO `shipcost` VALUES (1188, 5, 186, 24, 35, '');
INSERT INTO `shipcost` VALUES (1189, 4, 186, 5, 19, '');
INSERT INTO `shipcost` VALUES (1190, 4, 186, 12, 25, '');
INSERT INTO `shipcost` VALUES (1191, 4, 186, 22, 32, '');
INSERT INTO `shipcost` VALUES (1192, 4, 186, 24, 38, '');
INSERT INTO `shipcost` VALUES (1193, 1, 188, 5, 55, '');
INSERT INTO `shipcost` VALUES (1194, 1, 188, 12, 67, '');
INSERT INTO `shipcost` VALUES (1195, 1, 188, 22, 79, '');
INSERT INTO `shipcost` VALUES (1196, 1, 188, 24, 92, '');
INSERT INTO `shipcost` VALUES (1197, 5, 188, 5, 9, '');
INSERT INTO `shipcost` VALUES (1198, 5, 188, 12, 17, '');
INSERT INTO `shipcost` VALUES (1199, 5, 188, 22, 26, '');
INSERT INTO `shipcost` VALUES (1200, 5, 188, 24, 35, '');
INSERT INTO `shipcost` VALUES (1201, 1, 189, 5, 30, '');
INSERT INTO `shipcost` VALUES (1202, 1, 189, 12, 39, '');
INSERT INTO `shipcost` VALUES (1203, 1, 189, 22, 48, '');
INSERT INTO `shipcost` VALUES (1204, 1, 189, 24, 57, '');
INSERT INTO `shipcost` VALUES (1212, 5, 189, 22, 26, '');
INSERT INTO `shipcost` VALUES (1210, 5, 189, 5, 9, '');
INSERT INTO `shipcost` VALUES (1211, 5, 189, 12, 17, '');
INSERT INTO `shipcost` VALUES (1213, 5, 189, 24, 35, '');
INSERT INTO `shipcost` VALUES (1214, 1, 190, 5, 55, '');
INSERT INTO `shipcost` VALUES (1215, 1, 190, 12, 67, '');
INSERT INTO `shipcost` VALUES (1216, 1, 190, 22, 79, '');
INSERT INTO `shipcost` VALUES (1217, 1, 190, 24, 92, '');
INSERT INTO `shipcost` VALUES (1218, 5, 190, 5, 17, '');
INSERT INTO `shipcost` VALUES (1219, 5, 190, 12, 34, '');
INSERT INTO `shipcost` VALUES (1220, 5, 190, 22, 51, '');
INSERT INTO `shipcost` VALUES (1221, 5, 190, 24, 69, '');
INSERT INTO `shipcost` VALUES (1222, 1, 198, 5, 21, '');
INSERT INTO `shipcost` VALUES (1223, 1, 198, 12, 28, '');
INSERT INTO `shipcost` VALUES (1224, 1, 198, 22, 36, '');
INSERT INTO `shipcost` VALUES (1225, 1, 198, 24, 42, '');
INSERT INTO `shipcost` VALUES (1226, 1, 201, 5, 39, '');
INSERT INTO `shipcost` VALUES (1227, 1, 201, 12, 42, '');
INSERT INTO `shipcost` VALUES (1228, 1, 201, 22, 51, '');
INSERT INTO `shipcost` VALUES (1229, 1, 201, 24, 60, '');
INSERT INTO `shipcost` VALUES (1230, 5, 201, 5, 9, '');
INSERT INTO `shipcost` VALUES (1231, 5, 201, 12, 19, '');
INSERT INTO `shipcost` VALUES (1232, 5, 201, 22, 26, '');
INSERT INTO `shipcost` VALUES (1233, 5, 201, 24, 35, '');
INSERT INTO `shipcost` VALUES (1234, 2, 201, 5, 40, '');
INSERT INTO `shipcost` VALUES (1235, 2, 201, 12, 50, '');
INSERT INTO `shipcost` VALUES (1236, 2, 201, 22, 61, '');
INSERT INTO `shipcost` VALUES (1237, 2, 201, 24, 72, '');
INSERT INTO `shipcost` VALUES (1238, 4, 201, 5, 17, '');
INSERT INTO `shipcost` VALUES (1239, 4, 201, 12, 23, '');
INSERT INTO `shipcost` VALUES (1240, 4, 201, 22, 30, '');
INSERT INTO `shipcost` VALUES (1241, 4, 201, 24, 36, '');
INSERT INTO `shipcost` VALUES (1242, 1, 202, 5, 55, '');
INSERT INTO `shipcost` VALUES (1243, 1, 202, 5, 55, '');
INSERT INTO `shipcost` VALUES (1244, 1, 202, 12, 67, '');
INSERT INTO `shipcost` VALUES (1245, 1, 202, 22, 79, '');
INSERT INTO `shipcost` VALUES (1246, 1, 202, 24, 92, '');
INSERT INTO `shipcost` VALUES (1247, 1, 203, 5, 55, '');
INSERT INTO `shipcost` VALUES (1248, 1, 203, 12, 67, '');
INSERT INTO `shipcost` VALUES (1249, 1, 203, 22, 79, '');
INSERT INTO `shipcost` VALUES (1250, 1, 203, 24, 92, '');
INSERT INTO `shipcost` VALUES (1251, 1, 205, 24, 92, '');
INSERT INTO `shipcost` VALUES (1252, 1, 205, 22, 79, '');
INSERT INTO `shipcost` VALUES (1253, 1, 205, 12, 67, '');
INSERT INTO `shipcost` VALUES (1254, 1, 205, 5, 55, '');
INSERT INTO `shipcost` VALUES (1255, 5, 203, 5, 14, '');
INSERT INTO `shipcost` VALUES (1256, 5, 203, 12, 29, '');
INSERT INTO `shipcost` VALUES (1257, 5, 203, 22, 43, '');
INSERT INTO `shipcost` VALUES (1258, 5, 203, 24, 58, '');
INSERT INTO `shipcost` VALUES (1259, 1, 204, 5, 55, '');
INSERT INTO `shipcost` VALUES (1260, 1, 204, 12, 67, '');
INSERT INTO `shipcost` VALUES (1261, 1, 204, 22, 79, '');
INSERT INTO `shipcost` VALUES (1262, 1, 204, 24, 92, '');
INSERT INTO `shipcost` VALUES (1263, 1, 206, 5, 21, '');
INSERT INTO `shipcost` VALUES (1264, 1, 206, 12, 26, '');
INSERT INTO `shipcost` VALUES (1265, 1, 206, 22, 31, '');
INSERT INTO `shipcost` VALUES (1266, 1, 206, 24, 36, '');
INSERT INTO `shipcost` VALUES (1267, 5, 206, 5, 7, '');
INSERT INTO `shipcost` VALUES (1268, 5, 206, 12, 14, '');
INSERT INTO `shipcost` VALUES (1269, 5, 206, 22, 21, '');
INSERT INTO `shipcost` VALUES (1270, 5, 206, 24, 28, '');
INSERT INTO `shipcost` VALUES (1271, 2, 206, 5, 17, '');
INSERT INTO `shipcost` VALUES (1272, 2, 206, 12, 21, '');
INSERT INTO `shipcost` VALUES (1273, 2, 206, 22, 25, '');
INSERT INTO `shipcost` VALUES (1274, 2, 206, 24, 29, '');
INSERT INTO `shipcost` VALUES (1275, 1, 208, 5, 55, '');
INSERT INTO `shipcost` VALUES (1276, 1, 208, 12, 67, '');
INSERT INTO `shipcost` VALUES (1277, 1, 208, 22, 79, '');
INSERT INTO `shipcost` VALUES (1278, 1, 208, 24, 92, '');
INSERT INTO `shipcost` VALUES (1279, 5, 208, 5, 8, '');
INSERT INTO `shipcost` VALUES (1280, 5, 208, 12, 17, '');
INSERT INTO `shipcost` VALUES (1281, 5, 208, 22, 26, '');
INSERT INTO `shipcost` VALUES (1282, 5, 208, 24, 35, '');
INSERT INTO `shipcost` VALUES (1283, 1, 209, 5, 23, '');
INSERT INTO `shipcost` VALUES (1284, 1, 209, 12, 30, '');
INSERT INTO `shipcost` VALUES (1285, 1, 209, 22, 37, '');
INSERT INTO `shipcost` VALUES (1286, 1, 209, 24, 44, '');
INSERT INTO `shipcost` VALUES (1287, 1, 210, 5, 21, '');
INSERT INTO `shipcost` VALUES (1288, 1, 210, 12, 28, '');
INSERT INTO `shipcost` VALUES (1289, 1, 210, 22, 35, '');
INSERT INTO `shipcost` VALUES (1290, 1, 210, 24, 42, '');
INSERT INTO `shipcost` VALUES (1291, 1, 211, 5, 55, '');
INSERT INTO `shipcost` VALUES (1292, 1, 211, 12, 67, '');
INSERT INTO `shipcost` VALUES (1293, 1, 211, 22, 79, '');
INSERT INTO `shipcost` VALUES (1294, 1, 211, 24, 92, '');
INSERT INTO `shipcost` VALUES (1295, 1, 212, 5, 55, '');
INSERT INTO `shipcost` VALUES (1296, 1, 212, 12, 67, '');
INSERT INTO `shipcost` VALUES (1297, 1, 212, 22, 79, '');
INSERT INTO `shipcost` VALUES (1298, 1, 212, 24, 92, '');
INSERT INTO `shipcost` VALUES (1299, 5, 212, 5, 10, '');
INSERT INTO `shipcost` VALUES (1300, 5, 212, 12, 20, '');
INSERT INTO `shipcost` VALUES (1301, 5, 212, 22, 31, '');
INSERT INTO `shipcost` VALUES (1302, 5, 212, 24, 41, '');
INSERT INTO `shipcost` VALUES (1303, 4, 212, 5, 36, '');
INSERT INTO `shipcost` VALUES (1304, 4, 212, 12, 50, '');
INSERT INTO `shipcost` VALUES (1305, 4, 212, 22, 64, '');
INSERT INTO `shipcost` VALUES (1306, 4, 212, 24, 78, '');
INSERT INTO `shipcost` VALUES (1307, 1, 214, 5, 55, '');
INSERT INTO `shipcost` VALUES (1308, 1, 214, 12, 67, '');
INSERT INTO `shipcost` VALUES (1309, 1, 214, 22, 79, '');
INSERT INTO `shipcost` VALUES (1310, 1, 214, 24, 92, '');
INSERT INTO `shipcost` VALUES (1311, 1, 215, 5, 23, '');
INSERT INTO `shipcost` VALUES (1312, 1, 215, 12, 30, '');
INSERT INTO `shipcost` VALUES (1313, 1, 215, 22, 37, '');
INSERT INTO `shipcost` VALUES (1314, 1, 215, 24, 44, '');
INSERT INTO `shipcost` VALUES (1315, 5, 215, 5, 9, '');
INSERT INTO `shipcost` VALUES (1316, 5, 215, 12, 17, '');
INSERT INTO `shipcost` VALUES (1317, 5, 215, 22, 26, '');
INSERT INTO `shipcost` VALUES (1318, 5, 215, 24, 35, '');
INSERT INTO `shipcost` VALUES (1319, 1, 216, 5, 55, '');
INSERT INTO `shipcost` VALUES (1320, 1, 216, 12, 67, '');
INSERT INTO `shipcost` VALUES (1321, 1, 216, 22, 79, '');
INSERT INTO `shipcost` VALUES (1322, 1, 216, 24, 92, '');
INSERT INTO `shipcost` VALUES (1323, 5, 216, 5, 8, '');
INSERT INTO `shipcost` VALUES (1324, 5, 216, 12, 17, '');
INSERT INTO `shipcost` VALUES (1325, 5, 216, 22, 26, '');
INSERT INTO `shipcost` VALUES (1326, 5, 216, 24, 35, '');
INSERT INTO `shipcost` VALUES (1327, 4, 216, 5, 16, '');
INSERT INTO `shipcost` VALUES (1328, 4, 216, 12, 23, '');
INSERT INTO `shipcost` VALUES (1329, 4, 216, 22, 30, '');
INSERT INTO `shipcost` VALUES (1330, 4, 216, 24, 36, '');
INSERT INTO `shipcost` VALUES (1331, 1, 217, 5, 55, '');
INSERT INTO `shipcost` VALUES (1332, 1, 217, 12, 67, '');
INSERT INTO `shipcost` VALUES (1333, 1, 217, 22, 79, '');
INSERT INTO `shipcost` VALUES (1334, 1, 217, 24, 92, '');
INSERT INTO `shipcost` VALUES (1335, 5, 217, 5, 17, '');
INSERT INTO `shipcost` VALUES (1336, 5, 217, 5, 34, '');
INSERT INTO `shipcost` VALUES (1337, 5, 217, 22, 51, '');
INSERT INTO `shipcost` VALUES (1338, 5, 217, 24, 69, '');
INSERT INTO `shipcost` VALUES (1339, 1, 218, 5, 55, '');
INSERT INTO `shipcost` VALUES (1340, 1, 218, 12, 67, '');
INSERT INTO `shipcost` VALUES (1341, 1, 218, 22, 79, '');
INSERT INTO `shipcost` VALUES (1345, 1, 221, 5, 23, '');
INSERT INTO `shipcost` VALUES (1344, 1, 218, 24, 92, '');
INSERT INTO `shipcost` VALUES (1346, 1, 221, 12, 30, '');
INSERT INTO `shipcost` VALUES (1347, 1, 221, 22, 37, '');
INSERT INTO `shipcost` VALUES (1348, 1, 221, 22, 44, '');
INSERT INTO `shipcost` VALUES (1349, 1, 221, 24, 44, '');
INSERT INTO `shipcost` VALUES (1350, 5, 221, 5, 8, '');
INSERT INTO `shipcost` VALUES (1351, 5, 221, 12, 15, '');
INSERT INTO `shipcost` VALUES (1352, 5, 221, 22, 23, '');
INSERT INTO `shipcost` VALUES (1353, 5, 221, 24, 31, '');
INSERT INTO `shipcost` VALUES (1354, 1, 222, 5, 23, '');
INSERT INTO `shipcost` VALUES (1355, 1, 222, 12, 30, '');
INSERT INTO `shipcost` VALUES (1356, 1, 222, 22, 37, '');
INSERT INTO `shipcost` VALUES (1357, 1, 222, 24, 44, '');
INSERT INTO `shipcost` VALUES (1358, 5, 222, 5, 8, '');
INSERT INTO `shipcost` VALUES (1359, 5, 222, 12, 15, '');
INSERT INTO `shipcost` VALUES (1360, 5, 222, 22, 23, '');
INSERT INTO `shipcost` VALUES (1361, 5, 222, 24, 31, '');
INSERT INTO `shipcost` VALUES (1362, 1, 223, 5, 33, '');
INSERT INTO `shipcost` VALUES (1363, 1, 223, 12, 42, '');
INSERT INTO `shipcost` VALUES (1364, 1, 223, 22, 51, '');
INSERT INTO `shipcost` VALUES (1365, 1, 223, 24, 60, '');
INSERT INTO `shipcost` VALUES (1366, 5, 223, 5, 9, '');
INSERT INTO `shipcost` VALUES (1367, 5, 223, 12, 17, '');
INSERT INTO `shipcost` VALUES (1368, 5, 223, 22, 23, '');
INSERT INTO `shipcost` VALUES (1369, 5, 223, 24, 35, '');
INSERT INTO `shipcost` VALUES (1370, 4, 223, 5, 20, '');
INSERT INTO `shipcost` VALUES (1371, 4, 223, 12, 27, '');
INSERT INTO `shipcost` VALUES (1372, 4, 223, 22, 34, '');
INSERT INTO `shipcost` VALUES (1373, 4, 223, 24, 41, '');
INSERT INTO `shipcost` VALUES (1381, 1, 224, 24, 39, '');
INSERT INTO `shipcost` VALUES (1380, 1, 224, 22, 33, '');
INSERT INTO `shipcost` VALUES (1379, 1, 224, 12, 28, '');
INSERT INTO `shipcost` VALUES (1378, 1, 224, 5, 23, '');
INSERT INTO `shipcost` VALUES (1382, 1, 225, 5, 55, '');
INSERT INTO `shipcost` VALUES (1383, 1, 226, 5, 55, '');
INSERT INTO `shipcost` VALUES (1384, 1, 226, 12, 67, '');
INSERT INTO `shipcost` VALUES (1385, 1, 225, 12, 67, '');
INSERT INTO `shipcost` VALUES (1386, 1, 225, 22, 79, '');
INSERT INTO `shipcost` VALUES (1387, 1, 226, 22, 79, '');
INSERT INTO `shipcost` VALUES (1388, 1, 226, 24, 92, '');
INSERT INTO `shipcost` VALUES (1389, 1, 225, 24, 92, '');
INSERT INTO `shipcost` VALUES (1390, 1, 227, 5, 21, '');
INSERT INTO `shipcost` VALUES (1391, 1, 227, 5, 26, '');
INSERT INTO `shipcost` VALUES (1392, 1, 227, 22, 31, '');
INSERT INTO `shipcost` VALUES (1393, 1, 227, 24, 36, '');
INSERT INTO `shipcost` VALUES (1394, 1, 229, 5, 55, '');
INSERT INTO `shipcost` VALUES (1395, 1, 229, 12, 67, '');
INSERT INTO `shipcost` VALUES (1396, 1, 229, 22, 79, '');
INSERT INTO `shipcost` VALUES (1397, 1, 229, 24, 92, '');
INSERT INTO `shipcost` VALUES (1398, 1, 233, 5, 55, '');
INSERT INTO `shipcost` VALUES (1399, 1, 233, 5, 67, '');
INSERT INTO `shipcost` VALUES (1400, 1, 233, 12, 67, '');
INSERT INTO `shipcost` VALUES (1401, 1, 233, 22, 79, '');
INSERT INTO `shipcost` VALUES (1402, 1, 233, 24, 92, '');
INSERT INTO `shipcost` VALUES (1403, 5, 233, 5, 17, '');
INSERT INTO `shipcost` VALUES (1404, 5, 233, 12, 34, '');
INSERT INTO `shipcost` VALUES (1405, 5, 233, 22, 51, '');
INSERT INTO `shipcost` VALUES (1406, 5, 233, 24, 69, '');
INSERT INTO `shipcost` VALUES (1407, 2, 233, 5, 40, '');
INSERT INTO `shipcost` VALUES (1408, 2, 233, 12, 50, '');
INSERT INTO `shipcost` VALUES (1409, 2, 233, 22, 61, '');
INSERT INTO `shipcost` VALUES (1410, 2, 233, 24, 72, '');
INSERT INTO `shipcost` VALUES (1411, 1, 234, 5, 33, '');
INSERT INTO `shipcost` VALUES (1412, 1, 234, 12, 42, '');
INSERT INTO `shipcost` VALUES (1413, 1, 234, 22, 51, '');
INSERT INTO `shipcost` VALUES (1414, 1, 234, 24, 60, '');
INSERT INTO `shipcost` VALUES (1415, 5, 234, 5, 8, '');
INSERT INTO `shipcost` VALUES (1416, 5, 234, 12, 16, '');
INSERT INTO `shipcost` VALUES (1417, 5, 234, 22, 25, '');
INSERT INTO `shipcost` VALUES (1418, 5, 234, 24, 33, '');
INSERT INTO `shipcost` VALUES (1419, 4, 234, 5, 21, '');
INSERT INTO `shipcost` VALUES (1420, 4, 234, 12, 29, '');
INSERT INTO `shipcost` VALUES (1421, 4, 234, 22, 38, '');
INSERT INTO `shipcost` VALUES (1422, 4, 234, 24, 46, '');
INSERT INTO `shipcost` VALUES (1423, 1, 237, 5, 21, '');
INSERT INTO `shipcost` VALUES (1424, 1, 237, 12, 28, '');
INSERT INTO `shipcost` VALUES (1425, 1, 237, 22, 35, '');
INSERT INTO `shipcost` VALUES (1426, 1, 237, 24, 42, '');
INSERT INTO `shipcost` VALUES (1427, 1, 238, 5, 55, '');
INSERT INTO `shipcost` VALUES (1428, 1, 238, 12, 67, '');
INSERT INTO `shipcost` VALUES (1429, 1, 238, 22, 79, '');
INSERT INTO `shipcost` VALUES (1430, 1, 238, 24, 92, '');
INSERT INTO `shipcost` VALUES (1431, 5, 239, 5, 8, '');
INSERT INTO `shipcost` VALUES (1432, 5, 239, 12, 17, '');
INSERT INTO `shipcost` VALUES (1433, 5, 239, 22, 26, '');
INSERT INTO `shipcost` VALUES (1434, 5, 239, 24, 35, '');
INSERT INTO `shipcost` VALUES (1435, 1, 240, 5, 33, '');
INSERT INTO `shipcost` VALUES (1436, 1, 240, 12, 42, '');
INSERT INTO `shipcost` VALUES (1437, 1, 240, 22, 51, '');
INSERT INTO `shipcost` VALUES (1438, 1, 240, 24, 60, '');
INSERT INTO `shipcost` VALUES (1439, 5, 240, 5, 12, '');
INSERT INTO `shipcost` VALUES (1440, 5, 240, 12, 23, '');
INSERT INTO `shipcost` VALUES (1441, 5, 240, 22, 35, '');
INSERT INTO `shipcost` VALUES (1442, 5, 240, 24, 47, '');
INSERT INTO `shipcost` VALUES (1443, 4, 240, 5, 12, '');
INSERT INTO `shipcost` VALUES (1444, 4, 240, 12, 16, '');
INSERT INTO `shipcost` VALUES (1445, 4, 240, 22, 21, '');
INSERT INTO `shipcost` VALUES (1446, 4, 240, 24, 25, '');
INSERT INTO `shipcost` VALUES (1447, 1, 241, 5, 23, '');
INSERT INTO `shipcost` VALUES (1448, 1, 241, 12, 30, '');
INSERT INTO `shipcost` VALUES (1449, 1, 241, 22, 37, '');
INSERT INTO `shipcost` VALUES (1450, 1, 241, 24, 44, '');
INSERT INTO `shipcost` VALUES (1451, 5, 241, 5, 9, '');
INSERT INTO `shipcost` VALUES (1452, 5, 241, 12, 17, '');
INSERT INTO `shipcost` VALUES (1453, 5, 241, 22, 26, '');
INSERT INTO `shipcost` VALUES (1454, 5, 241, 24, 35, '');
INSERT INTO `shipcost` VALUES (1455, 1, 242, 5, 22, '');
INSERT INTO `shipcost` VALUES (1456, 1, 242, 12, 28, '');
INSERT INTO `shipcost` VALUES (1457, 1, 242, 22, 34, '');
INSERT INTO `shipcost` VALUES (1458, 1, 242, 24, 41, '');
INSERT INTO `shipcost` VALUES (1459, 5, 242, 5, 9, '');
INSERT INTO `shipcost` VALUES (1460, 5, 242, 12, 17, '');
INSERT INTO `shipcost` VALUES (1461, 5, 242, 22, 26, '');
INSERT INTO `shipcost` VALUES (1462, 5, 242, 22, 35, '');
INSERT INTO `shipcost` VALUES (1463, 1, 244, 5, 55, '');
INSERT INTO `shipcost` VALUES (1464, 1, 244, 12, 67, '');
INSERT INTO `shipcost` VALUES (1465, 1, 244, 22, 79, '');
INSERT INTO `shipcost` VALUES (1466, 1, 244, 24, 92, '');
INSERT INTO `shipcost` VALUES (1467, 1, 245, 24, 92, '');
INSERT INTO `shipcost` VALUES (1468, 1, 245, 22, 79, '');
INSERT INTO `shipcost` VALUES (1469, 1, 245, 12, 67, '');
INSERT INTO `shipcost` VALUES (1470, 1, 245, 5, 55, '');
INSERT INTO `shipcost` VALUES (1471, 1, 246, 5, 21, '');
INSERT INTO `shipcost` VALUES (1472, 1, 246, 12, 28, '');
INSERT INTO `shipcost` VALUES (1473, 1, 246, 22, 35, '');
INSERT INTO `shipcost` VALUES (1474, 1, 246, 24, 42, '');
INSERT INTO `shipcost` VALUES (1475, 1, 248, 5, 21, '');
INSERT INTO `shipcost` VALUES (1476, 1, 248, 12, 26, '');
INSERT INTO `shipcost` VALUES (1477, 1, 248, 22, 31, '');
INSERT INTO `shipcost` VALUES (1478, 1, 248, 24, 36, '');
INSERT INTO `shipcost` VALUES (1479, 1, 249, 5, 55, '');
INSERT INTO `shipcost` VALUES (1480, 1, 250, 5, 55, '');
INSERT INTO `shipcost` VALUES (1481, 1, 250, 12, 67, '');
INSERT INTO `shipcost` VALUES (1482, 1, 249, 12, 67, '');
INSERT INTO `shipcost` VALUES (1483, 1, 249, 22, 79, '');
INSERT INTO `shipcost` VALUES (1484, 1, 250, 22, 79, '');
INSERT INTO `shipcost` VALUES (1485, 1, 250, 24, 92, '');
INSERT INTO `shipcost` VALUES (1486, 1, 249, 24, 92, '');
INSERT INTO `shipcost` VALUES (1487, 1, 253, 5, 34, '');
INSERT INTO `shipcost` VALUES (1488, 1, 253, 12, 42, '');
INSERT INTO `shipcost` VALUES (1505, 5, 254, 5, 17, '');
INSERT INTO `shipcost` VALUES (1490, 1, 253, 22, 51, '');
INSERT INTO `shipcost` VALUES (1491, 1, 253, 24, 60, '');
INSERT INTO `shipcost` VALUES (1492, 5, 253, 5, 12, '');
INSERT INTO `shipcost` VALUES (1493, 5, 253, 12, 23, '');
INSERT INTO `shipcost` VALUES (1494, 5, 253, 22, 35, '');
INSERT INTO `shipcost` VALUES (1504, 5, 253, 24, 47, '');
INSERT INTO `shipcost` VALUES (1496, 1, 254, 5, 55, '');
INSERT INTO `shipcost` VALUES (1497, 1, 255, 5, 55, '');
INSERT INTO `shipcost` VALUES (1498, 1, 255, 12, 67, '');
INSERT INTO `shipcost` VALUES (1499, 1, 254, 12, 67, '');
INSERT INTO `shipcost` VALUES (1500, 1, 254, 22, 79, '');
INSERT INTO `shipcost` VALUES (1501, 1, 255, 22, 79, '');
INSERT INTO `shipcost` VALUES (1502, 1, 255, 24, 92, '');
INSERT INTO `shipcost` VALUES (1503, 1, 254, 24, 92, '');
INSERT INTO `shipcost` VALUES (1506, 5, 255, 5, 17, '');
INSERT INTO `shipcost` VALUES (1516, 5, 254, 12, 34, '');
INSERT INTO `shipcost` VALUES (1515, 5, 254, 5, 17, '');
INSERT INTO `shipcost` VALUES (1509, 5, 254, 12, 34, '');
INSERT INTO `shipcost` VALUES (1510, 5, 255, 12, 34, '');
INSERT INTO `shipcost` VALUES (1511, 5, 255, 22, 51, '');
INSERT INTO `shipcost` VALUES (1512, 5, 254, 22, 51, '');
INSERT INTO `shipcost` VALUES (1513, 5, 254, 24, 69, '');
INSERT INTO `shipcost` VALUES (1514, 5, 255, 24, 69, '');

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

-- 
-- Table structure for table `shipto`
-- 

CREATE TABLE `shipto` (
  `country_id` int(11) NOT NULL auto_increment,
  `country_name` text NOT NULL,
  `country_code` text NOT NULL,
  PRIMARY KEY  (`country_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=256 ;

-- 
-- Dumping data for table `shipto`
-- 

INSERT INTO `shipto` VALUES (11, 'American Samoa', 'AS');
INSERT INTO `shipto` VALUES (10, 'Algeria', 'DZ');
INSERT INTO `shipto` VALUES (9, 'Albania', 'AL');
INSERT INTO `shipto` VALUES (7, 'Afghanistan', 'AF');
INSERT INTO `shipto` VALUES (8, 'Ã…land Islands', 'AX');
INSERT INTO `shipto` VALUES (12, 'Andorra', 'AD');
INSERT INTO `shipto` VALUES (13, 'Angola', 'AO');
INSERT INTO `shipto` VALUES (14, 'Anguilla', 'AI');
INSERT INTO `shipto` VALUES (15, 'Antarctica', 'AQ');
INSERT INTO `shipto` VALUES (16, 'Antigua and Barbuda', 'AG');
INSERT INTO `shipto` VALUES (17, 'Argentina', 'AR');
INSERT INTO `shipto` VALUES (18, 'Armenia', 'AM');
INSERT INTO `shipto` VALUES (19, 'Aruba', 'AW');
INSERT INTO `shipto` VALUES (20, 'Australia', 'AU');
INSERT INTO `shipto` VALUES (21, 'Austria', 'AT');
INSERT INTO `shipto` VALUES (22, 'Azerbaijan', 'AZ');
INSERT INTO `shipto` VALUES (23, 'Bahamas', 'BS');
INSERT INTO `shipto` VALUES (24, 'Bahrain', 'BH');
INSERT INTO `shipto` VALUES (25, 'Bangladesh', 'BD');
INSERT INTO `shipto` VALUES (26, 'Barbados', 'BB');
INSERT INTO `shipto` VALUES (27, 'Belarus', 'BY');
INSERT INTO `shipto` VALUES (28, 'Belgium', 'BE');
INSERT INTO `shipto` VALUES (29, 'Belize', 'BZ');
INSERT INTO `shipto` VALUES (30, 'Benin', 'BJ');
INSERT INTO `shipto` VALUES (31, 'Bermuda', 'BM');
INSERT INTO `shipto` VALUES (32, 'Bhutan', 'BT');
INSERT INTO `shipto` VALUES (33, 'Bolivia, Plurinational State of', 'BO');
INSERT INTO `shipto` VALUES (34, 'Bonaire, Sint Eustatius and Saba', 'BQ');
INSERT INTO `shipto` VALUES (35, 'Bosnia and Herzegovina', 'BA');
INSERT INTO `shipto` VALUES (36, 'Botswana', 'BW');
INSERT INTO `shipto` VALUES (37, 'Brazil', 'BR');
INSERT INTO `shipto` VALUES (38, 'British Indian Ocean Territory', 'IO');
INSERT INTO `shipto` VALUES (39, 'Brunei Darussalam', 'BN');
INSERT INTO `shipto` VALUES (40, 'Bulgaria', 'BG');
INSERT INTO `shipto` VALUES (41, 'Burkina Faso', 'BF');
INSERT INTO `shipto` VALUES (42, 'Burundi', 'BI');
INSERT INTO `shipto` VALUES (43, 'Cambodia', 'KH');
INSERT INTO `shipto` VALUES (44, 'Cameroon', 'CM');
INSERT INTO `shipto` VALUES (45, 'Canada', 'CA');
INSERT INTO `shipto` VALUES (46, 'Cape Verde', 'CV');
INSERT INTO `shipto` VALUES (47, 'Cayman Islands', 'KY');
INSERT INTO `shipto` VALUES (48, 'Central African Republic', 'CF');
INSERT INTO `shipto` VALUES (49, 'Chad', 'TD');
INSERT INTO `shipto` VALUES (50, 'Chile', 'CL');
INSERT INTO `shipto` VALUES (51, 'China', 'CN');
INSERT INTO `shipto` VALUES (52, 'Christmas Island', 'CX');
INSERT INTO `shipto` VALUES (53, 'Cocos (Keeling) Islands', 'CC');
INSERT INTO `shipto` VALUES (54, 'Colombia', 'CO');
INSERT INTO `shipto` VALUES (55, 'Comoros', 'KM');
INSERT INTO `shipto` VALUES (56, 'Congo', 'CG');
INSERT INTO `shipto` VALUES (57, 'Congo, the Democratic Republic of the', 'CD');
INSERT INTO `shipto` VALUES (58, 'Cook Islands', 'CK');
INSERT INTO `shipto` VALUES (59, 'Costa Rica', 'CR');
INSERT INTO `shipto` VALUES (60, 'CÃ´te d''Ivoire', 'CI');
INSERT INTO `shipto` VALUES (61, 'Croatia', 'HR');
INSERT INTO `shipto` VALUES (62, 'Cuba', 'CU');
INSERT INTO `shipto` VALUES (63, 'CuraÃ§ao', 'CW');
INSERT INTO `shipto` VALUES (64, 'Cyprus', 'CY');
INSERT INTO `shipto` VALUES (65, 'Czech Republic', 'CZ');
INSERT INTO `shipto` VALUES (66, 'Denmark', 'DK');
INSERT INTO `shipto` VALUES (67, 'Djibouti', 'DJ');
INSERT INTO `shipto` VALUES (68, 'Dominica', 'DM');
INSERT INTO `shipto` VALUES (69, 'Dominican Republic', 'DO');
INSERT INTO `shipto` VALUES (70, 'Ecuador', 'EC');
INSERT INTO `shipto` VALUES (71, 'Egypt', 'EG');
INSERT INTO `shipto` VALUES (72, 'El Salvador', 'SV');
INSERT INTO `shipto` VALUES (73, 'Equatorial Guinea', 'GQ');
INSERT INTO `shipto` VALUES (74, 'Eritrea', 'ER');
INSERT INTO `shipto` VALUES (75, 'Estonia', 'EE');
INSERT INTO `shipto` VALUES (76, 'Ethiopia', 'ET');
INSERT INTO `shipto` VALUES (77, 'Falkland Islands (Malvinas)', 'FK');
INSERT INTO `shipto` VALUES (78, 'Faroe Islands', 'FO');
INSERT INTO `shipto` VALUES (79, 'Fiji', 'FJ');
INSERT INTO `shipto` VALUES (80, 'Finland', 'FI');
INSERT INTO `shipto` VALUES (81, 'France', 'FR');
INSERT INTO `shipto` VALUES (82, 'French Guiana', 'GF');
INSERT INTO `shipto` VALUES (83, 'French Polynesia', 'PF');
INSERT INTO `shipto` VALUES (84, 'French Southern Territories', 'TF');
INSERT INTO `shipto` VALUES (85, 'Gabon', 'GA');
INSERT INTO `shipto` VALUES (86, 'Gambia', 'GM');
INSERT INTO `shipto` VALUES (87, 'Georgia', 'GE');
INSERT INTO `shipto` VALUES (88, 'Germany', 'DE');
INSERT INTO `shipto` VALUES (89, 'Ghana', 'GH');
INSERT INTO `shipto` VALUES (90, 'Gibraltar', 'GI');
INSERT INTO `shipto` VALUES (91, 'Greece', 'GR');
INSERT INTO `shipto` VALUES (92, 'Greenland', 'GL');
INSERT INTO `shipto` VALUES (93, 'Grenada', 'GD');
INSERT INTO `shipto` VALUES (94, 'Guadeloupe', 'GP');
INSERT INTO `shipto` VALUES (95, 'Guam', 'GU');
INSERT INTO `shipto` VALUES (96, 'Guatemala', 'GT');
INSERT INTO `shipto` VALUES (97, 'Guernsey', 'GC');
INSERT INTO `shipto` VALUES (98, 'Guinea', 'GN');
INSERT INTO `shipto` VALUES (99, 'Guinea-Bissau', 'GW');
INSERT INTO `shipto` VALUES (100, 'Guyana', 'GY');
INSERT INTO `shipto` VALUES (101, 'Haiti', 'HT');
INSERT INTO `shipto` VALUES (102, 'Heard Island and McDonald Islands', 'HM');
INSERT INTO `shipto` VALUES (103, 'Holy See (Vatican City State)', 'VA');
INSERT INTO `shipto` VALUES (104, 'Honduras', 'HN');
INSERT INTO `shipto` VALUES (105, 'Hong Kong', 'HK');
INSERT INTO `shipto` VALUES (106, 'Hungary', 'HU');
INSERT INTO `shipto` VALUES (107, 'Iceland', 'IS');
INSERT INTO `shipto` VALUES (108, 'India', 'IN');
INSERT INTO `shipto` VALUES (109, 'Indonesia', 'ID');
INSERT INTO `shipto` VALUES (110, 'Iran, Islamic Republic of', 'IR');
INSERT INTO `shipto` VALUES (111, 'Iraq', 'IQ');
INSERT INTO `shipto` VALUES (112, 'Ireland', 'IE');
INSERT INTO `shipto` VALUES (113, 'Isle of Man', 'IM');
INSERT INTO `shipto` VALUES (114, 'Israel', 'IL');
INSERT INTO `shipto` VALUES (115, 'Italy', 'IT');
INSERT INTO `shipto` VALUES (116, 'Jamaica', 'JM');
INSERT INTO `shipto` VALUES (117, 'Japan', 'JP');
INSERT INTO `shipto` VALUES (118, 'Jersey', 'JE');
INSERT INTO `shipto` VALUES (119, 'Jordan', 'JO');
INSERT INTO `shipto` VALUES (120, 'Kazakhstan', 'KZ');
INSERT INTO `shipto` VALUES (121, 'Kenya', 'KE');
INSERT INTO `shipto` VALUES (122, 'Kiribati', 'KI');
INSERT INTO `shipto` VALUES (123, 'Korea, Democratic People''s Republic of', 'KP');
INSERT INTO `shipto` VALUES (124, 'Korea, Republic of', 'KR');
INSERT INTO `shipto` VALUES (125, 'Kuwait', 'KW');
INSERT INTO `shipto` VALUES (126, 'Kyrgyzstan', 'KG');
INSERT INTO `shipto` VALUES (127, 'Lao People''s Democratic Republic', 'LA');
INSERT INTO `shipto` VALUES (128, 'Latvia', 'LV');
INSERT INTO `shipto` VALUES (129, 'Lebanon', 'LB');
INSERT INTO `shipto` VALUES (130, 'Lesotho', 'LS');
INSERT INTO `shipto` VALUES (131, 'Liberia', 'LR');
INSERT INTO `shipto` VALUES (132, 'Libya', 'LY');
INSERT INTO `shipto` VALUES (133, 'Liechtenstein', 'LI');
INSERT INTO `shipto` VALUES (134, 'Lithuania', 'LT');
INSERT INTO `shipto` VALUES (135, 'Luxembourg', 'LU');
INSERT INTO `shipto` VALUES (136, 'Macao', 'MO');
INSERT INTO `shipto` VALUES (137, 'Macedonia, the former Yugoslav Republic of', 'MK');
INSERT INTO `shipto` VALUES (138, 'Madagascar', 'MG');
INSERT INTO `shipto` VALUES (139, 'Malawi', 'MW');
INSERT INTO `shipto` VALUES (140, 'Malaysia', 'MY');
INSERT INTO `shipto` VALUES (141, 'Maldives', 'MV');
INSERT INTO `shipto` VALUES (142, 'Mali', 'ML');
INSERT INTO `shipto` VALUES (143, 'Malta', 'MT');
INSERT INTO `shipto` VALUES (144, 'Marshall Islands', 'MH');
INSERT INTO `shipto` VALUES (145, 'Martinique', 'MQ');
INSERT INTO `shipto` VALUES (146, 'Mauritania', 'MR');
INSERT INTO `shipto` VALUES (147, 'Mauritius', 'MU');
INSERT INTO `shipto` VALUES (148, 'Mayotte', 'YT');
INSERT INTO `shipto` VALUES (149, 'Mexico', 'MX');
INSERT INTO `shipto` VALUES (150, 'Micronesia, Federated States of', 'FM');
INSERT INTO `shipto` VALUES (151, 'Moldova, Republic of', 'MD');
INSERT INTO `shipto` VALUES (152, 'Monaco', 'MC');
INSERT INTO `shipto` VALUES (153, 'Mongolia', 'MN');
INSERT INTO `shipto` VALUES (154, 'Montenegro', 'ME');
INSERT INTO `shipto` VALUES (155, 'Montserrat', 'MS');
INSERT INTO `shipto` VALUES (156, 'Morocco', 'MA');
INSERT INTO `shipto` VALUES (157, 'Mozambique', 'MZ');
INSERT INTO `shipto` VALUES (158, 'Myanmar', 'MM');
INSERT INTO `shipto` VALUES (159, 'Namibia', 'NA');
INSERT INTO `shipto` VALUES (160, 'Nauru', 'Nauru');
INSERT INTO `shipto` VALUES (161, 'Nauru', 'NR');
INSERT INTO `shipto` VALUES (162, 'Nepal', 'NP');
INSERT INTO `shipto` VALUES (163, 'Netherlands', 'NL');
INSERT INTO `shipto` VALUES (164, 'New Caledonia', 'NC');
INSERT INTO `shipto` VALUES (165, 'New Zealand', 'NZ');
INSERT INTO `shipto` VALUES (166, 'Nicaragua', 'NI');
INSERT INTO `shipto` VALUES (167, 'Niger', 'NE');
INSERT INTO `shipto` VALUES (168, 'Nigeria', 'NG');
INSERT INTO `shipto` VALUES (169, 'Niue', 'NU');
INSERT INTO `shipto` VALUES (170, 'Norfolk Island', 'NF');
INSERT INTO `shipto` VALUES (171, 'Northern Mariana Islands', 'MP');
INSERT INTO `shipto` VALUES (172, 'Norway', 'NO');
INSERT INTO `shipto` VALUES (173, 'Oman', 'OM');
INSERT INTO `shipto` VALUES (174, 'Pakistan', 'PK');
INSERT INTO `shipto` VALUES (175, 'Palau', 'PW');
INSERT INTO `shipto` VALUES (176, 'Palestinian Territory, Occupied', 'PS');
INSERT INTO `shipto` VALUES (177, 'Panama', 'PA');
INSERT INTO `shipto` VALUES (178, 'Papua New Guinea', 'PG');
INSERT INTO `shipto` VALUES (179, 'Paraguay', 'PY');
INSERT INTO `shipto` VALUES (180, 'Peru', 'PE');
INSERT INTO `shipto` VALUES (181, 'Philippines', 'PH');
INSERT INTO `shipto` VALUES (182, 'Pitcairn', 'PN');
INSERT INTO `shipto` VALUES (183, 'Poland', 'PL');
INSERT INTO `shipto` VALUES (184, 'Portugal', 'PT');
INSERT INTO `shipto` VALUES (185, 'Puerto Rico', 'PR');
INSERT INTO `shipto` VALUES (186, 'Qatar', 'QA');
INSERT INTO `shipto` VALUES (187, 'RÃ©union', 'RE');
INSERT INTO `shipto` VALUES (188, 'Romania', 'RO');
INSERT INTO `shipto` VALUES (189, 'Russian Federation', 'RU');
INSERT INTO `shipto` VALUES (190, 'Rwanda', 'RW');
INSERT INTO `shipto` VALUES (191, 'Saint BarthÃ©lemy', 'BL');
INSERT INTO `shipto` VALUES (192, 'Saint Helena, Ascension and Tristan da Cunha', 'SH');
INSERT INTO `shipto` VALUES (193, 'Saint Kitts and Nevis', 'KN');
INSERT INTO `shipto` VALUES (194, 'Saint Lucia', 'LC');
INSERT INTO `shipto` VALUES (195, 'Saint Martin (French part)', 'MF');
INSERT INTO `shipto` VALUES (196, 'Saint Pierre and Miquelon', 'PM');
INSERT INTO `shipto` VALUES (197, 'Saint Vincent and the Grenadines', 'VC');
INSERT INTO `shipto` VALUES (198, 'Samoa', 'WS');
INSERT INTO `shipto` VALUES (199, 'San Marino', 'SM');
INSERT INTO `shipto` VALUES (200, 'Sao Tome and Principe', 'ST');
INSERT INTO `shipto` VALUES (201, 'Saudi Arabia', 'SA');
INSERT INTO `shipto` VALUES (202, 'Senegal', 'SN');
INSERT INTO `shipto` VALUES (203, 'Serbia', 'RS');
INSERT INTO `shipto` VALUES (204, 'Seychelles', 'SC');
INSERT INTO `shipto` VALUES (205, 'Sierra Leone', 'SL');
INSERT INTO `shipto` VALUES (206, 'Singapore', 'SG');
INSERT INTO `shipto` VALUES (207, 'Sint Maarten (Dutch part)', 'SX');
INSERT INTO `shipto` VALUES (208, 'Slovakia', 'SK');
INSERT INTO `shipto` VALUES (209, 'Slovenia', 'SI');
INSERT INTO `shipto` VALUES (210, 'Solomon Islands', 'SB');
INSERT INTO `shipto` VALUES (211, 'Somalia', 'SO');
INSERT INTO `shipto` VALUES (212, 'South Africa', 'ZA');
INSERT INTO `shipto` VALUES (213, 'South Georgia and the South Sandwich Islands', 'GS');
INSERT INTO `shipto` VALUES (214, 'South Sudan', 'SS');
INSERT INTO `shipto` VALUES (215, 'Spain', 'ES');
INSERT INTO `shipto` VALUES (216, 'Sri Lanka', 'LK');
INSERT INTO `shipto` VALUES (217, 'Sudan', 'SD');
INSERT INTO `shipto` VALUES (218, 'Suriname', 'SR');
INSERT INTO `shipto` VALUES (219, 'Svalbard and Jan Mayen', 'SJ');
INSERT INTO `shipto` VALUES (220, 'Swaziland', 'SZ');
INSERT INTO `shipto` VALUES (221, 'Sweden', 'SE');
INSERT INTO `shipto` VALUES (222, 'Switzerland', 'CH');
INSERT INTO `shipto` VALUES (223, 'Syrian Arab Republic', 'SY');
INSERT INTO `shipto` VALUES (224, 'Taiwan, Province of China', 'TW');
INSERT INTO `shipto` VALUES (225, 'Tajikistan', 'TJ');
INSERT INTO `shipto` VALUES (226, 'Tanzania, United Republic of', 'TZ');
INSERT INTO `shipto` VALUES (227, 'Thailand', 'TH');
INSERT INTO `shipto` VALUES (228, 'Timor-Leste', 'TL');
INSERT INTO `shipto` VALUES (229, 'Togo', 'TG');
INSERT INTO `shipto` VALUES (230, 'Tokelau', 'TK');
INSERT INTO `shipto` VALUES (231, 'Tonga', 'TO');
INSERT INTO `shipto` VALUES (232, 'Trinidad and Tobago', 'TT');
INSERT INTO `shipto` VALUES (233, 'Tunisia', 'TN');
INSERT INTO `shipto` VALUES (234, 'Turkey', 'TR');
INSERT INTO `shipto` VALUES (235, 'Turkmenistan', 'TM');
INSERT INTO `shipto` VALUES (236, 'Turks and Caicos Islands', 'TC');
INSERT INTO `shipto` VALUES (237, 'Tuvalu', 'TV');
INSERT INTO `shipto` VALUES (238, 'Uganda', 'UG');
INSERT INTO `shipto` VALUES (239, 'Ukraine', 'UA');
INSERT INTO `shipto` VALUES (240, 'United Arab Emirates', 'AE');
INSERT INTO `shipto` VALUES (241, 'United Kingdom', 'GB');
INSERT INTO `shipto` VALUES (242, 'United States', 'US');
INSERT INTO `shipto` VALUES (243, 'United States Minor Outlying Islands', 'UM');
INSERT INTO `shipto` VALUES (244, 'Uruguay', 'UY');
INSERT INTO `shipto` VALUES (245, 'Uzbekistan', 'UZ');
INSERT INTO `shipto` VALUES (246, 'Vanuatu', 'VU');
INSERT INTO `shipto` VALUES (247, 'Venezuela, Bolivarian Republic of', 'VE');
INSERT INTO `shipto` VALUES (248, 'Viet Nam', 'VN');
INSERT INTO `shipto` VALUES (249, 'Virgin Islands, British', 'VG');
INSERT INTO `shipto` VALUES (250, 'Virgin Islands, U.S.', 'VI');
INSERT INTO `shipto` VALUES (251, 'Wallis and Futuna', 'WF');
INSERT INTO `shipto` VALUES (252, 'Western Sahara', 'EH');
INSERT INTO `shipto` VALUES (253, 'Yemen', 'YE');
INSERT INTO `shipto` VALUES (254, 'Zambia', 'ZM');
INSERT INTO `shipto` VALUES (255, 'Zimbabwe', 'ZW');

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

-- 
-- Table structure for table `shiptype`
-- 

CREATE TABLE `shiptype` (
  `type_id` int(11) NOT NULL auto_increment,
  `type_name` varchar(255) NOT NULL,
  `type_image` text NOT NULL,
  `estimated_time` varchar(255) NOT NULL,
  PRIMARY KEY  (`type_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;

-- 
-- Dumping data for table `shiptype`
-- 

INSERT INTO `shiptype` VALUES (1, 'DHL', 'dhl.PNG', ' 2 to 4 business days');
INSERT INTO `shiptype` VALUES (2, 'EMS', 'ems.png', '5-10 business days');
INSERT INTO `shiptype` VALUES (4, 'ARAMEX', 'aramex_price.png', '3-5 business days');
INSERT INTO `shiptype` VALUES (5, 'China Post Air', 'Chinapost_price.png', '15-35 business days');

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

-- 
-- Table structure for table `shipweight`
-- 

CREATE TABLE `shipweight` (
  `weight_id` int(11) NOT NULL auto_increment,
  `weight_type` double NOT NULL,
  `notes` varchar(255) NOT NULL,
  PRIMARY KEY  (`weight_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;

-- 
-- Dumping data for table `shipweight`
-- 

INSERT INTO `shipweight` VALUES (5, 0.5, 'weight from 0 to 0.5 kg');
INSERT INTO `shipweight` VALUES (12, 1, 'weight from 0.5 to 1 kg');
INSERT INTO `shipweight` VALUES (22, 1.5, 'weight from 1 to 1.5 kg');
INSERT INTO `shipweight` VALUES (24, 2, 'weight from 1.5 to 2 kg');

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

-- 
-- Table structure for table `subcat`
-- 

CREATE TABLE `subcat` (
  `subcat_id` int(11) NOT NULL auto_increment,
  `cat_id` int(11) NOT NULL,
  `subcat_title` varchar(255) NOT NULL,
  `notes` varchar(255) NOT NULL,
  PRIMARY KEY  (`subcat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

-- 
-- Dumping data for table `subcat`
-- 

INSERT INTO `subcat` VALUES (1, 1, 'Galaxy', '');
INSERT INTO `subcat` VALUES (2, 1, 'Iphone', '');
INSERT INTO `subcat` VALUES (3, 1, 'HTC', '');
INSERT INTO `subcat` VALUES (4, 1, 'Lenovo', '');
INSERT INTO `subcat` VALUES (5, 1, 'Sony', '');
INSERT INTO `subcat` VALUES (6, 1, 'LG', '');
INSERT INTO `subcat` VALUES (7, 2, 'HP', '');
INSERT INTO `subcat` VALUES (8, 2, 'Dell', '');
INSERT INTO `subcat` VALUES (9, 5, 'hawawi', '');
INSERT INTO `subcat` VALUES (10, 5, 'HDGOON', '');
INSERT INTO `subcat` VALUES (11, 6, 'Black', '');
INSERT INTO `subcat` VALUES (12, 6, 'Yellow', '');
INSERT INTO `subcat` VALUES (13, 6, 'Pink', '');
INSERT INTO `subcat` VALUES (14, 6, 'Red', '');

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

-- 
-- Table structure for table `suppliers`
-- 

CREATE TABLE `suppliers` (
  `supplier_id` int(11) NOT NULL auto_increment,
  `supplier_name` text NOT NULL,
  `supplier_site` text NOT NULL,
  `criteriaid` int(11) NOT NULL,
  PRIMARY KEY  (`supplier_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

-- 
-- Dumping data for table `suppliers`
-- 

INSERT INTO `suppliers` VALUES (6, 'HITACHI PS', '', 0);
