/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }


/*body          { background:#f2f2f2 url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_body.gif) 0 0 repeat; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center;} */
/* body          { background-color:#E7E7E7; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center;} */
body          { background-color:#fff; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center;}

img           { border:0; vertical-align:top;}

a             { color:#024C8D; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:960px; margin:15px auto 0; text-align:left;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {}
.main { background:#fff; padding:16px 16px 50px; min-height:350px;}

/* Base Columns */
.col-left { float:left; width:220px; padding:0 0 1px; }
.col-main { float:left; width:686px; padding:0 0 1px; }
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .main { padding:16px 30px 40px; }
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:28px; background:transparent url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.disabled span { color:#bbb !important; }

/*button.btn-cart span {}*/
button.btn-checkout span { height:28px; border:0; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { padding:0 40px 0 34px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 6px; }
.form-list label { float:left; color: #030303; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto;}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px;}
.form-list .field { float:left; width:275px;}
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:5px 7px 0 0; }

.fieldset { margin:0 10px 25px; }

/*Jeff - Advanced Search Changed to blue */

.fieldset .legend { margin:0 -10px 12px; background:#024C8D; color:#FFFFFF; padding:2px 10px; font-size:13px; line-height:1.25; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs a { color:#7f7f7f; font-size:12px }
.breadcrumbs li { display:inline; font-size:12px }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 16px; color:#024C8D }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager { font-size:12px; background: #fff url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #ddd; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; }
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  { background:#fff }
.data-table tr.even { background:#fcfcfc; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
.data-table thead tr th {color:#FFFFFF}

.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:3px 8px; }

.data-table thead,
.data-table thead tr { background:#024C8D; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; }
.data-table tfoot strong { font-size:14px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; color:#024C8D; }
.std ul.disc a{ color:#024C8D}
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std h2 {color:#003399}

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-compare {}
.link-print { /*background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}

.header { margin:0 0 12px; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header .top-promo { float:left; width:117px; height:30px; margin:12px 10px 0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_top-promo.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.quick-access { background:#024C8D; color:#fff; padding:10px 13px; text-align:right; font-size:14px; font-weight:bold; margin-top:-12px;}
.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
.quick-access .welcome-msg a { color:#ddd; }
.quick-access .form-language { float:left; }
.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
.quick-access .form-language select { padding:0; }
.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.quick-access .links { padding-left:8px; }
.quick-access .links,
.quick-access .links li { display:inline; }
.quick-access .links li { padding:0 4px 0 1px; }
.quick-access .links a { color:#ddd; }
.quick-access .links a { padding:0 7px 0 0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_pipe1.gif) no-repeat 100% 50%; }
.quick-access .links li.last a { padding:0; background:none; }

.top-bar { padding:10px 10px 10px 10px; border:0px solid #bbb; border-bottom-color:#dedede; background: #FFF; line-height:21px;}
.top-bar .breadcrumbs { float:left; width:580px; overflow:hidden; }
.form-search { float:right; margin-top:10px; }
.form-search label { float:left; font-size:16px; font-weight:bold; padding:3px 5px 0 0; }
.form-search input.input-text { float:left; height:20px; width:212px; margin-right:5px; }
.form-search button.button { float:left; margin-top:3px; }
.form-search button.button span { height:23px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn-small.png); line-height:21px;}
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
.form-search .search-autocomplete li.selected { background-color:#ecf9ea; }

.header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { width:944px; padding-top:8px; padding-left:10px; float:left; margin-top:15px; margin-left:0px; font-size:15px; font-weight:bold;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;	}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
/*#nav li.nav-1.active a {background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_nav_top_bk.gif) no-repeat 100% 50%;}

/* 0 Level */
#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
#nav li.active a  { color: #FFFFFF;}
#nav a { float:left; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_nav_top.gif) no-repeat 100% 50%; padding-right:11px; color:#444;  font-weight:bold; }
#nav li.over a,
#nav a:hover { color: #FFFFFF;}
#nav li.over,
#nav li.active {margin:0 7px 10px 0; border:1px solid #bbb; background: #024C8D; }


/* 1st Level */
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none;}
#nav ul li.parent { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_nav_parent.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none;}
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none;}
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:14px; }
#nav div ul { position:static; width:auto; border:none; padding:0; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color: #FFFFFF !important; background-color:#024C8D; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-1px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; font-size:13px }

/* (OLD) .block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; } */
.block .block-title { border-bottom:1px solid #ddd; background:#024C8D; padding:2px 10px; }

.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { background:#f6f6f6; padding:12px 10px; }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .block-content .product-name { color:#4f8100; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }
.block button.button span { height:23px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn-small.png); line-height:20px; }

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
/* (OLD) .block-account .block-title { border:0; background:#666; } */
.block-account .block-title { border:0; background:#024C8D; }

.block-account .block-title strong { color:#fff; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#444; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { background:#f4f4f4; }
.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
.block-currency .block-title strong { text-transform:none; }
.block-currency .block-content { padding:0 10px 12px; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; font-size:13px; width:230px }

/*Shop By*/
.block-layered-nav .block-title { border:0; padding:0; margin:15px 0 6px; height:20px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;}
.block-layered-nav .block-content { padding:0; background-color:#FFFFFF;}
.block-layered-nav .block-subtitle { margin:0; background: #679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
/*Catagory*/
.block-layered-nav dt { font-weight:bold; border-top:1px solid #fff; padding:8px 10px 0 0px; font-size:16px; margin-bottom:20px; }
.block-layered-nav dd li { line-height:1.50; margin:0 0 3px; }
.block-layered-nav dd a { color:#444; text-decoration:none; }
.block-layered-nav dd a.active{color:#FFFFFF; background-color:#024C8D }
.block-layered-nav dd a:hover {color:#FFFFFF; background-color:#024C8D }


.block-layered-nav .currently ol { padding:6px 0 0; }
.block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
.block-layered-nav .currently .label { font-weight:bold; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:8px; top:3px; margin:0; }
.block-layered-nav .currently .btn-previous { right:22px; }
.block-layered-nav .actions { padding:5px 10px; margin:0; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { background: #024C8D; }
.block-cart .block-title strong { color:#fff; }
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:none !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
.block-related input.checkbox { float:right; }
.block-related .product { margin-right:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
.compare-table { border:0; }
.compare-table thead,
.compare-table thead tr.first { background:#fff; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_remove.gif); width:12px; height:12px; }
.compare-table tbody th { background:#e9e9e9; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .add-to-links li { background:none; padding:0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { border:0; background:none; padding:0; }
.block-tags .block-content li a { color:#444; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; background:none; text-align:center; }

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#555; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; }
.category-title h1 { padding:3px 0; color:#5b9400; font-size:1.6em; font-weight:bold; line-height:1.25; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-description h2 {color:#024C8D}
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:171px; padding:0 0 30px; }
.products-grid .product-image { display:block; width:170px; height:170px; border:1px solid #ddd; border-width:1px 1px 1px 0; margin:0 0 10px; }
.products-grid.first .product-image { border-top:0; }
.products-grid li.last .product-image { border-right:0; }
.products-grid .product-name { font-size:12px; margin:0 0 6px; }
.products-grid .product-name a { color:#444; text-decoration:underline;}
.products-grid .product-name a:hover { text-decoration:none; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:20px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:684px; margin:0 auto; }
.col1-layout .products-grid,
.page-empty .products-grid { width:684px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-shop { margin-left:185px; }
.products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
.products-list .product-name { font-size:12px; margin:0 0 6px; }
.products-list .product-name a { color:#444; text-decoration:underline; }
.products-list .product-name a:hover { text-decoration:none; }
.products-list .price-box { float:left; margin:4px 13px 0 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 13px; line-height:1.35; }
.products-list .add-to-links { clear:both; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating a { margin-left:40px; font-size:12px; color:#024C8D;}

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.ratings-table td { padding:4px 0 0; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend a {font-size:12px; color:#024C8D; float:left} 
.email-friend {margin-top:15px;}

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0 10px; }
.price-box .price { font-size:18px; font-weight:bold; color:#F00; }

/* Regular price */
.regular-price { color:#F00; }
.regular-price .price { font-size:18px; font-weight:bold; color:#F00; }

/* Regular price (Simple Product)*/
.regular-price-simple { color:#F00; }
.regular-price-simple .price { font-size:18px; font-weight:bold; color:#F00; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:18px; color:#F00; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:12px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:18px; font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
.minimal-price-link .label {color:#444;}
.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-size:13px; font-weight:bold; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; font-weight:normal; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; text-transform:uppercase; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#222; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links li { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
.add-to-links li a { color:#024C8D; font-size:12px }
.add-to-links .separator { display:none; }

/* Add to Cart - Color Change was #555 */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color: White; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin:-3px 0 0; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Links + Add to Cart - BackGround Change was #f8f8f8 */ 
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color: #CC0000; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:302px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #cacaca; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; }
.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:363px;}
.col1-layout .product-view .product-shop { float:right; width:576px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px;}
.product-view .product-shop .product-name h1 { font:bold 24px/1.25 Arial, Helvetica, sans-serif; color:#024C8D }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Product Options */
.product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; position:relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { position:absolute; right:15px; top:10px; }

.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { float:right; display:inline; }

.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Product Tabs */
/*.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_tabs.gif) 0 100% repeat-x; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }
.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; }
#product_tabs_upsell_products_contents h2 { display:block; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { height:23px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn-small.png); line-height:20px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:460px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:454px; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; line-height:1.55; }
/*.product-name a { color:#444; }*/

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #ddd; background:#f6f6f6; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#ecf9ea; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .main { padding:8px; }
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#444; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#4f8100; }

/* RSS */
.rss-title h1 { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/i_rss-big.png) 0 3px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types { display:none !important; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:7px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set .col-1 { width:222px; }
.cart .cart-collaterals .col2-set .col-2 { width:655px; background:#e6f7d7; }

.cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .no-crosssell { width:100%; overflow:hidden; }
.cart .no-crosssell img { display:block; margin:0 0 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { background:#e6f7d7; padding:10px 0; margin:0 12px; }
.cart .discount h2,
.cart .shipping h2 { float:left; width:225px; font:normal 14px/16px Arial, Helvetica, sans-serif; color:#d54c01; }
.cart .discount .discount-form,
.cart .shipping .shipping-form { margin-left:240px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin:0; }
.cart .discount .buttons-set button.button span,
.cart .shipping .buttons-set button.button span { height:19px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn-green.gif); padding:0 0 0 9px; font-size:10px; line-height:18px; color:#fff; }
.cart .discount .buttons-set button.button span span,
.cart .shipping .buttons-set button.button span span { padding:0 19px 0 10px; }

.cart .discount { border-bottom:1px solid #c0d2af ; }
.cart .discount label { font-weight:bold; color:#555; }
.cart .discount .input-box { width:270px; }
.cart .discount input.input-text { width:264px; }

.cart .shipping p { margin:0 0 3px; }
.cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
.cart .shipping .form-list .input-box { width:270px; }
.cart .shipping .form-list input.input-text { width:264px; }
.cart .shipping .form-list select { width:270px; }

/* Shopping Cart Totals */
.cart .totals { background:#fff url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_cart-totals.gif) 0 0 no-repeat; padding:12px 0; }
.cart .totals table { float:right; width:400px; margin:0 0 8px; }
.cart .totals td { padding:0 0 0 15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td {}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#555; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:12px; height:12px; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_remove.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background:#fbfbfb; border:1px solid #e4e4e4; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#555; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:12px; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border:1px solid #ddd; border-top-color:#fff; background:#eee; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 3px; margin:0 5px 0 0; font:normal 11px/12px arial, helvetica, sans-serif; color:#444; }
.opc .step-title h2 { float:left; margin:0; font:bold 12px/14px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer; }
.opc .allow .step-title .number {}
.opc .allow .step-title h2 { color:#fff; }
.opc .allow .step-title a { display:block; font-size:10px; color:#fff; text-transform:uppercase; }

.opc .active .step-title { background:#e46b00; border-color:#e46b00; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number {}
.opc .active .step-title h2 { color:#fff; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #ddd; border-top:0; background:#fbfbfb; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review .product-name { font-weight:bold; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .place-order .grand-total .inner {}
.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
.multiple-checkout .place-order .grand-total div { float:left; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #ddd; background:#eee; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:200px; padding:0 10px; }
/* (OLD) .account-login .content h2 { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; } */

.account-login .content h2 { margin:0 -10px 12px; color:white; background:#024C8D; padding:2px 10px; font-size:13px; line-height:1.25; }
.account-login .buttons-set {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note   { clear:left; padding-top:5px; }
.captcha-image  { float:left; display:inline; margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0; }
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px; }
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 5px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#4f8100; }
.box-account .box-head a { font-size:10px; text-transform:uppercase; }

.dashboard .box .box-title { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
.dashboard .box .box-content { padding:0 10px; }

/* Block: Recent Orders */
.dashboard .box-recent {}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:0 10px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; font-size:13px; font-weight:bold; line-height:1.25; }
.addresses-list h3 { font-weight:bold; font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove {}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:0 10px; margin:0 0 12px; }
.addresses-list li.empty {}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item {}

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_tabs.gif) 0 100% repeat-x; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
.order-items h3 { font-size:12px; }
.order-items .product-name { font-weight:bold !important; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#555; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { border:0; padding:0; margin:0 0 -3em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-cofntainer {  }
.footer { margin:15px 0 0px;  }
.footer a { font-size:14px; color: #FFFFFF; }

.footer .f-left {width:959px; height:280px; padding-top:7.5px; margin-top:-15px; background:#000; text-align:center;}
/*.footer .f-right { width:429px; }

.footer ul { display:inline; }
/*.footer li { display:inline; background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_pipe1.gif) 100% 50% no-repeat; padding:0 5px 0 0; margin:0 3px 0 0; }*/
.footer li { display:inline; padding:0 5px 0 0; margin:0 3px 0 0; }
.footer .links li.last { background:none !important; padding-right:0 !important; }
.footer .bugs { margin:0; color:#666; }
.footer .bugs a { font-weight:bold; color:#444; }
.footer address { color:#666; }
.footer address a { color:#444; }

.footer .form-subscribe { margin:8px 0; }
.footer .form-subscribe label,
.footer .form-subscribe .input-box,
.footer .form-subscribe button.button { float:left; }
.footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
.footer .form-subscribe .input-box { width:186px; margin:0 5px; }
.footer .form-subscribe input.input-text { width:180px; }
.footer .form-subscribe button.button span { height:23px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_btn-small.png); line-height:20px; }

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#555; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-container .bottom-container { margin:0 0 8px; text-align:right; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
/*.home-spot { float:left; width:470px; margin-left:20px; }*/
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.groupSubheading { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



/*Category Pipe And Tubing***********************************************************************************/

#PipeTubeMain{height:940px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}

/*Wording*/

/*Drain Cleaning*/

.MainTitleHolderCat{height:250px; width: 321px; background-color:#000; margin-top:0px; border-bottom: groove #FF0000; float:left } 
.MainTitleTextTopCat{font-size: 36px; color:#FFF; padding-top:10px; margin-left:20px; line-height:45px; float:left}
.MainTitleTextBottomCat{ width:280px; margin-left:25px; padding-top:15px; font-size:16px; line-height:20px; color:#FFF; float: left}

/*See Snake*/

.MainTitleHolderCatSeeSnake{height:250px; width: 321px; background-color:#000; margin-top:0px; border-bottom: groove #FF0000; float:left } 
.MainTitleTextTopCatSeeSnake{font-size: 26px; color:#FFF; padding-top:10px; margin-left:20px; line-height:35px; float:left}
.MainTitleTextBottomCatSeeSnake{ width:280px; margin-left:25px; padding-top:15px; font-size:16px; line-height:20px; color:#FFF; float: left}

/*General*/

.MainTitleHolderCatGeneral{height:250px; width: 321px; background-color:#000; margin-top:0px; border-bottom: groove #FF0000; float:left } 
.MainTitleTextTopCatGeneral{font-size: 26px; color:#FFF; padding-top:10px; margin-left:20px; line-height:35px; float:left}
.MainTitleTextBottomCatGeneral{ width:280px; margin-left:25px; padding-top:25px; font-size:16px; line-height:20px; color:#FFF; float: left}

/*Electric*/

.MainTitleHolderCatElec{height:250px; width: 321px; background-color:#000; margin-top:0px; border-bottom: groove #FF0000; float:left } 
.MainTitleTextTopCatElec{font-size: 36px; color:#FFF; padding-top:10px; margin-left:20px; line-height:45px; float:left}
.MainTitleTextBottomCatElec{ width:280px; margin-left:25px; padding-top:15px; font-size:16px; line-height:20px; color:#FFF; float: left}

/*Pressing*/

.MainTitleHolderCatPress{height:250px; width: 321px; background-color:#000; margin-top:0px; border-bottom: groove #FF0000; float:left } 
.MainTitleTextTopCatPress{font-size: 36px; color:#FFF; padding-top:10px; margin-left:20px; line-height:45px; float:left}
.MainTitleTextBottomCatPress{ width:280px; margin-left:25px; padding-top:25px; font-size:16px; line-height:20px; color:#FFF; float: left}


#PipeTubeHeaderImage{ width:359px; height:250px; border-bottom: groove #FF0000; float:left}

/* Sub Pipe Bevelling Categories ***********************************************/

	#PipeBevellingMain{height:340px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}
	#PipeBevellingHeder{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
	#pipeBelellingText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

			/*Products*/

			/*B-500 Accessories Link*/
			
			/* Hold On #B-500AccessoriesLink{margin-left:0px; color:#024C8D} */
			
			#B-500AccessoriesLink{margin-left:0px; color:#FF0000; font-weight:bold }
						
			
			/*B-500 Transportable Pipe Beveller Features*/

			.FeaturesB500TransportablePipeBevellerProductInfoRow{height:360px; width:652px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
			.FeaturesB500TransportablePipeBevellerpartsHolder{height:30px; width:652px; background-color: #FFFFFF; float:left}
			.FeaturesB500TransportablePipeBevellerpartsHolderGray{height:30px; width:652px; background-color: #CCCCCC; float:left}
			.FeaturesB500TransportablePipeBevellerDescription{width:692px; margin-left:30px; padding-top:6px; float:left}
			.FeaturesB500TransportablePipeBevellerpartsHolderHeader{height:30px; width:652px; background-color:#024C8D; color:#FFFFFF; font-size:14px; float:left;} 
			.FeaturesB500TransportablePipeBevellerDescriptionHeader{width:652px; margin-left:60px; padding-top:6px; float:left}
			
			/*B-500 Transportable Pipe Beveller Standard Features*/
			
			.B-500TransportableSEProductInfoOneRow{height:202px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
			.B-500TransportableSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
			.B-500TransportableSEInfoHeader{height:40px; font-size:14px; width:422px; background-color:#024C8D; float:left}
			.B-500TransportableSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
			.B-500TransportableSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
				
			.B-500TransportableSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
			.B-500TransportableSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
			.B-500TransportableSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
			.B-500TransportableSEProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
			
			.B-500TransportableSEpartsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
			.B-500TransportableSEProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
						
			/*B-500 Transportable Pipe Beveller Spec. Table */
			
			.B500TransportablePipeBevellerSPCProductInfoOneRow{height:270px; width:820px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
			.B500TransportablePipeBevellerSPCpartsHolder{height:30px; width:820px; background-color: #FFFFFF; float:left}
			.B500TransportablePipeBevellerSPCpartsHolderGray{height:30px; width:820px; margin-top:0px; background-color: #CCCCCC; float:left}
			.B500TransportablePipeBevellerSPCpartsHolderID{height:66px; width:820px; margin-top:0px; background-color: #FFFFFF; float:left}
					
			.B500TransportablePipeBevellerSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
			.B500TransportablePipeBevellerSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; }
			.B500TransportablePipeBevellerSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
			.B500TransportablePipeBevellerSPCModelNumberID{width:600px; margin-left:10px; padding-top:5px; float:left}
						
			/*B-500 Transportable Pipe Beveller Indent Text */
			.IndentB-500{ margin-left:8px;}
			
			/*B-500 Transportable Pipe Beveller (Videos) */

			#VideoLable{margin-left:30px; font-size:16px; color:#024C8D; font-weight:bold}
			
			/*Video One*/
			#B-500-Transportable-Pipe-Beveller{position:absolute; visibility: hidden; z-index:700; height:550px; width:697px; 
			margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
			#IframeVideoOne{ margin-top:0x; border:none}
			
			#B-500-Video1-ImageTextHolder{width:380px; height:70px; margin-top:10px; float:left}
			#B-500-Video1-Image{width:90px; height:65px; margin-left:30px; border: ridge medium  #FFCC00; float:left;}
			#B-500-Video1-Image:hover{border: ridge medium #00CC00}
			#B-500-Video1-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
			#B-500-Video1-Text:hover{ text-decoration:underline}
			#B-500-Video1-Time{ width:220px; margin-left:10px;color:#000000; float:left}
			#CloseButtonVideo1{margin-left:310px; margin-top:10px;}
			/*Video Two*/
			#B-500-Transportable-Pipe-Beveller-ACC{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
			margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
			#IframeVideoTwo{ margin-top:0px; border:none}
			#B-500-Video2-ImageTextHolder{width:400px; height:70px; margin-top:10px; float:left}
			#B-500-Video2-Image{width:90px; height:65px; margin-left:0px; border: ridge #FFCC00; float:left; margin-top:0px}
			#B-500-Video2-Image:hover{border: ridge #00CC00}
			#B-500-Video2-Text{ width:220px; margin-left:10px; margin-top:10px; float:left; color:#024C8D; font-size:12px}
			#B-500-Video2-Text:hover{ text-decoration:underline}
			#B-500-Video2-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
			#CloseButtonVideo2{margin-left:310px; margin-top:10px;}

			/*Product Information Table*/

			.B-500ProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }

			.B-500InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
			.B-500InfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
			.B-500CatalogNumber{width:300px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
			.B-500Description{width:300px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
			
			.B-500Weight{width:100px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left}
			.B-500lb{width:55px; margin-left:40px; padding-top:5px; color:#FFFFFF; float:left; }
			.B-500kg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }
			
			.B-500partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
			.B-500partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
			.B-500ProductCatalogNumber{width:250px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
			.B-500ProductsDescription{width:390px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
						
			.B-500Productslb{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; }
			.B-500Productskg{width:50px; margin-left:10px; padding-top:5px; color: #000000; float:left;}

			/*Product Accessories Information Table*/

			.B-500ACCProductInfo{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }

			.B-500ACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
			.B-500ACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
			.B-500ACCCatalogNumber{width:300px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
			.B-500ACCDescription{width:300px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
			
			.B-500ACCWeight{width:100px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left}
			.B-500ACClb{width:55px; margin-left:40px; padding-top:5px; color:#FFFFFF; float:left; }
			.B-500ACCkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }
			
			.B-500ACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
			.B-500ACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
			.B-500ACCProductCatalogNumber{width:230px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
			.B-500ACCProductsDescription{width:410px; margin-left:14px; padding-top:5px; color: #000000; float:left;}
			
			
			.B-500ACCProductslb{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; }
			.B-500ACCProductskg{width:50px; margin-left:12px; padding-top:5px; color: #000000; float:left;}

/* Sub Pipe Vises & Supports Categories ***********************************************/

	.AddToCartText{ margin-top:-30px;}
	
	
	#PipeVisesSupportsMain{height:340px; width:680px; background-color:#024C8D; margin-top:-6px; border: groove #FF0000; float:left}
	#PipeVisesSupportsHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
	#PipeVisesSupportsText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

	/*Pipe Stands*/
	
			/*Sub Pipe Vises*/

				#PipeVisesMain{height:540px; width:680px; background-color:#024C8D; margin-top:-6px; border: groove #FF0000; float:left}
				#PipeVisesHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
				#PipeVisesText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

			
				/*Portable TRISTAND® Vises Features  */

				.FeaturesPortableTRISTANDVisesProductInfoFourRow{height:130px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
				.FeaturesPortableTRISTANDVisespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
				.FeaturesPortableTRISTANDVisespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
				.FeaturesPortableTRISTANDVisesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
				.FeaturesPortableTRISTANDVisespartsHolderGrayID{height:40px; width:892px; background-color: #CCCCCC; float:left}
				.FeaturesPortableTRISTANDVisesDescriptionID{width:892px; margin-left:30px; padding-top:2px; float:left}
					
			
			/*Sub Pipe Stands*/
			
				#PipeStandsMain{height:740px; width:680px; background-color:#024C8D; margin-top:-6px; border: groove #FF0000; float:left}
				#PipeStandsHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
				#PipeStands{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

				/*Product Information*/
				
				.ProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				.ProductInfoTwoRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				.ProductInfoFourRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				
				.InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
				.InfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
				
				.CatalogNumber{width:120px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
				.ModelNumber{width:120px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
				.Description{width:120px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
				.PipeCapacity{width:140px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; text-align:right}
				.Weight{width:100px; margin-left:113px; padding-top:2px; color:#FFFFFF; float:left}
				.In{width:120px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.mm{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.lb{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.kg{width:80px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				
				.partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
				.partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
				
				.ProductCatalogNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ProductsModelNumber{width:70px; margin-left:40px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ProductsDescription{width:200px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ProductsIn{width:120px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
				.Productsmm{width:70px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
				.Productslb{width:70px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
				.Productskg{width:70px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
				
				/*Features*/
				
				.Features{color: #000000}
											
				/*Vise Stands********************************************************************************************/
				
				/*Product Information*/
				
				.VSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				.VSProductInfoTwoRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				.VSProductInfoThreeRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				
				.VSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
				.VSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
				
				.VSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
				.VSModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
				.VSDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
				.VSHeightLowHigh{width:160px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; }
				.VSPipeCapacity{width:120px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; }
				.VSMaxWeightCapacity{width:120px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; }
				.VSWeight{width:100px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left}
				
				.VSHeightIn{width:80px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.VSHeightcm{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.VSIn{width:55px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left;}
				.VSmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
				.VSMaxWeightLB{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
				.VSMAXWeightKG{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
				.VSlb{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; }
				.VSkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }
				
				.VSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
				.VSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
				.VSProductCatalogNumber{width:75px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
				.VSProductsModelNumber{width:60px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
				.VSProductsDescription{width:177px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
				.VSMaxMinHeightIn{width:70px; margin-left:15px; padding-top:5px; color: #000000; float:left;}
				.VSMaxMinHeightCM{width:70px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
				.VSProductsIn{width:55px; margin-left:13px; padding-top:5px; color: #000000; float:left;}
				.VSProductsmm{width:55px; margin-left:2px; padding-top:5px; color: #000000; float:left;}
				.VSMaxWeightProductsLB{width:55px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.VSMaxWeightKG{width:50px; margin-left:15px; padding-top:5px; color: #000000; float:left;}
				.VSProductslb{width:50px; margin-left:9px; padding-top:5px; color: #000000; float:left; }
				.VSProductskg{width:50px; margin-left:8px; padding-top:5px; color: #000000; float:left;}
				
								
				/*Adjustable Stand with Steel Rollers****************************************************************************/
				
				.ADProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				
				.ADInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
				.ADInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
				
				.ADCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
				.ADModelNumber{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
				.ADDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
				.ADHeightLowHigh{width:78px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
				.ADPipeCapacity{width:120px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; }
				.ADMaxWeightCapacity{width:120px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; }
				.ADWeight{width:100px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left}
				
				.ADHeightIn{width:55px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.ADHeightcm{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
				.ADIn{width:55px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
				.ADmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
				.ADMaxWeightLB{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
				.ADMAXWeightKG{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
				.ADlb{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; }
				.ADkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }
				
				.ADpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
				.ADpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
				.ADProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ADProductsModelNumber{width:70px; margin-left:40px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ADProductsDescription{width:180px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
				.ADMaxMinHeightIn{width:53px; margin-left:19px; padding-top:5px; color: #000000; float:left;}
				.ADMaxMinHeightCM{width:58px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.ADProductsIn{width:55px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.ADProductsmm{width:55px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.ADMaxWeightProductsLB{width:55px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.ADMaxWeightKG{width:50px; margin-left:15px; padding-top:5px; color: #000000; float:left;}
				.ADProductslb{width:50px; margin-left:9px; padding-top:5px; color: #000000; float:left; }
				.ADProductskg{width:50px; margin-left:8px; padding-top:5px; color: #000000; float:left;}


				/*Ball Transfer Head for VJ Stand  * */
				
				.BTHProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				.BTHInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
				.BTHInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
				
				.BTHCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
				.BTHModelNumber{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
				.BTHDescription{width:160px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
				.BTHPipeCapacity{width:120px; margin-left:14px; padding-top:2px; color:#FFFFFF; float:left; }
				.BTHMaxWeightCapacity{width:120px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
				.BTHWeight{width:100px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left}
				
				
				.BTHIn{width:55px; margin-left:22px; padding-top:5px; color:#FFFFFF; float:left;}
				.BTHmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
				.BTHMaxWeightLB{width:55px; margin-left:45px; padding-top:5px; color:#FFFFFF; float:left;}
				.BTHMAXWeightKG{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
				.BTHlb{width:55px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; }
				.BTHkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }
				
				.BTHpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
				.BTHpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
				.BTHProductCatalogNumber{width:80px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
				.BTHProductsModelNumber{width:70px; margin-left:50px; padding-top:5px; color: #000000; float:left; text-align:center}
				.BTHProductsDescription{width:200px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
				.BTHProductsIn{width:55px; margin-left:45px; padding-top:5px; color: #000000; float:left;}
				.BTHProductsmm{width:55px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
				.BTHMaxWeightProductsLB{width:55px; margin-left:38px; padding-top:5px; color: #000000; float:left;}
				.BTHMaxWeightKG{width:50px; margin-left:15px; padding-top:5px; color: #000000; float:left;}
				.BTHProductslb{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; }
				.BTHProductskg{width:50px; margin-left:8px; padding-top:5px; color: #000000; float:left;}
				
				/*Sub Pipe/Tube Cutting & Preparation******************************************************************************************************/

					#PipeTubeCuttersMain{height:760px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}
					#PipeTubeCuttersHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#PipeTubeCuttersText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
										
					
					/*Sub Pipe Cutters ****************************************************/
					
					/*Pipe Cutter Footers*/
					
					/*Table Header*/
					.ChartHeaderOrderInfo{font-size:16px; font-weight:bold}
					.ChartHeaderOrderInfo2{ margin-top:10px;font-size:16px; font-weight:bold}
					
					#PipeCutterFooterDescription{ width:892px; margin-top:10px; float:left}	
					#PipeCutterFooterDescription2{margin-top:5px; float:left}
					
					
					/*Pipe Cutters*/
					
					#PipeCuttersMain{height:540px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#PipeCuttersHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#PipeCuttersText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

					/*Heavy-Duty Pipe Cutters*/
					
					/*Heavy-Duty Pipe Cutters Features */

					.FeaturesHeavyDutyPipeCuttersProductInfoFourRow{height:130px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.FeaturesHeavyDutyPipeCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.FeaturesHeavyDutyPipeCutterspartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.FeaturesHeavyDutyPipeCuttersDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					.FeaturesHeavyDutyPipeCutterspartsHolderGrayID{height:40px; width:892px; background-color: #CCCCCC; float:left}
					.FeaturesHeavyDutyPipeCuttersDescriptionID{width:892px; margin-left:30px; padding-top:3px; float:left}

					
					/*Description Bullet*/
					
					.Heavy-DutyPipeCuttersHolder{height:190px; width:570px; margin-top:-5px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.Heavy-DutyPipeCuttersText{font-size:13px; margin-top:-20px;}

					/*Heavy-Duty Pipe Cutters Chart*/
					
					.HDPipeCuttersProductInfoSixRow{height:222px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HDPipeCuttersInfoHolder{height:312px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HDPipeCuttersInfoHeader{height:42px; width:720px; background-color:#024C8D; float:left}
					
					.HDPipeCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HDPipeCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HDPipeCuttersDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.HDPipeCuttersNomSize{width:197px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					.HDPipeCuttersWeight{width:60px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.HDPipeCuttersNormIn{width:30px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.HDPipeCuttersNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.HDPipeCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.HDPipeCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HDPipeCutterspartsHolder{height:30px; width:720px; background-color: #FFFFFF; float:left}
					.HDPipeCutterspartsHolderGray{height:30px; width:720px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HDPipeCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersProductsModelNumber{width:58px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersNormSizeIn{width:60px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersNormSizeCM{width:60px; margin-left:77px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HDPipeCuttersWeightProductsKG{width:50px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}

					/*Wide-Roll Pipe Cutter*/
					
					/*Description Bullet*/
					
					.Wide-RollPipeCuttersHolder{height:90px; width:570px; margin-top:-5px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.Wide-RollPipeCuttersText{font-size:13px; margin-top:-20px;}

					/*Wide-Roll Pipe Cutters Chart*/
					
					.Wide-RollCuttersProductInfoOneRow{height:72px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Wide-RollCuttersInfoHolder{height:312px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Wide-RollCuttersInfoHeader{height:42px; width:720px; background-color:#024C8D; float:left}
					
					.Wide-RollCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Wide-RollCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Wide-RollCuttersDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.Wide-RollCuttersNomSize{width:197px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					.Wide-RollCuttersWeight{width:60px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.Wide-RollCuttersNormIn{width:30px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.Wide-RollCuttersNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.Wide-RollCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.Wide-RollCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Wide-RollCutterspartsHolder{height:30px; width:720px; background-color: #FFFFFF; float:left}
					.Wide-RollCutterspartsHolderGray{height:30px; width:720px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Wide-RollCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersNormSizeIn{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersNormSizeCM{width:70px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Wide-RollCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
		
					/*Hinged Pipe Cutters*/
					
					/*Description Bullet*/
					
					.HingedPipeCuttersHolder{height:130px; width:570px; margin-top:-5px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.HingedPipeCuttersText{font-size:13px; margin-top:-20px;}

					/*Hinged Pipe Cutters Chart*/
					
					.HingedCuttersProductInfoTwelveRow{height:402px; width:750px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HingedCuttersInfoHolder{height:312px; width:750px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HingedCuttersInfoHeader{height:42px; width:750px; background-color:#024C8D; float:left}
					
					.HingedCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HingedCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HingedCuttersDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.HingedCuttersNomSize{width:197px; margin-left:70px; padding-top:2px; color:#FFFFFF; float:left; }
					.HingedCuttersWeight{width:60px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.HingedCuttersNormIn{width:30px; margin-left:65px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.HingedCuttersNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.HingedCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.HingedCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HingedCutterspartsHolder{height:30px; width:750px; background-color: #FFFFFF; float:left}
					.HingedCutterspartsHolderGray{height:30px; width:750px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HingedCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HingedCuttersProductsModelNumber{width:65px; margin-left:35px; padding-top:5px; color: #000000; float:left; }
					.HingedCuttersProductsDescription{width:150px; margin-left:34px; padding-top:5px; color: #000000; float:left; }
					.HingedCuttersNormSizeIn{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HingedCuttersNormSizeCM{width:70px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HingedCuttersWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HingedCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
					
					/*Table Description Holder*/

					#HingeDescription{ width:892px; margin-top:10px; float:left}	
					#HingeDescription2{margin-top:5px; float:left}	

					/*No. 206 Soil Pipe Cutter*/
					
					/*Description Bullet*/
					
					.SoilPipeCuttersHolder{height:130px; width:570px; margin-top:-15px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.SoilPipeCuttersText{font-size:13px; margin-top:-20px;}
					
					/*No. 206 Soil Pipe Cutter Chart*/
										
					.SoilCuttersProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SoilCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SoilCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.SoilCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SoilCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SoilCuttersDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.SoilCuttersNomSize{width:90px; margin-left:120px; padding-top:2px; color:#FFFFFF; float:left; }
					.SoilCuttersWeight{width:60px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; }
					.SoilCuttersReplace{width:150px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.SoilCuttersNormIn{width:30px; margin-left:105px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.SoilCuttersNormCm{width:30px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.SoilCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.SoilCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SoilCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SoilCutterspartsHolderGray{height:30px; width:882px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SoilCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersNormSizeIn{width:60px; margin-left:80px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersNormSizeCM{width:60px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersWeightProductsLB{width:55px; margin-left:26px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SoilCuttersWeightProductsKG{width:50px; margin-left:14px; padding-top:5px; color: #000000; float:left;}
					.SoilCuttersProductReplace{width:50px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					
					/*No. 206 Soil Pipe Cutter Accessories Chart*/
										
					.Soil-ACCCuttersProductInfoOneRow{height:72px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Soil-ACCCuttersInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Soil-ACCCuttersInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
					
					.Soil-ACCCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Soil-ACCCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Soil-ACCCuttersDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.Soil-ACCCuttersWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.Soil-ACCCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.Soil-ACCCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Soil-ACCCutterspartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
					.Soil-ACCCutterspartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Soil-ACCCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Soil-ACCCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Soil-ACCCuttersProductsDescription{width:150px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Soil-ACCCuttersWeightProductsLB{width:55px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Soil-ACCCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
								
					/*No. 226 In-Place Soil Pipe Cutter*/
					
					/*Description Bullet*/
					
					.InPlacePipeCuttersHolder{height:150px; width:570px; margin-top:-15px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.InPlacePipeCuttersText{font-size:12px; margin-top:-20px;}
					
					/*No. 206 Soil Pipe Cutter Chart*/
								
					.InPlaceProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.InPlaceInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.InPlaceInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.InPlaceCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceNomSize{width:197px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					.InPlaceWeight{width:60px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					.InPlaceReplace{width:150px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.InPlaceNormIn{width:30px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.InPlaceNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.InPlaceWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.InPlaceWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.InPlacepartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.InPlacepartsHolderGray{height:30px; width:882px; margin-top:0px; background-color: #CCCCCC; float:left}
					.InPlaceProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceNormSizeIn{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceNormSizeCM{width:70px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
					.InPlaceProductReplace{width:50px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					
					/*No. 206 Soil Pipe Cutter Accessories Chart*/
					
					.InPlaceAccCuttersProductInfoOneRow{height:102px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.InPlaceAccCuttersInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.InPlaceAccCuttersInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
					
					.InPlaceAccCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceAccCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceAccCuttersDescription{width:100px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left}
					.InPlaceAccCuttersWeight{width:60px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.InPlaceAccCuttersWeightLB{width:45px; margin-left:50px; padding-top:5px; color:#FFFFFF; float:left;}
					.InPlaceAccCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.InPlaceAccCutterspartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
					.InPlaceAccCutterspartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
					.InPlaceAccCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceAccCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceAccCuttersProductsDescription{width:180px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceAccCuttersWeightProductsLB{width:55px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InPlaceAccCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}


					/*238-P Powered Soil Pipe Cutter*/
					
					/*238-P Powered Soil Pipe Cutter SPC */
															
					.PoweredSoilPipeCutterSPCProductInfoOneRow{height:240px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PoweredSoilPipeCutterSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.PoweredSoilPipeCutterSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PoweredSoilPipeCutterSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.PoweredSoilPipeCutterSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.PoweredSoilPipeCutterSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.PoweredSoilPipeCutterSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.PoweredSoilPipeCutterSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*238-P Powered Soil Pipe Cutter Chart */
										
					.PoweredProductInfoOneRow{height:72px; width:710px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PoweredInfoHolder{height:312px; width:710px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PoweredInfoHeader{height:42px; width:710px; background-color:#024C8D; float:left}
					
					.PoweredCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PoweredModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PoweredDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.PoweredNomSize{width:197px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					.PoweredWeight{width:60px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
										
					.PoweredNormIn{width:30px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PoweredNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PoweredWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.PoweredWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PoweredpartsHolder{height:30px; width:710px; background-color: #FFFFFF; float:left}
					.PoweredpartsHolderGray{height:30px; width:710px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PoweredProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredNormSizeIn{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredNormSizeCM{width:70px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PoweredWeightProductsKG{width:50px; margin-left:12px; padding-top:5px; color: #000000; float:left;}

					/* No. 246 Soil Pipe Cutter */

					/*Description Bullet*/
					
					.TwoFortySixSoilPipeCuttersHolder{height:75px; width:570px; margin-top:-15px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.TwoFortySixSoilPipeCuttersText{font-size:12px; margin-top:-20px;}

					/*No. 246 Soil Pipe Cutter Chart */	
					
					.TwoFortySixCuttersProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoFortySixCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFortySixCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TwoFortySixCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixCuttersDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixCuttersNomSize{width:197px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					.TwoFortySixCuttersWeight{width:60px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					.TwoFortySixCuttersReplace{width:150px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.TwoFortySixCuttersNormIn{width:30px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.TwoFortySixCuttersNormCm{width:60px; margin-left:85px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.TwoFortySixCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoFortySixCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoFortySixCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TwoFortySixCutterspartsHolderGray{height:30px; width:882px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFortySixCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersNormSizeIn{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersNormSizeCM{width:70px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersWeightProductsLB{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
					.TwoFortySixCuttersProductReplace{width:50px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					
					/*No. 246 Soil Pipe Cutter Chart Accessories */	
					
					.TwoFortySixACCCuttersProductInfoOneRow{height:72px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoFortySixACCCuttersInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFortySixACCCuttersInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
					
					.TwoFortySixACCCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixACCCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixACCCuttersDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFortySixACCCuttersWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.TwoFortySixACCCuttersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoFortySixACCCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoFortySixACCCutterspartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
					.TwoFortySixACCCutterspartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFortySixACCCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixACCCuttersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixACCCuttersProductsDescription{width:150px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixACCCuttersWeightProductsLB{width:55px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFortySixACCCuttersWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
					
					/*Torque Wrenches  */	
					
					/*Description Bullet*/
					
					.TorqueWrenchesHolder{height:135px; width:570px; margin-top:-15px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.TorqueWrenchesText{font-size:12px; margin-top:-20px;}

					/*Torque Wrenches Chart  */	

					.TorqueWrenchesProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TorqueWrenchesInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TorqueWrenchesInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TorqueWrenchesCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TorqueWrenchesModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TorqueWrenchesDescription{width:300px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.TorqueWrenchesNomSize{width:60px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left; }
					.TorqueWrenchesWeight{width:60px; margin-left:105px; padding-top:2px; color:#FFFFFF; float:left; }
									
					.TorqueWrenchesNormIn{width:30px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.TorqueWrenchesNormCm{width:60px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.TorqueWrenchesWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.TorqueWrenchesWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TorqueWrenchespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TorqueWrenchespartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TorqueWrenchesProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesProductsDescription{width:310px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesNormSizeIn{width:60px; margin-left:22px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesNormSizeCM{width:60px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesWeightProductsLB{width:55px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TorqueWrenchesWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}


					/*Sub Reamers, Extractors & Taps ****************************************************/	

					/*Pipe Reamers ****************************************************/
					
					/*Header*/				
					.PipeReamersHolder{height:140px; width:570px; margin-top:-5px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.PipeReamersText{font-size:13px; margin-top:-20px;}
	
					/*Pipe Reamers Chart*/
	
					.PipeReamersProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PipeReamersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PipeReamersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.PipeReamersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PipeReamersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PipeReamersDescription{width:100px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left}
					.PipeReamersNomSize{width:90px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
					.PipeReamersWeight{width:60px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; }
					.PipeReamersReplace{width:150px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.PipeReamersNormIn{width:30px; margin-left:105px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PipeReamersNormCm{width:30px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PipeReamersWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeReamersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PipeReamerspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PipeReamerspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PipeReamersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersProductsDescription{width:150px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersNormSizeIn{width:50px; margin-left:90px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersNormSizeCM{width:50px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersWeightProductsLB{width:55px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeReamersWeightProductsKG{width:50px; margin-left:17px; padding-top:5px; color: #000000; float:left;}
					.PipeReamersProductReplace{width:50px; margin-left:55px; padding-top:5px; color: #000000; float:left;}
						
					/*Pipe Extractors /

					/*Header*/				
					.PipeExtractorsHolder{height:110px; width:570px; margin-top:-5px; margin-left:0px; background-color: #FFFFFF;  float:left } 
					.PipeExtractorsText{font-size:13px; margin-top:-20px;}

					/*Pipe Extractors Chart */
					
					.PipeExtractorsProductInfoNineRow{height:332px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
					
					.PipeExtractorsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PipeExtractorsInfoHeader{height:60px; width:892px; background-color:#024C8D; float:left}
					
					.PipeExtractorsCatalogNumber{width:75px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsModelNumber{width:70px; margin-left:35px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsDescription{width:90px; margin-left:45px; padding-top:16px; color:#FFFFFF; float:left}
					.PipeExtractorsHandleLength{width:45px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsStrapLength{width:60px; margin-left:30px; padding-top:16px; color:#FFFFFF; float:left; text-align:center  }
					.PipeExtractorsStrapWidth{width:100px; margin-left:60px; padding-top:16px; color:#FFFFFF; float:left; }
					.PipeExtractorsPipeCapacity{width:60px; margin-left:55px; padding-top:16px; color:#FFFFFF; float:left; text-align:center }
					.StrapActualODCapacity{width:65px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsWeight{width:40px; margin-left:50px; padding-top:14px; color:#FFFFFF; float:left; }
					.PipeExtractorsSTDPack{width:60px; margin-left:36px; padding-top:16px; color:#FFFFFF; float:left; text-align:center}
					
					.PipeExtractorsHandleLengthIn{width:30px; margin-left:152px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsHandleLengthMM{width:70px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.PipeExtractorsStrapLengthIn{width:40px; margin-left:24px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsStrapLengthmm{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsStrapWidthIn{width:40px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsStrapWidthmm{width:50px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsPipeCapacityIN{width:25px; margin-left:52px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsPipeCapacityMM{width:45px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsActualODCapacityIN{width:25px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsActualODPipeCapacityMM{width:40px; margin-left:16px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsWeightLB{width:35px; margin-left:18px; padding-top:5px; color:#FFFFFF; float:left;}
					.PipeExtractorsWeightKG{width:65px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PipeExtractorspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PipeExtractorspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PipeExtractorsProductCatalogNumber{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.PipeExtractorsProductsModelNumber{width:40px; margin-left:75px; padding-top:5px; color: #000000; float:left;}
					.PipeExtractorsProductsDescription{width:90px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.PipeExtractorsProductHandleLengthIn{width:35px; margin-left:28px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductHandleLengthMM{width:40px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsStrapLengthIn{width:34px; margin-left:23px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsStrapLengthMM{width:55px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsStrapWidthIN{width:35px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsStrapWidthMM{width:40px; margin-left:17px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsPipeCapacityIN{width:55px; margin-left:50px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductsPipeCapacityMM{width:30px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsWeightProductsLB{width:45px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsWeightProductsKG{width:30px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PipeExtractorsProductSTDPack{width:20px; margin-left:47px; padding-top:5px; color: #000000; float:left;}

					/*Power Pipe Cutters* Sub*/

					#PowerPipeMain{height:340px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#PowerPipeHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#PowerPipeText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
					
					/*Power Pipe Cutters Spec.*/
					
					.Model258PowerPipeCutterSPCProductInfoOneRow{height:60px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model258PowerPipeCutterSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model258PowerPipeCutterSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model258PowerPipeCutterSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model258PowerPipeCutterSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Model258PowerPipeCutterSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.Model258PowerPipeCutterSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model258PowerPipeCutterSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*Power Pipe Cutters Standard Equipment.*/
					
					.TwoFiftyEightPowerPipeCutterSPCProductInfoOneRow{height:192px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.TwoFiftyEightPowerPipeCutterSPCInfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFiftyEightPowerPipeCutterSPCInfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.TwoFiftyEightPowerPipeCutterSPCCatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.TwoFiftyEightPowerPipeCutterSPCDescription{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.TwoFiftyEightPowerPipeCutterSPCpartsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.TwoFiftyEightPowerPipeCutterSPCpartsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFiftyEightPowerPipeCutterSPCProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.TwoFiftyEightPowerPipeCutterSPCProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					
					
					
					/*Power Pipe Cutters Chart*/

					.TwoFityEightPowerProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoFityEightPowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFityEightPowerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TwoFityEightPowerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightPowerModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightPowerDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.TwoFityEightPowerWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.TwoFityEightPowerWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoFityEightPowerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoFityEightPowerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TwoFityEightPowerpartsHolderGray{height:30px; width:882px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFityEightPowerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightPowerProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightPowerProductsDescription{width:500px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightPowerWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightPowerWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
		
					/*Power Pipe Cutters Chart Accessories*/
			
					.TwoFityEightACCPowerProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoFityEightACCPowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFityEightACCPowerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TwoFityEightACCPowerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightACCPowerModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightACCPowerDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.TwoFityEightACCPowerWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.TwoFityEightACCPowerWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoFityEightACCPowerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoFityEightACCPowerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TwoFityEightACCPowerpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFityEightACCPowerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightACCPowerProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightACCPowerProductsDescription{width:500px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightACCPowerWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightACCPowerWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}

					/*Power Pipe Cutters 258XL Chart*/

					.TwoFityEightXLPowerProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoFityEightXLPowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoFityEightXLPowerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TwoFityEightXLPowerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightXLPowerModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoFityEightXLPowerDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.TwoFityEightXLPowerWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.TwoFityEightXLPowerWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoFityEightXLPowerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoFityEightXLPowerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TwoFityEightXLPowerpartsHolderGray{height:30px; width:882px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoFityEightXLPowerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightXLPowerProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightXLPowerProductsDescription{width:500px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightXLPowerWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoFityEightXLPowerWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}

					/*SUB Copper Cutting Prep Machines */

					#CopperCuttingMain{height:340px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#CopperCuttingHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#CopperCuttingText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

					/*122 Copper Cutting Prep Machines Spec. */
										
					.OneTwentyTwoCuttingPrepMachineSPCProductInfoOneRow{height:240px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.OneTwentyTwoCuttingPrepMachineSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoCuttingPrepMachineSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.OneTwentyTwoCuttingPrepMachineSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.OneTwentyTwoCuttingPrepMachineSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
										
					/*122 Copper Cutting Prep Machines Chart */

					.OneTwentyTwoCuttingProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OneTwentyTwoCuttingInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OneTwentyTwoCuttingInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.OneTwentyTwoCuttingCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.OneTwentyTwoCuttingModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.OneTwentyTwoCuttingDescription{width:300px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoCuttingNomSize{width:70px; margin-left:47px; padding-top:10px; color:#FFFFFF; float:left; }
					.OneTwentyTwoCuttingWeight{width:60px; margin-left:105px; padding-top:2px; color:#FFFFFF; float:left; }
									
					.OneTwentyTwoCuttingNormIn{width:30px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoCuttingNormCm{width:60px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoCuttingWeightLB{width:45px; margin-left:94px; padding-top:5px; color:#FFFFFF; float:left;}
					.OneTwentyTwoCuttingWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.OneTwentyTwoCuttingpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoCuttingpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OneTwentyTwoCuttingProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingProductsDescription{width:300px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingNormSizeIn{width:60px; margin-left:32px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingNormSizeCM{width:60px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingWeightProductsLB{width:55px; margin-left:84px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCuttingWeightProductsKG{width:50px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
		
					/*122 Copper Cutting Prep Accessories Machines Chart */

					.OneTwentyTwoCutACCPowerProductInfoOneRow{height:602px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OneTwentyTwoCutACCPowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OneTwentyTwoCutACCPowerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.OneTwentyTwoCutACCPowerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.OneTwentyTwoCutACCPowerModelNumber{width:40px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoCutACCPowerDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoCutACCPowerWeight{width:60px; margin-left:380px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.OneTwentyTwoCutACCPowerWeightLB{width:45px; margin-left:370px; padding-top:5px; color:#FFFFFF; float:left;}
					.OneTwentyTwoCutACCPowerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.OneTwentyTwoCutACCPowerpartsHolder{height:35px; width:892px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoCutACCPowerpartsHolderGray{height:35px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OneTwentyTwoCutACCPowerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCutACCPowerProductsModelNumber{width:58px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCutACCPowerProductsDescription{width:500px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.OneTwentyTwoCutACCPowerWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoCutACCPowerWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					#OneTwentyTwoCutACCPowerProductsDescriptionID{width:500px; margin-left:30px; padding-top:0px; color: #000000; float:left;}
		
					/*122XL Copper Cutting Prep Machines Spec. */
					
					.OneTwentyTwoXLCuttingPrepMachineSPCProductInfoOneRow{height:210px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.OneTwentyTwoXLCuttingPrepMachineSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoXLCuttingPrepMachineSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.OneTwentyTwoXLCuttingPrepMachineSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.OneTwentyTwoXLCuttingPrepMachineSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
										
					/*122XL Copper Cutting Prep Machines Chart */

					.OneTwentyTwoXLCutPowerProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OneTwentyTwoXLCutPowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OneTwentyTwoXLCutPowerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.OneTwentyTwoXLCutPowerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.OneTwentyTwoXLCutPowerModelNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left;}
					.OneTwentyTwoXLCutPowerDescription{width:200px; margin-left:127px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.OneTwentyTwoXLCutPowerWeight{width:60px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.OneTwentyTwoXLCutPowerWeightLB{width:45px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.OneTwentyTwoXLCutPowerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.OneTwentyTwoXLCutPowerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoXLCutPowerpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OneTwentyTwoXLCutPowerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoXLCutPowerProductsModelNumber{width:58px; margin-left:38px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoXLCutPowerProductsDescription{width:300px; margin-left:170px; padding-top:5px; color: #000000; float:left;}
					.OneTwentyTwoXLCutPowerWeightProductsLB{width:40px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoXLCutPowerWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*122XL Copper Cutting Prep Machines Standard Equipment*/
					
					.OneTwentyTwoXLCopperCuttingPrepMachineSEProductInfoOneRow{height:132px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.OneTwentyTwoXLCopperCuttingPrepMachineSEInfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OneTwentyTwoXLCopperCuttingPrepMachineSEInfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.OneTwentyTwoXLCopperCuttingPrepMachineSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.OneTwentyTwoXLCopperCuttingPrepMachineSEDescription{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.OneTwentyTwoXLCopperCuttingPrepMachineSEpartsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.OneTwentyTwoXLCopperCuttingPrepMachineSEpartsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OneTwentyTwoXLCopperCuttingPrepMachineSEProductCatalogNumber{width:80px; margin-left:200px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OneTwentyTwoXLCopperCuttingPrepMachineSEProductsDescription{width:260px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*SUB Tubing Cutters *****************************************/
					
					#TubingCuttersMain{height:760px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#TubingCuttersHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#TubingCuttersText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
					
					/*Close Quarters Tubing Cutters Chart */ 

					.CloseQuartersTCProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CloseQuartersTCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CloseQuartersTCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CloseQuartersTCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CloseQuartersTCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CloseQuartersTCDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.CloseQuartersTCNormSize{width:80px; margin-left:112px; padding-top:2px; color:#FFFFFF; float:left; }
					.CloseQuartersTCPipeCapacity{width:80px; margin-left:36px; padding-top:2px; color:#FFFFFF; float:left; }
					.CloseQuartersTCWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.CloseQuartersTCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.CloseQuartersTCIn{width:55px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.CloseQuartersTCmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.CloseQuartersTCWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.CloseQuartersTCWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.CloseQuartersTCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CloseQuartersTCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CloseQuartersTCProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CloseQuartersTCProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.CloseQuartersTCProductsDescription{width:240px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.CloseQuartersTCNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CloseQuartersTCCapacityIn{width:70px; margin-left:27px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CloseQuartersTCCapacityMM{width:50px; margin-left:3px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CloseQuartersTCWeightProductsLB{width:40px; margin-left:27px; padding-top:5px; color: #000000; float:left;}
					.CloseQuartersTCWeightProductsKG{width:40px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CloseQuartersTCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*2-in-1 Close Quarters AUTOFEED® Cutter */
					
					/*2-in-1 Close Quarters AUTOFEED® Cutter Chart */
					
					.TwoInOneCuttersProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.TwoInOneCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.TwoInOneCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.TwoInOneCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoInOneCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoInOneCuttersDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.TwoInOneCuttersPipeCapacity{width:80px; margin-left:171px; padding-top:2px; color:#FFFFFF; float:left; }
					.TwoInOneCuttersWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.TwoInOneCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.TwoInOneCuttersIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoInOneCuttersmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoInOneCuttersWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.TwoInOneCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.TwoInOneCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.TwoInOneCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.TwoInOneCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoInOneCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.TwoInOneCuttersProductsDescription{width:340px; margin-left:5px; padding-top:5px; color: #000000; float:left;}
					.TwoInOneCuttersCapacityIn{width:70px; margin-left:17px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoInOneCuttersCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoInOneCuttersWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoInOneCuttersWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.TwoInOneCuttersProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Constant Swing Tubing Cutters  */
					
					/*Constant Swing Tubing Cutters  Chart */

					.SwingTubingCuttersProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SwingTubingCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SwingTubingCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.SwingTubingCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SwingTubingCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SwingTubingCuttersDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.SwingTubingCuttersNormSize{width:80px; margin-left:132px; padding-top:2px; color:#FFFFFF; float:left; }
					.SwingTubingCuttersPipeCapacity{width:80px; margin-left:36px; padding-top:2px; color:#FFFFFF; float:left; }
					.SwingTubingCuttersWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					
					.SwingTubingCuttersIn{width:55px; margin-left:235px; padding-top:5px; color:#FFFFFF; float:left;}
					.SwingTubingCuttersmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.SwingTubingCuttersWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.SwingTubingCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SwingTubingCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SwingTubingCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SwingTubingCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SwingTubingCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.SwingTubingCuttersProductsDescription{width:240px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					.SwingTubingCuttersNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SwingTubingCuttersCapacityIn{width:60px; margin-left:37px; padding-top:5px; color: #000000; float:left;}
					.SwingTubingCuttersCapacityMM{width:50px; margin-left:4px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SwingTubingCuttersWeightProductsLB{width:40px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SwingTubingCuttersWeightProductsKG{width:40px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Enclosed Feed Tubing Cutters  */
					
					/*Enclosed Feed Tubing Cutters  Chart */
					
					
					.EnclosedTubingCuttersProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.EnclosedTubingCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.EnclosedTubingCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.EnclosedTubingCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.EnclosedTubingCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.EnclosedTubingCuttersDescription{width:100px; margin-left:90px; padding-top:10px; color:#FFFFFF; float:left}
					.EnclosedTubingCuttersWheel{width:80px; margin-left:57px; padding-top:10px; color:#FFFFFF; float:left; }
					.EnclosedTubingCuttersPipeCapacity{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.EnclosedTubingCuttersWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.EnclosedTubingCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.EnclosedTubingCuttersIn{width:55px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left;}
					.EnclosedTubingCuttersmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.EnclosedTubingCuttersWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.EnclosedTubingCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.EnclosedTubingCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.EnclosedTubingCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.EnclosedTubingCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.EnclosedTubingCuttersProductsDescription{width:180px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					.EnclosedTubingCuttersStdWheel{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersCapacityIn{width:70px; margin-left:27px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.EnclosedTubingCuttersProductSTDPack{width:50px; margin-left:44px; padding-top:5px; color: #000000; float:left;}

					/*Quick-Acting Tubing Cutters   */
					
					/*Quick-Acting Tubing Cutters  Chart */


					.QuickActingCuttersProductInfoOneRow{height:402px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.QuickActingCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.QuickActingCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.QuickActingCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.QuickActingCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.QuickActingCuttersDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.QuickActingCuttersNormSize{width:80px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					.QuickActingCuttersPipeCapacity{width:80px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					.QuickActingCuttersWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.QuickActingCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.QuickActingCuttersIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
					.QuickActingCuttersmm{width:55px; margin-left:20px; padding-top:5px; color:#FFFFFF; float:left;}
					.QuickActingCuttersWeightLB{width:50px; margin-left:45px; padding-top:5px; color:#FFFFFF; float:left;}
					.QuickActingCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.QuickActingCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.QuickActingCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.QuickActingCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.QuickActingCuttersProductsDescription{width:180px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.QuickActingCuttersNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersCapacityIn{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersCapacityMM{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersWeightProductsKG{width:40px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.QuickActingCuttersProductSTDPack{width:50px; margin-left:45px; padding-top:5px; color: #000000; float:left;}
					
					/*Screw Feed Tubing Cutters   */
					
					/*Screw Feed Tubing Cutters  Chart */
					
					
					.ScrewFeedCuttersProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ScrewFeedCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ScrewFeedCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ScrewFeedCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ScrewFeedCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ScrewFeedCuttersDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.ScrewFeedCuttersNormSize{width:80px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					.ScrewFeedCuttersPipeCapacity{width:80px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					.ScrewFeedCuttersWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.ScrewFeedCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.ScrewFeedCuttersIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
					.ScrewFeedCuttersmm{width:55px; margin-left:14px; padding-top:5px; color:#FFFFFF; float:left;}
					.ScrewFeedCuttersWeightLB{width:50px; margin-left:45px; padding-top:5px; color:#FFFFFF; float:left;}
					.ScrewFeedCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ScrewFeedCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ScrewFeedCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ScrewFeedCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.ScrewFeedCuttersProductsDescription{width:180px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.ScrewFeedCuttersNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersCapacityIn{width:80px; margin-left:27px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersCapacityMM{width:50px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersWeightProductsKG{width:40px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ScrewFeedCuttersProductSTDPack{width:50px; margin-left:45px; padding-top:5px; color: #000000; float:left;}

					/*Stainless Steel Tubing Cutters */
					
					/*Stainless Steel Tubing Cutters Chart */

					.StainlessSteelCuttersProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.StainlessSteelCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StainlessSteelCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.StainlessSteelCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StainlessSteelCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StainlessSteelCuttersDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.StainlessSteelCuttersNormSize{width:80px; margin-left:85px; padding-top:2px; color:#FFFFFF; float:left; }
					.StainlessSteelCuttersPipeCapacity{width:80px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
					.StainlessSteelCuttersWeight{width:80px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
					.StainlessSteelCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.StainlessSteelCuttersIn{width:55px; margin-left:187px; padding-top:5px; color:#FFFFFF; float:left;}
					.StainlessSteelCuttersmm{width:55px; margin-left:18px; padding-top:5px; color:#FFFFFF; float:left;}
					.StainlessSteelCuttersWeightLB{width:50px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left;}
					.StainlessSteelCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.StainlessSteelCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.StainlessSteelCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StainlessSteelCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StainlessSteelCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.StainlessSteelCuttersProductsDescription{width:240px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
					.StainlessSteelCuttersNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StainlessSteelCuttersCapacityIn{width:70px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StainlessSteelCuttersCapacityMM{width:60px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StainlessSteelCuttersWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.StainlessSteelCuttersWeightProductsKG{width:40px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StainlessSteelCuttersProductSTDPack{width:50px; margin-left:45px; padding-top:5px; color: #000000; float:left;}

					/*SUB Plastic Pipe Cutters *****************************************/
					
					/*Single Stroke Cutters */
					
					/*Single Stroke Cutters Chart */
						
					.SingleStrokePlasticProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SingleStrokePlasticInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SingleStrokePlasticInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.SingleStrokePlasticCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SingleStrokePlasticModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SingleStrokePlasticDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.SingleStrokePlasticPipeCapacity{width:100px; margin-left:140px; padding-top:2px; color:#FFFFFF; float:left; }
					.SingleStrokePlasticWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.SingleStrokePlasticSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.SingleStrokePlasticIn{width:55px; margin-left:150px; padding-top:5px; color:#FFFFFF; float:left;}
					.SingleStrokePlasticmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.SingleStrokePlasticWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.SingleStrokePlasticWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SingleStrokePlasticpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SingleStrokePlasticpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SingleStrokePlasticProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SingleStrokePlasticProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.SingleStrokePlasticProductsDescription{width:285px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.SingleStrokePlasticCapacityIn{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SingleStrokePlasticCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SingleStrokePlasticWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SingleStrokePlasticWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SingleStrokePlasticProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Ratchet Cutters with Ergonomic Grips */
					
					/*Ratchet Cutters with Ergonomic Grips Chart */


					.RatchetPlasticCuttersProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RatchetPlasticCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RatchetPlasticCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RatchetPlasticCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RatchetPlasticCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RatchetPlasticCuttersDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.RatchetPlasticCuttersPipeCapacity{width:100px; margin-left:145px; padding-top:2px; color:#FFFFFF; float:left; }
					.RatchetPlasticCuttersWeight{width:80px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; }
					.RatchetPlasticCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.RatchetPlasticCuttersIn{width:55px; margin-left:150px; padding-top:5px; color:#FFFFFF; float:left;}
					.RatchetPlasticCuttersmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.RatchetPlasticCuttersWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.RatchetPlasticCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RatchetPlasticCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RatchetPlasticCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RatchetPlasticCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetPlasticCuttersProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.RatchetPlasticCuttersProductsDescription{width:285px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.RatchetPlasticCuttersCapacityIn{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetPlasticCuttersCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetPlasticCuttersWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetPlasticCuttersWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetPlasticCuttersProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*PTEC Plastic Drain Pipe Cutter */
					
					/*PTEC Plastic Drain Pipe Cutter */

					
					.PTECPlasticCuttersProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PTECPlasticCuttersInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PTECPlasticCuttersInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.PTECPlasticCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PTECPlasticCuttersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PTECPlasticCuttersDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.PTECPlasticCuttersPipeCapacity{width:100px; margin-left:149px; padding-top:2px; color:#FFFFFF; float:left; }
					.PTECPlasticCuttersWeight{width:80px; margin-left:31px; padding-top:2px; color:#FFFFFF; float:left; }
					.PTECPlasticCuttersSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.PTECPlasticCuttersIn{width:55px; margin-left:150px; padding-top:5px; color:#FFFFFF; float:left;}
					.PTECPlasticCuttersmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.PTECPlasticCuttersWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.PTECPlasticCuttersWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PTECPlasticCutterspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PTECPlasticCutterspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PTECPlasticCuttersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PTECPlasticCuttersProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.PTECPlasticCuttersProductsDescription{width:245px; margin-left:70px; padding-top:5px; color: #000000; float:left;}
					.PTECPlasticCuttersCapacityIn{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PTECPlasticCuttersCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PTECPlasticCuttersWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PTECPlasticCuttersWeightProductsKG{width:40px; margin-left:11px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PTECPlasticCuttersProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Foam Core Cutter */
					
					/*Foam Core Cutter Chart*/

					.FoamCoreCutterProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.FoamCoreCutterInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.FoamCoreCutterInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.FoamCoreCutterCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FoamCoreCutterModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FoamCoreCutterDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.FoamCoreCutterPipeCapacity{width:120px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; }
					.FoamCoreCutterWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.FoamCoreCutterSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.FoamCoreCutterIn{width:55px; margin-left:150px; padding-top:5px; color:#FFFFFF; float:left;}
					.FoamCoreCuttermm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.FoamCoreCutterWeightLB{width:50px; margin-left:226px; padding-top:5px; color:#FFFFFF; float:left;}
					.FoamCoreCutterWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.FoamCoreCutterpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.FoamCoreCutterpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.FoamCoreCutterProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FoamCoreCutterProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.FoamCoreCutterProductsDescription{width:200px; margin-left:80px; padding-top:5px; color: #000000; float:left;}
					.FoamCoreCutterCapacityIn{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FoamCoreCutterCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FoamCoreCutterWeightProductsLB{width:40px; margin-left:53px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FoamCoreCutterWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FoamCoreCutterProductSTDPack{width:50px; margin-left:45px; padding-top:5px; color: #000000; float:left;}

					/*223S/227S Inner-Outer Reamer */
					
					/*223S/227S Inner-Outer Reamer Chart*/

					.InnerOuterReamerProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.InnerOuterReamerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.InnerOuterReamerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.InnerOuterReamerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InnerOuterReamerModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.InnerOuterReamerDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.InnerOuterReamerPipeCapacity{width:100px; margin-left:140px; padding-top:2px; color:#FFFFFF; float:left; }
					.InnerOuterReamerWeight{width:80px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
					.InnerOuterReamerSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.InnerOuterReamerIn{width:55px; margin-left:150px; padding-top:5px; color:#FFFFFF; float:left;}
					.InnerOuterReamermm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.InnerOuterReamerWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.InnerOuterReamerWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.InnerOuterReamerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.InnerOuterReamerpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.InnerOuterReamerProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InnerOuterReamerProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.InnerOuterReamerProductsDescription{width:200px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					.InnerOuterReamerCapacityIn{width:70px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InnerOuterReamerCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InnerOuterReamerWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InnerOuterReamerWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.InnerOuterReamerProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Manual Ratchet Threaders *****************************************/
					
					/* Threader Catagory ************************************************************************************************************************ */
					
					#ThreadingMain{height:540px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}
					#ThreadingHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#ThreadingText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
									
					
					/*Exposed Ratchet Threader Sets  */
					
					/*Exposed Ratchet Threader Sets Chart */
						

					.ExposedRatchetThreaderSetsProductInfoOneRow{height:132px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ExposedRatchetThreaderSetsInfoHolder{height:312px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ExposedRatchetThreaderSetsInfoHeader{height:42px; width:742px; background-color:#024C8D; float:left}
					
					.ExposedRatchetThreaderSetsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ExposedRatchetThreaderSetsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ExposedRatchetThreaderSetsDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.ExposedRatchetThreaderSetsPipeCapacity{width:120px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
					.ExposedRatchetThreaderSetsWeight{width:80px; margin-left:72px; padding-top:2px; color:#FFFFFF; float:left; }
					.ExposedRatchetThreaderSetsSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.ExposedRatchetThreaderSetsIn{width:55px; margin-left:50px; padding-top:5px; color:#FFFFFF; float:left;}
					.ExposedRatchetThreaderSetsmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.ExposedRatchetThreaderSetsWeightLB{width:50px; margin-left:52px; padding-top:5px; color:#FFFFFF; float:left;}
					.ExposedRatchetThreaderSetsWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ExposedRatchetThreaderSetspartsHolder{height:30px; width:742px; background-color: #FFFFFF; float:left}
					.ExposedRatchetThreaderSetspartsHolderGray{height:30px; width:742px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ExposedRatchetThreaderSetsProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ExposedRatchetThreaderSetsProductsModelNumber{width:100px; margin-left:45px; padding-top:5px; color: #000000; float:left;}
					.ExposedRatchetThreaderSetsProductsDescription{width:100px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.ExposedRatchetThreaderSetsCapacityIn{width:70px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ExposedRatchetThreaderSetsCapacityMM{width:40px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ExposedRatchetThreaderSetsWeightProductsLB{width:40px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ExposedRatchetThreaderSetsWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ExposedRatchetThreaderSetsProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Ratchet & Handle Only   */
					
					/*Ratchet & Handle Only  Chart */


					.RatchetHandleOnlyThreaderProductInfoOneRow{height:192px; width:542px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RatchetHandleOnlyThreaderInfoHolder{height:312px; width:542px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RatchetHandleOnlyThreaderInfoHeader{height:42px; width:542px; background-color:#024C8D; float:left}
					
					.RatchetHandleOnlyThreaderCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RatchetHandleOnlyThreaderModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RatchetHandleOnlyThreaderDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
										
										
					.RatchetHandleOnlyThreaderpartsHolder{height:30px; width:542px; background-color: #FFFFFF; float:left}
					.RatchetHandleOnlyThreaderpartsHolderGray{height:30px; width:542px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RatchetHandleOnlyThreaderProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RatchetHandleOnlyThreaderProductsModelNumber{width:100px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.RatchetHandleOnlyThreaderProductsDescription{width:200px; margin-left:55px; padding-top:5px; color: #000000; float:left;}

					/*Carrying Cases    */
					
					/*Carrying Cases Chart */
					
					
					.CarryCasesProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CarryCasesInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CarryCasesInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CarryCasesCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CarryCasesDescription{width:110px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left}
					.CarryCasesThreaderType{width:80px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.CarryCasesNormSize{width:77px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.CarryCasesPipeCapacity{width:100px; margin-left:23px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.CarryCasesChainLength{width:50px; margin-left:50px; padding-top:2px; color:#FFFFFF; float:left; }
					.CarryCasesWeight{width:70px; margin-left:65px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.CarryCasesNormIn{width:30px; margin-left:38px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.CarryCasesNormCm{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.CarryCasesIn{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
					.CarryCasesmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.ChainLengthIn{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					.ChainLengthmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.CarryCasesWeightLB{width:55px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
					.CarryCasesWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.CarryCasespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CarryCasespartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CarryCasesProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesProductsDescription{width:182px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesProductThreaderType{width:30px; margin-left:32px; padding-top:5px; color: #000000; float:left;}
					.CarryCasesNormSizeIn{width:40px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesNormSizeCM{width:50px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesCapacityIn{width:38px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesCapacityMM{width:55px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesProductsLengthIN{width:55px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesProductsLengthMM{width:55px; margin-left:2px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesWeightProductsLB{width:55px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CarryCasesWeightProductsKG{width:30px; margin-left:23px; padding-top:5px; color: #000000; float:left;}
			
					/* Receding Geared Threaders     */
					
					/*Menu*/
					
					.RecedingGearedThreadersOneOutside{margin-top:-27px; margin-left:0px; float:left;}
					.RecedingGearedThreadersOneInside{margin-top:-35px; margin-left:0px; float:left;}
					.RecedingGearedThreadersTwoOutside{margin-top:-27px; margin-left:50px; float:left}
					.RecedingGearedThreadersTwoInside{margin-top:-35px; margin-left:46px; float:left}
					
					
					/* Receding Geared Threaders Chart */

					.RecedingGearedThreadersProductInfoOneRow{height:162px; width:792px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RecedingGearedThreadersInfoHolder{height:312px; width:792px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RecedingGearedThreadersInfoHeader{height:42px; width:792px; background-color:#024C8D; float:left}
					
					.RecedingGearedThreadersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersPipeCapacity{width:160px; margin-left:110px; padding-top:2px; color:#FFFFFF; float:left; }
					.RecedingGearedThreadersWeight{width:80px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.RecedingGearedThreadersIn{width:55px; margin-left:145px; padding-top:5px; color:#FFFFFF; float:left;}
					.RecedingGearedThreadersmm{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
					.RecedingGearedThreadersWeightLB{width:50px; margin-left:20px; padding-top:5px; color:#FFFFFF; float:left;}
					.RecedingGearedThreadersWeightKG{width:30px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RecedingGearedThreaderspartsHolder{height:30px; width:792px; background-color: #FFFFFF; float:left}
					.RecedingGearedThreaderspartsHolderGray{height:30px; width:792px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RecedingGearedThreadersProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersProductsModelNumber{width:80px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.RecedingGearedThreadersProductsDescription{width:260px; margin-left:5px; padding-top:5px; color: #000000; float:left;}
					.RecedingGearedThreadersCapacityIn{width:70px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersCapacityMM{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* Receding Geared Threaders Accessories chart     */	
						
					.RecedingGearedThreadersACCProductInfoOneRow{height:192px; width:642px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RecedingGearedThreadersACCInfoHolder{height:312px; width:642px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RecedingGearedThreadersACCInfoHeader{height:42px; width:642px; background-color:#024C8D; float:left}
					
					.RecedingGearedThreadersACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersACCDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.RecedingGearedThreadersACCWeight{width:80px; margin-left:120px; padding-top:2px; color:#FFFFFF; float:left; }
										
					.RecedingGearedThreadersACCWeightLB{width:50px; margin-left:107px; padding-top:5px; color:#FFFFFF; float:left;}
					.RecedingGearedThreadersACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RecedingGearedThreadersACCpartsHolder{height:30px; width:642px; background-color: #FFFFFF; float:left}
					.RecedingGearedThreadersACCpartsHolderGray{height:30px; width:642px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RecedingGearedThreadersACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersACCProductsModelNumber{width:80px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.RecedingGearedThreadersACCProductsDescription{width:197px; margin-left:25px; padding-top:5px; color: #000000; float:left;}
					.RecedingGearedThreadersACCWeightProductsLB{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RecedingGearedThreadersACCWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}

					/* Pipe Dies for Models 4PJ Geared Pipe Threaders */
					
					.PipeDiesHeaderModel4PJ{ width:892px; font-size:16px; font-weight:300; float:left; margin-top:20px; color:#000; font-weight:bold}
					
					
					.PipeDiesChartACCModel4PJProductInfoOneRow{height:130px; width:592px; margin-top:05px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.PipeDiesChartACCModel4PJDescInfoHolder{height:33px; width:125px; margin-top:0px; margin-left:0px; padding-top:13px; padding-left:5px; background-color:#024C8D; color:#FFF; float:left }
					.PipeDiesChartACCModel4PJTopInfoHolder{height:20px; width:372px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left }  
					.PipeDiesChartACCModel4PJTopSecondInfoHolder{height:20px; width:372px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left }
					.PipeDiesChartACCModel4PJFiller{height:47px; width:592px; margin-top:0px; margin-left:0px; padding-top:0px; background-color:#024C8D; color:#FFF; float:left }
					
					.PipeDiesChartACCModel4PJInfoHeader{height:20px; width:588px; background-color: #FFF; color:#000; border-bottom:inset #024C8D; float:left}
					.PipeDiesChartACCModel4PJInfoHeader2{height:20px; width:588px; border-bottom:inset #024C8D; float:left}
					
					.PipeDiesChartACCModel4PJFraction1{width:60px; margin-left:215px; padding-top:4px; float:left}
					.PipeDiesChartACCModel4PJFraction2{width:60px; margin-left:50px; padding-top:4px; float:left}
					.PipeDiesChartACCModel4PJFraction3{width:60px; margin-left:20px; padding-top:4px; float:left}
					.PipeDiesChartACCModel4PJFraction4{width:60px; margin-left:50px; padding-top:4px; float:left; }
					
				
					.PipeDiesChartACCModel4PJSideInfoHolder{height:20px; width:575px; margin-top:0px; margin-left:0px; margin-bottom:0px; padding-top:5px; 
					 padding-left:20px; background-color:#024C8D; color:#FFF; float:left; text-align:center}  	
					.PipeDiesChartACCModel4PJSideInfoHolder2{height:40px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
									
					.PipeDiesChartACCModel4PJpartsHolder{height:30px; width:588px; background-color: #FFFFFF; float:left}
					.PipeDiesChartACCModel4PJpartsHolderGray{height:40px; width:588px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.PipeDiesChartACCModel4PJProductCatalogNumber1{width:195px; margin-left:5px; margin-top:6px; padding-top:3px; color: #000000; float:left;}
					.PipeDiesChartACCModel4PJProductCatalogNumber2{width:40px; margin-left:18px; padding-top:10px; color: #000000; float:left;}
					.PipeDiesChartACCModel4PJProductCatalogNumber3{width:40px; margin-left:60px; padding-top:10px; color: #000000; float:left;}
					.PipeDiesChartACCModel4PJProductCatalogNumber4{width:40px; margin-left:50px; padding-top:10px; color: #000000; float:left;}
					.PipeDiesChartACCModel4PJProductCatalogNumber5{width:40px; margin-left:60px; padding-top:10px; color: #000000; float:left;}
										
					
					/* Model 141 Geared Pipe Threader Dies Chart */

					.GearedPipeDieOneFortyOneProductInfoOneRow{height:102px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.GearedPipeDieOneFortyOneInfoHolder{height:312px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.GearedPipeDieOneFortyOneInfoHeader{height:42px; width:742px; background-color:#024C8D; float:left}
					
					.GearedPipeDieOneFortyOneCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedPipeDieOneFortyOneDescription{width:100px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedPipeDieOneFortyOneThreadType{width:80px; margin-left:47px; padding-top:10px; color:#FFFFFF; float:left; }
					.GearedPipeDieOneFortyOnePipeCapacity{width:160px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left; }
									
					.GearedPipeDieOneFortyOneIn{width:55px; margin-left:125px; padding-top:5px; color:#FFFFFF; float:left;}
					.GearedPipeDieOneFortyOneTPI{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
										
					.GearedPipeDieOneFortyOnepartsHolder{height:30px; width:742px; background-color: #FFFFFF; float:left}
					.GearedPipeDieOneFortyOnepartsHolderGray{height:30px; width:742px; margin-top:0px; background-color: #CCCCCC; float:left}
					.GearedPipeDieOneFortyOneProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneFortyOneProductsDescription{width:150px; margin-left:100px; padding-top:5px; color: #000000; float:left;}
					.GearedPipeDieOneFortyOneProductsThreadType{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneFortyOneCapacityIn{width:70px; margin-left:120px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneFortyOneCapacityTPI{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}

					/* Model 161 Geared Pipe Threader Dies Chart */

					.GearedPipeDieOneSixtyOneProductInfoOneRow{height:102px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.GearedPipeDieOneSixtyOneInfoHolder{height:312px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.GearedPipeDieOneSixtyOneInfoHeader{height:42px; width:742px; background-color:#024C8D; float:left}
					
					.GearedPipeDieOneSixtyOneCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedPipeDieOneSixtyOneDescription{width:100px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedPipeDieOneSixtyOneThreadType{width:80px; margin-left:47px; padding-top:10px; color:#FFFFFF; float:left; }
					.GearedPipeDieOneSixtyOnePipeCapacity{width:160px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left; }
									
					.GearedPipeDieOneSixtyOneIn{width:55px; margin-left:125px; padding-top:5px; color:#FFFFFF; float:left;}
					.GearedPipeDieOneSixtyOneTPI{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
										
					.GearedPipeDieOneSixtyOnepartsHolder{height:30px; width:742px; background-color: #FFFFFF; float:left}
					.GearedPipeDieOneSixtyOnepartsHolderGray{height:30px; width:742px; margin-top:0px; background-color: #CCCCCC; float:left}
					.GearedPipeDieOneSixtyOneProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneSixtyOneProductsDescription{width:150px; margin-left:100px; padding-top:5px; color: #000000; float:left;}
					.GearedPipeDieOneSixtyOneProductsThreadType{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneSixtyOneCapacityIn{width:70px; margin-left:120px; padding-top:5px; color: #000000; float:left; text-align:center}
					.GearedPipeDieOneSixtyOneCapacityTPI{width:60px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}

					/* Thread Cutting Oil      */
					
					/* Thread Cutting Oil  Chart */


					.ThreadCuttingOilProductInfoOneRow{height:252px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreadCuttingOilInfoHolder{height:312px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreadCuttingOilInfoHeader{height:42px; width:742px; background-color:#024C8D; float:left}
					
					.ThreadCuttingOilCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreadCuttingOilDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreadCuttingOilPipeCapacity{width:130px; margin-left:63px; padding-top:2px; color:#FFFFFF; float:left; }
					.ThreadCuttingOilContainers{width:60px; margin-left:0px; padding-top:6px; color:#FFFFFF; float:left; text-align:center}
					.ThreadCuttingOilWeight{width:120px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
					.ThreadCuttingOilIn{width:55px; margin-left:-130px; padding-top:24px; color:#FFFFFF; float:left;}
					.ThreadCuttingOilmm{width:55px; margin-left:-65px; padding-top:24px; color:#FFFFFF; float:left;}
					.ThreadCuttingOilWeightLB{width:50px; margin-left:52px; padding-top:5px; color:#FFFFFF; float:left;}
					.ThreadCuttingOilWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ThreadCuttingOilpartsHolder{height:30px; width:742px; background-color: #FFFFFF; float:left}
					.ThreadCuttingOilpartsHolderGray{height:30px; width:742px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreadCuttingOilProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilProductsDescription{width:220px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilCapacityIn{width:70px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilCapacityMM{width:40px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilProductsContainers{width:60px; margin-left:70px; padding-top:5px; color: #000000; float:left;}
					.ThreadCuttingOilWeightProductsLB{width:40px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/* Thread Cutting Oil Selection */

					.ThreadCuttingOilSlectionProductInfoOneRow{height:222px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreadCuttingOilSlectionInfoHolder{height:312px; width:742px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreadCuttingOilSlectionInfoHeader{height:42px; width:742px; background-color:#024C8D; float:left}
					
					.ThreadCuttingOilSlectionCatalogNumber{width:110px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreadCuttingOilSlectionModelNumber{width:90px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;}
					.ThreadCuttingOilSlectionDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreadCuttingOilSlectionPipeCapacity{width:120px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreadCuttingOilSlectionWeight{width:120px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					
					.ThreadCuttingOilSlectionpartsHolder{height:30px; width:742px; background-color: #FFFFFF; float:left}
					.ThreadCuttingOilSlectionpartsHolderGray{height:30px; width:742px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreadCuttingOilSlectionProductCatalogNumber{width:160px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilSlectionProductsModelNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilSlectionProductsDescription{width:140px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilSlectionCapacityIn{width:70px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreadCuttingOilSlectionWeightProductsLB{width:40px; margin-left:85px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Move Adobe over*/
					
					.SupportDocHolderThread{height:35px; width:140px; margin-top:5px; margin-left:216px; float:left } 
					#SlectionNotes{width:742px}
					
					/*Model 418 Oiler */
					
					/*Model 418 Oiler Specification */
					
					.ModelFourEighteenOilProductInfoOneRow{height:122px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ModelFourEighteenOilpartsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.ModelFourEighteenOilpartsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelFourEighteenOilCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.ModelFourEighteenOilModelNumber{width:150px; margin-left:10px; padding-top:7px; float:left}
					
					/*Model 418 Oiler Specification Chart */
					
					.fourEighteenOilerProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.fourEighteenOilerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.fourEighteenOilerInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.fourEighteenOilerCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.fourEighteenOilerModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.fourEighteenOilerDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.fourEighteenOilerWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
							
					.fourEighteenOilerWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.fourEighteenOilerWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.fourEighteenOilerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.fourEighteenOilerpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.fourEighteenOilerProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.fourEighteenOilerProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.fourEighteenOilerProductsDescription{width:500px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.fourEighteenOilerWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.fourEighteenOilerWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*600-I Hand-Held Power Drive */
					
					/*600-I Hand-Held Power Drive Standard Features 44913 */
					
					.SixHundredIHandHeldPowerDrive44913ProductInfoOneRow{height:102px; width:692px; margin-top:20px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.SixHundredIHandHeldPowerDrive44913InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredIHandHeldPowerDrive44913InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.SixHundredIHandHeldPowerDrive44913CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.SixHundredIHandHeldPowerDrive44913Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.SixHundredIHandHeldPowerDrive44913partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.SixHundredIHandHeldPowerDrive44913partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredIHandHeldPowerDrive44913ProductCatalogNumber{width:80px; margin-left:200px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIHandHeldPowerDrive44913ProductsDescription{width:260px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*600-I Hand-Held Power Drive Standard Features 44918 */
										
					.SixHundredIHandHeldPowerDrive44918ProductInfoOneRow{height:222px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.SixHundredIHandHeldPowerDrive44918InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredIHandHeldPowerDrive44918InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.SixHundredIHandHeldPowerDrive44918CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.SixHundredIHandHeldPowerDrive44918Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.SixHundredIHandHeldPowerDrive44918partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.SixHundredIHandHeldPowerDrive44918partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredIHandHeldPowerDrive44918ProductCatalogNumber{width:80px; margin-left:200px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIHandHeldPowerDrive44918ProductsDescription{width:260px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					
					
					/*600-I Hand-Held Power Drive Specification */
					
					.SixHundredIPowerDriveSpecProductInfoOneRow{height:186px; width:620px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SixHundredIPowerDriveSpecpartsHolder{height:30px; width:620px; background-color: #FFFFFF; float:left}
					.SixHundredIPowerDriveSpecpartsHolderGray{height:30px; width:620px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredIPowerDriveSpecCatalogNumber{width:200px; margin-left:10px; padding-top:10px; float:left}
					.SixHundredIPowerDriveSpecModelNumber{width:350px; margin-left:10px; padding-top:10px; float:left}
					
					/*600-I Hand-Held Power Drive Chart */
					
					.SixHundredIPowerDriveProductInfoOneRow{height:110px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredIPowerDriveInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredIPowerDriveInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.SixHundredIPowerDriveCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredIPowerDriveModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredIPowerDriveDescription{width:90px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredIPowerDriveHandleLength{width:45px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredIPowerDriveStrapLength{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.SixHundredIPowerDriveStrapWidth{width:90px; margin-left:8px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredIPowerDrivePipeCapacity{width:30px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.SixHundredStrapActualODCapacity{width:90px; margin-left:18px; padding-top:10px; color:#FFFFFF; float:left;} 
					.SixHundredIPowerDriveWeight{width:40px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredIPowerDriveSTDPack{width:30px; margin-left:23px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.SixHundredIPowerDriveWeightLB{width:30px; margin-left:713px; margin-top: -7px; color:#FFFFFF; float:left;}
					.SixHundredIPowerDriveWeightKG{width:30px; margin-left:0px; margin-top: -7px; color:#FFFFFF; float:left;}
					
					.SixHundredIPowerDrivepartsHolder{height:35px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredIPowerDrivepartsHolderGray{height:35px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredIPowerDriveProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.SixHundredIPowerDriveProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.SixHundredIPowerDriveProductsDescription{width:280px; margin-left:10px; padding-top:1px; color: #000000; float:left;}
					.SixHundredIPowerDriveProductsDescriptionDES{width:280px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
					.SixHundredIPowerDriveProductHandleLengthIn{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveProductsStrapLengthIn{width:34px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveProductsStrapWidthIN{width:35px; margin-left:47px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveProductsPipeCapacityIN{width:55px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveProductsActualODIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.SixHundredIPowerDriveWeightProductsLB{width:45px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveWeightProductsKG{width:30px; margin-left:17px; padding-top:8px; color: #000000; float:left;}
					.SixHundredIPowerDriveProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}

					/*600-I Hand-Held Power Drive Accessories Chart */

					.SixHundredIPowerDriveACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredIPowerDriveACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredIPowerDriveACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.SixHundredIPowerDriveACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredIPowerDriveACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredIPowerDriveACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredIPowerDriveACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.SixHundredIPowerDriveACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.SixHundredIPowerDriveACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SixHundredIPowerDriveACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredIPowerDriveACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredIPowerDriveACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveACCProductsDescription{width:500px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveACCWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredIPowerDriveACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*600-I Hand-Held Power Drive Frequently Purchased Dies*/
					
					.FrequentlyPurchasedDiesProductInfoOneRow{height:252px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.FrequentlyPurchasedDiesInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.FrequentlyPurchasedDiesInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
					.FrequentlyPurchasedDiesCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FrequentlyPurchasedDiesDescription{width:200px; margin-left:200px; padding-top:10px; color:#FFFFFF; float:left;}
										
					.FrequentlyPurchasedDiespartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.FrequentlyPurchasedDiespartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.FrequentlyPurchasedDiesProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FrequentlyPurchasedDiesProductsDescription{width:300px; margin-left:200px; padding-top:5px; color: #000000; float:left; }
					
					/*690-I Hand-Held Power Drive Specification*/
					
					.SixHundredNinetyPowerDriveSpecProductInfoOneRow{height:186px; width:620px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SixHundredNinetyPowerDriveSpecpartsHolder{height:30px; width:620px; background-color: #FFFFFF; float:left}
					.SixHundredNinetyPowerDriveSpecpartsHolderGray{height:30px; width:620px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredNinetyPowerDriveSpecCatalogNumber{width:200px; margin-left:10px; padding-top:10px; float:left}
					.SixHundredNinetyPowerDriveSpecModelNumber{width:350px; margin-left:10px; padding-top:10px; float:left}
					
					/*690-I Hand-Held Power Drive Chart */
					
					.SixHundredNinetyPowerDriveProductInfoOneRow{height:110px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredNinetyPowerDriveInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredNinetyPowerDriveInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.SixHundredNinetyPowerDriveCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredNinetyPowerDriveModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredNinetyPowerDriveDescription{width:90px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredNinetyPowerDriveHandleLength{width:45px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredNinetyPowerDriveStrapLength{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.SixHundredNinetyPowerDriveStrapWidth{width:90px; margin-left:8px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredNinetyPowerDrivePipeCapacity{width:30px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.SixHundredStrapActualODCapacity{width:90px; margin-left:18px; padding-top:10px; color:#FFFFFF; float:left;} 
					.SixHundredNinetyPowerDriveWeight{width:40px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredNinetyPowerDriveSTDPack{width:30px; margin-left:23px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.SixHundredNinetyPowerDriveWeightLB{width:30px; margin-left:713px; margin-top: -7px; color:#FFFFFF; float:left;}
					.SixHundredNinetyPowerDriveWeightKG{width:30px; margin-left:0px; margin-top: -7px; color:#FFFFFF; float:left;}
					
					.SixHundredNinetyPowerDrivepartsHolder{height:35px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredNinetyPowerDrivepartsHolderGray{height:35px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredNinetyPowerDriveProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveProductsDescription{width:280px; margin-left:10px; padding-top:1px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveProductsDescriptionDES{width:280px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveProductHandleLengthIn{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveProductsStrapLengthIn{width:34px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveProductsStrapWidthIN{width:35px; margin-left:47px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveProductsPipeCapacityIN{width:55px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveProductsActualODIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveWeightProductsLB{width:45px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveWeightProductsKG{width:30px; margin-left:17px; padding-top:8px; color: #000000; float:left;}
					.SixHundredNinetyPowerDriveProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}
					
					/*690-I Hand-Held Power Drive Accessories Chart */
					
					.SixHundredNinetyPowerDriveACCProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredNinetyPowerDriveACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredNinetyPowerDriveACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.SixHundredNinetyPowerDriveACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredNinetyPowerDriveACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredNinetyPowerDriveACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredNinetyPowerDriveACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.SixHundredNinetyPowerDriveACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.SixHundredNinetyPowerDriveACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SixHundredNinetyPowerDriveACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredNinetyPowerDriveACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredNinetyPowerDriveACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveACCProductsDescription{width:500px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveACCWeightProductsLB{width:40px; margin-left:48px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SixHundredNinetyPowerDriveACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*690-I Hand-Held Power Drive Frequently Purchased Dies*/
					
					.FrequentlyPurchasedDiesI90ProductInfoOneRow{height:402px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.FrequentlyPurchasedDiesI90InfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.FrequentlyPurchasedDiesI90InfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
					.FrequentlyPurchasedDiesI90CatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FrequentlyPurchasedDiesI90Description{width:200px; margin-left:200px; padding-top:10px; color:#FFFFFF; float:left;}
						
					.FrequentlyPurchasedDiesI90partsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.FrequentlyPurchasedDiesI90partsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.FrequentlyPurchasedDiesI90ProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.FrequentlyPurchasedDiesI90ProductsDescription{width:300px; margin-left:200px; padding-top:5px; color: #000000; float:left; }
					
					/*690-I Hand-Held Power Drive Standard Equipment*/
					
					.StandardEquipmentProductInfoOneRow{height:312px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.StandardEquipmentInfoHolder{height:30px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardEquipmentInfoHeader{height:30px; width:420px; background-color:#024C8D; float:left}
					.StandardEquipmentCatalogNumber{width:0px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.StandardEquipmentDescription{width:420px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
						
					.StandardEquipmentpartsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.StandardEquipmentpartsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardEquipmentProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StandardEquipmentProductsDescription{width:200px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*690-I Hand-Held Power Drive Standard Equipment 44928*/
					
					.StandardEquipment44928ProductInfoOneRow{height:132px; width:420px; margin-top:0px; margin-left:20px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.StandardEquipment44928InfoHolder{height:30px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardEquipment44928InfoHeader{height:30px; width:420px; background-color:#024C8D; float:left}
					.StandardEquipment44928CatalogNumber{width:0px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.StandardEquipment44928Description{width:420px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
						
					.StandardEquipment44928partsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.StandardEquipment44928partsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardEquipment44928ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StandardEquipment44928ProductsDescription{width:200px; margin-left:30px; padding-top:5px; color: #000000; float:left;}

					/*Model 700 Power Drive*/
					
					/*Model 700 Power Drive Features*/

					.FeaturesProductInfo700PowerDrive{height:80px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					
					/*Model 700 Power Drive Spec */

					.SevenHundredPowerDriveSpecProductInfoOneRow{height:210px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SevenHundredPowerDriveSpecpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SevenHundredPowerDriveSpecpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SevenHundredPowerDriveSpecCatalogNumber{width:200px; margin-left:10px; padding-top:10px; float:left}
					.SevenHundredPowerDriveSpecModelNumber{width:550px; margin-left:10px; padding-top:10px; float:left}
					
					/*Model 700 Power Drive*/ 

					.SevenHundredPowerDriveProductInfoOneRow{height:100px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SevenHundredPowerDriveInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SevenHundredPowerDriveInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.SevenHundredPowerDriveCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.SevenHundredPowerDriveModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.SevenHundredPowerDriveDescription{width:60px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
					.SevenHundredPowerDriveHandleLength{width:45px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SevenHundredPowerDriveStrapLength{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.SevenHundredPowerDriveStrapWidth{width:90px; margin-left:8px; padding-top:10px; color:#FFFFFF; float:left; }
					.SevenHundredPowerDrivePipeCapacity{width:30px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.SevenHundredActualODCapacity{width:90px; margin-left:18px; padding-top:10px; color:#FFFFFF; float:left;} 
					.SevenHundredPowerDriveWeight{width:40px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.SevenHundredPowerDriveSTDPack{width:30px; margin-left:23px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.SevenHundredPowerDriveWeightLB{width:30px; margin-left:683px; margin-top: -8px; color:#FFFFFF; float:left;}
					.SevenHundredPowerDriveWeightKG{width:30px; margin-left:0px; margin-top: -8px; color:#FFFFFF; float:left;}
					
					.SevenHundredPowerDrivepartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SevenHundredPowerDrivepartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SevenHundredPowerDriveProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.SevenHundredPowerDriveProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.SevenHundredPowerDriveProductsDescription{width:185px; margin-left:70px; padding-top:8px; color: #000000; float:left;}
					.SevenHundredPowerDriveProductHandleLengthIn{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveProductsStrapLengthIn{width:34px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveProductsStrapWidthIN{width:55px; margin-left:47px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveProductsPipeCapacityIN{width:55px; margin-left:18px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveProductsActualODIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.SevenHundredPowerDriveWeightProductsLB{width:45px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveWeightProductsKG{width:30px; margin-left:17px; padding-top:8px; color: #000000; float:left;}
					.SevenHundredPowerDriveProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}

					/*700 Hand-Held Power Drive Accessories Chart */

					.SevenHundredPowerDriveACCProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SevenHundredPowerDriveACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SevenHundredPowerDriveACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.SevenHundredPowerDriveACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SevenHundredPowerDriveACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SevenHundredPowerDriveACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.SevenHundredPowerDriveACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.SevenHundredPowerDriveACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.SevenHundredPowerDriveACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.SevenHundredPowerDriveACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SevenHundredPowerDriveACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SevenHundredPowerDriveACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveACCProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.SevenHundredPowerDriveACCWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.SevenHundredPowerDriveACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}

					/*700 Hand-Held Power Drive Frequently Purchased Dies and Die Heads*/

					.SevenHundredStandardEquipmentProductInfoOneRow{height:732px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.SevenHundredStandardEquipmentInfoHolder{height:312px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SevenHundredStandardEquipmentInfoHeader{height:42px; width:420px; background-color:#024C8D; float:left}
					.SevenHundredStandardEquipmentCatalogNumber{width:120px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;}
					.SevenHundredStandardEquipmentDescription{width:150px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.SevenHundredStandardEquipmentpartsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.SevenHundredStandardEquipmentpartsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SevenHundredStandardEquipmentProductCatalogNumber{width:80px; margin-left:40px; padding-top:7px; color: #000000; float:left; text-align:center}
					.SevenHundredStandardEquipmentProductsDescription{width:200px; margin-left:70px; padding-top:7px; color: #000000; float:left;}
					
					/*Power Threading Machines Catagory ****************************************************************************/
										
					/*Catagory Headers*/
					
					#PowerThreadingMachinesMain{height:990px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#PowerThreadingMachinesHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#PowerThreadingMachinesText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
										
					
					/*Model 300 Power Drive   */
					
					/*Model 300 Power Drive Spec. */
					
					.Model300PowerDriveSpecProductInfoOneRow{height:160px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveSpecpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveSpecpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveSpecpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model300PowerDriveSpecCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveSpecCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left}
					.Model300PowerDriveSpecModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveSpecModelNumberID{width:550px; margin-left:10px; padding-top:3px; float:left}

					/*Model 300 Power Drive Chart */

					.Model300PowerDriveProductInfoOneRow{height:160px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model300PowerDriveCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveDescription{width:60px; margin-left:33px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300PowerDriveHandleLength{width:45px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveStrapLength{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.Model300PowerDriveStrapWidth{width:90px; margin-left:8px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model300PowerDrivePipeCapacity{width:30px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveMotorType{width:70px; margin-left:35px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:90px; margin-left:18px; padding-top:10px; color:#FFFFFF; float:left;} 
					.Model300PowerDriveWeight{width:37px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model300PowerDriveSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model300PowerDriveWeightLB{width:30px; margin-left:687px; margin-top: -17px; color:#FFFFFF; float:left;}
					.Model300PowerDriveWeightKG{width:30px; margin-left:0px; margin-top: -17px; color:#FFFFFF; float:left;}
					
					.Model300PowerDrivepartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDrivepartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveProductsModelNumber{width:40px; margin-left:17px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveProductsDescription{width:112px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveProductHandleLengthIn{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsStrapLengthIn{width:34px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsStrapWidthIN{width:45px; margin-left:47px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsPipeCapacityIN{width:55px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsMotorType{width:55px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsActualODIN{width:30px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveWeightProductsLB{width:45px; margin-left:45px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveWeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 300 Power Drive ACC. */
					
					.Model300PowerDriveACCProductInfoOneRow{height:522px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model300PowerDriveACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300PowerDriveACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300PowerDriveACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model300PowerDriveACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model300PowerDriveACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model300PowerDriveACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveACCProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.Model300PowerDriveACCWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}

					/*Model 300 Power Drive Frequently Purchased Dies and Die Heads*/
					
					.Model300PDStandardEquipmentProductInfoOneRow{height:732px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Model300PDStandardEquipmentInfoHolder{height:312px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PDStandardEquipmentInfoHeader{height:42px; width:420px; background-color:#024C8D; float:left}
					.Model300PDStandardEquipmentCatalogNumber{width:120px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PDStandardEquipmentDescription{width:150px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PDStandardEquipmentpartsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.Model300PDStandardEquipmentpartsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PDStandardEquipmentProductCatalogNumber{width:80px; margin-left:40px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300PDStandardEquipmentProductsDescription{width:200px; margin-left:70px; padding-top:7px; color: #000000; float:left;}
			
					/*Model 300 Power Drive Standard Equipment */

					.StandardEquipmentModel300PDProductInfoOneRow{height:252px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.StandardEquipmentModel300PDInfoHolder{height:312px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardEquipmentModel300PDInfoHeader{height:42px; width:420px; background-color:#024C8D; float:left}
					.StandardEquipmentModel300PDCatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.StandardEquipmentModel300PDDescription{width:420px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.StandardEquipmentModel300PDpartsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.StandardEquipmentModel300PDpartsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardEquipmentModel300PDProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StandardEquipmentModel300PDProductsDescription{width:200px; margin-left:30px; padding-top:5px; color: #000000; float:left;}

					/*Model 300 Power Drive Standard Equipment 68160  */

					.StandardEquipmentModel300PD68160ProductInfoOneRow{height:252px; width:420px; margin-top:0px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.StandardEquipmentModel300PD68160InfoHolder{height:312px; width:420px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardEquipmentModel300PD68160InfoHeader{height:42px; width:420px; background-color:#024C8D; float:left}
					.StandardEquipmentModel300PD68160CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.StandardEquipmentModel300PD68160Description{width:420px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.StandardEquipmentModel300PD68160partsHolder{height:30px; width:420px; background-color: #FFFFFF; float:left}
					.StandardEquipmentModel300PD68160partsHolderGray{height:30px; width:420px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardEquipmentModel300PD68160ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.StandardEquipmentModel300PD68160ProductsDescription{width:200px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					
					/*Model 300 Complete Power Drive   */
					
					/*Model 300 Complete Power Drive Chart. */
					
					.Model300PowerDriveCompleteTMProductInfoOneRow{height:204px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompleteTMInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model300PowerDriveCompleteTMCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompleteTMModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompleteTMDescription{width:60px; margin-left:25px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300PowerDriveCompleteTMDieHead{width:40px; margin-left:17px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompleteTMHandleLength{width:45px; margin-left:7px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompleteTMStrapLength{width:50px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.Model300PowerDriveCompleteTMStrapWidth{width:70px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompleteTMPipeCapacity{width:90px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompleteTMMotorType{width:25px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:40px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model300PowerDriveCompleteTMWeight{width:50px; margin-left:14px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompleteTMWeight2{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model300PowerDriveCompleteTMSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model300PowerDriveCompleteTMWeightLB{width:30px; margin-left:706px; margin-top: -17px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompleteTMWeightKG{width:30px; margin-left:0px; margin-top: -17px; color:#FFFFFF; float:left;}
					
					.Model300PowerDriveCompleteTMpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompleteTMProductsModelNumber{width:40px; margin-left:7px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsDescription{width:100px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductDieHead{width:35px; margin-left:2px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductHandleLengthIn{width:35px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompleteTMProductsStrapLengthIn{width:34px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsPipeCapacityIN{width:55px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsMotorType{width:55px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsActualODIN{width:30px; margin-left:4px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMProductsActualODMM{width:20px; margin-left:65px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompleteTMWeightProductsLB{width:45px; margin-left:28px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMWeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompleteTMProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 300 Complete Power Drive Spec. */
					
					.Model300PowerDriveCompleteTMSPCProductInfoOneRow{height:120px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model300PowerDriveCompleteTMSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveCompleteTMSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left}
					.Model300PowerDriveCompleteTMSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveCompleteTMSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*Model 300 Complete Power Drive SE 15682. */
					
					.Model300PowerDriveCompleteTMSE15682ProductInfoOneRow{height:372px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMSE15682InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompleteTMSE15682InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompleteTMSE15682CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompleteTMSE15682Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompleteTMSE15682partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMSE15682partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMSE15682ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMSE15682ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Complete Power Drive SE 15722. */
					
					.Model300PowerDriveCompleteTMSE15722ProductInfoOneRow{height:372px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMSE15722InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompleteTMSE15722InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompleteTMSE15722CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompleteTMSE15722Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompleteTMSE15722partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMSE15722partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMSE15722ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMSE15722ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Complete Power Drive SE 97415. */
					
					.Model300PowerDriveCompleteTMSE97415ProductInfoOneRow{height:282px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMSE97415InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompleteTMSE97415InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompleteTMSE97415CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompleteTMSE97415Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompleteTMSE97415partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMSE97415partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMSE97415ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMSE97415ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Complete Power Drive SE 97420. */
					
					.Model300PowerDriveCompleteTMSE97420ProductInfoOneRow{height:282px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompleteTMSE97420InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompleteTMSE97420InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompleteTMSE97420CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompleteTMSE97420Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompleteTMSE97420partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompleteTMSE97420partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompleteTMSE97420ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompleteTMSE97420ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine */
					
					/*Model 300 Compact Threading Machine SPC */
					
					.Model300PowerDriveCompactTMSPCProductInfoOneRow{height:150px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model300PowerDriveCompactTMSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveCompactTMSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left}
					.Model300PowerDriveCompactTMSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model300PowerDriveCompactTMSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*Model 300 Compact Threading Machine SE 66947 */
					
					.Model300PowerDriveCompactTMSE66947ProductInfoOneRow{height:312px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE66947InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE66947InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE66947CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE66947Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSE66947partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE66947partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE66947ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE66947ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine SE 67182  */
					
					.Model300PowerDriveCompactTMSE67182ProductInfoOneRow{height:342px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE67182InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE67182InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE67182CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE67182Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
							
					.Model300PowerDriveCompactTMSE67182partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE67182partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE67182ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE67182ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine SE 73447  */
					
					.Model300PowerDriveCompactTMSE37447ProductInfoOneRow{height:312px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE37447InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE37447InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE37447CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE37447Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSE37447partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE37447partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE37447ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE37447ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine SE 75602  */
					
					.Model300PowerDriveCompactTMSE75602ProductInfoOneRow{height:342px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE75602InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE75602InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE75602CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE75602Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSE75602partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE75602partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE75602ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE75602ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine SE 75602  */
					
					.Model300PowerDriveCompactTMSE58752ProductInfoOneRow{height:312px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE58752InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE58752InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE58752CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE58752Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSE58752partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE58752partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE58752ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE58752ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine SE 58752 */
					
					.Model300PowerDriveCompactTMSE58757ProductInfoOneRow{height:192px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSE58757InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSE58757InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSE58757CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSE58757Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSE58757partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSE58757partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSE58757ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSE58757ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading MachineChart */
					
					.Model300PowerDriveCompactTMProductInfoOneRow{height:339px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model300PowerDriveCompactTMCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompactTMModelNumber{width:50px; margin-left:10px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompactTMDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompactTMDieHead{width:0px; margin-left:17px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model300PowerDriveCompactTMHandleLength{width:45px; margin-left:7px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model300PowerDriveCompactTMStrapLength{width:50px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.Model300PowerDriveCompactTMStrapWidth{width:70px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompactTMPipeCapacity{width:90px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompactTMMotorType{width:25px; margin-left:7px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:40px; margin-left:7px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model300PowerDriveCompactTMWeight{width:50px; margin-left:17px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerDriveCompactTMWeight2{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model300PowerDriveCompactTMSTDPack{width:30px; margin-left:27px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model300PowerDriveCompactTMWeightLB{width:30px; margin-left:706px; margin-top: -17px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMWeightKG{width:30px; margin-left:0px; margin-top: -17px; color:#FFFFFF; float:left;}
					
					.Model300PowerDriveCompactTMpartsHolder{height:45px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMpartsHolderGray{height:60px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMpartsHolderGray2{height:45px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompactTMProductsModelNumber{width:60px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductsDescription{width:135px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductDieHead{width:5px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductHandleLengthIn{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompactTMProductsStrapLengthIn{width:34px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductsPipeCapacityIN{width:55px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMProductsMotorType{width:55px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align: center }
					.Model300PowerDriveCompactTMProductsActualODIN{width:30px; margin-left:5px; padding-top:8px; color: #000000; float:left; }
					.Model300PowerDriveCompactTMProductsActualODMM{width:20px; margin-left:65px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompactTMWeightProductsLB{width:45px; margin-left:31px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMWeightProductsKG{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model300PowerDriveCompactTMProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine DIE */
					
					.Model300CompactThreadingMachineDieHeadProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300CompactThreadingMachineDieHeadInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300CompactThreadingMachineDieHeadInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model300CompactThreadingMachineDieHeadCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineDieHeadModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineDieHeadDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300CompactThreadingMachineDieHeadWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model300CompactThreadingMachineDieHeadWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model300CompactThreadingMachineDieHeadWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model300CompactThreadingMachineDieHeadpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300CompactThreadingMachineDieHeadpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300CompactThreadingMachineDieHeadProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineDieHeadProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineDieHeadProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.Model300CompactThreadingMachineDieHeadWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineDieHeadWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Model 300 Compact Threading Machine ACC */
					
					.Model300CompactThreadingMachineACCProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300CompactThreadingMachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300CompactThreadingMachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model300CompactThreadingMachineACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300CompactThreadingMachineACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model300CompactThreadingMachineACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model300CompactThreadingMachineACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model300CompactThreadingMachineACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300CompactThreadingMachineACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300CompactThreadingMachineACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineACCProductsModelNumber{width:58px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineACCProductsDescription{width:380px; margin-left:150px; padding-top:7px; color: #000000; float:left;}
					.Model300CompactThreadingMachineACCWeightProductsLB{width:40px; margin-left:25px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineACCWeightProductsKG{width:40px; margin-left:12px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					/*Model 300 Compact Threading Machine Stands */
					
					.Model300CompactThreadingMachineSTANDSProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300CompactThreadingMachineSTANDSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300CompactThreadingMachineSTANDSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model300CompactThreadingMachineSTANDSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineSTANDSModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model300CompactThreadingMachineSTANDSDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model300CompactThreadingMachineSTANDSWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model300CompactThreadingMachineSTANDSWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model300CompactThreadingMachineSTANDSWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model300CompactThreadingMachineSTANDSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300CompactThreadingMachineSTANDSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300CompactThreadingMachineSTANDSProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineSTANDSProductsModelNumber{width:58px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineSTANDSProductsDescription{width:380px; margin-left:150px; padding-top:7px; color: #000000; float:left;}
					.Model300CompactThreadingMachineSTANDSWeightProductsLB{width:40px; margin-left:25px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model300CompactThreadingMachineSTANDSWeightProductsKG{width:40px; margin-left:12px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					/*Model 300 Compact Threading Machine FREQUENTLY PURCHASED DIES AND DIE HEADS */
										
					.Model1215ThreadingMachineFPDHandDProductInfoOneRow{height:702px; width:492px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1215ThreadingMachineFPDHandDInfoHolder{height:312px; width:492px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1215ThreadingMachineFPDHandDInfoHeader{height:42px; width:492px; background-color:#024C8D; float:left}
					.Model1215ThreadingMachineFPDHandDCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1215ThreadingMachineFPDHandDDescription{width:300px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
										
					.Model1215ThreadingMachineFPDHandDpartsHolder{height:30px; width:492px; background-color: #FFFFFF; float:left}
					.Model1215ThreadingMachineFPDHandDpartsHolderGray{height:30px; width:492px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1215ThreadingMachineFPDHandDProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineFPDHandDProductsDescription{width:280px; margin-left:120px; padding-top:7px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine ACC SE 51005 */
					
					.Model300PowerDriveCompactTMSEACC51005ProductInfoOneRow{height:252px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSEACC51005InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSEACC51005InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSEACC51005CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSEACC51005Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSEACC51005partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSEACC51005partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSEACC51005ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSEACC51005ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 300 Compact Threading Machine ACC SE 68160 */
					
					
					.Model300PowerDriveCompactTMSEACC68160ProductInfoOneRow{height:252px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model300PowerDriveCompactTMSEACC68160InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model300PowerDriveCompactTMSEACC68160InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model300PowerDriveCompactTMSEACC68160CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model300PowerDriveCompactTMSEACC68160Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model300PowerDriveCompactTMSEACC68160partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model300PowerDriveCompactTMSEACC68160partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model300PowerDriveCompactTMSEACC68160ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model300PowerDriveCompactTMSEACC68160ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					/*Model 535A Automatic Threading Machine   */
					
					/*Model 535 Threading Machine Features */
					
					.Model535ThreadingMachineFeaturesProductInfoFiveRow{height:602px; width:652px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model535ThreadingMachineFeaturespartsHolder{height:30px; width:652px; background-color: #FFFFFF; float:left}
					.Model535ThreadingMachineFeaturespartsHolderGray{height:30px; width:652px; background-color: #CCCCCC; float:left}
					.Model535ThreadingMachineFeaturesDescription{width:692px; margin-left:30px; padding-top:6px; float:left}
					.Model535ThreadingMachineFeaturespartsHolderHeader{height:30px; width:652px; background-color:#024C8D; color:#FFFFFF; font-size:14px; float:left;} 
					.Model535ThreadingMachineFeaturesDescriptionHeader{width:652px; margin-left:60px; padding-top:6px; float:left}

					
					/*Model 535A Automatic Threading Machine Features */

					.Model535AATMachineProductInfoFiveRow{height:422px; width:652px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachinepartsHolder{height:30px; width:652px; background-color: #FFFFFF; float:left}
					.Model535AATMachinepartsHolderGray{height:30px; width:652px; background-color: #CCCCCC; float:left}
					.Model535AATMachineDescription{width:692px; margin-left:30px; padding-top:6px; float:left}
					.Model535AATMachinepartsHolderHeader{height:30px; width:652px; background-color:#024C8D; color:#FFFFFF; font-size:14px; float:left;} 
					.Model535AATMachineDescriptionHeader{width:652px; margin-left:60px; padding-top:6px; float:left}
										
					/*Model 535A Automatic Threading Machine  Spec. */
					
					.Model535AThreadingSpecProductInfoOneRow{height:340px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model535AThreadingSpecpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model535AThreadingSpecpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AThreadingSpecpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model535AThreadingSpecCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.Model535AThreadingSpecCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left}
					.Model535AThreadingSpecModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model535AThreadingSpecModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*Model 535A Automatic Threading Machine  Chart. */
										
					.Model535AAThreadingMachineCProductInfoOneRow{height:160px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AAThreadingMachineCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AAThreadingMachineCInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model535AAThreadingMachineCCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model535AAThreadingMachineCModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model535AAThreadingMachineCDescription{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535AAThreadingMachineCDieHead{width:40px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model535AAThreadingMachineCHandleLength{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model535AAThreadingMachineCStrapLength{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.Model535AAThreadingMachineCStrapWidth{width:70px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model535AAThreadingMachineCPipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model535AAThreadingMachineCMotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model535AAThreadingMachineCWeight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model535AAThreadingMachineCSTDPack{width:30px; margin-left:32px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model535AAThreadingMachineCWeightLB{width:30px; margin-left:687px; margin-top: -17px; color:#FFFFFF; float:left;}
					.Model535AAThreadingMachineCWeightKG{width:30px; margin-left:0px; margin-top: -17px; color:#FFFFFF; float:left;}
					
					.Model535AAThreadingMachineCpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AAThreadingMachineCpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AAThreadingMachineCProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model535AAThreadingMachineCProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.Model535AAThreadingMachineCProductsDescription{width:150px; margin-left:10px; padding-top:2px; color: #000000; float:left;}
					.Model535AAThreadingMachineCProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductHandleLengthIn{width:35px; margin-left:16px; padding-top:8px; color: #000000; float:left;}
					.Model535AAThreadingMachineCProductsStrapLengthIn{width:34px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductsMotorType{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductsActualODIN{width:30px; margin-left:27px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.Model535AAThreadingMachineCWeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AAThreadingMachineCWeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.Model535AAThreadingMachineCProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}

					/*Model 535A Automatic Threading Machine ACC Chart. */

					.Model535AATMachineACCProductInfoOneRow{height:702px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model535AATMachineACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535AATMachineACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535AATMachineACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model535AATMachineACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model535AATMachineACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model535AATMachineACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model535AATMachineACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineACCProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.Model535AATMachineACCWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					
					/*Model 535A Automatic Threading Machine Standard Features 84097 */

					
					.Model535AATMachineSE84097ProductInfoOneRow{height:372px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineSE84097InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineSE84097InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model535AATMachineSE84097CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535AATMachineSE84097Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535AATMachineSE84097partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineSE84097partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineSE84097ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineSE84097ProductsDescription{width:620px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 535A Automatic Threading Machine Standard Features 91142 */

					.Model535AATMachineSE91142ProductInfoOneRow{height:222px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineSE91142InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineSE91142InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model535AATMachineSE91142CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535AATMachineSE91142Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535AATMachineSE91142partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineSE91142partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineSE91142ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineSE91142ProductsDescription{width:520px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 535A Automatic Threading Machine Standard Features 91322 */
					
					.Model535AATMachineSE91322ProductInfoOneRow{height:342px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineSE91322InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineSE91322InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model535AATMachineSE91322CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535AATMachineSE91322Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535AATMachineSE91322partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineSE91322partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineSE91322ProductCatalogNumber{width:80px; margin-left:70px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535AATMachineSE91322ProductsDescription{width:620px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
	
					/*Model 535A Automatic Threading Machine Standard Features 51005 */
					
					.Model535AATMachineSE51005ProductInfoOneRow{height:252px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineSE51005InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineSE51005InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model535AATMachineSE51005CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535AATMachineSE51005Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535AATMachineSE51005partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineSE51005partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineSE51005ProductCatalogNumber{width:80px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AATMachineSE51005ProductsDescription{width:620px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 535A Automatic Threading Machine Standard Features 68160 */
					
					.Model535AATMachineSE68160ProductInfoOneRow{height:252px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535AATMachineSE68160InfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535AATMachineSE68160InfoHeader{height:42px; font-size:14px; width:892px; background-color:#024C8D; float:left}
					.Model535AATMachineSE68160CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535AATMachineSE68160Description{width:892px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535AATMachineSE68160partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535AATMachineSE68160partsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535AATMachineSE68160ProductCatalogNumber{width:80px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535AATMachineSE68160ProductsDescription{width:620px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
		
					/*Model 535 Threading Machine   */
					
					/*Model 535 Threading Machine  Spec. */
		
					.Model535MachineSPCProductInfoOneRow{height:306px; width:820px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model535MachineSPCpartsHolder{height:30px; width:820px; background-color: #FFFFFF; float:left}
					.Model535MachineSPCpartsHolderGray{height:30px; width:820px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535MachineSPCpartsHolderID{height:66px; width:820px; margin-top:0px; background-color: #FFFFFF; float:left}
					
					.Model535MachineSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					.Model535MachineSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left}
					.Model535MachineSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model535MachineSPCModelNumberID{width:600px; margin-left:10px; padding-top:5px; float:left}
					
					/*Model 535 Threading Machine Chart   */
					
					.Model535ThreadingMachineCProductInfoOneRow{height:200px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535ThreadingMachineCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535ThreadingMachineCInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model535ThreadingMachineCCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model535ThreadingMachineCModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model535ThreadingMachineCDescription{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535ThreadingMachineCDieHead{width:40px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model535ThreadingMachineCHandleLength{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model535ThreadingMachineCStrapLength{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.Model535ThreadingMachineCStrapWidth{width:70px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model535ThreadingMachineCPipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model535ThreadingMachineCMotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model535ThreadingMachineCWeight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model535ThreadingMachineCSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model535ThreadingMachineCWeightLB{width:30px; margin-left:687px; margin-top: -16px; color:#FFFFFF; float:left;}
					.Model535ThreadingMachineCWeightKG{width:30px; margin-left:8px; margin-top: -16px; color:#FFFFFF; float:left;}
					
					.Model535ThreadingMachineCpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.Model535ThreadingMachineCpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535ThreadingMachineCProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model535ThreadingMachineCProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.Model535ThreadingMachineCProductsDescription{width:150px; margin-left:10px; padding-top:2px; color: #000000; float:left;}
					.Model535ThreadingMachineCProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductHandleLengthIn{width:35px; margin-left:31px; padding-top:8px; color: #000000; float:left;}
					.Model535ThreadingMachineCProductsStrapLengthIn{width:34px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductsMotorType{width:55px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductsActualODIN{width:30px; margin-left:27px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.Model535ThreadingMachineCWeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535ThreadingMachineCWeightProductsKG{width:28px; margin-left:22px; padding-top:8px; color: #000000; float:left;}
					.Model535ThreadingMachineCProductSTDPack{width:20px; margin-left:14px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 535 Threading Machine ACC Chart   */
					
					.Model535MachineACCProductInfoOneRow{height:462px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model535MachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535MachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model535MachineACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535MachineACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model535MachineACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model535MachineACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model535MachineACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model535MachineACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model535MachineACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model535MachineACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535MachineACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535MachineACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535MachineACCProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.Model535MachineACCWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model535MachineACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Model 535 Threading Machine Standard Features 93287 */
					
					.Model535MachineSE93287ProductInfoOneRow{height:342px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Model535MachineSE93287InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model535MachineSE93287InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.Model535MachineSE93287CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model535MachineSE93287Description{width:442px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model535MachineSE93287partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.Model535MachineSE93287partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model535MachineSE93287ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model535MachineSE93287ProductsDescription{width:260px; margin-left:40px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 1215 Threading Machine SPEC */
		
					.Model1215ThreadingMachineSPCProductInfoOneRow{height:270px; width:820px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model1215ThreadingMachineSPCpartsHolder{height:30px; width:820px; background-color: #FFFFFF; float:left}
					.Model1215ThreadingMachineSPCpartsHolderGray{height:30px; width:820px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1215ThreadingMachineSPCpartsHolderID{height:66px; width:820px; margin-top:0px; background-color: #FFFFFF; float:left}
					
					.Model1215ThreadingMachineSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left;}
					.Model1215ThreadingMachineSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; }
					.Model1215ThreadingMachineSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					
					/*Model 1215 Threading Machine Chart */
										
					.Model1215ThreadingMachineCProductInfoOneRow{height:80px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1215ThreadingMachineCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1215ThreadingMachineCInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model1215ThreadingMachineCCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model1215ThreadingMachineCModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model1215ThreadingMachineCDescription{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1215ThreadingMachineCDieHead{width:40px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model1215ThreadingMachineCHandleLength{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model1215ThreadingMachineCStrapLength{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.Model1215ThreadingMachineCStrapWidth{width:70px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model1215ThreadingMachineCPipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model1215ThreadingMachineCMotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model1215ThreadingMachineCWeight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model1215ThreadingMachineCSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model1215ThreadingMachineCWeightLB{width:30px; margin-left:687px; margin-top: -16px; color:#FFFFFF; float:left;}
					.Model1215ThreadingMachineCWeightKG{width:30px; margin-left:8px; margin-top: -16px; color:#FFFFFF; float:left;}
					
					.Model1215ThreadingMachineCpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.Model1215ThreadingMachineCpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1215ThreadingMachineCProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model1215ThreadingMachineCProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.Model1215ThreadingMachineCProductsDescription{width:150px; margin-left:10px; padding-top:2px; color: #000000; float:left;}
					.Model1215ThreadingMachineCProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductHandleLengthIn{width:35px; margin-left:31px; padding-top:8px; color: #000000; float:left;}
					.Model1215ThreadingMachineCProductsStrapLengthIn{width:34px; margin-left:14px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductsMotorType{width:55px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductsActualODIN{width:30px; margin-left:27px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.Model1215ThreadingMachineCWeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineCWeightProductsKG{width:28px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.Model1215ThreadingMachineCProductSTDPack{width:20px; margin-left:6px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 1215 Threading Machine ACC */
					
					.Model1215ThreadingMachineACCProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1215ThreadingMachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1215ThreadingMachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model1215ThreadingMachineACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1215ThreadingMachineACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1215ThreadingMachineACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model1215ThreadingMachineACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model1215ThreadingMachineACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1215ThreadingMachineACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model1215ThreadingMachineACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model1215ThreadingMachineACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1215ThreadingMachineACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineACCProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.Model1215ThreadingMachineACCWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Model 1215 Threading Machine Standard Features 61142 */
					
					.Model1215ThreadingMachineSE61142ProductInfoOneRow{height:222px; width:442px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Model1215ThreadingMachineSE61142InfoHolder{height:312px; width:442px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1215ThreadingMachineSE61142InfoHeader{height:42px; font-size:14px; width:442px; background-color:#024C8D; float:left}
					.Model1215ThreadingMachineSE61142CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model1215ThreadingMachineSE61142Description{width:442px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model1215ThreadingMachineSE61142partsHolder{height:30px; width:442px; background-color: #FFFFFF; float:left}
					.Model1215ThreadingMachineSE61142partsHolderGray{height:30px; width:442px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1215ThreadingMachineSE61142ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1215ThreadingMachineSE61142ProductsDescription{width:260px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*Threader Stands Chart */
										
					.ThreaderStandsProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreaderStandsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreaderStandsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.ThreaderStandsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreaderStandsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreaderStandsDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.ThreaderStandsWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.ThreaderStandsWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.ThreaderStandsWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ThreaderStandspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ThreaderStandspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreaderStandsProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreaderStandsProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreaderStandsProductsDescription{width:380px; margin-left:150px; padding-top:5px; color: #000000; float:left;}
					.ThreaderStandsWeightProductsLB{width:40px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ThreaderStandsWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Optional Die Heads*/
					
					/*Optional Die Heads Machine NPT Die Heads*/ 
					
					.OptionalDieHeadsMNPTDieHeadsProductInfoOneRow{height:242px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OptionalDieHeadsMNPTDieHeadsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OptionalDieHeadsMNPTDieHeadsInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.OptionalDieHeadsMNPTDieHeadsCatalogNumber{width:50px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsModelNumber{width:50px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsDescription{width:110px; margin-left:65px; padding-top:10px; color:#FFFFFF; float:left}
					.OptionalDieHeadsMNPTDieHeadsDieHead{width:40px; margin-left:42px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsHandleLength{width:45px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsStrapLength{width:50px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center  }
					.OptionalDieHeadsMNPTDieHeadsStrapWidth{width:40px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMNPTDieHeadsPipeCapacity{width:80px; margin-left:25px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMNPTDTDieHeadsBoltCapacity{width:100px; margin-left:8px; padding-top:4px; color:#FFFFFF; float:left; text-align:center} 
					.OptionalDieHeadsMNPTDieHeadsWeight{width:40px; margin-left:14px; padding-top:4px; color:#FFFFFF; float:left; }
										
					.OptionalDieHeadsMNPTDieHeadsPipeCapacityIN{width:30px; margin-left:30px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMNPTDieHeadsPipeCapacityMM{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMNPTDieHeadsBoltCapacityIN{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMNPTDieHeadsBoltCapacityMM{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMNPTDieHeadsWeightLB{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMNPTDieHeadsWeightKG{width:30px; margin-left:4px; margin-top: 0px; color:#FFFFFF; float:left;}
										
					.OptionalDieHeadsMNPTDieHeadspartsHolder{height:40px; width:892px; background-color: #FFFFFF; margin-top:0px; float:left}
					.OptionalDieHeadsMNPTDieHeadspartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OptionalDieHeadsMNPTDieHeadsProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsProductsDescription{width:200px; margin-left:13px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsProductsDescriptionID{width:200px; margin-left:13px; padding-top:6px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductHandleLengthIn{width:35px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsProductsStrapLengthIn{width:34px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductsStrapWidthIN{width:45px; margin-left:38px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductsPipeCapacityIN{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductsMotorType{width:55px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductsActualODIN{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductsActualODMM{width:20px; margin-left:5px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMNPTDieHeadsWeightProductsLB{width:45px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsWeightProductsKG{width:28px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMNPTDieHeadsProductSTDPack{width:20px; margin-left:14px; padding-top:8px; color: #000000; float:left;}
					
					/*Optional Die Heads Machine BSPT Die Heads*/ 
					
					.OptionalDieHeadsMBSPTDieHeadsProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OptionalDieHeadsMBSPTDieHeadsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OptionalDieHeadsMBSPTDieHeadsInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.OptionalDieHeadsMBSPTDieHeadsCatalogNumber{width:50px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsModelNumber{width:50px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsDescription{width:110px; margin-left:65px; padding-top:10px; color:#FFFFFF; float:left}
					.OptionalDieHeadsMBSPTDieHeadsDieHead{width:40px; margin-left:42px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsHandleLength{width:45px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsStrapLength{width:50px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center  }
					.OptionalDieHeadsMBSPTDieHeadsStrapWidth{width:40px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMBSPTDieHeadsPipeCapacity{width:80px; margin-left:25px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMBSPTDieHeadsBoltCapacity{width:100px; margin-left:8px; padding-top:4px; color:#FFFFFF; float:left; text-align:center} 
					.OptionalDieHeadsMBSPTDieHeadsWeight{width:40px; margin-left:14px; padding-top:4px; color:#FFFFFF; float:left; }
										
					.OptionalDieHeadsMBSPTDieHeadsPipeCapacityIN{width:30px; margin-left:30px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsPipeCapacityMM{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsBoltCapacityIN{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsBoltCapacityMM{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsWeightLB{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsWeightKG{width:30px; margin-left:4px; margin-top: 0px; color:#FFFFFF; float:left;}
										
					.OptionalDieHeadsMBSPTDieHeadspartsHolder{height:40px; width:892px; background-color: #FFFFFF; margin-top:0px; float:left}
					.OptionalDieHeadsMBSPTDieHeadspartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OptionalDieHeadsMBSPTDieHeadsProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductsDescription{width:200px; margin-left:13px; padding-top:4px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductsDescriptionID{width:200px; margin-left:13px; padding-top:6px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductHandleLengthIn{width:35px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductsStrapLengthIn{width:34px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductsStrapWidthIN{width:45px; margin-left:38px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductsPipeCapacityIN{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductsMotorType{width:55px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductsActualODIN{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductsActualODMM{width:20px; margin-left:5px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsWeightProductsLB{width:45px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsWeightProductsKG{width:28px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBSPTDieHeadsProductSTDPack{width:20px; margin-left:14px; padding-top:8px; color: #000000; float:left;}
					
					/*Optional Die Heads Machine Bolt Die Heads*/ 
					
					.OptionalDieHeadsMBoltDieHeadsProductInfoOneRow{height:120px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OptionalDieHeadsMBoltDieHeadsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OptionalDieHeadsMBoltDieHeadsInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.OptionalDieHeadsMBoltDieHeadsCatalogNumber{width:50px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsModelNumber{width:50px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsDescription{width:110px; margin-left:65px; padding-top:10px; color:#FFFFFF; float:left}
					.OptionalDieHeadsMBoltDieHeadsDieHead{width:40px; margin-left:42px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsHandleLength{width:45px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsStrapLength{width:50px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center  }
					.OptionalDieHeadsMBoltDieHeadsStrapWidth{width:40px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMBoltDieHeadsPipeCapacity{width:80px; margin-left:25px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMBoltDieHeadsBoltCapacity{width:100px; margin-left:8px; padding-top:4px; color:#FFFFFF; float:left; text-align:center} 
					.OptionalDieHeadsMBoltDieHeadsWeight{width:40px; margin-left:14px; padding-top:4px; color:#FFFFFF; float:left; }
										
					.OptionalDieHeadsMBoltDieHeadsPipeCapacityIN{width:30px; margin-left:30px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBoltDieHeadsPipeCapacityMM{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBoltDieHeadsBoltCapacityIN{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBoltDieHeadsBoltCapacityMM{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBoltDieHeadsWeightLB{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMBoltDieHeadsWeightKG{width:30px; margin-left:4px; margin-top: 0px; color:#FFFFFF; float:left;}
										
					.OptionalDieHeadsMBoltDieHeadspartsHolder{height:40px; width:892px; background-color: #FFFFFF; margin-top:0px; float:left}
					.OptionalDieHeadsMBoltDieHeadspartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OptionalDieHeadsMBoltDieHeadsProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsProductsDescription{width:200px; margin-left:13px; padding-top:4px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsProductsDescriptionID{width:200px; margin-left:13px; padding-top:6px; color: #000000; float:left;}
					.OptionalDieHeadsMBSPTDieHeadsProductsDescriptionMove{width:200px; margin-left:13px; padding-top:10px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductHandleLengthIn{width:35px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsProductsStrapLengthIn{width:34px; margin-left:45px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductsStrapWidthIN{width:45px; margin-left:38px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductsPipeCapacityIN{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductsMotorType{width:45px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductsActualODIN{width:50px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductsActualODMM{width:40px; margin-left:5px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMBoltDieHeadsWeightProductsLB{width:45px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsWeightProductsKG{width:20px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMBoltDieHeadsProductSTDPack{width:20px; margin-left:14px; padding-top:8px; color: #000000; float:left;}
					
					
					/*Optional Die Heads Machine Machine Mono Die Heads*/ 
					
					.OptionalDieHeadsMMonoDieHeadsProductInfoOneRow{height:400px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.OptionalDieHeadsMMonoDieHeadsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OptionalDieHeadsMMonoDieHeadsInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.OptionalDieHeadsMMonoDieHeadsCatalogNumber{width:50px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsModelNumber{width:50px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsDescription{width:110px; margin-left:65px; padding-top:10px; color:#FFFFFF; float:left}
					.OptionalDieHeadsMMonoDieHeadsDieHead{width:40px; margin-left:42px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsHandleLength{width:45px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsStrapLength{width:50px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center  }
					.OptionalDieHeadsMMonoDieHeadsStrapWidth{width:40px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMMonoDieHeadsPipeCapacity{width:80px; margin-left:25px; padding-top:4px; color:#FFFFFF; float:left; text-align:center }
					.OptionalDieHeadsMMonoDieHeadsBoltCapacity{width:100px; margin-left:8px; padding-top:4px; color:#FFFFFF; float:left; text-align:center} 
					.OptionalDieHeadsMMonoDieHeadsWeight{width:40px; margin-left:14px; padding-top:4px; color:#FFFFFF; float:left; }
										
					.OptionalDieHeadsMMonoDieHeadsPipeCapacityIN{width:30px; margin-left:30px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMMonoDieHeadsPipeCapacityMM{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMMonoDieHeadsBoltCapacityIN{width:30px; margin-left:20px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMMonoDieHeadsBoltCapacityMM{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMMonoDieHeadsWeightLB{width:30px; margin-left:18px; margin-top: 0px; color:#FFFFFF; float:left;}
					.OptionalDieHeadsMMonoDieHeadsWeightKG{width:30px; margin-left:4px; margin-top: 0px; color:#FFFFFF; float:left;}
										
					.OptionalDieHeadsMMonoDieHeadspartsHolder{height:40px; width:892px; background-color: #FFFFFF; margin-top:0px; float:left}
					.OptionalDieHeadsMMonoDieHeadspartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OptionalDieHeadsMMonoDieHeadsProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsProductsDescription{width:135px; margin-left:80px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsProductsDescriptionID{width:135px; margin-left:80px; padding-top:6px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductHandleLengthIn{width:35px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsProductsStrapLengthIn{width:34px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductsStrapWidthIN{width:45px; margin-left:34px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductsPipeCapacityIN{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductsMotorType{width:55px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductsActualODIN{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductsActualODMM{width:20px; margin-left:5px; padding-top:8px; color: #000000; float:left;}
					.OptionalDieHeadsMMonoDieHeadsWeightProductsLB{width:45px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.OptionalDieHeadsMMonoDieHeadsWeightProductsKG{width:25px; margin-left:6px; padding-top:8px; color: #000000; float:left;text-align:center}
					.OptionalDieHeadsMMonoDieHeadsProductSTDPack{width:20px; margin-left:16px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 1224 Threading Machine */ 
					
					/*Model 1224 Threading Machine Features */

					.FeaturesMode1224ThreadingMachineProductInfoRow{height:200px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.FeaturesMode1224ThreadingMachinepartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.FeaturesMode1224ThreadingMachinepartsHolderGray{height:40px; width:892px; background-color: #CCCCCC; float:left}
					.FeaturesMode1224ThreadingMachineDescriptionID{width:892px; margin-left:30px; padding-top:6px; float:left}
					.FeaturesMode1224ThreadingMachineDescription{width:892px; margin-left:30px; padding-top:10px; float:left}

					
					/*Model 1224 Threading Machine Spec.*/ 
					
					.Model1224ThreadingSPCProductInfoOneRow{height:250px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.Model1224ThreadingSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Model1224ThreadingSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.Model1224ThreadingSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.Model1224ThreadingSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/*Model 1224 Threading Machine Chart*/ 
					
					.Model1224ThreadingMachineProductInfoOneRow{height:240px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingMachineInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingMachineInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.Model1224ThreadingMachineCatalogNumber{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model1224ThreadingMachineModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.Model1224ThreadingMachineDescription{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingMachineDieHead{width:40px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.Model1224ThreadingMachineHandleLength{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model1224ThreadingMachineStrapLength{width:50px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.Model1224ThreadingMachineStrapWidth{width:70px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model1224ThreadingMachinePipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.Model1224ThreadingMachineMotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model535ThreadingMachineODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.Model1224ThreadingMachineWeight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.Model1224ThreadingMachineSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.Model1224ThreadingMachineWeightLB{width:30px; margin-left:687px; margin-top: -16px; color:#FFFFFF; float:left;}
					.Model1224ThreadingMachineWeightKG{width:30px; margin-left:8px; margin-top: -16px; color:#FFFFFF; float:left;}
					
					.Model1224ThreadingMachinepartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingMachinepartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingMachineProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model1224ThreadingMachineProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.Model1224ThreadingMachineProductsDescription{width:150px; margin-left:10px; padding-top:6px; color: #000000; float:left;}
					.Model1224ThreadingMachineProductDieHead{width:35px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductHandleLengthIn{width:35px; margin-left:16px; padding-top:8px; color: #000000; float:left;}
					.Model1224ThreadingMachineProductsStrapLengthIn{width:34px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductsStrapWidthIN{width:45px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductsMotorType{width:55px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductsActualODIN{width:30px; margin-left:28px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineProductsActualODMM{width:20px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.Model1224ThreadingMachineWeightProductsLB{width:45px; margin-left:35px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineWeightProductsKG{width:28px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.Model1224ThreadingMachineProductSTDPack{width:20px; margin-left:14px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 1224 Threading Machine Stands*/ 
					
					.Model1224ThreadingStandProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingStandInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingStandInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.Model1224ThreadingStandCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingStandModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingStandDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.Model1224ThreadingStandWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.Model1224ThreadingStandWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingStandWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model1224ThreadingStandpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingStandpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingStandProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingStandProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingStandProductsDescription{width:370px; margin-left:180px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingStandWeightProductsLB{width:40px; margin-left:3px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingStandWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Model 1224 Threading Machine Die Heads*/ 
										
					.Model1224ThreadingDieHeadsProductInfoOneRow{height:492px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingDieHeadsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingDieHeadsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.Model1224ThreadingDieHeadsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingDieHeadsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingDieHeadsDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingDieHeadsPipeCapacity{width:100px; margin-left:163px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingDieHeadsWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingDieHeadsSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.Model1224ThreadingDieHeadsIn{width:55px; margin-left:140px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingDieHeadsmm{width:55px; margin-left:18px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingDieHeadsWeightLB{width:50px; margin-left:65px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingDieHeadsWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model1224ThreadingDieHeadspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingDieHeadspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingDieHeadsProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingDieHeadsProductsModelNumber{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingDieHeadsProductsDescription{width:250px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingDieHeadsCapacityIn{width:70px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingDieHeadsCapacityMM{width:70px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingDieHeadsWeightProductsLB{width:40px; margin-left:55px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingDieHeadsWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingDieHeadsProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 1224 Threading Machine Pipe Dies*/ 
					
					.Model1224ThreadingPipeDiesProductInfoOneRow{height:402px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingPipeDiesInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingPipeDiesInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.Model1224ThreadingPipeDiesCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingPipeDiesModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingPipeDiesDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingPipeDiesPipeCapacity{width:100px; margin-left:163px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingPipeDiesWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingPipeDiesSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.Model1224ThreadingPipeDiesIn{width:55px; margin-left:140px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingPipeDiesmm{width:55px; margin-left:18px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingPipeDiesWeightLB{width:50px; margin-left:65px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingPipeDiesWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model1224ThreadingPipeDiespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingPipeDiespartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingPipeDiesProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingPipeDiesProductsModelNumber{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingPipeDiesProductsDescription{width:250px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingPipeDiesCapacityIn{width:70px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingPipeDiesCapacityMM{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingPipeDiesWeightProductsLB{width:40px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingPipeDiesWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingPipeDiesProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 1224 Threading Machine ACC*/ 
					
					.Model1224ThreadingMachineACCProductInfoOneRow{height:432px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Model1224ThreadingMachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingMachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.Model1224ThreadingMachineACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingMachineACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingMachineACCDescription{width:100px; margin-left:60px; padding-top:10px; color:#FFFFFF; float:left}
					.Model1224ThreadingMachineACCPipeCapacity{width:100px; margin-left:163px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingMachineACCWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.Model1224ThreadingMachineACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					.Model1224ThreadingMachineACCIn{width:55px; margin-left:140px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingMachineACCmm{width:55px; margin-left:18px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingMachineACCWeightLB{width:50px; margin-left:65px; padding-top:5px; color:#FFFFFF; float:left;}
					.Model1224ThreadingMachineACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.Model1224ThreadingMachineACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingMachineACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingMachineACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineACCProductsModelNumber{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingMachineACCProductsDescription{width:250px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
					.Model1224ThreadingMachineACCCapacityIn{width:70px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineACCCapacityMM{width:70px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineACCWeightProductsLB{width:40px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineACCWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingMachineACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model 1224, 26097, 26127, 26112,   Threading Machine Standard Equipment 26092*/ 
					
					.Model1224ThreadingSE26092ProductInfoOneRow{height:462px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Model1224ThreadingSE26092InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingSE26092InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.Model1224ThreadingSE26092CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model1224ThreadingSE26092Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model1224ThreadingSE26092partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingSE26092partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingSE26092ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingSE26092ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*Model 51005 Threading Machine Standard Equipment 26092*/ 
					
					.Model1224ThreadingSE51005ProductInfoOneRow{height:222px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Model1224ThreadingSE51005InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Model1224ThreadingSE51005InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.Model1224ThreadingSE51005CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Model1224ThreadingSE51005Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Model1224ThreadingSE51005partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.Model1224ThreadingSE51005partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Model1224ThreadingSE51005ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Model1224ThreadingSE51005ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					
					/* 819 Nipple Chuck Kit */
					
					.NippleChuckKitProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NippleChuckKitInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NippleChuckKitInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NippleChuckKitCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NippleChuckKitModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NippleChuckKitDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NippleChuckKitWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NippleChuckKitWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NippleChuckKitWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
										
					.NippleChuckKitpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NippleChuckKitpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NippleChuckKitProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NippleChuckKitProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NippleChuckKitProductsDescription{width:370px; margin-left:180px; padding-top:5px; color: #000000; float:left;}
					.NippleChuckKitWeightProductsLB{width:40px; margin-left:3px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NippleChuckKitWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
										
					/*819 Nipple Chuck Kit Standard Equipment 68160*/ 
										
					.NippleChuckKitSF68160ProductInfoOneRow{height:252px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NippleChuckKitSF68160InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NippleChuckKitSF68160InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NippleChuckKitSF68160CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NippleChuckKitSF68160Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NippleChuckKitSF68160partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NippleChuckKitSF68160partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NippleChuckKitSF68160ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NippleChuckKitSF68160ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*819 Nipple Chuck Kit Standard Equipment 51005*/ 
					
					.NippleChuckKitSF51005ProductInfoOneRow{height:252px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NippleChuckKitSF51005InfoHolder{height:312px; width:442px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NippleChuckKitSF51005InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NippleChuckKitSF51005CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NippleChuckKitSF51005Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NippleChuckKitSF51005partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NippleChuckKitSF51005partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NippleChuckKitSF51005ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NippleChuckKitSF51005ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*Roll Grooving ****************************************************************************************************************************/					
					
					/*Roll Grooving Catagory Header */
					
					#RollGroovingMain{height:760px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
					#RollGroovingHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#RollGroovingText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}
					
					/* 915 Roll Groover Header */ 
					
					#NineFifteenRollGrooverMain{height:340px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}
					#NineFifteenRollGrooverHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
					#NineFifteenRollGrooverText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

					/* 915 Roll Groover Spec */ 
					
					.RollGrooverSPCProductInfoOneRow{height:180px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.RollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.RollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.RollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}		
				
					/* 915 Roll Groover Chart */ 

					.NineFifteenRollGrooverChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineFifteenRollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineFifteenRollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineFifteenRollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineFifteenRollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineFifteenRollGrooverChartDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineFifteenRollGrooverChartWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineFifteenRollGrooverChartWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineFifteenRollGrooverChartWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineFifteenRollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineFifteenRollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineFifteenRollGrooverChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartProductsDescription{width:370px; margin-left:90px; padding-top:5px; color: #000000; float:left;}
					.NineFifteenRollGrooverChartWeightProductsLB{width:40px; margin-left:94px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverSE88232ProductInfoOneRow{height:132px; width:492px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }						
					
					/* 915 Roll Groover Standard Equipment 88232 */ 
					
					.NineFifteenRollGrooverSE88232ProductInfoOneRow{height:132px; width:532px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }											                    .NineFifteenRollGrooverSE88232InfoHolder{height:312px; width:532px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineFifteenRollGrooverSE88232InfoHeader{height:42px; font-size:14px; width:532px; background-color:#024C8D; float:left}
					.NineFifteenRollGrooverSE88232CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineFifteenRollGrooverSE88232Description{width:532px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineFifteenRollGrooverSE88232partsHolder{height:30px; width:532px; background-color: #FFFFFF; float:left}
					.NineFifteenRollGrooverSE88232partsHolderGray{height:30px; width:532px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineFifteenRollGrooverSE88232ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverSE88232ProductsDescription{width:260px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* 915 Roll Groover Standard Equipment Accessories */ 
					
					.NineFifteenRollGrooverChartACCProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineFifteenRollGrooverChartACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineFifteenRollGrooverChartACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineFifteenRollGrooverChartACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineFifteenRollGrooverChartACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineFifteenRollGrooverChartACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineFifteenRollGrooverChartACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineFifteenRollGrooverChartACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineFifteenRollGrooverChartACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineFifteenRollGrooverChartACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineFifteenRollGrooverChartACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineFifteenRollGrooverChartACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartACCProductsDescription{width:400px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					.NineFifteenRollGrooverChartACCWeightProductsLB{width:40px; margin-left:94px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineFifteenRollGrooverChartACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*975 Combo Roll Groover */
					
					/*975 Combo Roll Groover Features*/

					.FeaturesComboRollGrooverProductInfoThreeRow{height:172px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.FeaturesComboRollGrooverpartsHolder{height:45px; width:892px; background-color: #FFFFFF; float:left}
					.FeaturesComboRollGrooverpartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.FeaturesComboRollGrooverDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					.FeaturesComboRollGrooverpartsHolderFirst{height:80px; width:892px; background-color: #FFFFFF; float:left}
					.FeaturesComboRollGrooverpartsHolderGraySecond{height:45px; width:892px; background-color: #CCCCCC; float:left}
					
					/* 975 Combo Roll Groover Spec.  */ 
					
					.ComboRollGrooverSPCProductInfoOneRow{height:170px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ComboRollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ComboRollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ComboRollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.ComboRollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ComboRollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.ComboRollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.ComboRollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					.ComboRollGrooverSPCpartsHolderID{height:25px; width:770px; background-color: #FFFFFF; float:left}
					
					/* 975 Combo Roll Groover Chart.  */ 
										
					.NineSeventyFiveComboRollGrooverChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineSeventyFiveComboRollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineSeventyFiveComboRollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineSeventyFiveComboRollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverChartDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverChartWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineSeventyFiveComboRollGrooverChartWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineSeventyFiveComboRollGrooverChartWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineSeventyFiveComboRollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineSeventyFiveComboRollGrooverChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverChartProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverChartProductsDescription{width:370px; margin-left:140px; padding-top:5px; color: #000000; float:left;}
					.NineSeventyFiveComboRollGrooverChartWeightProductsLB{width:40px; margin-left:44px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverChartWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
		
					/* 975 Combo Roll Groover Standard Equipment 25638  */ 

					.NineHundredSeventyFiveComboRollGrooverSE25638ProductInfoOneRow{height:192px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineHundredSeventyFiveComboRollGrooverSE25638InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineHundredSeventyFiveComboRollGrooverSE25638InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineHundredSeventyFiveComboRollGrooverSE25638CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineHundredSeventyFiveComboRollGrooverSE25638Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineHundredSeventyFiveComboRollGrooverSE25638partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineHundredSeventyFiveComboRollGrooverSE25638partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineHundredSeventyFiveComboRollGrooverSE25638ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineHundredSeventyFiveComboRollGrooverSE25638ProductsDescription{width:220px; margin-left:50px; padding-top:8px; color: #000000; float:left;}

					/* 975 Combo Roll Groover Standard Equipment ACC  */ 

					.NineSeventyFiveComboRollGrooverACCProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineSeventyFiveComboRollGrooverACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineSeventyFiveComboRollGrooverACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineSeventyFiveComboRollGrooverACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverACCDescription{width:400px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineSeventyFiveComboRollGrooverACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineSeventyFiveComboRollGrooverACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineSeventyFiveComboRollGrooverACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineSeventyFiveComboRollGrooverACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineSeventyFiveComboRollGrooverACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverACCProductsDescription{width:340px; margin-left:170px; padding-top:5px; color: #000000; float:left;}
					.NineSeventyFiveComboRollGrooverACCWeightProductsLB{width:40px; margin-left:44px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineSeventyFiveComboRollGrooverACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* Power-Driven 916 Roll Groover Spec.  */ 
					
					.PowerDriven916RollGrooverSPCProductInfoOneRow{height:150px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PowerDriven916RollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.PowerDriven916RollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PowerDriven916RollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.PowerDriven916RollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.PowerDriven916RollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.PowerDriven916RollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.PowerDriven916RollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/* Power-Driven 916 Roll Groover Chart.  */ 
					
					.PowerDriven916RollGrooverChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PowerDriven916RollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PowerDriven916RollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.PowerDriven916RollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PowerDriven916RollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PowerDriven916RollGrooverChartDescription{width:410px; margin-left:17px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.PowerDriven916RollGrooverChartWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.PowerDriven916RollGrooverChartWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.PowerDriven916RollGrooverChartWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PowerDriven916RollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PowerDriven916RollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PowerDriven916RollGrooverChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverChartProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverChartProductsDescription{width:370px; margin-left:140px; padding-top:5px; color: #000000; float:left;}
					.PowerDriven916RollGrooverChartWeightProductsLB{width:40px; margin-left:44px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverChartWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* Power-Driven 916 Roll Groover Standard Equipment.  */ 
					
					.Powe-Driven916RollGrooverSEProductInfoOneRow{height:102px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.Powe-Driven916RollGrooverSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Powe-Driven916RollGrooverSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.Powe-Driven916RollGrooverSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.Powe-Driven916RollGrooverSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.Powe-Driven916RollGrooverSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.Powe-Driven916RollGrooverSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Powe-Driven916RollGrooverSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.Powe-Driven916RollGrooverSEProductsDescription{width:220px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					 /* Power-Driven 916 Roll Groover Standard ACC.  */ 
					
					.PowerDriven916RollGrooverACCProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PowerDriven916RollGrooverACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PowerDriven916RollGrooverACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.PowerDriven916RollGrooverACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PowerDriven916RollGrooverACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PowerDriven916RollGrooverACCDescription{width:300px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.PowerDriven916RollGrooverACCWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.PowerDriven916RollGrooverACCWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.PowerDriven916RollGrooverACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PowerDriven916RollGrooverACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PowerDriven916RollGrooverACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PowerDriven916RollGrooverACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverACCProductsDescription{width:370px; margin-left:140px; padding-top:5px; color: #000000; float:left;}
					.PowerDriven916RollGrooverACCWeightProductsLB{width:40px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PowerDriven916RollGrooverACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* 918 Roll Groover  Spec.  **********************************************************************************************/ 
					
					/* 918 Roll Groover  Spec.  */ 
					
					.NineEighteenRollGrooverSPCProductInfoOneRow{height:180px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.NineEighteenRollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.NineEighteenRollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.NineEighteenRollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.NineEighteenRollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.NineEighteenRollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/* 918 Roll Groover SE 48297  */ 
					
					.NineEighteenRollGrooverSE48297ProductInfoOneRow{height:262px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenRollGrooverSE48297InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverSE48297InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenRollGrooverSE48297CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverSE48297Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenRollGrooverSE48297partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48297partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48297ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverSE48297ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenRollGrooverSE48297partsHolderID{height:40px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48297partsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48297ProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					
					/* 918 Roll Groover SE 48377  */
					
					.NineEighteenRollGrooverSE48377ProductInfoOneRow{height:262px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenRollGrooverSE48377InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverSE48377InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenRollGrooverSE48377CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverSE48377Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenRollGrooverSE48377partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48377partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48377ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverSE48377ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenRollGrooverSE48377partsHolderID{height:40px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48377partsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48377ProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
								
					/* 918 Roll Groover SE 48382 */
					
					.NineEighteenRollGrooverSE48382ProductInfoOneRow{height:232px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenRollGrooverSE48382InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverSE48382InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenRollGrooverSE48382CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverSE48382Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenRollGrooverSE48382partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48382partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48382ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverSE48382ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenRollGrooverSE48382partsHolderID{height:40px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48382partsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48382ProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
							
					/* 918 Roll Groover SE 48387 */			
					
					.NineEighteenRollGrooverSE48387ProductInfoOneRow{height:232px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenRollGrooverSE48387InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverSE48387InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenRollGrooverSE48387CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverSE48387Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenRollGrooverSE48387partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48387partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48387ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverSE48387ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenRollGrooverSE48387partsHolderID{height:40px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE48387partsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE48387ProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					
					/* 918 Roll Groover SE 47222 */
					
					.NineEighteenRollGrooverSE47222ProductInfoOneRow{height:232px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenRollGrooverSE47222InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverSE47222InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenRollGrooverSE47222CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverSE47222Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenRollGrooverSE47222partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE47222partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE47222ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverSE47222ProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenRollGrooverSE47222partsHolderID{height:40px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverSE47222partsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverSE47222ProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
			
					/* 918 Roll Groover Chart */
			
					.NineEighteenRollGrooverChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineEighteenRollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.NineEighteenRollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartDescription{width:100px; margin-left:150px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartPipeCapacity{width:100px; margin-left:143px; padding-top:10px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartWeight{width:80px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.NineEighteenRollGrooverChartWeightLB{width:50px; margin-left:290px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineEighteenRollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartProductsModelNumber{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartProductsDescription{width:270px; margin-left:85px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartCapacityIn{width:70px; margin-left:28px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartWeightProductsLB{width:40px; margin-left:90px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartWeightProductsKG{width:40px; margin-left:14px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
			
					/* 918 Roll Groover MOUNTING KIT ONLY */
					
					.NineEighteenRollGrooverChartACCProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineEighteenRollGrooverChartACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverChartACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.NineEighteenRollGrooverChartACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCDescription{width:135px; margin-left:115px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCPipeCapacity{width:100px; margin-left:143px; padding-top:10px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartACCWeight{width:80px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.NineEighteenRollGrooverChartACCWeightLB{width:50px; margin-left:290px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverChartACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineEighteenRollGrooverChartACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverChartACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCProductsModelNumber{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartACCProductsDescription{width:250px; margin-left:85px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartACCCapacityIn{width:70px; margin-left:48px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCWeightProductsLB{width:40px; margin-left:90px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCWeightProductsKG{width:40px; margin-left:14px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/* 918 Roll Groover ACC Second */
					
					.NineEighteenRollGrooverChartACCSecondProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineEighteenRollGrooverChartACCSecondInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenRollGrooverChartACCSecondInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.NineEighteenRollGrooverChartACCSecondCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCSecondModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCSecondDescription{width:155px; margin-left:95px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCSecondPipeCapacity{width:100px; margin-left:143px; padding-top:10px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartACCSecondWeight{width:80px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
					.NineEighteenRollGrooverChartACCSecondSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.NineEighteenRollGrooverChartACCSecondWeightLB{width:50px; margin-left:290px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineEighteenRollGrooverChartACCSecondWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineEighteenRollGrooverChartACCSecondpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineEighteenRollGrooverChartACCSecondpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenRollGrooverChartACCSecondProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCSecondProductsModelNumber{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartACCSecondProductsDescription{width:380px; margin-left:5px; padding-top:7px; color: #000000; float:left;}
					.NineEighteenRollGrooverChartACCSecondCapacityIn{width:40px; margin-left:28px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCSecondWeightProductsLB{width:40px; margin-left:90px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCSecondWeightProductsKG{width:40px; margin-left:16px; padding-top:7px; color: #000000; float:left; text-align:center}
					.NineEighteenRollGrooverChartACCSecondProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/* 918-I Roll Groover  Spec.  ******************************************************************************/ 
					
					.NineEighteenIRollGrooverSPCProductInfoOneRow{height:180px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.NineEighteenIRollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.NineEighteenIRollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenIRollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.NineEighteenIRollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.NineEighteenIRollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.NineEighteenIRollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.NineEighteenIRollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					/* 918-I Roll Groover Chart.  */ 
										
					.NineEighteenIRollGrooverChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineEighteenIRollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenIRollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.NineEighteenIRollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenIRollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenIRollGrooverChartDescription{width:100px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenIRollGrooverChartPipeCapacity{width:100px; margin-left:143px; padding-top:10px; color:#FFFFFF; float:left; }
					.NineEighteenIRollGrooverChartWeight{width:80px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					.NineEighteenIRollGrooverChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.NineEighteenIRollGrooverChartWeightLB{width:50px; margin-left:65px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineEighteenIRollGrooverChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineEighteenIRollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineEighteenIRollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenIRollGrooverChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverChartProductsModelNumber{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					.NineEighteenIRollGrooverChartProductsDescription{width:270px; margin-left:85px; padding-top:5px; color: #000000; float:left;}
					.NineEighteenIRollGrooverChartCapacityIn{width:70px; margin-left:28px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverChartWeightProductsLB{width:40px; margin-left:90px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverChartWeightProductsKG{width:40px; margin-left:14px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/* 918-I Roll Groover Standard Equipment.  */ 
					
					.NineEighteenIRollGrooverSEProductInfoOneRow{height:382px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineEighteenIRollGrooverSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenIRollGrooverSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.NineEighteenIRollGrooverSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineEighteenIRollGrooverSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineEighteenIRollGrooverSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.NineEighteenIRollGrooverSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenIRollGrooverSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverSEProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.NineEighteenIRollGrooverSEpartsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenIRollGrooverSEProductsDescriptionID{width:240px; margin-left:50px; padding-top:4px; color: #000000; float:left;}
					
					/* 918-I Roll Groover Standard ACC.  */ 
					
					.NineEighteenIRollGrooverACCProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineEighteenIRollGrooverACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineEighteenIRollGrooverACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineEighteenIRollGrooverACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenIRollGrooverACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineEighteenIRollGrooverACCDescription{width:300px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineEighteenIRollGrooverACCWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineEighteenIRollGrooverACCWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineEighteenIRollGrooverACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineEighteenIRollGrooverACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineEighteenIRollGrooverACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineEighteenIRollGrooverACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverACCProductsDescription{width:380px; margin-left:60px; padding-top:5px; color: #000000; float:left;}
					.NineEighteenIRollGrooverACCWeightProductsLB{width:40px; margin-left:114px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineEighteenIRollGrooverACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* 920 Roll Groover SPC.  */ 
								
					
					.NineTwentyRollGrooverSPCProductInfoOneRow{height:240px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.NineTwentyRollGrooverSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.NineTwentyRollGrooverSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineTwentyRollGrooverSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.NineTwentyRollGrooverSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.NineTwentyRollGrooverSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.NineTwentyRollGrooverSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.NineTwentyRollGrooverSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
										
					/* 920 Roll Groover Chart.  */ 
					
					.NineTwentyRollGrooverChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineTwentyRollGrooverChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineTwentyRollGrooverChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineTwentyRollGrooverChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineTwentyRollGrooverChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineTwentyRollGrooverChartDescription{width:410px; margin-left:17px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineTwentyRollGrooverChartWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineTwentyRollGrooverChartWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineTwentyRollGrooverChartWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineTwentyRollGrooverChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineTwentyRollGrooverChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineTwentyRollGrooverChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverChartProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverChartProductsDescription{width:460px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					.NineTwentyRollGrooverChartWeightProductsLB{width:40px; margin-left:44px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverChartWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* 920 Roll Groover Standard Equipment.  */ 
										
					.NineTwentyRollGrooverSEProductInfoOneRow{height:192px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.NineTwentyRollGrooverSEInfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineTwentyRollGrooverSEInfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.NineTwentyRollGrooverSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.NineTwentyRollGrooverSEDescription{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.NineTwentyRollGrooverSEpartsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.NineTwentyRollGrooverSEpartsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineTwentyRollGrooverSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverSEProductsDescription{width:420px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* 920 Roll Groover Standard ACC.  */ 
					
					.NineTwentyRollGrooverACCProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.NineTwentyRollGrooverACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.NineTwentyRollGrooverACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.NineTwentyRollGrooverACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineTwentyRollGrooverACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.NineTwentyRollGrooverACCDescription{width:410px; margin-left:17px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.NineTwentyRollGrooverACCWeight{width:60px; margin-left:125px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.NineTwentyRollGrooverACCWeightLB{width:45px; margin-left:115px; padding-top:5px; color:#FFFFFF; float:left;}
					.NineTwentyRollGrooverACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.NineTwentyRollGrooverACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.NineTwentyRollGrooverACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.NineTwentyRollGrooverACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverACCProductsDescription{width:440px; margin-left:90px; padding-top:5px; color: #000000; float:left;}
					.NineTwentyRollGrooverACCWeightProductsLB{width:40px; margin-left:24px; padding-top:5px; color: #000000; float:left; text-align:center}
					.NineTwentyRollGrooverACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*HC300 Hole Cutting Tool SPC */
					
					.HC300HoleCuttingToolSPCProductInfoOneRow{height:300px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.HC300HoleCuttingToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.HC300HoleCuttingToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC300HoleCuttingToolSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.HC300HoleCuttingToolSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.HC300HoleCuttingToolSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.HC300HoleCuttingToolSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.HC300HoleCuttingToolSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					
					.HC300HoleCuttingToolChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HC300HoleCuttingToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC300HoleCuttingToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					/*HC300 Hole Cutting Tool Chart */
					
					.HC300HoleCuttingToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.HC300HoleCuttingToolChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.HC300HoleCuttingToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.HC300HoleCuttingToolChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.HC300HoleCuttingToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HC300HoleCuttingToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HC300HoleCuttingToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC300HoleCuttingToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartProductsModelNumber{width:50px; margin-left:43px; padding-top:5px; color: #000000; float:left;}
					.HC300HoleCuttingToolChartProductsDescription{width:230px; margin-left:215px; padding-top:5px; color: #000000; float:left;}
					.HC300HoleCuttingToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartWeightProductsLB{width:40px; margin-left:87px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*HC300 Hole Cutting Tool ACC */
					
					.HC300HoleCuttingToolChartACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HC300HoleCuttingToolChartACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC300HoleCuttingToolChartACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.HC300HoleCuttingToolChartACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.HC300HoleCuttingToolChartACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.HC300HoleCuttingToolChartACCWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.HC300HoleCuttingToolChartACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
														
					.HC300HoleCuttingToolChartACCWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.HC300HoleCuttingToolChartACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HC300HoleCuttingToolChartACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HC300HoleCuttingToolChartACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC300HoleCuttingToolChartACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartACCProductsDescription{width:230px; margin-left:223px; padding-top:5px; color: #000000; float:left;}
					.HC300HoleCuttingToolChartACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartACCWeightProductsLB{width:40px; margin-left:87px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolChartACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*HC300 Hole Cutting Tool Standard Equipment */
					
					.HC300HoleCuttingToolSEProductInfoOneRow{height:72px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.HC300HoleCuttingToolSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC300HoleCuttingToolSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.HC300HoleCuttingToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.HC300HoleCuttingToolSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.HC300HoleCuttingToolSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.HC300HoleCuttingToolSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC300HoleCuttingToolSEProductCatalogNumber{width:80px; margin-left:80px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HC300HoleCuttingToolSEProductsDescription{width:200px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*HC450 Hole Cutting Tool Spec. */
					
					.HC450HoleCuttingToolSPCProductInfoOneRow{height:270px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.HC450HoleCuttingToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.HC450HoleCuttingToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC450HoleCuttingToolSPCpartsHolderGrayID{height:40px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.HC450HoleCuttingToolSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.HC450HoleCuttingToolSPCCatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; font-weight:bold}
					.HC450HoleCuttingToolSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					.HC450HoleCuttingToolSPCModelNumberID{width:550px; margin-left:10px; padding-top:5px; float:left}
					
					.HC450HoleCuttingToolChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HC450HoleCuttingToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC450HoleCuttingToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.HC450HoleCuttingToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.HC450HoleCuttingToolChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.HC450HoleCuttingToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					/*HC450 Hole Cutting Tool Chart. */
					
					.HC450HoleCuttingToolChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.HC450HoleCuttingToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HC450HoleCuttingToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HC450HoleCuttingToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC450HoleCuttingToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartProductsDescription{width:230px; margin-left:193px; padding-top:5px; color: #000000; float:left;}
					.HC450HoleCuttingToolChartCapacityIn{width:00px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartWeightProductsLB{width:40px; margin-left:87px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*HC450 Hole Cutting Tool ACC. */

					.HC450HoleCuttingToolChartACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HC450HoleCuttingToolChartACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC450HoleCuttingToolChartACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.HC450HoleCuttingToolChartACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.HC450HoleCuttingToolChartACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.HC450HoleCuttingToolChartACCWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.HC450HoleCuttingToolChartACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
					
					
					.HC450HoleCuttingToolChartACCWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.HC450HoleCuttingToolChartACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.HC450HoleCuttingToolChartACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HC450HoleCuttingToolChartACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC450HoleCuttingToolChartACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartACCProductsDescription{width:230px; margin-left:223px; padding-top:5px; color: #000000; float:left;}
					.HC450HoleCuttingToolChartACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartACCWeightProductsLB{width:40px; margin-left:87px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolChartACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*HC450 Hole Cutting Tool SE. */
		
					.HC450HoleCuttingToolSEProductInfoOneRow{height:102px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.HC450HoleCuttingToolSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HC450HoleCuttingToolSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.HC450HoleCuttingToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.HC450HoleCuttingToolSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
							
					.HC450HoleCuttingToolSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.HC450HoleCuttingToolSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HC450HoleCuttingToolSEProductCatalogNumber{width:80px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HC450HoleCuttingToolSEProductsDescription{width:200px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* RT1000 Tapping Tool ***********************************/
					
					/* RT1000 Tapping Tool Spec. */
					
					.RT000TappingToolSPCProductInfoOneRow{height:180px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RT000TappingToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RT000TappingToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RT000TappingToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RT000TappingToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					/* RT1000 Tapping Tool Chart. */
					
					.RT1000TappingToolChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT1000TappingToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT1000TappingToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RT1000TappingToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT1000TappingToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT1000TappingToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RT1000TappingToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RT1000TappingToolChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.RT1000TappingToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RT1000TappingToolChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT1000TappingToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT1000TappingToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT1000TappingToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT1000TappingToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolChartProductsDescription{width:230px; margin-left:223px; padding-top:5px; color: #000000; float:left;}
					.RT1000TappingToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolChartWeightProductsLB{width:40px; margin-left:87px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/* RT1000 Tapping Tool Standard Equipment */

					.RT1000TappingToolSE83567ProductInfoOneRow{height:282px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RT1000TappingToolSE83567InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT1000TappingToolSE83567InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RT1000TappingToolSE83567CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RT1000TappingToolSE83567Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RT1000TappingToolSE83567partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RT1000TappingToolSE83567partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT1000TappingToolSE83567ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolSE83567ProductsDescription{width:420px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* RT1000 Tapping Tool Standard ACC */
					
					.RT1000TappingTooACClProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT1000TappingTooACClInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT1000TappingTooACClInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
							
					.RT1000TappingTooACClCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT1000TappingTooACClModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT1000TappingTooACClDescription{width:300px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT1000TappingTooACClWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT1000TappingTooACClWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT1000TappingTooACClWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT1000TappingTooACClpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT1000TappingTooACClpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT1000TappingTooACClProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingTooACClProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingTooACClProductsDescription{width:370px; margin-left:140px; padding-top:5px; color: #000000; float:left;}
					.RT1000TappingTooACClWeightProductsLB{width:40px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingTooACClWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT1000 Tapping Tool Standard Cutters */
					
					.RT1000TappingToolCuttersProductInfoOneRow{height:272px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT1000TappingToolCuttersInfoHeader{height:32px; width:592px; background-color:#024C8D; float:left}
							
					.RT1000TappingToolCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:8px; color:#FFFFFF; float:left}
					.RT1000TappingToolCuttersModelNumber{width:100px; margin-left:25px; padding-top:8px; color:#FFFFFF; float:left}
					.RT1000TappingToolCuttersDescription{width:100px; margin-left:25px; padding-top:8px; color:#FFFFFF; float:left;}
					.RT1000TappingToolCuttersWeight{width:100px; margin-left:75px; padding-top:8px; color:#FFFFFF; float:left; }
								
					.RT1000TappingToolCuttersWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT1000TappingToolCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT1000TappingToolCutterspartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT1000TappingToolCutterspartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT1000TappingToolCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT1000TappingToolCuttersProductsDescription{width:70px; margin-left:92px; padding-top:5px; color: #000000; float:left;}
					.RT1000TappingToolCuttersWeightProductsLB{width:80px; margin-left:76px; padding-top:5px; color: #000000; float:left;}
					.RT1000TappingToolCuttersWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool Spec. */
					
					.RT3422TappingToolSPCProductInfoOneRow{height:210px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RT3422TappingToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RT3422TappingToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}

					/* RT3422 Tapping Tool Standard Equipment. */	
					
					.RT3422TappingToolSEProductInfoOneRow{height:402px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RT3422TappingToolSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.RT3422TappingToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RT3422TappingToolSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RT3422TappingToolSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolSEProductCatalogNumber{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolSEProductsDescription{width:320px; margin-left:90px; padding-top:8px; color: #000000; float:left;}
					
					/* RT3422 Tapping Tool Chart */	
					
					.RT3422TappingToollChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToollChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToollChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RT3422TappingToollChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToollChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToollChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToollChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RT3422TappingToollChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.RT3422TappingToollChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RT3422TappingToollChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToollChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToollChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT3422TappingToollChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToollChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToollChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToollChartProductsDescription{width:230px; margin-left:233px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToollChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToollChartWeightProductsLB{width:40px; margin-left:77px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToollChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToollChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

		
					/* RT3422 Tapping Tool Cutters */	
		
					.RT3422TappingToolCuttersProductInfoOneRow{height:602px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolCuttersInfoHeader{height:32px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolCuttersCatalogNumber{width:100px; margin-left:10px; padding-top:8px; color:#FFFFFF; float:left}
					.RT3422TappingToolCuttersModelNumber{width:100px; margin-left:25px; padding-top:8px; color:#FFFFFF; float:left}
					.RT3422TappingToolCuttersDescription{width:100px; margin-left:25px; padding-top:8px; color:#FFFFFF; float:left;}
					.RT3422TappingToolCuttersWeight{width:100px; margin-left:75px; padding-top:8px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolCuttersWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolCuttersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolCutterspartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolCutterspartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolCuttersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolCuttersProductsModelNumber{width:58px; margin-left:40px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolCuttersProductsDescription{width:70px; margin-left:92px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolCuttersWeightProductsLB{width:80px; margin-left:76px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolCuttersWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool ACC */	
					
					.RT3422TappingToolACCProductInfoOneRow{height:102px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolACCInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolACCInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolACCDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT3422TappingToolACCWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolACCWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolACCpartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolACCpartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolACCProductsDescription{width:170px; margin-left:100px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolACCWeightProductsLB{width:40px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolACCWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool Pilots */	
					
					.RT3422TappingToolPilotProductInfoOneRow{height:102px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolPilotInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolPilotInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolPilotCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolPilotModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolPilotDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT3422TappingToolPilotWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolPilotWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolPilotWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolPilotpartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolPilotpartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolPilotProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolPilotProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolPilotProductsDescription{width:170px; margin-left:80px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolPilotWeightProductsLB{width:40px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolPilotWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool Hole Saw Arbors */	
					
					.RT3422TappingToolHoleSawArborsProductInfoOneRow{height:102px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolHoleSawArborsInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolHoleSawArborsInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolHoleSawArborsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolHoleSawArborsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolHoleSawArborsDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT3422TappingToolHoleSawArborsWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolHoleSawArborsWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolHoleSawArborsWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolHoleSawArborspartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolHoleSawArborspartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolHoleSawArborsProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolHoleSawArborsProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolHoleSawArborsProductsDescription{width:270px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolHoleSawArborsWeightProductsLB{width:40px; margin-left:45px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolHoleSawArborsWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool Shaft Extensions */	
										
					.RT3422TappingToolShaftExtensionsProductInfoOneRow{height:102px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolShaftExtensionsInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolShaftExtensionsInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolShaftExtensionsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolShaftExtensionsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolShaftExtensionsDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT3422TappingToolShaftExtensionsWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolShaftExtensionsWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolShaftExtensionsWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolShaftExtensionspartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolShaftExtensionspartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolShaftExtensionsProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolShaftExtensionsProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolShaftExtensionsProductsDescription{width:290px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolShaftExtensionsWeightProductsLB{width:40px; margin-left:65px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolShaftExtensionsWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/* RT3422 Tapping Tool Valve Adapters */	
										
					.RT3422TappingToolValveAdaptersProductInfoOneRow{height:462px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT3422TappingToolValveAdaptersInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT3422TappingToolValveAdaptersInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
							
					.RT3422TappingToolValveAdaptersCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolValveAdaptersModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT3422TappingToolValveAdaptersDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.RT3422TappingToolValveAdaptersWeight{width:60px; margin-left:225px; padding-top:2px; color:#FFFFFF; float:left; }
								
					.RT3422TappingToolValveAdaptersWeightLB{width:45px; margin-left:215px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT3422TappingToolValveAdaptersWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT3422TappingToolValveAdapterspartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
					.RT3422TappingToolValveAdapterspartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT3422TappingToolValveAdaptersProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolValveAdaptersProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolValveAdaptersProductsDescription{width:270px; margin-left:110px; padding-top:5px; color: #000000; float:left;}
					.RT3422TappingToolValveAdaptersWeightProductsLB{width:40px; margin-left:65px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT3422TappingToolValveAdaptersWeightProductsKG{width:40px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
					
					/*Lever Benders**********************************************************************************************/
										
					/* 300 Series Plumbing Benders ******************************************* */	
					
					/* Ordering Information - Imperial */	
					
					.ThreeHundredSeriesPlumbingBendersChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreeHundredSeriesPlumbingBendersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreeHundredSeriesPlumbingBendersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ThreeHundredSeriesPlumbingBendersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersChartNormSize{width:210px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreeHundredSeriesPlumbingBendersChartWeight{width:100px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreeHundredSeriesPlumbingBendersChartSTDPack{width:70px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left}
					
					.ThreeHundredSeriesPlumbingBendersChartNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartWeightLB{width:45px; margin-left:780px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.ThreeHundredSeriesPlumbingBendersChartWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.ThreeHundredSeriesPlumbingBendersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreeHundredSeriesPlumbingBendersChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartProductsDescription{width:100px; margin-left:62px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartNormSizeIn{width:60px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartWeightProductsLB{width:55px; margin-left:52px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersChartWeightProductsKG{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left;}
					.ThreeHundredSeriesPlumbingBendersChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}

					/* Ordering Information - Metric */	

					.ThreeHundredSeriesPlumbingBendersMetricProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreeHundredSeriesPlumbingBendersMetricInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreeHundredSeriesPlumbingBendersMetricInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ThreeHundredSeriesPlumbingBendersMetricCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersMetricModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersMetricDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersMetricNormSize{width:220px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreeHundredSeriesPlumbingBendersMetricWeight{width:110px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreeHundredSeriesPlumbingBendersMetricSTDPack{width:70px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left}
					
					.ThreeHundredSeriesPlumbingBendersMetricNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricWeightLB{width:45px; margin-left:780px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.ThreeHundredSeriesPlumbingBendersMetricWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.ThreeHundredSeriesPlumbingBendersMetricpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ThreeHundredSeriesPlumbingBendersMetricpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreeHundredSeriesPlumbingBendersMetricProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricProductsDescription{width:100px; margin-left:62px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricNormSizeIn{width:60px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricWeightProductsLB{width:55px; margin-left:52px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeHundredSeriesPlumbingBendersMetricWeightProductsKG{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left;}
					.ThreeHundredSeriesPlumbingBendersMetricProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 400 Series Instrument Benders */	
					
					/* 400 Series Instrument Benders - Imperial */	
					
					.FourHundredSeriesPlumbingBendersChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.FourHundredSeriesPlumbingBendersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.FourHundredSeriesPlumbingBendersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.FourHundredSeriesPlumbingBendersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersChartNormSize{width:210px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; }
					.FourHundredSeriesPlumbingBendersChartWeight{width:100px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.FourHundredSeriesPlumbingBendersChartSTDPack{width:70px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left}
					
					.FourHundredSeriesPlumbingBendersChartNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartWeightLB{width:45px; margin-left:780px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.FourHundredSeriesPlumbingBendersChartWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.FourHundredSeriesPlumbingBendersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.FourHundredSeriesPlumbingBendersChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartProductsDescription{width:100px; margin-left:62px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartNormSizeIn{width:60px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartWeightProductsLB{width:55px; margin-left:52px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersChartWeightProductsKG{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left;}
					.FourHundredSeriesPlumbingBendersChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 400 Series Instrument Benders - Metric */	
					
					.FourHundredSeriesPlumbingBendersMetricProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.FourHundredSeriesPlumbingBendersMetricInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.FourHundredSeriesPlumbingBendersMetricInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.FourHundredSeriesPlumbingBendersMetricCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersMetricModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersMetricDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersMetricNormSize{width:220px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; }
					.FourHundredSeriesPlumbingBendersMetricWeight{width:110px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.FourHundredSeriesPlumbingBendersMetricSTDPack{width:70px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left}
					
					.FourHundredSeriesPlumbingBendersMetricNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricWeightLB{width:45px; margin-left:780px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.FourHundredSeriesPlumbingBendersMetricWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.FourHundredSeriesPlumbingBendersMetricpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.FourHundredSeriesPlumbingBendersMetricpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.FourHundredSeriesPlumbingBendersMetricProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricProductsDescription{width:100px; margin-left:62px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricNormSizeIn{width:60px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricWeightProductsLB{width:55px; margin-left:52px; padding-top:8px; color: #000000; float:left; text-align:center}
					.FourHundredSeriesPlumbingBendersMetricWeightProductsKG{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left;}
					.FourHundredSeriesPlumbingBendersMetricProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 600 Series Instrument Benders - Imperial */	
					
					.SixHundredSeriesPlumbingBendersChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredSeriesPlumbingBendersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredSeriesPlumbingBendersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.SixHundredSeriesPlumbingBendersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersChartNormSize{width:210px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredSeriesPlumbingBendersChartWeight{width:100px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredSeriesPlumbingBendersChartSTDPack{width:50px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left}
					
					.SixHundredSeriesPlumbingBendersChartNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartWeightLB{width:45px; margin-left:790px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.SixHundredSeriesPlumbingBendersChartWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.SixHundredSeriesPlumbingBendersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredSeriesPlumbingBendersChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartProductsDescription{width:180px; margin-left:22px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartNormSizeIn{width:60px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartWeightProductsLB{width:55px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersChartWeightProductsKG{width:50px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
					.SixHundredSeriesPlumbingBendersChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 600 Series Instrument Benders - Metric */	
					
					.SixHundredSeriesPlumbingBendersMetricProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.SixHundredSeriesPlumbingBendersMetricInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.SixHundredSeriesPlumbingBendersMetricInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.SixHundredSeriesPlumbingBendersMetricCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersMetricModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersMetricDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersMetricNormSize{width:220px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredSeriesPlumbingBendersMetricWeight{width:110px; margin-left:13px; padding-top:10px; color:#FFFFFF; float:left; }
					.SixHundredSeriesPlumbingBendersMetricSTDPack{width:50px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left}
					
					.SixHundredSeriesPlumbingBendersMetricNormIn{width:30px; margin-left:525px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-5px; color:#FFFFFF;  float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricWeightLB{width:45px; margin-left:790px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					.SixHundredSeriesPlumbingBendersMetricWeightKG{width:55px; margin-left:0px; padding-top:0px; margin-top:-5px; color:#FFFFFF; float:left;}
					
					.SixHundredSeriesPlumbingBendersMetricpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SixHundredSeriesPlumbingBendersMetricpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.SixHundredSeriesPlumbingBendersMetricProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricProductsModelNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricProductsDescription{width:180px; margin-left:22px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricNormSizeIn{width:60px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricNormSizeCM{width:50px; margin-left:135px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricWeightProductsLB{width:55px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
					.SixHundredSeriesPlumbingBendersMetricWeightProductsKG{width:50px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
					.SixHundredSeriesPlumbingBendersMetricProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* Geared Ratchet Tube Benders  ************************ */	
					
					/* Geared Ratchet Tube Benders Chart */	
					
					.GearedRatchetTubeBendersChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.GearedRatchetTubeBendersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.GearedRatchetTubeBendersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.GearedRatchetTubeBendersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedRatchetTubeBendersChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedRatchetTubeBendersChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.GearedRatchetTubeBendersChartNormSize{width:210px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
					.GearedRatchetTubeBendersChartWeight{width:100px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
					.GearedRatchetTubeBendersChartSTDPack{width:50px; margin-left:38px; padding-top:2px; color:#FFFFFF; float:left}
					
					.GearedRatchetTubeBendersChartNormIn{width:30px; margin-left:60px; padding-top:4px; margin-top:-0px; color:#FFFFFF; float:left; text-align:center}
					.GearedRatchetTubeBendersChartNormCm{width:60px; margin-left:20px; padding-top:4px; margin-top:-0px; color:#FFFFFF;  float:left; text-align:center}
					.GearedRatchetTubeBendersChartSecondSetIn{width:30px; margin-left:65px; padding-top:4px; margin-top:-0px; color:#FFFFFF; float:left; text-align:center}
					.GearedRatchetTubeBendersChartSecondSetMM{width:60px; margin-left:20px; padding-top:4px; margin-top:-0px; color:#FFFFFF;  float:left; text-align:center}
					.GearedRatchetTubeBendersChartWeightLB{width:45px; margin-left:40px; padding-top:4px; margin-top:-0px; color:#FFFFFF; float:left;}
					.GearedRatchetTubeBendersChartWeightKG{width:55px; margin-left:0px; padding-top:4px; margin-top:-0px; color:#FFFFFF; float:left;}
					
					.GearedRatchetTubeBendersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.GearedRatchetTubeBendersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.GearedRatchetTubeBendersChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartProductsModelNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartProductsDescription{width:180px; margin-left:32px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartNormSizeIn{width:60px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartNormSizeCM{width:50px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartSecondSetSizeIn{width:60px; margin-left:55px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartSecondSetSizeMM{width:50px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartWeightProductsLB{width:55px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.GearedRatchetTubeBendersChartWeightProductsKG{width:50px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
					.GearedRatchetTubeBendersChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* Flaring Tools  ************************************************************* */	
					
					/* Precision Ratcheting Flare Tools Chart */	
					
									
					.PrecisionRatchetingFlareTools445RProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PrecisionRatchetingFlareTools445RInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PrecisionRatchetingFlareTools445RInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.PrecisionRatchetingFlareTools445RCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PrecisionRatchetingFlareTools445RModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PrecisionRatchetingFlareTools445RDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.PrecisionRatchetingFlareTools445RNormSize{width:210px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left; }
					.PrecisionRatchetingFlareTools445RWeight{width:100px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
					.PrecisionRatchetingFlareTools445RSTDPack{width:50px; margin-left:38px; padding-top:2px; color:#FFFFFF; float:left}
					
					.PrecisionRatchetingFlareTools445RNormIn{width:30px; margin-left:425px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RNormCm{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RSecondSetIn{width:30px; margin-left:65px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RSecondSetMM{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RWeightLB{width:45px; margin-left:40px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.PrecisionRatchetingFlareTools445RWeightKG{width:55px; margin-left:0px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.PrecisionRatchetingFlareTools445RpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PrecisionRatchetingFlareTools445RpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PrecisionRatchetingFlareTools445RProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RProductsModelNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RProductsDescription{width:180px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RNormSizeIn{width:250px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RNormSizeCM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RSecondSetSizeIn{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RSecondSetSizeMM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RWeightProductsLB{width:55px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
					.PrecisionRatchetingFlareTools445RWeightProductsKG{width:50px; margin-left:13px; padding-top:8px; color: #000000; float:left;}
					.PrecisionRatchetingFlareTools445RProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 345 Manual Flare Tools Chart */	
					
					.ThreeFortyFiveManualFlareToolsChartProductInfoOneRow{height:112px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ThreeFortyFiveManualFlareToolsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ThreeFortyFiveManualFlareToolsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ThreeFortyFiveManualFlareToolsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeFortyFiveManualFlareToolsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeFortyFiveManualFlareToolsChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.ThreeFortyFiveManualFlareToolsChartNormSize{width:210px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left; }
					.ThreeFortyFiveManualFlareToolsChartWeight{width:100px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
					.ThreeFortyFiveManualFlareToolsChartSTDPack{width:50px; margin-left:38px; padding-top:2px; color:#FFFFFF; float:left}
					
					.ThreeFortyFiveManualFlareToolsChartNormIn{width:30px; margin-left:425px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartNormCm{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartSecondSetIn{width:30px; margin-left:65px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartSecondSetMM{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartWeightLB{width:45px; margin-left:40px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.ThreeFortyFiveManualFlareToolsChartWeightKG{width:55px; margin-left:0px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.ThreeFortyFiveManualFlareToolsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ThreeFortyFiveManualFlareToolsChartpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ThreeFortyFiveManualFlareToolsChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartProductsModelNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartProductsDescription{width:180px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartNormSizeIn{width:250px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartNormSizeCM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartSecondSetSizeIn{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartSecondSetSizeMM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartWeightProductsLB{width:55px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ThreeFortyFiveManualFlareToolsChartWeightProductsKG{width:50px; margin-left:13px; padding-top:8px; color: #000000; float:left;}
					.ThreeFortyFiveManualFlareToolsChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					.ThreeFortyFiveManualFlareToolsChartNormSizeInID{width:250px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}
					
					/* Heavy Duty Flare Tools Chart */	
					
					.HeavyDutyFlareToolsChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HeavyDutyFlareToolsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HeavyDutyFlareToolsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.HeavyDutyFlareToolsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HeavyDutyFlareToolsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HeavyDutyFlareToolsChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.HeavyDutyFlareToolsChartNormSize{width:210px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left; }
					.HeavyDutyFlareToolsChartWeight{width:100px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
					.HeavyDutyFlareToolsChartSTDPack{width:50px; margin-left:38px; padding-top:2px; color:#FFFFFF; float:left}
					
					.HeavyDutyFlareToolsChartNormIn{width:30px; margin-left:425px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.HeavyDutyFlareToolsChartNormCm{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.HeavyDutyFlareToolsChartSecondSetIn{width:30px; margin-left:65px; padding-top:4px; margin-top:-3px; color:#FFFFFF; float:left; text-align:center}
					.HeavyDutyFlareToolsChartSecondSetMM{width:60px; margin-left:20px; padding-top:4px; margin-top:-3px; color:#FFFFFF;  float:left; text-align:center}
					.HeavyDutyFlareToolsChartWeightLB{width:45px; margin-left:40px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.HeavyDutyFlareToolsChartWeightKG{width:55px; margin-left:0px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.HeavyDutyFlareToolsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HeavyDutyFlareToolsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HeavyDutyFlareToolsChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartProductsModelNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartProductsDescription{width:180px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartNormSizeIn{width:250px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartNormSizeCM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartSecondSetSizeIn{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartSecondSetSizeMM{width:0px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartWeightProductsLB{width:55px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HeavyDutyFlareToolsChartWeightProductsKG{width:50px; margin-left:13px; padding-top:8px; color: #000000; float:left;}
					.HeavyDutyFlareToolsChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* Hammer-Type Flaring Tools  Chart */	
					
					.HammerTypeFlaringToolsChartProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.HammerTypeFlaringToolsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.HammerTypeFlaringToolsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.HammerTypeFlaringToolsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HammerTypeFlaringToolsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.HammerTypeFlaringToolsChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.HammerTypeFlaringToolsChartNormSize{width:210px; margin-left:130px; padding-top:2px; color:#FFFFFF; float:left; }
					.HammerTypeFlaringToolsChartWeight{width:100px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
					.HammerTypeFlaringToolsChartSTDPack{width:50px; margin-left:54px; padding-top:2px; color:#FFFFFF; float:left}
					
					.HammerTypeFlaringToolsChartNormIn{width:30px; margin-left:425px; padding-top:4px; margin-top:-4px; color:#FFFFFF; float:left; text-align:center}
					.HammerTypeFlaringToolsChartNormCm{width:60px; margin-left:20px; padding-top:4px; margin-top:-4px; color:#FFFFFF;  float:left; text-align:center}
					.HammerTypeFlaringToolsChartSecondSetIn{width:30px; margin-left:115px; padding-top:4px; margin-top:-4px; color:#FFFFFF; float:left; text-align:center}
					.HammerTypeFlaringToolsChartSecondSetMM{width:60px; margin-left:47px; padding-top:4px; margin-top:-4px; color:#FFFFFF;  float:left; text-align:center}
					.HammerTypeFlaringToolsChartWeightLB{width:45px; margin-left:133px; padding-top:4px; margin-top:-4px; color:#FFFFFF; float:left;}
					.HammerTypeFlaringToolsChartWeightKG{width:55px; margin-left:0px; padding-top:4px; margin-top:-4px; color:#FFFFFF; float:left;}
					
					.HammerTypeFlaringToolsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.HammerTypeFlaringToolsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.HammerTypeFlaringToolsChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartProductsModelNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartProductsDescription{width:180px; margin-left:55px; padding-top:8px; color: #000000; float:left;}
					.HammerTypeFlaringToolsChartNormSizeIn{width:150px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartNormSizeCM{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartSecondSetSizeIn{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartSecondSetSizeMM{width:40px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartWeightProductsLB{width:55px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.HammerTypeFlaringToolsChartWeightProductsKG{width:50px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.HammerTypeFlaringToolsChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* 1450 Pressure Test Pump *****************/
					
					/* 1450 Pressure Test Pump Spec. */
					
					.PressureTestPump1450SPCProductInfoOneRow{height:90px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PressureTestPump1450SPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.PressureTestPump1450SPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.PressureTestPump1450SPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.PressureTestPump1450SPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					/* 1450 Pressure Test Pump Chart. */
										
					.PressureTestPump1450ChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PressureTestPump1450ChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PressureTestPump1450ChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.PressureTestPump1450ChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PressureTestPump1450ChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PressureTestPump1450ChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.PressureTestPump1450ChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.PressureTestPump1450ChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.PressureTestPump1450ChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.PressureTestPump1450ChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.PressureTestPump1450ChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.PressureTestPump1450ChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PressureTestPump1450ChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PressureTestPump1450ChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PressureTestPump1450ChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PressureTestPump1450ChartProductsDescription{width:230px; margin-left:247px; padding-top:5px; color: #000000; float:left;}
					.PressureTestPump1450ChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PressureTestPump1450ChartWeightProductsLB{width:40px; margin-left:63px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PressureTestPump1450ChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.PressureTestPump1450ChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/* RT-100 Electric Soldering Gun . */
					
					/* RT-100 Electric Soldering Gun Chart. */
					
					.RT100ElectricSolderingGunChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT100ElectricSolderingGunChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT100ElectricSolderingGunChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RT100ElectricSolderingGunChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RT100ElectricSolderingGunChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.RT100ElectricSolderingGunChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RT100ElectricSolderingGunChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT100ElectricSolderingGunChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT100ElectricSolderingGunChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT100ElectricSolderingGunChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT100ElectricSolderingGunChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunChartProductsDescription{width:230px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.RT100ElectricSolderingGunChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunChartWeightProductsLB{width:40px; margin-left:93px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/* RT-100 Electric Soldering Gun and RT-175 Electric Soldering Gun ACC. */
					
					.RT100ElectricSolderingGunACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT100ElectricSolderingGunACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT100ElectricSolderingGunACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RT100ElectricSolderingGunACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RT100ElectricSolderingGunACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RT100ElectricSolderingGunACCWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.RT100ElectricSolderingGunACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RT100ElectricSolderingGunACCWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT100ElectricSolderingGunACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT100ElectricSolderingGunACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT100ElectricSolderingGunACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT100ElectricSolderingGunACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCProductsDescription{width:230px; margin-left:177px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCWeightProductsLB{width:40px; margin-left:133px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCWeightProductsKG{width:40px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT100ElectricSolderingGunACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/* RT-175 Electric Soldering Gun  */
					
					.RT175ElectricSolderingGunChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RT175ElectricSolderingGunChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RT175ElectricSolderingGunChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RT175ElectricSolderingGunChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT175ElectricSolderingGunChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RT175ElectricSolderingGunChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RT175ElectricSolderingGunChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RT175ElectricSolderingGunChartWeight{width:80px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
					.RT175ElectricSolderingGunChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RT175ElectricSolderingGunChartWeightLB{width:50px; margin-left:190px; padding-top:5px; color:#FFFFFF; float:left;}
					.RT175ElectricSolderingGunChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RT175ElectricSolderingGunChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RT175ElectricSolderingGunChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RT175ElectricSolderingGunChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT175ElectricSolderingGunChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT175ElectricSolderingGunChartProductsDescription{width:230px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.RT175ElectricSolderingGunChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT175ElectricSolderingGunChartWeightProductsLB{width:40px; margin-left:93px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT175ElectricSolderingGunChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RT175ElectricSolderingGunChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model SF-2500 SuperFreeze Spec  */
					
					.ModelSF2500SuperFreezeSPCProductInfoOneRow{height:120px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ModelSF2500SuperFreezeSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ModelSF2500SuperFreezeSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.ModelSF2500SuperFreezeSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ModelSF2500SuperFreezeSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					/*Model SF-2500 SuperFreeze Standard equipment  */
					
					.ModelSF2500SuperFreezeSEProductInfoOneRow{height:232px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.ModelSF2500SuperFreezeSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ModelSF2500SuperFreezeSEInfoHeader{height:52px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.ModelSF2500SuperFreezeSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.ModelSF2500SuperFreezeSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.ModelSF2500SuperFreezeSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.ModelSF2500SuperFreezeSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelSF2500SuperFreezeSEProductCatalogNumber{width:20px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSEProductsDescription{width:260px; margin-left:90px; padding-top:8px; color: #000000; float:left;}
					
					/*Model SF-2500 SuperFreeze Cart   */
					
					.ModelSF2500SuperFreezeChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ModelSF2500SuperFreezeChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ModelSF2500SuperFreezeChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ModelSF2500SuperFreezeChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.ModelSF2500SuperFreezeChartWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.ModelSF2500SuperFreezeChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ModelSF2500SuperFreezeChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ModelSF2500SuperFreezeChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelSF2500SuperFreezeChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeChartProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.ModelSF2500SuperFreezeChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeChartWeightProductsLB{width:40px; margin-left:52px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model SF-2500 SuperFreeze SF-2500 Accessories   */
					
					
					.ModelSF2500SuperFreezeACCProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ModelSF2500SuperFreezeACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ModelSF2500SuperFreezeACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ModelSF2500SuperFreezeACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.ModelSF2500SuperFreezeACCWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.ModelSF2500SuperFreezeACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ModelSF2500SuperFreezeACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ModelSF2500SuperFreezeACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelSF2500SuperFreezeACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeACCProductsDescription{width:420px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.ModelSF2500SuperFreezeACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeACCWeightProductsLB{width:40px; margin-left:52px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*Model SF-2500 SuperFreeze SF-2000 Accessories   */
					
					.ModelSF2500SuperFreezeSF2000ACCProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ModelSF2500SuperFreezeSF2000ACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ModelSF2500SuperFreezeSF2000ACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ModelSF2500SuperFreezeSF2000ACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeSF2000ACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeSF2000ACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelSF2500SuperFreezeSF2000ACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeSF2000ACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.ModelSF2500SuperFreezeSF2000ACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.ModelSF2500SuperFreezeSF2000ACCWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.ModelSF2500SuperFreezeSF2000ACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ModelSF2500SuperFreezeSF2000ACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ModelSF2500SuperFreezeSF2000ACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelSF2500SuperFreezeSF2000ACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSF2000ACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSF2000ACCProductsDescription{width:420px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.ModelSF2500SuperFreezeSF2000ACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSF2000ACCWeightProductsLB{width:40px; margin-left:52px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSF2000ACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelSF2500SuperFreezeSF2000ACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Models KT-190 / KT-200 Pipe Thawers  */
					
					/*Models KT-190 / KT-200 Pipe Thawers Features  */
					
					.ModelsKT190KT200PipeThawersFeaturesProductInfoRow{height:180px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ModelsKT190KT200PipeThawersFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.ModelsKT190KT200PipeThawersFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.ModelsKT190KT200PipeThawersFeaturespartsHolderID{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersFeaturespartsHolderGrayID{height:40px; width:892px; background-color: #CCCCCC; float:left}
					.ModelsKT190KT200PipeThawersFeaturesDescriptionID{width:892px; margin-left:30px; padding-top:4px; float:left}

					/*Models KT-190 / KT-200 Pipe Thawers SPC  */
					
					.ModelsKT190KT200PipeThawersSPCProductInfoOneRow{height:270px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.ModelsKT190KT200PipeThawersSPCpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersSPCpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.ModelsKT190KT200PipeThawersSPCCatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ModelsKT190KT200PipeThawersSPCModelNumber{width:200px; margin-left:10px; padding-top:7px; float:left}
					
					.ModelsKT190KT200PipeThawersSPCpartsHolderGrayID{height:30px; width:422px; margin-top:0px; background-color: blue; color:#FFFFFF;  float:left}
					
					/*Models KT-190 / KT-200 Pipe Thawers Chart  */
					
					.ModelsKT190KT200PipeThawersChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ModelsKT190KT200PipeThawersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ModelsKT190KT200PipeThawersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ModelsKT190KT200PipeThawersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.ModelsKT190KT200PipeThawersChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.ModelsKT190KT200PipeThawersChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.ModelsKT190KT200PipeThawersChartWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.ModelsKT190KT200PipeThawersChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.ModelsKT190KT200PipeThawersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ModelsKT190KT200PipeThawersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ModelsKT190KT200PipeThawersChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelsKT190KT200PipeThawersChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelsKT190KT200PipeThawersChartProductsDescription{width:320px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.ModelsKT190KT200PipeThawersChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelsKT190KT200PipeThawersChartWeightProductsLB{width:40px; margin-left:52px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelsKT190KT200PipeThawersChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.ModelsKT190KT200PipeThawersChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					
					
/*Category Pressing****************************************************************************/

/*<style><!-- ??? in Catagory Header ?????
#PressingMain{height:700px; width:680px; background-color:#024C8D; border: groove #FF0000}
#PressingHeaderImage{ height:250px; width:680px; border-bottom: groove #FF0000}
--></style>
*/

#PressingMain{height:960px; width:680px; background-color:#024C8D; border: groove #FF0000}
#PressingHeaderImage{ height:250px; width:680px; border-bottom: groove #FF0000}

/* Press Tools */
#PressTools{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:50px; margin-left:30px} 
#PressToolsImage{height:100px; width: 145px; margin-left:25px; border: groove #FF0000 } 
#PressingText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}


					/*RP 200-B Press Tool*******************/

					/*RP 200-B Press Tool SPC */

					.RP200BPressToolSPCProductInfoOneRow{height:270px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP200BPressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP200BPressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP200BPressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP200BPressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}

					/*RP 200-B Press Tool Standard Equipment */

					.RP200BPressToolSEProductInfoOneRow{height:262px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP200BPressToolSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP200BPressToolSEInfoHeader{height:52px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.RP200BPressToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP200BPressToolSEDescription{width:362px; margin-left:20px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
						
					.RP200BPressToolSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.RP200BPressToolSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP200BPressToolSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP200BPressToolSEProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.RP200BPressToolSEpartsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP200BPressToolSEProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					
					/*RP 200-B Press Tool Standard Chart */
					
					.RP200BPressToolChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP200BPressToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP200BPressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP200BPressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP200BPressToolChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP200BPressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP200BPressToolChartWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP200BPressToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP200BPressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP200BPressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP200BPressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolChartProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.RP200BPressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolChartWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*RP 200-B Press Tool Standard ACC */

					.RP200BPressToolACCProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP200BPressToolACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP200BPressToolACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP200BPressToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP200BPressToolACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP200BPressToolACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP200BPressToolACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP200BPressToolACCWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP200BPressToolACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP200BPressToolACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP200BPressToolACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP200BPressToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolACCProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.RP200BPressToolACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolACCWeightProductsLB{width:40px; margin-left:52px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP200BPressToolACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}	

					/*RP 210-B Press Tool Spec. */
					
					.RP210BPressToolSPCProductInfoOneRow{height:300px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP210BPressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP210BPressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP210BPressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP210BPressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					/*RP 210-B Press Tool Standard Equipmrnt. */
					
					.RP210BPressToolSEProductInfoOneRow{height:262px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP210BPressToolSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP210BPressToolSEInfoHeader{height:52px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.RP210BPressToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP210BPressToolSEDescription{width:382px; margin-left:20px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
						
					.RP210BPressToolSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.RP210BPressToolSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP210BPressToolSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP210BPressToolSEProductsDescription{width:240px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					.RP210BPressToolSEpartsHolderGrayID{height:40px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP210BPressToolSEProductsDescriptionID{width:240px; margin-left:50px; padding-top:5px; color: #000000; float:left;}
					
					/*RP 210-B Press Tool Standard Chart. */
					
					.RP210BPressToolChartProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP210BPressToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP210BPressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP210BPressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP210BPressToolChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP210BPressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP210BPressToolChartWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP210BPressToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP210BPressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP210BPressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP210BPressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressToolChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressToolChartProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.RP210BPressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressToolChartWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*RP 210-B Press Tool Standard ACC. */
					
					.RP210BPressTooltACCProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP210BPressTooltACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP210BPressTooltACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP210BPressTooltACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressTooltACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressTooltACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP210BPressTooltACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP210BPressTooltACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP210BPressTooltACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP210BPressTooltACCWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP210BPressTooltACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP210BPressTooltACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP210BPressTooltACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP210BPressTooltACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressTooltACCProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressTooltACCProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.RP210BPressTooltACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressTooltACCWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressTooltACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP210BPressTooltACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
								
					/*RP 241 Press Tool Standard Chart */	
					
					.RP241PressToolChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP241PressToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP241PressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP241PressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolChartDescription{width:100px; margin-left:150px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP241PressToolChartWeight{width:80px; margin-left:330px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP241PressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP241PressToolChartWeightLB{width:50px; margin-left:318px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP241PressToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP241PressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP241PressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP241PressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolChartProductsDescription{width:420px; margin-left:117px; padding-top:5px; color: #000000; float:left;}
					.RP241PressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolChartWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					.RP241PressToolIncludes{ width:892px; height:30px; margin-top:5px; color:blue; font-weight:bold; float:left;}
										
					/*RP 241 Press Tool Accessories */	
					
					.RP241PressToolACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP241PressToolACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP241PressToolACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP241PressToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolACCDescription{width:100px; margin-left:150px; padding-top:10px; color:#FFFFFF; float:left}
					.RP241PressToolACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP241PressToolACCWeight{width:80px; margin-left:330px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP241PressToolACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP241PressToolACCWeightLB{width:50px; margin-left:328px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP241PressToolACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP241PressToolACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP241PressToolACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP241PressToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolACCProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolACCProductsDescription{width:350px; margin-left:127px; padding-top:5px; color: #000000; float:left;}
					.RP241PressToolACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolACCWeightProductsLB{width:40px; margin-left:112px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP241PressToolACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					
					/*RP 241 Features */	
					
					.RP241FeaturesfiveProductInfoFiveRow{height:177px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP241FeaturesfivepartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP241FeaturesfivepartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.RP241FeaturesfiveDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.RP241FeaturesfivepartsHolderTwoGray{height:44px; width:892px; background-color: #CCCCCC; float:left}
					.RP241FeaturesfivepartsHolderTwo{height:44px; width:892px; background-color: #FFFFFF; float:left}

					/*RP 241 Press Tool SPC. */
					
					.RP241PressToolSPCProductInfoOneRow{height:317px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP241PressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP241PressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP241PressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP241PressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.RP241PressToolSPCpartsHolderTwo{height:47px; width:770px; background-color: #FFFFFF; float:left}
					
					/*RP240 PressJawsSPC*/
					
					.RP241PressJawsSPCProductInfoOneRow{height:90px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP241PressJawsSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP241PressJawsSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP241PressJawsSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP241PressJawsSPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left}
					
					.RP241PressJawsSPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}

					 /* ********************************** RP 240 Press Tool Standard Chart */	
					
					.RP240PressToolChartProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP240PressToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP240PressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP240PressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolChartDescription{width:100px; margin-left:180px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP240PressToolChartWeight{width:80px; margin-left:310px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP240PressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP240PressToolChartWeightLB{width:50px; margin-left:298px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP240PressToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP240PressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP240PressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP240PressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolChartProductsDescription{width:420px; margin-left:157px; padding-top:5px; color: #000000; float:left;}
					.RP240PressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolChartWeightProductsLB{width:40px; margin-left:9px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					.RP240PressToolIncludes{ width:892px; height:30px; margin-top:5px; color:blue; font-weight:bold; float:left;}
					/*RP 240 Press Tool Accessories */
					
					.RP240PressToolACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP240PressToolACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP240PressToolACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP240PressToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolACCDescription{width:100px; margin-left:170px; padding-top:10px; color:#FFFFFF; float:left}
					.RP240PressToolACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP240PressToolACCWeight{width:80px; margin-left:310px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP240PressToolACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP240PressToolACCWeightLB{width:50px; margin-left:298px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP240PressToolACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP240PressToolACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP240PressToolACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP240PressToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolACCProductsModelNumber{width:0px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolACCProductsDescription{width:350px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.RP240PressToolACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolACCWeightProductsLB{width:40px; margin-left:72px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP240PressToolACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*RP 240 Features */
					
					.RP200FeaturesProductInfoFiveRow{height:179px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP200FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP200FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.RP200FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.RP200FeaturespartsHolderTwoGray{height:44px; width:892px; background-color: #CCCCCC; float:left}
					.RP200FeaturespartsHolderTwo{height:44px; width:892px; background-color: #FFFFFF; float:left}
					
					.RP200FeatureIndent{ margin-left:15px; float:left}
					
					/*RP 240 Press Tool SPC. */
					
					.RP240PressToolSPCProductInfoOneRow{height:310px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP240PressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP240PressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP240PressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP240PressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.RP240PressToolSPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					/*RP240 PressJawsSPC*/
					
					.RP240PressJawsSPCProductInfoOneRow{height:90px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP240PressJawsSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP240PressJawsSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP240PressJawsSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP240PressJawsSPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left}
					
					.RP240PressJawsSPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
										
					/*RP 340 Press Tool SPC. */
					
					.RP340PressToolSPCProductInfoOneRow{height:330px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RP340PressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RP340PressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RP340PressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RP340PressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.RP340PressToolSPCpartsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.RP340PressToolSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}

					.RP340PressToolSpecs table tbody tr td { padding: 6px 10px;}
					.RP340PressToolProductInfo table tbody tr td { padding: 6px 10px;}
          .RP340PressToolProductInfo table {width:100%;}
          .RP340PressToolProductInfo .table-title {font-weight: 700; font-size: 16px;display:block;margin-bottom: 1em;}
		  .RP340PressToolProductInfo .productTableLayout {margin-top:2em;}
          .hide {display: none !important;}
		  .RP340PressToolProductInfo table thead tr th{font-weight:bold;}
		  .header-lb, .header-kg {padding-left:1em;}
		  .std-equipment-view .bold {font-weight: bold;}

          #RP350Table2 table thead tr th:nth-child(1), #RP350Table3 table thead tr th:nth-child(1), #RP350Table4 table thead tr th:nth-child(1) {
            width:25%;
          }
          #RP350Table2 table thead tr th:nth-child(2),#RP350Table3 table thead tr th:nth-child(2), #RP350Table4 table thead tr th:nth-child(2) {
            width:50%;
          }
         
          #RP350Table2 table tbody tr td:nth-child(1),#RP350Table3 table tbody tr td:nth-child(1), #RP350Table4 table tbody tr td:nth-child(1) {
            width:25%;
          }
          #RP350Table2 table tbody tr td:nth-child(2),#RP350Table3 table tbody tr td:nth-child(2), #RP350Table4 table tbody tr td:nth-child(2) {
            width:50%;
          }


          #RP351Table2 table thead tr th:nth-child(1){width:25%;}
          #RP351Table2 table thead tr th:nth-child(2){width:50%;}
         
          #RP351Table2 table tbody tr td:nth-child(1){width:25%;}
          #RP351Table2 table tbody tr td:nth-child(2){width:50%;}

          #RP342XLTable2 table thead tr th:nth-child(1){width:25%;}
          #RP342XLTable2 table thead tr th:nth-child(2){width:25%;}
         
          #RP342XLTable2 table tbody tr td:nth-child(1){width:25%;}
          #RP342XLTable2 table tbody tr td:nth-child(2){width:25%;}
        
	
					/*RP 340 Press Tool 43348  Standard Equipment */	
	
					.RP340PressToolSEProductInfoOneRow{height:132px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSEInfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSEInfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSEDescription{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSEpartsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSEpartsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSEProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					.RP340PressToolSEpartsHolderID{height:45px; width:692px; background-color: #FFFFFF; float:left}	
					
					/*RP 340 Press Tool 43353  Standard Equipment */	
					
					.RP340PressToolSE43353ProductInfoOneRow{height:222px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSE43353InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSE43353InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSE43353CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSE43353Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSE43353partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSE43353partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSE43353ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSE43353ProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*RP 340 Press Tool 43358  Standard Equipment */
					
					.RP340PressToolSE43358ProductInfoOneRow{height:312px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSE43358InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSE43358InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSE43358CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSE43358Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSE43358partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSE43358partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSE43358ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSE43358ProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*RP 340 Press Tool 43363  Standard Equipment */
					
					.RP340PressToolSE43363ProductInfoOneRow{height:102px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSE43363InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSE43363InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSE43363CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSE43363Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSE43363partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSE43363partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSE43363ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSE43363ProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*RP 340 Press Tool 43368  Standard Equipment */
					
					.RP340PressToolSE43368ProductInfoOneRow{height:192px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSE43368InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSE43368InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSE43368CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSE43368Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSE43368partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSE43368partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSE43368ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSE43368ProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*RP 340 Press Tool 43373  Standard Equipment */
					
					.RP340PressToolSE43373ProductInfoOneRow{height:282px; width:692px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RP340PressToolSE43373InfoHolder{height:312px; width:692px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolSE43373InfoHeader{height:42px; font-size:14px; width:692px; background-color:#024C8D; float:left}
					.RP340PressToolSE43373CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RP340PressToolSE43373Description{width:692px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RP340PressToolSE43373partsHolder{height:30px; width:692px; background-color: #FFFFFF; float:left}
					.RP340PressToolSE43373partsHolderGray{height:30px; width:692px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolSE43373ProductCatalogNumber{width:80px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RP340PressToolSE43373ProductsDescription{width:460px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*RP 340 Press Tool Chart */
					
					.RP340PressToolChartProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP340PressToolChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP340PressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP340PressToolChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP340PressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP340PressToolChartWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP340PressToolChartWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP340PressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP340PressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolChartProductsDescription{width:370px; margin-left:167px; padding-top:5px; color: #000000; float:left;}
					.RP340PressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolChartWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*RP 340 Press Tool ACC */
					
					.RP340PressToolACCProductInfoOneRow{height:282px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RP340PressToolACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RP340PressToolACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RP340PressToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RP340PressToolACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RP340PressToolACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RP340PressToolACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RP340PressToolACCWeightLB{width:50px; margin-left:238px; padding-top:5px; color:#FFFFFF; float:left;}
					.RP340PressToolACCWeightKG{width:45px; margin-left:2px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.RP340PressToolACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RP340PressToolACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RP340PressToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolACCProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolACCProductsDescription{width:370px; margin-left:167px; padding-top:5px; color: #000000; float:left;}
					.RP340PressToolACCCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolACCWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolACCWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.RP340PressToolACCProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/*ASTM F 1807 PEX Crimp Tools Features */
					
					.ASTMF1807PEXCrimpFeatresProductInfoTwelveRow{height:420px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ASTMF1807PEXCrimpFeatrespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ASTMF1807PEXCrimpFeatrespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.ASTMF1807PEXCrimpFeatresDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.ASTMF1807PEXCrimpFeatrespartsHolderGrayID{height:30px; width:892px; background-color:blue; color:#FFFFFF; font-size:14px; float:left}
					
					/*ASTM F 1807 PEX Crimp Tools Chart */
					
					.ASTMF1807PEXCrimpToolsChartProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ASTMF1807PEXCrimpToolsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ASTMF1807PEXCrimpToolsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ASTMF1807PEXCrimpToolsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsChartDescription{width:100px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsChartNormSize{width:97px; margin-left:165px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsChartWeight{width:60px; margin-left:88px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsChartSTDPack{width:70px; margin-left:55px; padding-top:10px; color:#FFFFFF; float:left}
					
					.ASTMF1807PEXCrimpToolsChartNormIn{width:30px; margin-left:515px; padding-top:0px; margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartNormCm{width:60px; margin-left:20px; padding-top:0px; margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartWeightLB{width:45px; margin-left:90px; padding-top:0px; margin-top:-7px; color:#FFFFFF; float:left;}
					.ASTMF1807PEXCrimpToolsChartWeightKG{width:55px; margin-left:15px; padding-top:0px; margin-top:-7px; color:#FFFFFF; float:left;}
					
					.ASTMF1807PEXCrimpToolsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ASTMF1807PEXCrimpToolsChartProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartProductsModelNumber{width:58px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartProductsDescription{width:180px; margin-left:75px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsChartNormSizeIn{width:60px; margin-left:65px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartNormSizeCM{width:50px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartWeightProductsLB{width:55px; margin-left:73px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsChartWeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsChartProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/*ASTM F 1807 PEX Crimp Tools Close */
					
					.ASTMF1807PEXCrimpToolsCloseProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ASTMF1807PEXCrimpToolsCloseInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ASTMF1807PEXCrimpToolsCloseInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ASTMF1807PEXCrimpToolsCloseCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsCloseModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsCloseDescription{width:100px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsCloseNormSize{width:97px; margin-left:165px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsCloseWeight{width:60px; margin-left:28px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsCloseSTDPack{width:70px; margin-left:55px; padding-top:10px; color:#FFFFFF; float:left}
					
					.ASTMF1807PEXCrimpToolsCloseNormIn{width:30px; margin-left:515px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseNormCm{width:60px; margin-left:20px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseWeightLB{width:45px; margin-left:713px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left;}
					.ASTMF1807PEXCrimpToolsCloseWeightKG{width:55px; margin-left:15px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left;}
					
					.ASTMF1807PEXCrimpToolsClosepartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsClosepartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ASTMF1807PEXCrimpToolsCloseProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseProductsModelNumber{width:58px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseProductsDescription{width:250px; margin-left:75px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsCloseNormSizeIn{width:60px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseNormSizeCM{width:50px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseWeightProductsLB{width:55px; margin-left:63px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsCloseWeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsCloseProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/*ASTM F 1807 PEX Crimp Tools ACC */
					
					.ASTMF1807PEXCrimpToolsACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.ASTMF1807PEXCrimpToolsACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.ASTMF1807PEXCrimpToolsACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.ASTMF1807PEXCrimpToolsACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsACCDescription{width:100px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsACCNormSize{width:97px; margin-left:165px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsACCWeight{width:60px; margin-left:28px; padding-top:2px; color:#FFFFFF; float:left; }
					.ASTMF1807PEXCrimpToolsACCSTDPack{width:70px; margin-left:55px; padding-top:10px; color:#FFFFFF; float:left}
					
					.ASTMF1807PEXCrimpToolsACCNormIn{width:30px; margin-left:515px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCNormCm{width:60px; margin-left:20px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCWeightLB{width:45px; margin-left:713px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left;}
					.ASTMF1807PEXCrimpToolsACCWeightKG{width:55px; margin-left:15px; padding-top:0px;  margin-top:-7px; color:#FFFFFF; float:left;}
					
					.ASTMF1807PEXCrimpToolsACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.ASTMF1807PEXCrimpToolsACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.ASTMF1807PEXCrimpToolsACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCProductsModelNumber{width:58px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCProductsDescription{width:200px; margin-left:125px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsACCNormSizeIn{width:60px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCNormSizeCM{width:50px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCWeightProductsLB{width:55px; margin-left:63px; padding-top:8px; color: #000000; float:left; text-align:center}
					.ASTMF1807PEXCrimpToolsACCWeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
					.ASTMF1807PEXCrimpToolsACCProductSTDPack{width:50px; margin-left:42px; padding-top:8px; color: #000000; float:left;}
					
					/* PEX-One™ 12V Battery PEX Tool & Accessories **************************************************************************************/
					
					/* PEX-One™ 12V Battery Tool PEX CHART */
					
					.Pex-OnePressToolChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Pex-OnePressToolCharInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Pex-OnePressToolChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.Pex-OnePressToolChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Pex-OnePressToolChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.Pex-OnePressToolChartDescription{width:100px; margin-left:200px; padding-top:10px; color:#FFFFFF; float:left}
					.Pex-OnePressToolChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.Pex-OnePressToolChartWeight{width:80px; margin-left:280px; padding-top:2px; color:#FFFFFF; float:left; }
					.Pex-OnePressToolChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.Pex-OnePressToolChartWeightLB{width:50px; margin-left:268px; padding-top:3px; color:#FFFFFF; float:left;}
					.Pex-OnePressToolChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.Pex-OnePressToolChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Pex-OnePressToolChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Pex-OnePressToolChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolChartProductsModelNumber{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolChartProductsDescription{width:350px; margin-left:210px; padding-top:5px; color: #000000; float:left;}
					.Pex-OnePressToolChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolChartWeightProductsLB{width:40px; margin-left:27px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
					
					/* PEX-One™ 12V Battery Tool PEX ACC */
					
					.Pex-OnePressToolACCProductInfoOneRow{height:262px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.Pex-OnePressToolACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.Pex-OnePressToolACCInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
					
					.Pex-OnePressToolACCCatalogNumber{width:100px; margin-left:10px; padding-top:11px; color:#FFFFFF; float:left}
					.Pex-OnePressToolACCModelNumber{width:90px; margin-left:10px; padding-top:11px; color:#FFFFFF; float:left}
					.Pex-OnePressToolACCDescription{width:100px; margin-left:200px; padding-top:11px; color:#FFFFFF; float:left}
					.Pex-OnePressToolACCPipeCapacity{width:0px; margin-left:0px; padding-top:11x; color:#FFFFFF; float:left; }
					.Pex-OnePressToolACCWeight{width:100px; margin-left:190px; padding-top:2px; color:#FFFFFF; float:left; }
					.Pex-OnePressToolACCSTDPack{width:80px; margin-left:10px; padding-top:11px; color:#FFFFFF; float:left}
										
					.Pex-OnePressToolACCWeightLB{width:50px; margin-left:688px; padding-top:0px; color:#FFFFFF; float:left;}
					.Pex-OnePressToolACCWeightKG{width:45px; margin-left:2px; padding-top:0px; color:#FFFFFF; float:left;}
					
					.Pex-OnePressToolACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Pex-OnePressToolACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.Pex-OnePressToolACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolACCProductsModelNumber{width:50px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolACCProductsDescription{width:260px; margin-left:160px; padding-top:7px; color: #000000; float:left;}
					.Pex-OnePressToolACCCapacityIn{width:0px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolACCWeightProductsLB{width:40px; margin-left:77px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolACCWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.Pex-OnePressToolACCProductSTDPack{width:50px; margin-left:70px; padding-top:7px; color: #000000; float:left;}
					
					/* PEX-One™ 12V Battery Tool PEX Features */
					
					.Pex-OnePressToolFeathersProductInfoFiveRow{height:149px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Pex-OnePressToolFeatherspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.Pex-OnePressToolFeatherspartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.Pex-OnePressToolFeathersDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.Pex-OnePressToolFeatherspartsHolderTwoGray{height:44px; width:892px; background-color: #CCCCCC; float:left}
					.Pex-OnePressToolFeatherspartsHolderTwo{height:44px; width:892px; background-color: #FFFFFF; float:left}
					
					.RP200FeatureIndent{ margin-left:16px; float:left}
					
					/* PEX-One™ 12V Battery Tool PEX SPC */
					
					.Pex-OnePressToolSPCProductInfoOneRow{height:310px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Pex-OnePressToolSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Pex-OnePressToolSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.Pex-OnePressToolSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Pex-OnePressToolSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.Pex-OnePressToolSPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					
					
					

/* Press Jaws */
#PressJaws{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:50px; margin-left:30px} 
#PressJawsImage{height:100px; width: 145px; margin-left:25px; border: groove #FF0000} #PressingText{color: #FFFFFF ; margin-top:15px; font-weight:600;text-align:center}
#PressingJawsText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}

					/*Compact Series ASTM F 1807 Jaws (For PEX Tubing) Spec. */ 
						
					.CSASTMF1807JawsSEPProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.CSASTMF1807JawsSEPpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CSASTMF1807JawsSEPpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.CSASTMF1807JawsSEPCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CSASTMF1807JawsSEPModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.CSASTMF1807JawsSEPpartsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.CSASTMF1807JawsSEPpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}

					/*Compact Series ASTM F 1807 Jaws (For PEX Tubing) Chart. */ 
					
					.CSASTMF1807JawsChartProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CSASTMF1807JawsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CSASTMF1807JawsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CSASTMF1807JawsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSASTMF1807JawsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSASTMF1807JawsChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.CSASTMF1807JawsChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.CSASTMF1807JawsChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.CSASTMF1807JawsChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.CSASTMF1807JawsChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.CSASTMF1807JawsChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.CSASTMF1807JawsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CSASTMF1807JawsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CSASTMF1807JawsChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CSASTMF1807JawsChartProductsModelNumber{width:60px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CSASTMF1807JawsChartProductsDescription{width:320px; margin-left:217px; padding-top:5px; color: #000000; float:left;}
					.CSASTMF1807JawsChartCapacityIn{width:00px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CSASTMF1807JawsChartWeightProductsLB{width:40px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CSASTMF1807JawsChartWeightProductsKG{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.CSASTMF1807JawsChartProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

					/*Compact Series Jaws For PureFlow™ System */ 
					
					/*Compact Series Jaws For PureFlow™ System Spec */ 

					.CSJawsForPureFlowSystemSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.CSJawsForPureFlowSystemSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CSJawsForPureFlowSystemSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.CSJawsForPureFlowSystemSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CSJawsForPureFlowSystemSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.CSJawsForPureFlowSystemSPCpartsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.CSJawsForPureFlowSystemSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					/*Compact Series Jaws For PureFlow™ System Chart */ 
					
					.CSJawsForPureFlowSystemChartProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CSJawsForPureFlowSystemChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CSJawsForPureFlowSystemChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CSJawsForPureFlowSystemChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSJawsForPureFlowSystemChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSJawsForPureFlowSystemChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.CSJawsForPureFlowSystemChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.CSJawsForPureFlowSystemChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.CSJawsForPureFlowSystemChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.CSJawsForPureFlowSystemChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.CSJawsForPureFlowSystemChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.CSJawsForPureFlowSystemChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CSJawsForPureFlowSystemChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CSJawsForPureFlowSystemChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSJawsForPureFlowSystemChartProductsModelNumber{width:60px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSJawsForPureFlowSystemChartProductsDescription{width:320px; margin-left:217px; padding-top:7px; color: #000000; float:left;}
					.CSJawsForPureFlowSystemChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSJawsForPureFlowSystemChartWeightProductsLB{width:40px; margin-left:42px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSJawsForPureFlowSystemChartWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSJawsForPureFlowSystemChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*Compact Series Jaws for ProPress® System  Spec */ 
					
					.CSJawsforProPressSystemSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.CSJawsforProPressSystemSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CSJawsforProPressSystemSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.CSJawsforProPressSystemSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CSJawsforProPressSystemSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.CSJawsforProPressSystemSPC partsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.CSJawsforProPressSystemSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					/*Compact Series Jaws for ProPress® System Chart */ 
					
					.CSeriesJawsforProPressSystemChartProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CSeriesJawsforProPressSystemChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CSeriesJawsforProPressSystemChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CSeriesJawsforProPressSystemChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSeriesJawsforProPressSystemChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CSeriesJawsforProPressSystemChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.CSeriesJawsforProPressSystemChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.CSeriesJawsforProPressSystemChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.CSeriesJawsforProPressSystemChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.CSeriesJawsforProPressSystemChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.CSeriesJawsforProPressSystemChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.CSeriesJawsforProPressSystemChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CSeriesJawsforProPressSystemChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CSeriesJawsforProPressSystemChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSeriesJawsforProPressSystemChartProductsModelNumber{width:60px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSeriesJawsforProPressSystemChartProductsDescription{width:305px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.CSeriesJawsforProPressSystemChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSeriesJawsforProPressSystemChartWeightProductsLB{width:40px; margin-left:42px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSeriesJawsforProPressSystemChartWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CSeriesJawsforProPressSystemChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*Standard Series Jaws for PureFlow™ System  */ 
					
					/*Standard Series Jaws for PureFlow™ System Spec.  */ 
					
					.StandardSJawsPureFlowSystemSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.StandardSJawsPureFlowSystemSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.StandardSJawsPureFlowSystemSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.StandardSJawsPureFlowSystemSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.StandardSJawsPureFlowSystemSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.StandardSJawsPureFlowSystemSPC partsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.StandardSJawsPureFlowSystemSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					/*Standard Series Jaws for PureFlow™ System Chart.  */ 
					
					.StandardSJawsPureFlowSystemChartProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.StandardSJawsPureFlowSystemChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardSJawsPureFlowSystemChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.StandardSJawsPureFlowSystemChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsPureFlowSystemChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsPureFlowSystemChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsPureFlowSystemChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.StandardSJawsPureFlowSystemChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.StandardSJawsPureFlowSystemChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.StandardSJawsPureFlowSystemChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.StandardSJawsPureFlowSystemChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.StandardSJawsPureFlowSystemChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.StandardSJawsPureFlowSystemChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardSJawsPureFlowSystemChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsPureFlowSystemChartProductsModelNumber{width:60px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsPureFlowSystemChartProductsDescription{width:305px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.StandardSJawsPureFlowSystemChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsPureFlowSystemChartWeightProductsLB{width:40px; margin-left:42px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsPureFlowSystemChartWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsPureFlowSystemChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*Standard Series Jaws for ProPress® System   */ 
					
					/*Standard Series Jaws for ProPress® System Spec.  */ 
					
					.StandardSJawsProPressSystemSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.StandardSJawsProPressSystemSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.StandardSJawsProPressSystemSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.StandardSJawsProPressSystemSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.StandardSJawsProPressSystemSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.StandardSJawsProPressSystemSPCpartsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.StandardSJawsProPressSystemSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					/*Standard Series Jaws for ProPress® System Chart.  */ 

					.StandardSJawsProPressSystemChartProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.StandardSJawsProPressSystemChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardSJawsProPressSystemChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.StandardSJawsProPressSystemChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsProPressSystemChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsProPressSystemChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSJawsProPressSystemChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.StandardSJawsProPressSystemChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.StandardSJawsProPressSystemChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.StandardSJawsProPressSystemChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.StandardSJawsProPressSystemChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.StandardSJawsProPressSystemChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.StandardSJawsProPressSystemChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardSJawsProPressSystemChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsProPressSystemChartProductsModelNumber{width:60px; margin-left:35px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsProPressSystemChartProductsDescription{width:305px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.StandardSJawsProPressSystemChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsProPressSystemChartWeightProductsLB{width:40px; margin-left:42px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsProPressSystemChartWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSJawsProPressSystemChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*Compact jaws for ½” and ¾” MegaPress®*/
					
					.CompactSeriesJawsforProPressChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.CompactSeriesJawsforProPressChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.CompactSeriesJawsforProPressChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.CompactSeriesJawsforProPressChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CompactSeriesJawsforProPressChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.CompactSeriesJawsforProPressChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.CompactSeriesJawsforProPressChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.CompactSeriesJawsforProPressChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.CompactSeriesJawsforProPressChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.CompactSeriesJawsforProPressChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.CompactSeriesJawsforProPressChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.CompactSeriesJawsforProPressChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CompactSeriesJawsforProPressChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.CompactSeriesJawsforProPressChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CompactSeriesJawsforProPressChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CompactSeriesJawsforProPressChartProductsDescription{width:255px; margin-left:212px; padding-top:7px; color: #000000; float:left;}
					.CompactSeriesJawsforProPressChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CompactSeriesJawsforProPressChartWeightProductsLB{width:40px; margin-left:122px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CompactSeriesJawsforProPressChartWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.CompactSeriesJawsforProPressChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/*Compact jaws for ½” and ¾” MegaPress® Spec*/
					
					.CompactSeriesJawsforMegaSPCProductInfoOneRow{height:60px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.CompactSeriesJawsforMegaSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CompactSeriesJawsforMegaSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.CompactSeriesJawsforMegaSPCCatalogNumber{width:180px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CompactSeriesJawsforMegaSPCModelNumber{width:560px; margin-left:10px; padding-top:7px; float:left}
					
					.CompactSeriesJawsforMegaSPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					
					
					
					
					/*Standard Series ProPress® XL-C™ Rings   */ 

					/*Standard Series ProPress® XL-C™ Rings Spec.   */ 
					
					.StandardSProPressXLCRingsSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.StandardSProPressXLCRingsSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.StandardSProPressXLCRingsSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.StandardSProPressXLCRingsSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.StandardSProPressXLCRingsSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					/*Standard Series ProPress® XL-C™ Rings Standard Equipment   */ 
					
					.StandardSProPressXLCRingsSEProductInfoOneRow{height:192px; width:492px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.StandardSProPressXLCRingsSEInfoHolder{height:312px; width:492px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardSProPressXLCRingsSEInfoHeader{height:42px; font-size:14px; width:492px; background-color:#024C8D; float:left}
					.StandardSProPressXLCRingsSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.StandardSProPressXLCRingsSEDescription{width:492px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.StandardSProPressXLCRingsSEpartsHolder{height:30px; width:492px; background-color: #FFFFFF; float:left}
					.StandardSProPressXLCRingsSEpartsHolderGray{height:30px; width:492px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardSProPressXLCRingsSEProductCatalogNumber{width:80px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsSEProductsDescription{width:200px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/*Standard Series ProPress® XL-C™ Rings Chart   */ 
					
					.StandardSProPressXLCRingsChartProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.StandardSProPressXLCRingsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.StandardSProPressXLCRingsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.StandardSProPressXLCRingsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSProPressXLCRingsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSProPressXLCRingsChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.StandardSProPressXLCRingsChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.StandardSProPressXLCRingsChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.StandardSProPressXLCRingsChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.StandardSProPressXLCRingsChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.StandardSProPressXLCRingsChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.StandardSProPressXLCRingsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.StandardSProPressXLCRingsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.StandardSProPressXLCRingsChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsChartProductsDescription{width:305px; margin-left:182px; padding-top:7px; color: #000000; float:left;}
					.StandardSProPressXLCRingsChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsChartWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsChartWeightProductsKG{width:40px; margin-left:13px; padding-top:7px; color: #000000; float:left; text-align:center}
					.StandardSProPressXLCRingsChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/* Press Rings */

#PressRings{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:50px; margin-left:30px} 
#PressRingsImage{height:100px; width: 145px; margin-left:25px; border: groove #FF0000 } #PressingText{color: #FFFFFF ; margin-top:15px; font-weight:600;text-align:center}
#PressingRingsText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}

					/* Press Rings Spec. */
					
					.RingsforProPressTopInfo{height:10px; font-weight:bold; text-decoration:underline }
					.RingsforProPressTopInfo2{height:10px; margin-top:10px; font-weight:bold; text-decoration:underline }
					
					.RingsforProPressSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.RingsforProPressSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.RingsforProPressSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.RingsforProPressSPCCatalogNumber{width:300px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.RingsforProPressSPCModelNumber{width:450px; margin-left:10px; padding-top:7px; float:left}
					
					.RingsforProPressSPCpartsHolderID{height:45px; width:770px; background-color: #FFFFFF; float:left}
					.RingsforProPressSPCpartsHolderGrayID{height:45px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					/* Press Rings Spec. standard Features */
					
					.RingsforProPressSE27423ProductInfoOneRow{height:252px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.RingsforProPressSE27423InfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RingsforProPressSE27423InfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.RingsforProPressSE27423CatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.RingsforProPressSE27423Description{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.RingsforProPressSE27423partsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.RingsforProPressSE27423partsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RingsforProPressSE27423ProductCatalogNumber{width:40px; margin-left:90px; padding-top:8px; color: #000000; float:left; text-align:center}
					.RingsforProPressSE27423ProductsDescription{width:200px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* Press Rings Kits */
					
					.RingsforProPressChartProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RingsforProPressChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RingsforProPressChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RingsforProPressChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RingsforProPressChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RingsforProPressChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RingsforProPressChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.RingsforProPressChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.RingsforProPressChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RingsforProPressChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RingsforProPressChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressChartProductsDescription{width:255px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.RingsforProPressChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressChartWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressChartWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/* Press Rings Rings */
				
					.RingsforProPressRingsProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RingsforProPressRingsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RingsforProPressRingsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RingsforProPressRingsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressRingsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressRingsDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressRingsPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RingsforProPressRingsWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RingsforProPressRingsSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RingsforProPressRingsWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.RingsforProPressRingsWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.RingsforProPressRingspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RingsforProPressRingspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RingsforProPressRingsProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressRingsProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressRingsProductsDescription{width:255px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.RingsforProPressRingsCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressRingsWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressRingsWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressRingsProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/* Press Rings Rings Actuators */
		
					.RingsforProPressActuatorsProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RingsforProPressActuatorsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RingsforProPressActuatorsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RingsforProPressActuatorsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressActuatorsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressActuatorsDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressActuatorsPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RingsforProPressActuatorsWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RingsforProPressActuatorsSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RingsforProPressActuatorsWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.RingsforProPressActuatorsWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.RingsforProPressActuatorspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RingsforProPressActuatorspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RingsforProPressActuatorsProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressActuatorsProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressActuatorsProductsDescription{width:255px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.RingsforProPressActuatorsCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressActuatorsWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressActuatorsWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressActuatorsProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/* Press Rings ACC */
					
					.RingsforProPressACCProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RingsforProPressACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RingsforProPressACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RingsforProPressACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.RingsforProPressACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.RingsforProPressACCWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.RingsforProPressACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RingsforProPressACCWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.RingsforProPressACCWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.RingsforProPressACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RingsforProPressACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RingsforProPressACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressACCProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressACCProductsDescription{width:265px; margin-left:222px; padding-top:7px; color: #000000; float:left;}
					.RingsforProPressACCCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressACCWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressACCWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RingsforProPressACCProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
/* PressSnap Soil Pipe Cutter */
#PressSnap{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:20px; margin-left:30px} 
#PressSnapImage{height:100px; width: 145px; margin-left:25px; border: groove #FF0000 } #PressingText{color: #FFFFFF ; margin-top:15px; font-weight:600;text-align:center}
#PressingSnapText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}					
					
										
					/* Press Snap™ Soil Pipe Cutter  */
					
					/* Press Snap™ Soil Pipe Cutter Spec. */
					
					.PressSnapSoilPipeCutterSPCProductInfoOneRow{height:90px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PressSnapSoilPipeCutterSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.PressSnapSoilPipeCutterSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.PressSnapSoilPipeCutterSPCCatalogNumber{width:150px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.PressSnapSoilPipeCutterSPCModelNumber{width:550px; margin-left:10px; padding-top:7px; float:left}
					
					/* Press Snap™ Soil Pipe Cutter Chart */
										
					.PressSnapSoilPipeCutterChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.PressSnapSoilPipeCutterChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.PressSnapSoilPipeCutterChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.PressSnapSoilPipeCutterChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PressSnapSoilPipeCutterChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.PressSnapSoilPipeCutterChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.PressSnapSoilPipeCutterChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.PressSnapSoilPipeCutterChartWeight{width:80px; margin-left:250px; padding-top:2px; color:#FFFFFF; float:left; }
					.PressSnapSoilPipeCutterChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.PressSnapSoilPipeCutterChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.PressSnapSoilPipeCutterChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.PressSnapSoilPipeCutterChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.PressSnapSoilPipeCutterChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.PressSnapSoilPipeCutterChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.PressSnapSoilPipeCutterChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.PressSnapSoilPipeCutterChartProductsDescription{width:265px; margin-left:222px; padding-top:7px; color: #000000; float:left;}
					.PressSnapSoilPipeCutterChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.PressSnapSoilPipeCutterChartWeightProductsLB{width:40px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.PressSnapSoilPipeCutterChartWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.PressSnapSoilPipeCutterChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

/* Mega Press Press Jaws & Rings */
#MegaPressRings{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:20px; margin-left:30px} 
#MegaPressRingsImage{height:100px; width: 145px; margin-left:25px; border: groove #FF0000 } #PressingText{color: #FFFFFF ; margin-top:15px; font-weight:600;text-align:center}
#MegaPressingRingsText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}

					/* Mega Press Press Jaws & Rings */
					
					/* Mega Press Press Jaws & Rings Spec. */

					.MegaPressJawsAndRingsSPCProductInfoOneRow{height:60px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.MegaPressJawsAndRingsSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.MegaPressJawsAndRingsSPCCatalogNumber{width:150px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.MegaPressJawsAndRingsSPCModelNumber{width:500px; margin-left:10px; padding-top:7px; float:left}
					
					/* Mega Press Press Jaws & Rings Standard Equipment */
					
					.MegaPressJawsAndRingsSEProductInfoOneRow{height:282px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.MegaPressJawsAndRingsSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MegaPressJawsAndRingsSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.MegaPressJawsAndRingsSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.MegaPressJawsAndRingsSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
						
					.MegaPressJawsAndRingsSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MegaPressJawsAndRingsSEProductCatalogNumber{width:80px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsSEProductsDescription{width:200px; margin-left:50px; padding-top:8px; color: #000000; float:left;}
					
					/* Mega Press Press Jaws & Rings Standard Chart */
					
					.MegaPressJawsAndRingsChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MegaPressJawsAndRingsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MegaPressJawsAndRingsChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.MegaPressJawsAndRingsChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsChartWeight{width:80px; margin-left:253px; padding-top:2px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.MegaPressJawsAndRingsChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.MegaPressJawsAndRingsChartWeightKG{width:45px; margin-left:10px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.MegaPressJawsAndRingsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MegaPressJawsAndRingsChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsChartProductsDescription{width:255px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.MegaPressJawsAndRingsChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsChartWeightProductsLB{width:50px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsChartWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/* Mega Press Press Jaws & Rings JAWS */

					.MegaPressJawsAndRingsJawsProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MegaPressJawsAndRingsJawsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MegaPressJawsAndRingsJawsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.MegaPressJawsAndRingsJawsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsJawsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsJawsDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsJawsPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsJawsWeight{width:80px; margin-left:253px; padding-top:2px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsJawsSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.MegaPressJawsAndRingsJawsWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.MegaPressJawsAndRingsJawsWeightKG{width:45px; margin-left:10px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.MegaPressJawsAndRingsJawspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsJawspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MegaPressJawsAndRingsJawsProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsJawsProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsJawsProductsDescription{width:235px; margin-left:247px; padding-top:7px; color: #000000; float:left;}
					.MegaPressJawsAndRingsJawsCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsJawsWeightProductsLB{width:50px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsJawsWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsJawsProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/* Mega Press Press Jaws & Rings Actuator */
					
					.MegaPressJawsAndRingsActuatorProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MegaPressJawsAndRingsActuatorInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MegaPressJawsAndRingsActuatorInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.MegaPressJawsAndRingsActuatorCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsActuatorModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsActuatorDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsActuatorPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsActuatorWeight{width:80px; margin-left:253px; padding-top:2px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsActuatorSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.MegaPressJawsAndRingsActuatorWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.MegaPressJawsAndRingsActuatorWeightKG{width:45px; margin-left:10px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.MegaPressJawsAndRingsActuatorpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsActuatorpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MegaPressJawsAndRingsActuatorProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsActuatorProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsActuatorProductsDescription{width:235px; margin-left:247px; padding-top:7px; color: #000000; float:left;}
					.MegaPressJawsAndRingsActuatorCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsActuatorWeightProductsLB{width:50px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsActuatorWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsActuatorProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					 /* Mega Press Press Jaws & Rings ACC */
					
					.MegaPressJawsAndRingsACCProductInfoOneRow{height:192px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MegaPressJawsAndRingsACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MegaPressJawsAndRingsACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.MegaPressJawsAndRingsACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsACCDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.MegaPressJawsAndRingsACCPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsACCWeight{width:80px; margin-left:253px; padding-top:2px; color:#FFFFFF; float:left; }
					.MegaPressJawsAndRingsACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.MegaPressJawsAndRingsACCWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.MegaPressJawsAndRingsACCWeightKG{width:45px; margin-left:10px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.MegaPressJawsAndRingsACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.MegaPressJawsAndRingsACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MegaPressJawsAndRingsACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsACCProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsACCProductsDescription{width:275px; margin-left:207px; padding-top:7px; color: #000000; float:left;}
					.MegaPressJawsAndRingsACCCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsACCWeightProductsLB{width:50px; margin-left:102px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsACCWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MegaPressJawsAndRingsACCProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/* RIDGID Press Booster for use with Viega MegaPress® XL */


					.RIDGIDPressBoosterXLProductInfoOneRow{height:222px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.RIDGIDPressBoosterXLInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.RIDGIDPressBoosterXLInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.RIDGIDPressBoosterXLCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RIDGIDPressBoosterXLModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.RIDGIDPressBoosterXLDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.RIDGIDPressBoosterXLPipeCapacity{width:60px; margin-left:128px; padding-top:10px; color:#FFFFFF; float:left; }
					.RIDGIDPressBoosterXLWeight{width:80px; margin-left:140px; padding-top:2px; color:#FFFFFF; float:left; }
					.RIDGIDPressBoosterXLSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.RIDGIDPressBoosterXLWeightLB{width:50px; margin-left:315px; padding-top:4px; color:#FFFFFF; float:left;}
					.RIDGIDPressBoosterXLWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.RIDGIDPressBoosterXLpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.RIDGIDPressBoosterXLpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.RIDGIDPressBoosterXLProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RIDGIDPressBoosterXLProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RIDGIDPressBoosterXLProductsDescription{width:300px; margin-left:132px; padding-top:7px; color: #000000; float:left;}
					.RIDGIDPressBoosterXLCapacityIn{width:60px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RIDGIDPressBoosterXLWeightProductsLB{width:50px; margin-left:60px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RIDGIDPressBoosterXLWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					.RIDGIDPressBoosterXLProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}




/*Category Drain Cleaning*********************************************************************************************************/

#DrainCleaningMain{height:945px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}
#DrainCleaningHeaderImage{ height:250px; width:680px; border-bottom: groove #FF0000; float:left}


/*Hand Tools*/
#Drain-Cleaning-Holder{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:50px; margin-left:15px} 
#Drain-Cleaning-Image{height:100px; width: 145px; margin-left:25px; border: groove #FF0000 } 
#Drain-Cleaning-Text{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}

					/*K-1 Combination Auger*/
					
					/*K-1 Combination Auger Spec.*/

					.K1CombinationAugerSPCProductInfoOneRow{height:180px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.K1CombinationAugerSPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.K1CombinationAugerSPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
										
					.K1CombinationAugerSPCCatalogNumber{width:250px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.K1CombinationAugerSPCModelNumber{width:500px; margin-left:10px; padding-top:7px; float:left}
					
					/*K-1 Combination Auger Chart.*/
					
					.K1CombinationAugerChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K1CombinationAugerChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K1CombinationAugerChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K1CombinationAugerChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerChartDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerChartPipeCapacity{width:60px; margin-left:128px; padding-top:10px; color:#FFFFFF; float:left; }
					.K1CombinationAugerChartWeight{width:80px; margin-left:143px; padding-top:2px; color:#FFFFFF; float:left; }
					.K1CombinationAugerChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.K1CombinationAugerChartWeightLB{width:50px; margin-left:315px; padding-top:4px; color:#FFFFFF; float:left;}
					.K1CombinationAugerChartWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K1CombinationAugerChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.K1CombinationAugerChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K1CombinationAugerChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerChartProductsDescription{width:300px; margin-left:132px; padding-top:7px; color: #000000; float:left;}
					.K1CombinationAugerChartCapacityIn{width:60px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerChartWeightProductsLB{width:50px; margin-left:60px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerChartWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*K-1 Combination Auger ACC */
										
					.K1CombinationAugerACCProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K1CombinationAugerACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K1CombinationAugerACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K1CombinationAugerACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerACCModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerACCDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K1CombinationAugerACCPipeCapacity{width:60px; margin-left:128px; padding-top:10px; color:#FFFFFF; float:left; }
					.K1CombinationAugerACCWeight{width:80px; margin-left:143px; padding-top:2px; color:#FFFFFF; float:left; }
					.K1CombinationAugerACCSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.K1CombinationAugerACCWeightLB{width:50px; margin-left:315px; padding-top:4px; color:#FFFFFF; float:left;}
					.K1CombinationAugerACCWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K1CombinationAugerACCpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.K1CombinationAugerACCpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K1CombinationAugerACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerACCProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerACCProductsDescription{width:265px; margin-left:167px; padding-top:7px; color: #000000; float:left;}
					.K1CombinationAugerACCCapacityIn{width:60px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerACCWeightProductsLB{width:50px; margin-left:60px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerACCWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1CombinationAugerACCProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*K-3 and K-6 Toilet Augers  */
					
					/*K-3 and K-6 Toilet Augers Charts  */
					
					.K3andK6ToiletAugersChartProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K3andK6ToiletAugersChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K3andK6ToiletAugersChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K3andK6ToiletAugersChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K3andK6ToiletAugersChartModelNumber{width:90px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
					.K3andK6ToiletAugersChartDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
					.K3andK6ToiletAugersChartPipeCapacity{width:60px; margin-left:128px; padding-top:10px; color:#FFFFFF; float:left; }
					.K3andK6ToiletAugersChartWeight{width:80px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; }
					.K3andK6ToiletAugersChartSTDPack{width:100px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left}
										
					.K3andK6ToiletAugersChartWeightLB{width:50px; margin-left:608px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.K3andK6ToiletAugersChartWeightKG{width:45px; margin-left:10px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.K3andK6ToiletAugersChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.K3andK6ToiletAugersChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K3andK6ToiletAugersChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K3andK6ToiletAugersChartProductsModelNumber{width:60px; margin-left:40px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K3andK6ToiletAugersChartProductsDescription{width:200px; margin-left:87px; padding-top:7px; color: #000000; float:left;}
					.K3andK6ToiletAugersChartCapacityIn{width:60px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K3andK6ToiletAugersChartWeightProductsLB{width:50px; margin-left:50px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K3andK6ToiletAugersChartWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K3andK6ToiletAugersChartProductSTDPack{width:50px; margin-left:84px; padding-top:7px; color: #000000; float:left;}
					
					/*K-5 Grappler Hook   */
					
					/*K-5 Grappler Hook  Charts  */
										
					.K5GrapplerHookChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K5GrapplerHookChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K5GrapplerHookChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K5GrapplerHookChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K5GrapplerHookChartModelNumber{width:90px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left}
					.K5GrapplerHookChartDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K5GrapplerHookChartPipeCapacity{width:60px; margin-left:128px; padding-top:10px; color:#FFFFFF; float:left; }
					.K5GrapplerHookChartWeight{width:80px; margin-left:88px; padding-top:2px; color:#FFFFFF; float:left; }
					.K5GrapplerHookChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.K5GrapplerHookChartWeightLB{width:50px; margin-left:260px; padding-top:4px; color:#FFFFFF; float:left;}
					.K5GrapplerHookChartWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K5GrapplerHookChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.K5GrapplerHookChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K5GrapplerHookChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K5GrapplerHookChartProductsModelNumber{width:60px; margin-left:63px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K5GrapplerHookChartProductsDescription{width:230px; margin-left:147px; padding-top:7px; color: #000000; float:left;}
					.K5GrapplerHookChartCapacityIn{width:60px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K5GrapplerHookChartWeightProductsLB{width:50px; margin-left:60px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K5GrapplerHookChartWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K5GrapplerHookChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					/*One-Piece Flat Sewer Tape    */
					
					/*One-Piece Flat Sewer Tape   Charts  */
										
					.OnePieceFlatSewerTapeChartProductInfoOneRow{height:342px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
										
					.OnePieceFlatSewerTapeChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.OnePieceFlatSewerTapeChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.OnePieceFlatSewerTapeChartCatalogNumber{width:80px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartModelNumber{width:60px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartDescription{width:10px; margin-left:25px; padding-top:10px; color:#FFFFFF; float:left}
					.OnePieceFlatSewerTapeChartHandleLength{width:45px; margin-left:42px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartStrapLength{width:60px; margin-left:72px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
					.OnePieceFlatSewerTapeChartStrapWidth{width:50px; margin-left:67px; padding-top:2px; color:#FFFFFF; float:left; }
					.OnePieceFlatSewerTapeChartPipeCapacity{width:30px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left;}
					.StrapActualODCapacity{width:0px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; }
					.OnePieceFlatSewerTapeChartWeight{width:30px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; }
					.OnePieceFlatSewerTapeChartSTDPack{width:30px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; }
					
					.OnePieceFlatSewerTapeChartHandleLengthIn{width:30px; margin-left:62px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartHandleLengthMM{width:70px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartStrapLengthIn{width:40px; margin-left:32px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartStrapLengthmm{width:45px; margin-left:3px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartStrapWidthIn{width:40px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartStrapWidthmm{width:50px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartPipeCapacityIN{width:25px; margin-left:44px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartPipeCapacityMM{width:45px; margin-left:37px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartActualODCapacityIN{width:5px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartActualODPipeCapacityMM{width:5px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartWeightLB{width:25px; margin-left:12px; padding-top:5px; color:#FFFFFF; float:left;}
					.OnePieceFlatSewerTapeChartWeightKG{width:25px; margin-left:22px; padding-top:5px; color:#FFFFFF; float:left;}
					
					.OnePieceFlatSewerTapeChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.OnePieceFlatSewerTapeChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.OnePieceFlatSewerTapeChartProductCatalogNumber{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
					.OnePieceFlatSewerTapeChartProductsModelNumber{width:40px; margin-left:75px; padding-top:5px; color: #000000; float:left;}
					.OnePieceFlatSewerTapeChartProductsDescription{width:45px; margin-left:20px; padding-top:5px; color: #000000; float:left;}
					.OnePieceFlatSewerTapeChartProductHandleLengthIn{width:35px; margin-left:8px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductHandleLengthMM{width:40px; margin-left:13px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsStrapLengthIn{width:34px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsStrapLengthMM{width:45px; margin-left:11px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsStrapWidthIN{width:35px; margin-left:32px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsStrapWidthMM{width:35px; margin-left:8px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsPipeCapacityIN{width:65px; margin-left:38px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsPipeCapacityMM{width:60px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsActualODIN{width:0px; margin-left:7px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartProductsActualODMM{width:0px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
					.OnePieceFlatSewerTapeChartWeightProductsLB{width:20px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
					.OnePieceFlatSewerTapeChartWeightProductsKG{width:30px; margin-left:28px; padding-top:5px; color: #000000; float:left;}
					.OnePieceFlatSewerTapeChartProductSTDPack{width:0px; margin-left:0px; padding-top:5px; color: #000000; float:left;}


					/*Sink Machines********************************************************************************************/

					/*K-40 Sink Machine */
					
					/*K-40 Sink Machine Header */
					
					.K40SinkMachineHeader{margin-top: -10px;}
					.K40SinkMachineHeaderList{margin-top: -30px; margin-left:20px}
					.K40SinkMachineHeaderText{margin-top: -30px;}
					
					/*K-40 Sink Machine Standard Equipment */
					
					.K40SinkMachineSEProductInfoOneRow{height:92px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.K40SinkMachineSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K40SinkMachineSEInfoHeader{height:30px; font-size:14px; width:422px; background-color:#024C8D; float:left}
					.K40SinkMachineSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
					.K40SinkMachineSEDescription{width:422px; margin-left:0px; padding-top:4px; font-size:12px; color:#FFFFFF; float:left; text-align:center}
						
					.K40SinkMachineSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
					.K40SinkMachineSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K40SinkMachineSEProductCatalogNumber{width:60px; margin-left:30px; padding-top:8px; color: #000000; float:left}
					.K40SinkMachineSEProductsDescription{width:300px; margin-left:0px; padding-top:8px; color: #000000; float:left;}
					
					/*K-40 Sink Machine Chart  */
					
					.K40SinkMachineChartProductInfoOneRow{height:252px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K40SinkMachineChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K40SinkMachineChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K40SinkMachineChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineChartModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineChartDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineChartPipeCapacity{width:80px; margin-left:280px; padding-top:10px; color:#FFFFFF; float:left; }
					.K40SinkMachineChartWeight{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; }
					.K40SinkMachineChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.K40SinkMachineChartWeightLB{width:40px; margin-left:800px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.K40SinkMachineChartWeightKG{width:30px; margin-left:8px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.K40SinkMachineChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.K40SinkMachineChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K40SinkMachineChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineChartProductsModelNumber{width:60px; margin-left:33px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineChartProductsDescription{width:500px; margin-left:25px; padding-top:7px; color: #000000; float:left;}
					.K40SinkMachineChartCapacityIn{width:60px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineChartWeightProductsLB{width:40px; margin-left:7px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineChartWeightProductsKG{width:40px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					.K40SinkMachineChartpartsHolderGrayID{height:45px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.K40SinkMachineChartpartsHolderID{height:45px; width:892px; background-color: #FFFFFF; float:left}
					
					/*K-40 Sink Machine Cables */					
					
					.K40SinkMachineCablesProductInfoOneRow{height:570px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K40SinkMachineCablesInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K40SinkMachineCablesInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K40SinkMachineCablesCatalogNumber{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineCablesModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineCablesDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineCablesWeight{width:80px; margin-left:208px; padding-top:2px; color:#FFFFFF; float:left; }
															
					.K40SinkMachineCablesWeightLB{width:50px; margin-left:190px; padding-top:4px; color:#FFFFFF; float:left;}
					.K40SinkMachineCablesWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K40SinkMachineCablespartsHolder{height:30px; width:792px; background-color: #FFFFFF; float:left}
					.K40SinkMachineCablespartsHolderGray{height:30px; width:792px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.K40SinkMachineCablesProductPictureHolder{height: 90px; width:90px; padding-left:5px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineCablesProductPictureHolder2{height: 115px; width:90px; padding-left:5px; padding-top:35px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineCablesProductPictureHolder3{height: 98px; width:90px; padding-left:5px; padding-top:22px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineCablesProductPictureHolder4{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineCablesProductPictureHolder5{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineCablesProductPictureHolder6{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K40SinkMachineCablesProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineCablesProductsModelNumber{width:60px; margin-left:30px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineCablesProductsDescription{width:340px; margin-left:67px; padding-top:7px; color: #000000; float:left;}
					.K40SinkMachineCablesWeightProductsLB{width:50px; margin-left:24px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineCablesWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K40SinkMachineCablespartsHolderID{height:30px; width:792px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineCablespartsHolderGrayID{height:30px; width:792px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineCablespartsHolderGrayIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					
					/*K-40 Sink Machine Tools */	
										
					.K40SinkMachineToolsProductInfoOneRow{height:826px; width:892px; margin-top:5px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K40SinkMachineToolsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K40SinkMachineToolsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K40SinkMachineToolsCatalogNumber{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineToolsModelNumber{width:90px; margin-left:25px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineToolsDescription{width:100px; margin-left:115px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineToolsWeight{width:130px; margin-left:180px; padding-top:10px; color:#FFFFFF; float:left; }
															
					.K40SinkMachineToolsWeightLB{width:50px; margin-left:190px; padding-top:4px; color:#FFFFFF; float:left;}
					.K40SinkMachineToolsWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K40SinkMachineToolspartsHolder{height:30px; width:792px; background-color: #FFFFFF; float:left}
					.K40SinkMachineToolspartsHolderGray{height:30px; width:792px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.K40SinkMachineToolsProductPictureHolderFiller{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolderFillerEnd{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K40SinkMachineToolsProductPictureHolder{height: 60px; width:90px; padding-left:5px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder2{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder3{height: 120px; width:95px; padding-left:0px; padding-top:30px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder4{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder5{height: 90px; width:95px; padding-left:0px; padding-top:6px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder6{height: 90px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder7{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder8{height: 60px; width:95px; padding-left:0px; padding-top:1px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder9{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineToolsProductPictureHolder10{height:60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K40SinkMachineToolsProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineToolsProductsModelNumber{width:60px; margin-left:40px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K40SinkMachineToolsProductsDescription{width:340px; margin-left:97px; padding-top:7px; color: #000000; float:left;}
					.K40SinkMachineToolsWeightProductsLB{width:50px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineToolsWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K40SinkMachineToolspartsHolderID{height:30px; width:792px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineToolspartsHolderIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineToolspartsHolderIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineToolspartsHolderIDBigNB{height:45px; width:792px; padding-top:15px; float:left}
					
		
					
					.K40SinkMachineToolspartsHolderGrayID{height:30px; width:792px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineToolspartsHolderGrayIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineToolspartsHolderGrayIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineToolspartsHolderGrayIDBigNB{height:45px; width:792px; padding-top:15px; background-color: #CCCCCC; float:left}
					
					/*K-40 Sink Machine ACC */
					
					.K40SinkMachineACCProductInfoOneRow{height:559px; width:892px; margin-top:5px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K40SinkMachineACCInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K40SinkMachineACCInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K40SinkMachineACCCatalogNumber{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineACCModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineACCDescription{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K40SinkMachineACCWeight{width:80px; margin-left:208px; padding-top:10px; color:#FFFFFF; float:left; }
															
					.K40SinkMachineACCWeightLB{width:50px; margin-left:190px; padding-top:4px; color:#FFFFFF; float:left;}
					.K40SinkMachineACCWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K40SinkMachineACCpartsHolder{height:30px; width:792px; background-color: #FFFFFF; float:left}
					.K40SinkMachineACCpartsHolderGray{height:30px; width:792px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.K40SinkMachineACCProductPictureHolderFiller{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolderFillerEnd{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K40SinkMachineACCProductPictureHolder{height: 30px; width:95px; padding-left:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder2{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder3{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder4{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder5{height: 90px; width:95px; padding-left:0px; padding-top:6px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder6{height: 90px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder7{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder8{height: 60px; width:95px; padding-left:0px; padding-top:1px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder9{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K40SinkMachineACCProductPictureHolder10{height:60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K40SinkMachineACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineACCProductsModelNumber{width:60px; margin-left:30px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K40SinkMachineACCProductsDescription{width:440px; margin-left:67px; padding-top:7px; color: #000000; float:left;}
					.K40SinkMachineACCWeightProductsLB{width:50px; margin-left:24px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K40SinkMachineACCWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K40SinkMachineACCpartsHolderID{height:30px; width:792px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineACCpartsHolderIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineACCpartsHolderIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K40SinkMachineACCpartsHolderIDBigNB{height:45px; width:792px; padding-top:15px;float:left}
					
					.K40SinkMachineACCpartsHolderGrayID{height:30px; width:792px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineACCpartsHolderGrayIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineACCpartsHolderGrayIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K40SinkMachineACCpartsHolderGrayIDBigNB{height:45px; width:792px; padding-top:15px; background-color: #CCCCCC; float:left}	
					
					
					
					
					
					
					
					
					
/*K-45 Sink Machine */

/*K-45 Sink Machine Header */

.K45SinkMachineHeaderText {
  font-weight: bold;
}
.K45SinkMachineHeaderList {
  margin-top: -30px;
  margin-left: 20px;
}

/*K-45 Sink Machine Features */

.FeaturesK45SinkMachineProductInfoTwelveRow {
  height: 510px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FeaturesK45SinkMachinepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.FeaturesK45SinkMachinepartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.FeaturesK45SinkMachineDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

/*K-45 Sink Machine Header Standard Equipment */

.K45SinkMachineSEProductInfoOneRow {
  height: 864px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineSEInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K45SinkMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineSEDescription {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K45SinkMachineSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineSEProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineSEProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-45 Sink Machine Header Standard Equipment 2 */

.K45SinkMachineSE2ProductInfoOneRow {
  height: 864px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineSE2InfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineSE2InfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K45SinkMachineSE2CatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineSE2Description {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K45SinkMachineSE2partsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineSE2partsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineSE2ProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineSE2ProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-45 Sink Machine Header chart */

.K45SinkMachineChartProductInfoOneRow {
  height: 687px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K45SinkMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartPipeCapacity {
  width: 70px;
  margin-left: 275px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartWeight {
  width: 80px;
  margin-left: 22px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineChartProductsModelNumber {
  width: 60px;
  margin-left: 33px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K45SinkMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K45SinkMachineChartpartsHolderGrayID {
  height: 65px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineChartpartsHolderGrayID2 {
  height: 80px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineChartpartsHolderID {
  height: 65px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-45 Sink Machine Header Cables */

.K45SinkMachineCablesMainHolder {
  height: 502px;
  width: 890px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineCablesSideHolder {
  width: 25px;
  float: left;
}

.K45SinkMachineCablesSideDEM {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K45SinkMachineCablesSideDEM2 {
  height: 20px;
  width: 243px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 68px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K45SinkMachineCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K45SinkMachineCablesProductInfoOneRow {
  height: 502px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K45SinkMachineCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K45SinkMachineCablesProductPictureHolder {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K45SinkMachineCablesProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K45SinkMachineCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K45SinkMachineCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K45SinkMachineCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineCablesProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K45SinkMachineCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K45SinkMachineCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/*K-45 Sink Machine Header Tools */

.K45SinkMachineToolsProductInfoOneRow {
  height: 734px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K45SinkMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineToolsDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineToolsWeight {
  width: 80px;
  margin-left: 170px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineToolsWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K45SinkMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K45SinkMachineToolsProductPictureHolder {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder4 {
  height: 55px;
  width: 95px;
  padding-left: 0px;
  padding-top: 4px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder5 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 6px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 1px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder9 {
  height: 61px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K45SinkMachineToolsProductPictureHolder10 {
  height: 75px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K45SinkMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K45SinkMachineToolsProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K45SinkMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K45SinkMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K45SinkMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-45 Sink Machine Header ACC */

.K45SinkMachineACCProductInfoOneRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K45SinkMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K45SinkMachineACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCDescription {
  width: 100px;
  margin-left: 245px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCPipeCapacity {
  width: 60px;
  margin-left: 280px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCWeight {
  width: 80px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineACCWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K45SinkMachineACCWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K45SinkMachineACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K45SinkMachineACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 33px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineACCProductsDescription {
  width: 500px;
  margin-left: 125px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K45SinkMachineACCCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K45SinkMachineACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K45SinkMachineACCpartsHolderGrayID {
  height: 55px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K45SinkMachineACCpartsHolderID {
  height: 55px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*Drumb Machines *************************************************************************************** */

/*K-400 Drum Machine  */

/*K-400 Drum Machine Features  */

.K400DrumMachineFeaturesProductSevenRow {
  height: 240px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}
.K400DrumMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/*K-400 Drum Machine Features SPC  */

.K400DrumMachineSPCProductInfoOneRow {
  height: 150px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K400DrumMachineSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.K400DrumMachineSPCModelNumber {
  width: 550px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*K-400 Drum Machine Features Standard Equipment */

.K400DrumMachineSEProductInfoOneRow {
  height: 676px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineSEInfoHolder {
  height: 312px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineSEInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 772px;
  background-color: #024c8d;
  float: left;
}
.K400DrumMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineSEDescription {
  width: 772px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K400DrumMachineSEpartsHolder {
  height: 30px;
  width: 772px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineSEpartsHolderGray {
  height: 30px;
  width: 772px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineSEProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineSEProductsDescription {
  width: 630px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-400 Drum Machine Features Chart */

.K400DrumMachineChartProductInfoOneRow {
  height: 472px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K400DrumMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartPipeCapacity {
  width: 70px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K400DrumMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K400DrumMachineChartpartsHolderGrayID {
  height: 65px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineChartpartsHolderID {
  height: 65px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-400 Drum Machine Features Cables */

.K400DrumMachineCablesMainHolder {
  height: 255px;
  width: 890px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineCablesSideHolder {
  width: 25px;
  float: left;
}

.K400DrumMachineCablesSideDEM {
  height: 20px;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K400DrumMachineCablesSideDEM2 {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 98px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K400DrumMachineCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K400DrumMachineCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K400DrumMachineCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K400DrumMachineCablesProductPictureHolder {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  float: left;
}
.K400DrumMachineCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K400DrumMachineCablesProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K400DrumMachineCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K400DrumMachineCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K400DrumMachineCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineCablesProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K400DrumMachineCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K400DrumMachineCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/*K-400 Drum Machine Features Tools */

.K400DrumMachineToolsProductInfoOneRow {
  height: 726px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K400DrumMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineToolsDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineToolsWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineToolsWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K400DrumMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K400DrumMachineToolsProductPictureHolder {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder4 {
  height: 68px;
  width: 82px;
  padding-left: 13px;
  padding-top: 22px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder5 {
  height: 85px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder9 {
  height: 61px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K400DrumMachineToolsProductPictureHolder10 {
  height: 75px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K400DrumMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 36px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K400DrumMachineToolsProductsDescription {
  width: 340px;
  margin-left: 61px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K400DrumMachineToolsProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K400DrumMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K400DrumMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K400DrumMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-400 Drum Machine Features ACC */

.K400DrumMachineACCProductInfoOneRow {
  height: 613px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K400DrumMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K400DrumMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineACCDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineACCWeight {
  width: 120px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineACCWeightLB {
  width: 50px;
  margin-left: 740px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K400DrumMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K400DrumMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K400DrumMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K400DrumMachineACCProductPictureHolder {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder4 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder5 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder6 {
  height: 61px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder9 {
  height: 61px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K400DrumMachineACCProductPictureHolder10 {
  height: 75px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K400DrumMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 39px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K400DrumMachineACCProductsDescription {
  width: 340px;
  margin-left: 58px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K400DrumMachineACCProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K400DrumMachineACCWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K400DrumMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K400DrumMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K400DrumMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K400DrumMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K400DrumMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-3800 Drum Machine Features ***************************/

/*K-3800 Drum Machine Features */

.K3800DrumMachineTwelveFeaturesProductInfoTwelveRow {
  height: 390px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineTwelveFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTwelveFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTwelveFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K3800DrumMachineTwelveFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTwelveFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineTwelveFeaturesDescriptionID {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

/*K-3800 Drum Machine Standard Equipment*/

.K3800DrumMachineSEProductInfoOneRow {
  height: 936px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineSEInfoHolder {
  height: 312px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineSEInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 772px;
  background-color: #024c8d;
  float: left;
}
.K3800DrumMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineSEDescription {
  width: 772px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K3800DrumMachineSEpartsHolder {
  height: 30px;
  width: 772px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineSEpartsHolderGray {
  height: 30px;
  width: 772px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineSEProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineSEProductsDescription {
  width: 650px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-3800 Drum Machine Chart*/

.K3800DrumMachineChartProductInfoOneRow {
  height: 372px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartPipeCapacity {
  width: 70px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K3800DrumMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*Cable Connect Picture*/

.K3800DrumMachineICCablesCableConnectPicture {
  margin-bottom: 20px;
}

/*K-3800 Drum Machine Inner Core (IC) Cables*/

.K3800DrumMachineICCablesMainHolder {
  height: 315px;
  width: 890px;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesSideHolder {
  width: 25px;
  float: left;
}

.K3800DrumMachineICCablesSideDEM {
  height: 20px;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K3800DrumMachineICCablesSideDEM2 {
  height: 20px;
  width: 150px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 98px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineICCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineICCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineICCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineICCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineICCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineICCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineICCablesProductPictureHolder {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineICCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineICCablesProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineICCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineICCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineICCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineICCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineICCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineICCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineICCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineICCablesProductsDescription {
  width: 305px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineICCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineICCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineICCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineICCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineICCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/*K-3800 Drum Machine Inner Core (IW) Cables*/

.K3800DrumMachineIWCablesMainHolder {
  height: 255px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesSideHolder {
  width: 25px;
  float: left;
}

.K3800DrumMachineIWCablesSideDEM {
  height: 20px;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K3800DrumMachineIWCablesSideDEM2 {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 98px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineIWCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineIWCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineIWCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineIWCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineIWCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineIWCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineIWCablesProductPictureHolder {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineIWCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineIWCablesProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineIWCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineIWCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineIWCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineIWCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineIWCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineIWCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineIWCablesProductsModelNumber {
  width: 60px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineIWCablesProductsDescription {
  width: 305px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineIWCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineIWCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineIWCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineIWCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineIWCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/*K-3800 SINK DRUM CABLES */

.K3800DrumMachineDrumCablesMainHolder {
  height: 255px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesSideHolder {
  width: 25px;
  float: left;
}

.K3800DrumMachineDrumCablesSideDEM {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K3800DrumMachineDrumCablesSideDEM2 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 67px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineDrumCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K3800DrumMachineDrumCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineDrumCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineDrumCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineDrumCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineDrumCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineDrumCablesProductPictureHolder {
  height: 100px;
  width: 90px;
  padding-left: 5px;
  padding-top: 20px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineDrumCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineDrumCablesProductPictureHolder2 {
  height: 80px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineDrumCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K3800DrumMachineDrumCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineDrumCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineDrumCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineDrumCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineDrumCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineDrumCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineDrumCablesProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineDrumCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineDrumCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineDrumCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablespartsHolderIDBig {
  height: 35px;
  width: 767px;
  padding-top: 10px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineDrumCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineDrumCablespartsHolderBig {
  height: 35px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineDrumCablespartsHolderGrayBig {
  height: 35px;
  width: 767px;
  padding-top: 10px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/*K-3800 Drum Machine ACC*/

.K3800DrumMachineACCProductInfoOneRow {
  height: 481px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineACCDescription {
  width: 100px;
  margin-left: 125px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineACCWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineACCWeightLB {
  width: 50px;
  margin-left: 740px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineACCProductPictureHolder {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder4 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder5 {
  height: 58px;
  width: 95px;
  padding-left: 0px;
  padding-top: 2px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder6 {
  height: 61px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder9 {
  height: 61px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineACCProductPictureHolder10 {
  height: 75px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K3800DrumMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 38px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineACCProductsDescription {
  width: 340px;
  margin-left: 59px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineACCProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K3800DrumMachineACCWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K3800DrumMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-3800 Drum Machine Tools Fit 3/8" (10 mm) IC, 3/8" (10 mm) IW and 1/2" (12 mm) IW Cables*/

.K3800DrumMachineTools3-8ProductInfoOneRow {
  height: 915px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineTools3-8InfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineTools3-8InfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineTools3-8CatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8ModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8Description {
  width: 100px;
  margin-left: 80px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8Weight {
  width: 80px;
  margin-left: 195px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineTools3-8WeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8WeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineTools3-8partsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineTools3-8ProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineTools3-8ProductPictureHolder {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder3 {
  height: 75px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder4 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder5 {
  height: 70px;
  width: 85px;
  padding-left: 10px;
  padding-top: 20px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder7 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder12 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools3-8ProductPictureHolder13 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineTools3-8ProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineTools3-8ProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineTools3-8ProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineTools3-8WeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineTools3-8WeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineTools3-8partsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K3800DrumMachineTools3-8partsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderGrayIDBigUp {
  height: 54px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineTools3-8partsHolderGrayIDBig2 {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools3-8partsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-3800 Drum Machine Tools Fit 1/2" (12 mm) IC Cables */

.K3800DrumMachineTools1-2ProductInfoOneRow {
  height: 702px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineTools1-2InfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K3800DrumMachineTools1-2InfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K3800DrumMachineTools1-2CatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2ModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2Description {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2Weight {
  width: 120px;
  margin-left: 185px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineTools1-2WeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2WeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K3800DrumMachineTools1-2partsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineTools1-2ProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineTools1-2ProductPictureHolder {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder2 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder4 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder5 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder6 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K3800DrumMachineTools1-2ProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K3800DrumMachineTools1-2ProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineTools1-2ProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineTools1-2ProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K3800DrumMachineTools1-2WeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K3800DrumMachineTools1-2WeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K3800DrumMachineTools1-2partsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K3800DrumMachineTools1-2partsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderGrayIDBigUp {
  height: 54px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K3800DrumMachineTools1-2partsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K3800DrumMachineTools1-2partsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-6200 Drum Machine ***************************************** */

/*K-6200 Drum Machine Features */

.K6200DrumMachineFeaturesProductInfoFiveRow {
  height: 195px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K6200DrumMachineFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/*K-6200 Drum Machine SPC 1 */

.K6200DrumMachineSPCProductInfoOneRow {
  height: 90px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K6200DrumMachineSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.K6200DrumMachineSPCModelNumber {
  width: 550px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*K-6200 Drum Machine SPC 2 */

.K6200DrumMachineSPCTwoProductInfoOneRow {
  height: 90px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineSPCTwopartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineSPCTwopartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K6200DrumMachineSPCTwoCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.K6200DrumMachineSPCTwoModelNumber {
  width: 550px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*K-6200 Drum Machine Standard Equipment */

.K6200DrumMachineSEProductInfoOneRow {
  height: 292px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineSEInfoHeader {
  height: 52px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K6200DrumMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K6200DrumMachineSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineSEProductCatalogNumber {
  width: 80px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineSEProductsDescription {
  width: 240px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

.K6200DrumMachineSEpartsHolderGrayID {
  height: 40px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineSEProductsDescriptionID {
  width: 240px;
  margin-left: 50px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*K-6200 Drum Machine Chart */

.K6200DrumMachineChartProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K6200DrumMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartModelNumber {
  width: 90px;
  margin-left: 40px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartDescription {
  width: 100px;
  margin-left: 170px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartPipeCapacity {
  width: 70px;
  margin-left: 195px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineChartWeightLB {
  width: 40px;
  margin-left: 780px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineChartProductsModelNumber {
  width: 120px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K6200DrumMachineChartCapacityIn {
  width: 0px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K6200DrumMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-6200 Drum Machine Cables */

.K6200DrumMachineCablesMainHolder {
  height: 536px;
  width: 890px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesSideHolder {
  width: 25px;
  float: left;
}

.K6200DrumMachineCablesSideDEM {
  height: 20px;
  width: 495px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K6200DrumMachineCablesSideDEM2 {
  height: 20px;
  width: 150px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 98px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K6200DrumMachineCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K6200DrumMachineCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K6200DrumMachineCablesCatalogNumber {
  width: 100px;
  margin-left: 140px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesWeight {
  width: 80px;
  margin-left: 190px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineCablesWeightLB {
  width: 50px;
  margin-left: 175px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineCablespartsHolder {
  height: 30px;
  width: 742px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineCablespartsHolderGray {
  height: 30px;
  width: 742px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K6200DrumMachineCablesProductPictureHolder {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineCablesProductPictureHolder2 {
  height: 90px;
  width: 115px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineCablesProductPictureHolder3 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineCablesProductPictureHolder4 {
  height: 90px;
  width: 115px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineCablesProductPictureHolder5 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineCablesProductPictureHolder6 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K6200DrumMachineCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineCablesProductsDescription {
  width: 305px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K6200DrumMachineCablesWeightProductsLB {
  width: 50px;
  margin-left: 4px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K6200DrumMachineCablespartsHolderID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineCablespartsHolderIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineCablespartsHolderGrayID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineCablespartsHolderGrayIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineCablespartsHolderGrayIDBigNB {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-6200 Drum Machine Tools */

.K6200DrumMachineToolsProductInfoOneRow {
  height: 630px;
  width: 892px;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K6200DrumMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineToolsDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineToolsWeight {
  width: 120px;
  margin-left: 105px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineToolsWeightLB {
  width: 120px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K6200DrumMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K6200DrumMachineToolsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K6200DrumMachineToolsProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K6200DrumMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K6200DrumMachineToolsProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K6200DrumMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 34px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 90px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K6200DrumMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineToolspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K6200DrumMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineToolspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineToolspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineToolspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K6200DrumMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-6200 Drum Machine Tools Instruction */

.K6200DrumMachineToolsInstruction {
  margin-left: 5px;
  margin-top: 10px;
}

/*K-6200 Drum Machine ACC */

.K6200DrumMachineACCProductInfoOneRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K6200DrumMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K6200DrumMachineACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCModelNumber {
  width: 90px;
  margin-left: 40px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCDescription {
  width: 100px;
  margin-left: 170px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCPipeCapacity {
  width: 70px;
  margin-left: 195px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineACCWeightLB {
  width: 40px;
  margin-left: 780px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K6200DrumMachineACCWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K6200DrumMachineACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K6200DrumMachineACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K6200DrumMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineACCProductsModelNumber {
  width: 120px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineACCProductsDescription {
  width: 400px;
  margin-left: 125px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K6200DrumMachineACCCapacityIn {
  width: 0px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K6200DrumMachineACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*K-750 Drum Machine ************************************************************ */

/*K-750 Drum Machine  Standard Equipment */

.K750DrumMachineSEProductInfoOneRow {
  height: 192px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineSEInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K750DrumMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K750DrumMachineSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSEProductCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineSEProductsDescription {
  width: 240px;
  margin-left: 145px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

.K750DrumMachineSEpartsHolderGrayID {
  height: 40px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSEProductsDescriptionID {
  width: 240px;
  margin-left: 50px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*K-750 Drum Machine  Standard Equipment 2*/

.K750DrumMachineSETwoProductInfoOneRow {
  height: 192px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSETwoInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineSETwoInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K750DrumMachineSETwoCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineSETwoDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K750DrumMachineSETwopartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSETwopartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSETwoProductCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineSETwoProductsDescription {
  width: 240px;
  margin-left: 145px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

.K750DrumMachineSETwopartsHolderGrayID {
  height: 40px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSETwoProductsDescriptionID {
  width: 240px;
  margin-left: 50px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*K-750 Drum Machine  Standard Equipment 3*/

.K750DrumMachineSEThreeProductInfoOneRow {
  height: 1020px;
  width: 422px;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEThreeInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineSEThreeInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K750DrumMachineSEThreeCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineSEThreeDescription {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K750DrumMachineSEThreepartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEThreepartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSEThreeProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineSEThreeProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-750 Drum Machine  Standard Equipment 4 */

.K750DrumMachineSEFourProductInfoOneRow {
  height: 1260px;
  width: 422px;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEFourInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineSEFourInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K750DrumMachineSEFourCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineSEFourDescription {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K750DrumMachineSEFourpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineSEFourpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineSEFourProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineSEFourProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-750 Drum Machine Standard Equipment 4 */

.K750DrumMachineChartProductInfoOneRow {
  height: 432px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartPipeCapacity {
  width: 70px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K750DrumMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-750 Drum Machine Inner Core (IC) Cables */

.K750DrumMachineICCablesMainHolder {
  height: 285px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesSideHolder {
  width: 25px;
  float: left;
}

.K750DrumMachineICCablesSideDEM {
  height: 20px;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K750DrumMachineICCablesSideDEM2 {
  height: 20px;
  width: 121px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 97px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K750DrumMachineICCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K750DrumMachineICCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineICCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineICCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineICCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineICCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineICCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineICCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineICCablesProductPictureHolder {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineICCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K750DrumMachineICCablesProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineICCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K750DrumMachineICCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineICCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineICCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineICCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineICCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineICCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineICCablesProductsDescription {
  width: 300px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineICCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineICCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineICCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineICCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineICCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/* Hollow Core Cables */

.K750DrumMachineHollowCoreCablesMainHolder {
  height: 165px;
  width: 900px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesSideHolder {
  width: 35px;
  float: left;
}

.K750DrumMachineHollowCoreCablesSideDEM {
  height: 30px;
  width: 60px;
  transform: rotate(270deg);
  transform-origin: left top 0;
  margin-left: 0px;
  margin-top: 105px;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  border-left: inset blue;
  text-align: center;
  float: left;
}

.K750DrumMachineHollowCoreCablesSideDEM2 {
  height: 30px;
  width: 60px;
  transform: rotate(270deg);
  transform-origin: left top 0;
  margin-left: 0px;
  margin-top: 25px;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K750DrumMachineHollowCoreCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 30px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K750DrumMachineHollowCoreCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineHollowCoreCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineHollowCoreCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineHollowCoreCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineHollowCoreCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineHollowCoreCablesProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineHollowCoreCablesProductPictureText {
  position: absolute;
  margin-left: 7px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K750DrumMachineHollowCoreCablesProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineHollowCoreCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K750DrumMachineHollowCoreCablesProductPictureHolder3 {
  height: 108px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineHollowCoreCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineHollowCoreCablesProductPictureHolder5 {
  height: 107px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineHollowCoreCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineHollowCoreCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineHollowCoreCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineHollowCoreCablesProductsDescription {
  width: 300px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineHollowCoreCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineHollowCoreCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineHollowCoreCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineHollowCoreCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineHollowCoreCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/* Leaders and Pig Tails */

.K750DrumMachineLandPTProductInfoOneRow {
  height: 165px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineLandPTInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineLandPTInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineLandPTCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTModelNumber {
  width: 90px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTDescription {
  width: 120px;
  margin-left: 85px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTWeight {
  width: 120px;
  margin-left: 210px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineLandPTWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineLandPTpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineLandPTProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineLandPTProductPictureHolder {
  height: 48px;
  width: 90px;
  padding-left: 5px;
  padding-top: 12px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineLandPTProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineLandPTProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineLandPTProductsModelNumber {
  width: 60px;
  margin-left: 45px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineLandPTProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineLandPTWeightProductsLB {
  width: 40px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineLandPTWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineLandPTpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineLandPTpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K750DrumMachineLandPTpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineLandPTpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineLandPTpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-750 Drum Machine ACC */

.K750DrumMachineACCProductInfoOneRow {
  height: 228px;
  width: 892px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCWeight {
  width: 120px;
  margin-left: 245px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K750DrumMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineACCProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K750DrumMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-750 Drum Machine Repair Fittings */

.K750DrumMachineRepairFittingsProductInfoOneRow {
  height: 222px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineRepairFittingsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineRepairFittingsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineRepairFittingsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingsDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingsWeight {
  width: 120px;
  margin-left: 245px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineRepairFittingsWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K750DrumMachineRepairFittingspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineRepairFittingsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineRepairFittingsProductPictureHolder {
  height: 70px;
  width: 90px;
  padding-left: 5px;
  padding-top: 20px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder2 {
  height: 70px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder11 {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineRepairFittingsProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineRepairFittingsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineRepairFittingsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineRepairFittingsProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineRepairFittingsWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineRepairFittingsWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineRepairFittingspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K750DrumMachineRepairFittingspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineRepairFittingspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineRepairFittingspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*Tools and Replacement Blades  */

.K750DrumMachineToolsProductInfoOneRow {
  height: 630px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineToolsDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineToolsWeight {
  width: 120px;
  margin-left: 105px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineToolsWeightLB {
  width: 120px;
  margin-left: 17px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineToolsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineToolsProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineToolsProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 90px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineToolspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K750DrumMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineToolspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineToolspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineToolspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-7500 Drum Machine ************************************/

/*K-7500 Drum Machine Features */

.K7500DrumMachineFeaturesProductInfoTwelveRow {
  height: 390px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K7500DrumMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K7500DrumMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K7500DrumMachineFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/*K-7500 Drum Machine Standard Features 1 */

.K7500DrumMachineSEOneProductInfoOneRow {
  height: 1266px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineSEOneInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K7500DrumMachineSEOneInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K7500DrumMachineSEOneCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineSEOneDescription {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K7500DrumMachineSEOnepartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineSEOnepartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K7500DrumMachineSEOneProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineSEOneProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-7500 Drum Machine Standard Features 2 */

.K7500DrumMachineSETwoOneProductInfoOneRow {
  height: 1206px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineSETwoOneInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K7500DrumMachineSETwoOneInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K7500DrumMachineSETwoOneCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineSETwoOneDescription {
  width: 442px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K7500DrumMachineSETwoOnepartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineSETwoOnepartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K7500DrumMachineSETwoOneProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineSETwoOneProductsDescription {
  width: 280px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-7500 Drum Machine Chart */

.K7500DrumMachineChartProductInfoOneRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K7500DrumMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K7500DrumMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K7500DrumMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartDescription {
  width: 100px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartPipeCapacity {
  width: 70px;
  margin-left: 285px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartWeight {
  width: 70px;
  margin-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartSTDPack {
  width: 80px;
  margin-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K7500DrumMachineChartWeightLB {
  width: 40px;
  margin-left: 790px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K7500DrumMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K7500DrumMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K7500DrumMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K7500DrumMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartProductsModelNumber {
  width: 50px;
  margin-left: 32px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K7500DrumMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K7500DrumMachineChartProductCatalogNumber2 {
  width: 80px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartProductsModelNumber2 {
  width: 50px;
  margin-left: 32px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartProductsDescription2 {
  width: 500px;
  margin-left: 25px;
  padding-top: 16px;
  color: #000000;
  float: left;
}
.K7500DrumMachineChartCapacityIn2 {
  width: 60px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartWeightProductsLB2 {
  width: 40px;
  margin-left: 7px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K7500DrumMachineChartWeightProductsKG2 {
  width: 40px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}

.K7500DrumMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K7500DrumMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-7500 Drum Machine ACC */

.K7500DrumMachineACCProductInfoOneRow {
  height: 354px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K750DrumMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K750DrumMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCWeight {
  width: 120px;
  margin-left: 245px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K750DrumMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K750DrumMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K750DrumMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K750DrumMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K750DrumMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineACCProductsDescription {
  width: 250px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K750DrumMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K750DrumMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K750DrumMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K750DrumMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K750DrumMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K750DrumMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K750DrumMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* Sectional Machines ***********************************************************************  */

/*K-50 Sectional Machine  */

/*K-50 Sectional Machine Features  */

.K50SectionalMachineFeaturesProductInfoFiveRow {
  height: 180px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K50SectionalMachineFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineFeaturesDescriptionID {
  width: 892px;
  margin-left: 30px;
  padding-top: 4px;
  float: left;
}

/*K-50 Sectional Machine Chart */

.K50SectionalMachineChartProductInfoOneRow {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartPipeCapacity {
  width: 70px;
  margin-left: 205px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartWeight {
  width: 70px;
  margin-left: 22px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartSTDPack {
  width: 80px;
  margin-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineChartWeightLB {
  width: 40px;
  margin-left: 790px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartProductsModelNumber {
  width: 60px;
  margin-left: 28px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartProductsDescription {
  width: 400px;
  margin-left: 120px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K50SectionalMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K50SectionalMachineChartProductCatalogNumber2 {
  width: 80px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartProductsModelNumber2 {
  width: 60px;
  margin-left: 23px;
  padding-top: 10px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartProductsDescription2 {
  width: 500px;
  margin-left: 25px;
  padding-top: 16px;
  color: #000000;
  float: left;
}
.K50SectionalMachineChartCapacityIn2 {
  width: 60px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartWeightProductsLB2 {
  width: 40px;
  margin-left: 7px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineChartWeightProductsKG2 {
  width: 40px;
  margin-left: 10px;
  padding-top: 16px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-50 Sectional Standard Equipment */

.K50SectionalMachineSEProductInfoOneRow {
  height: 340px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineSEInfoHeader {
  height: 40px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.K50SectionalMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K50SectionalMachineSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineSEProductCatalogNumber {
  width: 20px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineSEProductsDescription {
  width: 260px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*K-50 Sectional Cables */

.K50SectionalMachineCablesMainHolder {
  height: 441px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesSideHolder {
  width: 25px;
  float: left;
}

.K50SectionalMachineCablesSideDEM {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K50SectionalMachineCablesSideDEM2 {
  height: 20px;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 68px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  border-right: inset blue;
  text-align: center;
  float: left;
}

.K50SectionalMachineCablesSideDEM3 {
  height: 20px;
  width: 183px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 98px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K50SectionalMachineCablesProductInfoOneRow {
  height: 440px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineCablesCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesWeight {
  width: 80px;
  margin-left: 208px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineCablesWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineCablespartsHolder {
  height: 30px;
  width: 767px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCablespartsHolderGray {
  height: 30px;
  width: 767px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineCablesProductPictureHolder {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCablesProductPictureText {
  position: absolute;
  margin-left: 17px;
  margin-top: 0px;
  z-index: 200;
  float: left;
}

.K50SectionalMachineCablesProductPictureHolder2 {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCablesProductPictureText2 {
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 200;
  float: left;
}

.K50SectionalMachineCablesProductPictureHolder3 {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineCablesProductPictureHolder4 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCablesProductPictureHolder5 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCablesProductPictureHolder6 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineCablesProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K50SectionalMachineCablesWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineCablespartsHolderID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCablespartsHolderGrayID {
  height: 30px;
  width: 767px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineCablespartsHolderGrayIDBig {
  height: 45px;
  width: 767px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

/*K-50 Sectional Cable Kits */

.K50SectionalMachineCableKitProductInfoOneRow {
  height: 288px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineCableKitInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineCableKitInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineCableKitCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitDescription {
  width: 120px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitTools {
  width: 140px;
  margin-left: 50px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitWeight {
  width: 120px;
  margin-left: 105px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineCableKitWeightLB {
  width: 45px;
  margin-left: 750px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K50SectionalMachineCableKitpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineCableKitProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineCableKitProductPictureHolder {
  height: 85px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder2 {
  height: 70px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder3 {
  height: 85px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineCableKitProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineCableKitProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineCableKitProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineCableKitProductsDescription {
  width: 120px;
  margin-left: 27px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
}
.K50SectionalMachineCableKitProductsTools {
  width: 260px;
  margin-left: 27px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
}
.K50SectionalMachineCableKitWeightProductsLB {
  width: 40px;
  margin-left: 15px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineCableKitWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 0px;
  margin-top: -6px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineCableKitpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderIDBig {
  height: 70px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderIDBig2 {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderIDBig3 {
  height: 70px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K50SectionalMachineCableKitpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K50SectionalMachineCableKitpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderGrayIDBig2 {
  height: 55px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineCableKitpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineCableKitpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

/*K-50 Sectional ACC */

.K50SectionalMachineACCProductInfoOneRow {
  height: 418px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineACCDescription {
  width: 120px;
  margin-left: 60px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineACCWeight {
  width: 120px;
  margin-left: 245px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K50SectionalMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineACCProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K50SectionalMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K50SectionalMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-50 Sectional Adapters */

.K50SectionalMachineAdaptersProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineAdaptersInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineAdaptersInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineAdaptersCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineAdaptersModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineAdaptersDescription {
  width: 120px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineAdaptersWeight {
  width: 120px;
  margin-left: 195px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineAdaptersWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineAdaptersWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K50SectionalMachineAdapterspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineAdaptersProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineAdaptersProductPictureHolder {
  height: 130px;
  width: 90px;
  padding-left: 5px;
  padding-top: 20px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder2 {
  height: 70px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder11 {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K50SectionalMachineAdaptersProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineAdaptersProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineAdaptersProductsModelNumber {
  width: 60px;
  margin-left: 36px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineAdaptersProductsDescription {
  width: 350px;
  margin-left: 61px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K50SectionalMachineAdaptersWeightProductsLB {
  width: 40px;
  margin-left: 22px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineAdaptersWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineAdapterspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K50SectionalMachineAdapterspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineAdapterspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineAdapterspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-50 Sectional Tools */

.K50SectionalMachineToolsProductInfoOneRow {
  height: 1032px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K50SectionalMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K50SectionalMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineToolsDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineToolsWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineToolsWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K50SectionalMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K50SectionalMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K50SectionalMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineToolsProductPictureHolder {
  height: 105px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder2 {
  height: 120px;
  width: 95px;
  padding-left: 0px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder4 {
  height: 68px;
  width: 82px;
  padding-left: 13px;
  padding-top: 22px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder5 {
  height: 85px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder8 {
  height: 105px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder9 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder10 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K50SectionalMachineToolsProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K50SectionalMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineToolsProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K50SectionalMachineToolsProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K50SectionalMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K50SectionalMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K50SectionalMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K50SectionalMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K50SectionalMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K50SectionalMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-60SP Sectional Machine ************************************************ */

/*K-60SP Sectional Machine Chart */

.K60SPSectionalMachineChartProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K60SPSectionalMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartPipeCapacity {
  width: 70px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartWeight {
  width: 70px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K60SPSectionalMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-60SP Sectional Machine Cables and Leaders */

.K60SPSectionalMachineCableMainHolder {
  height: 226px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableSideHolder {
  width: 25px;
  float: left;
}

.K60SPSectionalMachineCableSideDEM {
  height: 20px;
  width: 90px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineCableSideDEM2 {
  height: 20px;
  width: 91px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 68px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K60SPSectionalMachineCableSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K60SPSectionalMachineCableProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineCableInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K60SPSectionalMachineCableCatalogNumber {
  width: 100px;
  margin-left: 140px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableDescription {
  width: 210px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableWeight {
  width: 80px;
  margin-left: 205px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCableWeightLB {
  width: 50px;
  margin-left: 193px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableWeightKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCablepartsHolder {
  height: 30px;
  width: 740px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCablepartsHolderGray {
  height: 30px;
  width: 740px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineCableProductPictureHolder {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableProductPictureHolder2 {
  height: 85px;
  width: 115px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableProductPictureHolder3 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableProductPictureHolder4 {
  height: 86px;
  width: 115px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineCableProductPictureHolder5 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableProductPictureHolder6 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineCableProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineCableProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineCableProductsDescription {
  width: 415px;
  margin-left: 12px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineCableWeightProductsLB {
  width: 50px;
  margin-left: 4px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineCableWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineCablepartsHolderID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCablepartsHolderIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCablepartsHolderGrayID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCablepartsHolderGrayIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCablepartsHolderGrayIDBigNB {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-60SP Sectional Machine Cable Kits and Tool Kit */

.K60SPSectionalMachineCableKitProductInfoOneRow {
  height: 428px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineCableKitInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineCableKitInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K60SPSectionalMachineCableKitCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitDescription {
  width: 120px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitTools {
  width: 120px;
  margin-left: 40px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitWeight {
  width: 120px;
  margin-left: 125px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCableKitWeightLB {
  width: 45px;
  margin-left: 750px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K60SPSectionalMachineCableKitpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineCableKitProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineCableKitProductPictureHolder {
  height: 160px;
  width: 90px;
  padding-left: 5px;
  padding-top: 75px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder2 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder3 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineCableKitProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineCableKitProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineCableKitProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineCableKitProductsDescription {
  width: 380px;
  margin-left: 17px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineCableKitProductsTools {
  width: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineCableKitWeightProductsLB {
  width: 40px;
  margin-left: 52px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineCableKitWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineCableKitpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderIDBig2 {
  height: 30px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderIDBig3 {
  height: 70px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCableKitpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCableKitpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGrayIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGrayIDBig2 {
  height: 55px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineCableKitpartsHolderBig {
  height: 30px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K60SPSectionalMachineCableKitpartsHolderGrayBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGrayBig2 {
  height: 50px;
  width: 792px;
  padding-top: 20px;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineCableKitpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

/*K-60SP Sectional Machine ACC */

.K60SPSectionalMachineACCProductInfoOneRow {
  height: 513px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K60SPSectionalMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCDescription {
  width: 120px;
  margin-left: 80px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCWeight {
  width: 120px;
  margin-left: 225px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K60SPSectionalMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineACCProductPictureHolderS {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K60SPSectionalMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineACCProductsDescription {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K60SPSectionalMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-60SP Sectional Tools */

.K60SPSectionalMachineToolsProductInfoOneRow {
  height: 855px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K60SPSectionalMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K60SPSectionalMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolsDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolsWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineToolsWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K60SPSectionalMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K60SPSectionalMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineToolsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder2 {
  height: 85px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder4 {
  height: 68px;
  width: 82px;
  padding-left: 13px;
  padding-top: 22px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder5 {
  height: 85px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder8 {
  height: 105px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder9 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder10 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K60SPSectionalMachineToolsProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K60SPSectionalMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineToolsProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineToolsProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K60SPSectionalMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineToolsProductsDescriptionID {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K60SPSectionalMachineToolsWeightProductsLBID {
  width: 220px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K60SPSectionalMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K60SPSectionalMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K60SPSectionalMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-1500 Sectional Machine  ***********************************************************/

/*K-1500 Sectional Machine Features  */

.K1500SectionalMachineFeaturesProductSixRow {
  height: 210px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K1500SectionalMachineFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/*K-1500 Sectional Machine Chart A Frame */

.K1500SectionalMachineChartProductInfoOneRow {
  height: 238px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SectionalMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartPipeCapacity {
  width: 90px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartWeight {
  width: 70px;
  margin-left: 2px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartProductsDescription {
  width: 515px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineChartCapacityIn {
  width: 60px;
  margin-left: 5px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K1500SectionalMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-1500 Sectional Machine Chart B Frame  */

.K1500SectionalMachineChartBProductInfoOneRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineChartBInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineChartBInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SectionalMachineChartBCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBPipeCapacity {
  width: 90px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBWeight {
  width: 70px;
  margin-left: 2px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineChartBWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineChartBpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineChartBProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartBProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartBProductsDescription {
  width: 515px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineChartBCapacityIn {
  width: 60px;
  margin-left: 5px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartBWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartBWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineChartBProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K1500SectionalMachineChartBpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineChartBpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineChartBpartsHolderIDBig {
  height: 60px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/*K-1500 Sectional Machine Cables and Leaders  */

.K1500SectionalMachineCablesMainHolder {
  height: 573px;
  width: 890px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesSideHolder {
  width: 25px;
  float: left;
}

.K1500SectionalMachineCablesSideDEM {
  height: 20px;
  width: 405px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 42px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineCablesSideDEM2 {
  height: 20px;
  width: 124px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 382px;
  font-size: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K1500SectionalMachineCablesSideDEM3 {
  height: 20px;
  width: 122px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  margin-left: 25px;
  margin-top: 221px;
  font-size: 12px;
  padding-top: 5px;
  background-color: #024c8d;
  color: #ffffff;
  text-align: center;
  float: left;
}

.K1500SectionalMachineCablesProductInfoOneRow {
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesInfoHolder {
  height: 312px;
  width: 865px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineCablesInfoHeader {
  height: 42px;
  width: 865px;
  background-color: #024c8d;
  float: left;
}

.K1500SectionalMachineCablesCatalogNumber {
  width: 100px;
  margin-left: 140px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesDescription {
  width: 200px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesWeight {
  width: 80px;
  margin-left: 190px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineCablesWeightLB {
  width: 50px;
  margin-left: 175px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablesWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineCablespartsHolder {
  height: 30px;
  width: 740px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablespartsHolderGray {
  height: 30px;
  width: 740px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1500SectionalMachineCablesProductPictureHolder {
  height: 60px;
  width: 113px;
  padding-left: 7px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolderBig {
  height: 70px;
  width: 113px;
  padding-left: 7px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolder2 {
  height: 60px;
  width: 113px;
  padding-left: 7px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolder3 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolder4 {
  height: 86px;
  width: 115px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolder5 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCablesProductPictureHolder6 {
  height: 60px;
  width: 115px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineCablesProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineCablesProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineCablesProductsDescription {
  width: 375px;
  margin-left: 32px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineCablesProductsDescriptionID {
  width: 375px;
  margin-left: 32px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineCablesWeightProductsLB {
  width: 50px;
  margin-left: 4px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineCablesWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SectionalMachineCablespartsHolderID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablespartsHolderIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablespartsHolderIDBiger {
  height: 60px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablespartsHolderIDBigNB {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCablespartsHolderGrayID {
  height: 30px;
  width: 740px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCablespartsHolderGrayIDBig {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCablespartsHolderGrayIDBiger {
  height: 60px;
  width: 740px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCablespartsHolderGrayIDBigNB {
  height: 45px;
  width: 740px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-1500 Sectional Machine KIT */

.K1500SectionalMachineCableKitProductInfoOneRow {
  height: 190px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineCableKitInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineCableKitInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SectionalMachineCableKitCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitDescription {
  width: 120px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitTools {
  width: 120px;
  margin-left: 50px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitWeight {
  width: 120px;
  margin-left: 25px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineCableKitWeightLB {
  width: 45px;
  margin-left: 750px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1500SectionalMachineCableKitpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1500SectionalMachineCableKitProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineCableKitProductPictureHolder {
  height: 160px;
  width: 90px;
  padding-left: 5px;
  padding-top: 75px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder2 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder3 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineCableKitProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineCableKitProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineCableKitProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SectionalMachineCableKitProductsDescription {
  width: 380px;
  margin-left: 27px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineCableKitProductsTools {
  width: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineCableKitWeightProductsLB {
  width: 40px;
  margin-left: 42px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineCableKitWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SectionalMachineCableKitpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderIDBig2 {
  height: 30px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderIDBig3 {
  height: 70px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1500SectionalMachineCableKitpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1500SectionalMachineCableKitpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGrayIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGrayIDBig2 {
  height: 55px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

.K1500SectionalMachineCableKitpartsHolderBig {
  height: 30px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1500SectionalMachineCableKitpartsHolderGrayBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGrayBig2 {
  height: 50px;
  width: 792px;
  padding-top: 20px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineCableKitpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

/*K-1500 Sectional Machine ACC */

.K1500SectionalMachineACCProductInfoOneRow {
  height: 669px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SectionalMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SectionalMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCDescription {
  width: 120px;
  margin-left: 80px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCWeight {
  width: 120px;
  margin-left: 225px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SectionalMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1500SectionalMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1500SectionalMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineACCProductPictureHolderS {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K1500SectionalMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder3 {
  height: 80px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SectionalMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SectionalMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SectionalMachineACCProductsDescription {
  width: 290px;
  margin-left: 57px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SectionalMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SectionalMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SectionalMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1500SectionalMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1500SectionalMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K1500SectionalMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SectionalMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/*K-1500 Sectional Machine Tools 
					
					.K1500SectionalMachineToolsProductInfoOneRow{height:1406px; width:892px; margin-top:5px; margin-left:5px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.K1500SectionalMachineToolsInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.K1500SectionalMachineToolsInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					
					.K1500SectionalMachineToolsCatalogNumber{width:100px; margin-left:120px; padding-top:10px; color:#FFFFFF; float:left}
					.K1500SectionalMachineToolsModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
					.K1500SectionalMachineToolsDescription{width:100px; margin-left:75px; padding-top:10px; color:#FFFFFF; float:left}
					.K1500SectionalMachineToolsWeight{width:120px; margin-left:200px; padding-top:10px; color:#FFFFFF; float:left; }
															
					.K1500SectionalMachineToolsWeightLB{width:50px; margin-left:190px; padding-top:4px; color:#FFFFFF; float:left;}
					.K1500SectionalMachineToolsWeightKG{width:45px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left;}
					
					.K1500SectionalMachineToolspartsHolder{height:30px; width:792px; background-color: #FFFFFF; float:left}
					.K1500SectionalMachineToolspartsHolderGray{height:30px; width:792px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.K1500SectionalMachineToolsProductPictureHolderFiller{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolderFillerEnd{height: 30px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; float:left;}
					
					.K1500SectionalMachineToolsProductPictureHolder{height: 60px; width:90px; padding-left:5px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder2{height: 85.5px; width:95px; padding-left:0px; padding-top:5px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder3{height: 60px; width:90px; padding-left:5px; padding-top:0px; border-right: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder4{height: 105px; width:90px; padding-left:5px; padding-top:15px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder5{height: 205px; width:90px; padding-left:5px; padding-top:95px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder6{height: 90px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder7{height: 60px; width:95px; padding-left:0px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder8{height: 105px; width:95px; padding-left:0px; padding-top:15px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder9{height: 60px; width:90px; padding-left:5px; padding-top:0px; border-right: inset blue; border-bottom: inset blue;  float:left;}
					.K1500SectionalMachineToolsProductPictureHolder10{height:60px; width:90px; padding-left:5px; padding-top:0px; border-right: inset blue; border-bottom: inset blue; float:left;}
					.K1500SectionalMachineToolsProductPictureHolder11{height:85.5px; width:95px; padding-left:0px; padding-top:5px; border-right: inset blue; float:left;}
					
					.K1500SectionalMachineToolsProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1500SectionalMachineToolsProductsModelNumber{width:60px; margin-left:30px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K1500SectionalMachineToolsProductsDescription{width:340px; margin-left:67px; padding-top:7px; color: #000000; float:left;}
					.K1500SectionalMachineToolsProductsDescriptionBig{width:340px; margin-left:67px; padding-top:2px; color: #000000; float:left;}
					.K1500SectionalMachineToolsWeightProductsLB{width:50px; margin-left:24px; padding-top:7px; color: #000000; float:left; text-align:center}
					.K1500SectionalMachineToolsWeightProductsKG{width:40px; margin-left:17px; padding-top:7px; color: #000000; float:left; text-align:center}
					
					.K1500SectionalMachineToolsProductsDescriptionID{width:250px; margin-left:67px; padding-top:7px; color: #000000; float:left;}
					.K1500SectionalMachineToolsWeightProductsLBID{width:200px; margin-left:40px; padding-top:7px; color: #000000; float:left; text-align:center}
										
					.K1500SectionalMachineToolspartsHolderID{height:30px; width:792px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K1500SectionalMachineToolspartsHolderID2{height:30.5px; width:792px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K1500SectionalMachineToolspartsHolderIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K1500SectionalMachineToolspartsHolderIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #FFFFFF; float:left}
					.K1500SectionalMachineToolspartsHolderIDBigNB{height:45px; width:792px; padding-top:15px; background-color: #FFFFFF; float:left}
										
					.K1500SectionalMachineToolspartsHolderGrayID{height:30px; width:792px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K1500SectionalMachineToolspartsHolderGrayIDBig{height:45px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K1500SectionalMachineToolspartsHolderGrayIDBig2{height:46px; width:792px; padding-top:15px; border-bottom: inset blue; background-color: #CCCCCC; float:left}
					.K1500SectionalMachineToolspartsHolderGrayIDBigNB{height:45px; width:792px; padding-top:15px; background-color: #CCCCCC; float:left}
					
					/******************************************************************************************************************************************************/

/*K-1500 Sectional Machine Tools (( Shortened to Fit ))*/

.K1500SMTProductInfoOneRow {
  height: 1406px;
  width: 892px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SMTInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SMTInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SMTCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SMTModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SMTDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SMTWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K1500SMTWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K1500SMTWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K1500SMTpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1500SMTpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1500SMTProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SMTProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder2 {
  height: 85.5px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder4 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder5 {
  height: 205px;
  width: 90px;
  padding-left: 5px;
  padding-top: 95px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder8 {
  height: 105px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder9 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder10 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SMTProductPictureHolder11 {
  height: 85.5px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}

.K1500SMTProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SMTProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SMTProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SMTProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K1500SMTWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SMTWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SMTProductsDescriptionID {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1500SMTWeightProductsLBID {
  width: 200px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SMTpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SMTpartsHolderID2 {
  height: 30.5px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SMTpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SMTpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SMTpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1500SMTpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SMTpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SMTpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SMTpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* K-1500SP Sectional Machine  */

/* K-1500SP Sectional Machine Features  */

.K-1500SPSectionalMachineFeaturesProductInfoTenRow {
  height: 330px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SPSectionalMachineFeaturesProductInfoTenRowExtra {
  height: 270px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SPSectionalMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K-1500SPSectionalMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K-1500SPSectionalMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K-1500SPSectionalMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K-1500SPSectionalMachineFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}

/* K-1500SP Sectional Machine B Frame */

.K-1500SSectionalMachineChartProductInfoOneRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SSectionalMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SSectionalMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K-1500SSectionalMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartPipeCapacity {
  width: 90px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartWeight {
  width: 70px;
  margin-left: 2px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K-1500SSectionalMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K-1500SSectionalMachineChartpartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartpartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K-1500SSectionalMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K-1500SSectionalMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K-1500SSectionalMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K-1500SSectionalMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartpartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* K-1500SP Sectional Machine A Frame */

.K-1500SSectionalMachineChartAFrameProductInfoOneRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SSectionalMachineChartAFrameInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-1500SSectionalMachineChartAFrameInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K-1500SSectionalMachineChartAFrameCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFrameModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFrameDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFramePipeCapacity {
  width: 90px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFrameWeight {
  width: 70px;
  margin-left: 2px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFrameSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K-1500SSectionalMachineChartAFrameWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFrameWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K-1500SSectionalMachineChartAFramepartsHolder {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFramepartsHolderGray {
  height: 45px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K-1500SSectionalMachineChartAFrameProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartAFrameProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartAFrameProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K-1500SSectionalMachineChartAFrameCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartAFrameWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartAFrameWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-1500SSectionalMachineChartAFrameProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K-1500SSectionalMachineChartAFramepartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K-1500SSectionalMachineChartAFramepartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K-1500SSectionalMachineChartAFramepartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* K-1500SP Sectional Machine C-14 Heavy-Duty Accessory Kit */

.K1500SPSectionalMachineACCKitProductInfoOneRow {
  height: 147px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SPSectionalMachineACCKitInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1500SPSectionalMachineACCKitInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1500SPSectionalMachineACCKitCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitDescription {
  width: 120px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitTools {
  width: 120px;
  margin-left: 50px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitWeight {
  width: 120px;
  margin-left: 25px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1500SPSectionalMachineACCKitWeightLB {
  width: 45px;
  margin-left: 750px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1500SPSectionalMachineACCKitpartsHolder {
  height: 90px;
  width: 792px;
  padding-top: 8px;
  background-color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1500SPSectionalMachineACCKitProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SPSectionalMachineACCKitProductPictureHolder {
  height: 90px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder2 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder3 {
  height: 65px;
  width: 90px;
  padding-left: 5px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder6 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder11 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1500SPSectionalMachineACCKitProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1500SPSectionalMachineACCKitProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SPSectionalMachineACCKitProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SPSectionalMachineACCKitProductsDescription {
  width: 360px;
  margin-left: 27px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K1500SPSectionalMachineACCKitProductsTools {
  width: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #000000;
  float: left;
}
.K1500SPSectionalMachineACCKitWeightProductsLB {
  width: 40px;
  margin-left: 62px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1500SPSectionalMachineACCKitWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 0px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1500SPSectionalMachineACCKitpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderIDBig2 {
  height: 30px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderIDBig3 {
  height: 70px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1500SPSectionalMachineACCKitpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1500SPSectionalMachineACCKitpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGrayIDBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGrayIDBig2 {
  height: 55px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}

.K1500SPSectionalMachineACCKitpartsHolderBig {
  height: 75px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1500SPSectionalMachineACCKitpartsHolderGrayBig {
  height: 60px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGrayBig2 {
  height: 50px;
  width: 792px;
  padding-top: 20px;
  background-color: #cccccc;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1500SPSectionalMachineACCKitpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

/* K-5208 Sectional Machine */

.RIDGIDK-5208SectionalMachineProductInfoOneRow {
  height: 172px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RIDGIDK-5208SectionalMachineInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RIDGIDK-5208SectionalMachineInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RIDGIDK-5208SectionalMachineCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachineModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachineDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachinePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachineWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachineSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RIDGIDK-5208SectionalMachineWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachineWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.RIDGIDK-5208SectionalMachinepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachinepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RIDGIDK-5208SectionalMachineProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RIDGIDK-5208SectionalMachineCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.RIDGIDK-5208SectionalMachinepartsHolder2 {
  height: 50px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RIDGIDK-5208SectionalMachinepartsHolderGray2 {
  height: 50px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RIDGIDK-5208SectionalMachineProductCatalogNumber2 {
  width: 80px;
  margin-left: 10px;
  padding-top: 14px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineWeightProductsLB2 {
  width: 50px;
  margin-left: 60px;
  padding-top: 14px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDK-5208SectionalMachineWeightProductsKG2 {
  width: 40px;
  margin-left: 17px;
  padding-top: 14px;
  color: #000000;
  float: left;
  text-align: center;
}

/* K-5208 Sectional Machine Accessories*/

.RIDGIDK-5208SectionalMachineProductInfoOneRowACC {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

/* K-5208 Sectional Machine Specifations*/

.K-5208SectionalMachineSPCProductInfoOneRow {
  height: 210px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-5208SectionalMachineSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.K-5208SectionalMachineSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K-5208SectionalMachineSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.K-5208SectionalMachineSPCModelNumber {
  width: 550px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/* K-5208 Sectional Machine STANDARD EQUIPMENT */

.K-5208SectionalMachineSEProductInfoOneRow {
  height: 630px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.K-5208SectionalMachineSEInfoHolder {
  height: 312px;
  width: 772px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K-5208SectionalMachineSEInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 772px;
  background-color: #024c8d;
  float: left;
}
.K-5208SectionalMachineSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K-5208SectionalMachineSEDescription {
  width: 772px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.K-5208SectionalMachineSEpartsHolder {
  height: 30px;
  width: 772px;
  background-color: #ffffff;
  float: left;
}
.K-5208SectionalMachineSEpartsHolderGray {
  height: 30px;
  width: 772px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K-5208SectionalMachineSEProductCatalogNumber {
  width: 60px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.K-5208SectionalMachineSEProductsDescription {
  width: 630px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/* K-1000 Rodder Machine  *************************************************************************************************/

/* K-1000 Rodder Machine Features */

.K1000RodderMachineFeaturesProductSixRow {
  height: 210px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.K1000RodderMachineFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/* K-1000 Rodder Machine RODS */

.K1000RodderMachineRodsProductInfoOneRow {
  height: 178px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineRodsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineRodsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1000RodderMachineRodsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineRodsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineRodsDescription {
  width: 120px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineRodsWeight {
  width: 120px;
  margin-left: 195px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineRodsWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineRodsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1000RodderMachineRodspartsHolder {
  height: 45px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderGray {
  height: 45px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineRodsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineRodsProductPictureHolderS {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K1000RodderMachineRodsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder3 {
  height: 106px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineRodsProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineRodsProductCatalogNumber {
  width: 80px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineRodsProductsModelNumber {
  width: 60px;
  margin-left: 32px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineRodsProductsDescription {
  width: 280px;
  margin-left: 50px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineRodsWeightProductsLB {
  width: 40px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineRodsWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineRodspartsHolderID {
  height: 45px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineRodspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1000RodderMachineRodspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineRodspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineRodspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineRodspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineRodspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineRodspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineRodspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* K-1000 Rodder Machine Accessories */

.K1000RodderMachineACCProductInfoOneRow {
  height: 546px;
  width: 892px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1000RodderMachineACCCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineACCModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineACCDescription {
  width: 120px;
  margin-left: 80px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineACCWeight {
  width: 120px;
  margin-left: 225px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineACCWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1000RodderMachineACCpartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineACCProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineACCProductPictureHolderS {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K1000RodderMachineACCProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder2 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder3 {
  height: 80px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder4 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineACCProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineACCProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineACCProductsDescription {
  width: 390px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineACCWeightProductsLB {
  width: 40px;
  margin-left: 32px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineACCpartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineACCpartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1000RodderMachineACCpartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineACCpartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineACCpartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineACCpartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineACCpartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineACCpartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineACCpartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* K-1000 Rodder Machine Tools */

.K1000RodderMachineToolsProductInfoOneRow {
  height: 687px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1000RodderMachineToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineToolsDescription {
  width: 120px;
  margin-left: 100px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineToolsWeight {
  width: 120px;
  margin-left: 205px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineToolsWeightLB {
  width: 45px;
  margin-left: 740px;
  padding-top: 0px;
  margin-top: -4px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ffffff;
  margin-top: -4px;
  float: left;
}

.K1000RodderMachineToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineToolsProductPictureHolderS {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}

.K1000RodderMachineToolsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder2 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder3 {
  height: 120px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder4 {
  height: 80px;
  width: 90px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder5 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder6 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 30px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder7 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder8 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder9 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder10 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder11 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder12 {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineToolsProductPictureHolder13 {
  height: 60px;
  width: 89px;
  padding-left: 6px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineToolsProductsDescription {
  width: 300px;
  margin-left: 87px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineToolsWeightProductsLB {
  width: 40px;
  margin-left: 52px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineToolsWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineToolspartsHolderIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #ffffff;
  float: left;
}

.K1000RodderMachineToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineToolspartsHolderGrayBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineToolspartsHolderGrayIDBigUp {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineToolspartsHolderGrayIDBigUpNB {
  height: 53px;
  width: 792px;
  padding-top: 7px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* K-1000 Rodder Machine HD Tools */

.K1000RodderMachineHDToolsProductInfoOneRow {
  height: 508px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineHDToolsInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineHDToolsInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1000RodderMachineHDToolsCatalogNumber {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolsModelNumber {
  width: 90px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolsDescription {
  width: 100px;
  margin-left: 75px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolsWeight {
  width: 120px;
  margin-left: 200px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineHDToolsWeightLB {
  width: 50px;
  margin-left: 190px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolsWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineHDToolspartsHolder {
  height: 30px;
  width: 792px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderGray {
  height: 30px;
  width: 792px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.K1000RodderMachineHDToolsProductPictureHolderFiller {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolderFillerEnd {
  height: 30px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineHDToolsProductPictureHolder {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder2 {
  height: 85.5px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder3 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder4 {
  height: 105px;
  width: 90px;
  padding-left: 5px;
  padding-top: 15px;
  border-right: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder5 {
  height: 205px;
  width: 90px;
  padding-left: 5px;
  padding-top: 95px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder6 {
  height: 90px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder7 {
  height: 60px;
  width: 95px;
  padding-left: 0px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder8 {
  height: 105px;
  width: 95px;
  padding-left: 0px;
  padding-top: 15px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder9 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder10 {
  height: 60px;
  width: 90px;
  padding-left: 5px;
  padding-top: 0px;
  border-right: inset blue;
  border-bottom: inset blue;
  float: left;
}
.K1000RodderMachineHDToolsProductPictureHolder11 {
  height: 85.5px;
  width: 95px;
  padding-left: 0px;
  padding-top: 5px;
  border-right: inset blue;
  float: left;
}

.K1000RodderMachineHDToolsProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineHDToolsProductsModelNumber {
  width: 60px;
  margin-left: 30px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineHDToolsProductsDescription {
  width: 340px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineHDToolsProductsDescriptionBig {
  width: 340px;
  margin-left: 67px;
  padding-top: 2px;
  color: #000000;
  float: left;
}
.K1000RodderMachineHDToolsWeightProductsLB {
  width: 50px;
  margin-left: 24px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineHDToolsWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineHDToolsProductsDescriptionID {
  width: 250px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineHDToolsWeightProductsLBID {
  width: 200px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}

.K1000RodderMachineHDToolspartsHolderID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderID2 {
  height: 30.5px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #ffffff;
  float: left;
}

.K1000RodderMachineHDToolspartsHolderGrayID {
  height: 30px;
  width: 792px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderGrayIDBig {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderGrayIDBig2 {
  height: 46px;
  width: 792px;
  padding-top: 15px;
  border-bottom: inset blue;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineHDToolspartsHolderGrayIDBigNB {
  height: 45px;
  width: 792px;
  padding-top: 15px;
  background-color: #cccccc;
  float: left;
}

/* K-1000 Rodder Machine Chart */

.K1000RodderMachineChartProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.K1000RodderMachineChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.K1000RodderMachineChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartPipeCapacity {
  width: 90px;
  margin-left: 215px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartWeight {
  width: 70px;
  margin-left: 2px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineChartWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.K1000RodderMachineChartWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.K1000RodderMachineChartpartsHolder {
  height: 65px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineChartpartsHolderGray {
  height: 55px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineChartProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineChartProductsDescription {
  width: 500px;
  margin-left: 25px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.K1000RodderMachineChartCapacityIn {
  width: 60px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineChartWeightProductsLB {
  width: 40px;
  margin-left: 7px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineChartWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.K1000RodderMachineChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.K1000RodderMachineChartpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.K1000RodderMachineChartpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.K1000RodderMachineChartpartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* KJ-3100 Water Jetter ********************************************************************************************/

/* KJ-3100 Water Jetter Features */

.KJ3100WaterJetterFeaturesProductInfoNineRow {
  height: 360px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterFeaturesProductInfoNineRowExtra {
  height: 270px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.KJ3100WaterJetterFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/* KJ-3100 Water Jetter Chart */

.KJ3100WaterJetterChartProductInfoOneRow {
  height: 152px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterChartInfoHeader {
  height: 52px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.KJ3100WaterJetterChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 15px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartModelNumber {
  width: 90px;
  margin-left: 30px;
  padding-top: 15px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartDescription {
  width: 100px;
  margin-left: 160px;
  padding-top: 15px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartPipeCapacity {
  width: 100px;
  margin-left: 180px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartWeight {
  width: 80px;
  margin-left: 0px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterChartIn {
  width: 37px;
  margin-left: 660px;
  padding-top: 5px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartmm {
  width: 35px;
  margin-left: 10px;
  padding-top: 5px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartWeightLB {
  width: 50px;
  margin-left: 35px;
  padding-top: 5px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 5px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterChartpartsHolder {
  height: 100px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterChartpartsHolderGray {
  height: 70px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterChartProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartProductsModelNumber {
  width: 50px;
  margin-left: 40px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterChartProductsDescription {
  width: 400px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterChartCapacityIn {
  width: 50px;
  margin-left: 15px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartCapacityMM {
  width: 40px;
  margin-left: 4px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartWeightProductsLB {
  width: 40px;
  margin-left: 27px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartWeightProductsKG {
  width: 40px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* KJ-3100 Water Jetter Jetter Nozzles */

.KJ3100WaterJetterNozzlesProductInfoOneRow {
  height: 282px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterNozzlesInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterNozzlesInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.KJ3100WaterJetterNozzlesCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesDescription {
  width: 100px;
  margin-left: 190px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesPipeCapacity {
  width: 90px;
  margin-left: 160px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesWeight {
  width: 80px;
  margin-left: 25px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterNozzlesWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlesWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterNozzlespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlespartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterNozzlesProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterNozzlesProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterNozzlesProductsDescription {
  width: 250px;
  margin-left: 205px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterNozzlesCapacityIn {
  width: 60px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterNozzlesWeightProductsLB {
  width: 40px;
  margin-left: 65px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterNozzlesWeightProductsKG {
  width: 40px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterNozzlesProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.KJ3100WaterJetterNozzlespartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterNozzlespartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterNozzlespartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* KJ-3100 Water Jetter Jetter Hoses */

.KJ3100WaterJetterHosesProductInfoOneRow {
  height: 342px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterHosesInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterHosesInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.KJ3100WaterJetterHosesCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesDescription {
  width: 100px;
  margin-left: 100px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesPipeCapacity {
  width: 90px;
  margin-left: 100px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesWeight {
  width: 80px;
  margin-left: 25px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesSTDPack {
  width: 140px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterHosesWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosesWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterHosespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosespartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterHosesProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterHosesProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterHosesProductsDescription {
  width: 200px;
  margin-left: 115px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterHosesCapacityIn {
  width: 60px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterHosesWeightProductsLB {
  width: 40px;
  margin-left: 65px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterHosesWeightProductsKG {
  width: 40px;
  margin-left: 80px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterHosesProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.KJ3100WaterJetterHosespartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterHosespartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterHosespartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* KJ-3100 Water Jetter Tap Leaders */

.KJ3100WaterJetterTapLeadersProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterTapLeadersInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterTapLeadersInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.KJ3100WaterJetterTapLeadersCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersModelNumber {
  width: 90px;
  margin-left: 13px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersDescription {
  width: 100px;
  margin-left: 125px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersPipeCapacity {
  width: 120px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersWeight {
  width: 110px;
  margin-left: 25px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersSTDPack {
  width: 140px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterTapLeadersWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeadersWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterTapLeaderspartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeaderspartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterTapLeadersProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterTapLeadersProductsModelNumber {
  width: 70px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterTapLeadersProductsDescription {
  width: 300px;
  margin-left: 75px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterTapLeadersCapacityIn {
  width: 60px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterTapLeadersWeightProductsLB {
  width: 40px;
  margin-left: 85px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterTapLeadersWeightProductsKG {
  width: 40px;
  margin-left: 80px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterTapLeadersProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.KJ3100WaterJetterTapLeaderspartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterTapLeaderspartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterTapLeaderspartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* KJ-3100 Water Jetter Accessories */

.KJ3100WaterJetterACCProductInfoOneRow {
  height: 372px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.KJ3100WaterJetterACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.KJ3100WaterJetterACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCModelNumber {
  width: 90px;
  margin-left: 50px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCDescription {
  width: 100px;
  margin-left: 220px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCPipeCapacity {
  width: 90px;
  margin-left: 100px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCWeight {
  width: 80px;
  margin-left: 25px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCSTDPack {
  width: 140px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterACCWeightLB {
  width: 40px;
  margin-left: 800px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCWeightKG {
  width: 30px;
  margin-left: 8px;
  padding-top: 4px;
  margin-top: -8px;
  color: #ffffff;
  float: left;
}

.KJ3100WaterJetterACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterACCProductsModelNumber {
  width: 70px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterACCProductsDescription {
  width: 350px;
  margin-left: 135px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.KJ3100WaterJetterACCCapacityIn {
  width: 60px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterACCWeightProductsLB {
  width: 40px;
  margin-left: 65px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterACCWeightProductsKG {
  width: 40px;
  margin-left: 80px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.KJ3100WaterJetterACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.KJ3100WaterJetterACCpartsHolderGrayID {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.KJ3100WaterJetterACCpartsHolderID {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.KJ3100WaterJetterACCpartsHolderGrayBig {
  height: 75px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/* Cables and Tools ***********************************************************************/

/* Drum Cables (Sink Drum Cables) */

.DrumCablesSinkDrumCablesChartProductInfoOneRow {
  height: 220px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCablesChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCablesChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrumCablesSinkDrumCablesChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrumCablesSinkDrumCablesChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrumCablesSinkDrumCablesChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrumCablesSinkDrumCablesChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrumCablesSinkDrumCablesChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCablesChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCablesChartProductsDescription {
  width: 300px;
  margin-left: 43px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCablesChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCablesChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCablesChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Drum Cables (3/8" Cables) */

.DrumCablesSinkDrumCables3-8InChartProductInfoOneRow {
  height: 220px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables3-8InChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables3-8InChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrumCablesSinkDrumCables3-8InChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrumCablesSinkDrumCables3-8InChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrumCablesSinkDrumCables3-8InChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartProductsModelNumber {
  width: 45px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartProductsDescription {
  width: 300px;
  margin-left: 43px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-8InChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-8InChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Drum Cables (1/2" Cables) */

.DrumCablesSinkDrumCables1-2InChartProductInfoOneRow {
  height: 220px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables1-2InChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables1-2InChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrumCablesSinkDrumCables1-2InChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrumCablesSinkDrumCables1-2InChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrumCablesSinkDrumCables1-2InChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartProductsModelNumber {
  width: 45px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartProductsDescription {
  width: 300px;
  margin-left: 43px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables1-2InChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables1-2InChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Drum Cables (5/8" Cables) */

.DrumCablesSinkDrumCables5-8InChartProductInfoOneRow {
  height: 340px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables5-8InChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables5-8InChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrumCablesSinkDrumCables5-8InChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrumCablesSinkDrumCables5-8InChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrumCablesSinkDrumCables5-8InChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartProductsModelNumber {
  width: 45px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartProductsDescription {
  width: 300px;
  margin-left: 43px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables5-8InChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables5-8InChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Drum Cables (3/4" Cables) */

.DrumCablesSinkDrumCables3-4InChartProductInfoOneRow {
  height: 220px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables3-4InChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrumCablesSinkDrumCables3-4InChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrumCablesSinkDrumCables3-4InChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrumCablesSinkDrumCables3-4InChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrumCablesSinkDrumCables3-4InChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartProductsModelNumber {
  width: 55px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartProductsDescription {
  width: 300px;
  margin-left: 33px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrumCablesSinkDrumCables3-4InChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrumCablesSinkDrumCables3-4InChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Drum Tools */

.DrainCleaningDrumCablesToolsChartProductInfoOneRow {
  height: 1092px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningDrumCablesToolsChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningDrumCablesToolsChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningDrumCablesToolsChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningDrumCablesToolsChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningDrumCablesToolsChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningDrumCablesToolsChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningDrumCablesToolsChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningDrumCablesToolsChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningDrumCablesToolsChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningDrumCablesToolsChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningDrumCablesToolsChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningDrumCablesToolsChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* Sink/Sectional Cables ****************************************************************************/

/* 5/16" (8 MM) CABLES */

.DrainCleaningSinkSectionalCablesChartProductInfoOneRow {
  height: 220px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCablesChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCablesChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSinkSectionalCablesChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSinkSectionalCablesChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSinkSectionalCablesChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCablesChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCablesChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* 3/8" (10 MM) CABLES */

.DrainCleaningSinkSectionalCables3-8ChartProductInfoOneRow {
  height: 160px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables3-8ChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables3-8ChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSinkSectionalCables3-8ChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSinkSectionalCables3-8ChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSinkSectionalCables3-8ChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables3-8ChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* 5/8" (10 MM) CABLES */

.DrainCleaningSinkSectionalCables5-8ChartProductInfoOneRow {
  height: 130px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables5-8ChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables5-8ChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSinkSectionalCables5-8ChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSinkSectionalCables5-8ChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSinkSectionalCables5-8ChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables5-8ChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* 7/8" (22 MM) CABLES */

.DrainCleaningSinkSectionalCables7-8ChartProductInfoOneRow {
  height: 100px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables7-8ChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables7-8ChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSinkSectionalCables7-8ChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSinkSectionalCables7-8ChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSinkSectionalCables7-8ChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables7-8ChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* 1 1/4" (32 MM) CABLES */

.DrainCleaningSinkSectionalCables1and1-4ChartProductInfoOneRow {
  height: 190px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables1and1-4ChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSinkSectionalCables1and1-4ChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSinkSectionalCables1and1-4ChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSinkSectionalCables1and1-4ChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSinkSectionalCables1and1-4ChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsDescription {
  width: 320px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSinkSectionalCables1and1-4ChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/* SECTIONAL CABLE TOOLS */

.DrainCleaningSectionalCablesToolsChartProductInfoOneRow {
  height: 2672px;
  width: 892px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSectionalCablesToolsChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.DrainCleaningSectionalCablesToolsChartInfoHeader {
  height: 40px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.DrainCleaningSectionalCablesToolsChartCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartModelNumber {
  width: 50px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartDescription {
  width: 110px;
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartDieHead {
  width: 40px;
  margin-left: 142px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartHandleLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartStrapLength {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartStrapWidth {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartPipeCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartBoltCapacity {
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.DrainCleaningSectionalCablesToolsChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  margin-top: 0px;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.DrainCleaningSectionalCablesToolsChartProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartProductsModelNumber {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartProductsDescription {
  width: 270px;
  margin-left: 73px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartProductDieHead {
  width: 40px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartProductHandleLengthIn {
  width: 40px;
  margin-left: 45px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.DrainCleaningSectionalCablesToolsChartProductsStrapLengthIn {
  width: 40px;
  margin-left: 15px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartProductsStrapWidthIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartProductsPipeCapacityIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartProductsMotorType {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.DrainCleaningSectionalCablesToolsChartProductsActualODIN {
  width: 40px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}

/*See Snakes, Inspections, Locatating*********************************************************************************************************/

#SeeSnakesMain {
  height: 720px;
  width: 680px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#SeeSnakesHeaderImage {
  height: 250px;
  width: 680px;
  border-bottom: groove #ff0000;
  float: left;
}

/*Drain $ Sewer Video Inspection*/
#Drain-Sewer-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 15px;
}
#Drain-Sewer-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Drain-Sewer-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Plumbing Locating*/
#Plumbing-Locating-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}
#Plumbing-Locating-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Plumbing-Locating-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Utility Locating*/
#Utility-Locating-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}
#Utility-Locating-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Utility-Locating-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Hand Held Video Inspection*/
#HandHeld-Video-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#HandHeld-Video-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#HandHeld-Video-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Reels & Cameras Header */

.HeaderFourColumsMainReelsCameras {
  height: 820px;
  width: 680px;
  margin-top: -5px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}

/*SeeSnake� Standard Camera*/

/*SeeSnake� Standard Camera Spec.*/

.SeeSnakeStandardCameraSPCProductInfoOneRow {
  height: 330px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeStandardCameraSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeStandardCameraSPCModelNumber {
  width: 400px;
  margin-left: 100px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� Standard Camera Chart.*/

.SeeSnakeStandardCameraChartProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeStandardCameraChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartDescription {
  width: 100px;
  margin-left: 90px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartPipeCapacity {
  width: 80px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartWeight {
  width: 80px;
  margin-left: 127px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraChartWeightLB {
  width: 50px;
  margin-left: 114px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeStandardCameraChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeStandardCameraChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraChartWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Standard Camera ACC*/

.SeeSnakeStandardCameraACCProductInfoOneRow {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeStandardCameraACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCDescription {
  width: 100px;
  margin-left: 90px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCPipeCapacity {
  width: 60px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCWeight {
  width: 80px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraACCWeightLB {
  width: 50px;
  margin-left: 354px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeStandardCameraACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeStandardCameraACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraACCWeightProductsLB {
  width: 40px;
  margin-left: 125px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraACCWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Standard Camera Replacement Parts*/

.SeeSnakeStandardCameraReplaceProductInfoOneRow {
  height: 222px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeStandardCameraReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeStandardCameraReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplacePipeCapacity {
  width: 60px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplaceWeight {
  width: 80px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraReplaceWeightLB {
  width: 50px;
  margin-left: 354px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplaceWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeStandardCameraReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeStandardCameraReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeStandardCameraReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraReplaceProductsDescription {
  width: 320px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeStandardCameraReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraReplaceWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraReplaceWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeStandardCameraReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Mini Video Inspection System*/

/*SeeSnake� Mini Video Inspection System Spec.*/

.SeeSnakeMiniVideoInspectionSPCProductInfoOneRow {
  height: 390px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeMiniVideoInspectionSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeMiniVideoInspectionSPCModelNumber {
  width: 400px;
  margin-left: 100px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� Mini Video Inspection System Chart.*/

.SeeSnakeMiniVideoInspectionChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMiniVideoInspectionChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartPipeCapacity {
  width: 80px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartWeight {
  width: 80px;
  margin-left: 127px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionChartWeightLB {
  width: 50px;
  margin-left: 115px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMiniVideoInspectionChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionChartWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Mini Video Inspection System ACC*/

.SeeSnakeMiniVideoInspectionACCProductInfoOneRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMiniVideoInspectionACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCDescription {
  width: 100px;
  margin-left: 90px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCPipeCapacity {
  width: 60px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCWeight {
  width: 80px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionACCWeightLB {
  width: 50px;
  margin-left: 354px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMiniVideoInspectionACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionACCWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionACCWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Mini Video Inspection System Replace*/

.SeeSnakeMiniVideoInspectionReplaceProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMiniVideoInspectionReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMiniVideoInspectionReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplacePipeCapacity {
  width: 60px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceWeight {
  width: 80px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionReplaceWeightLB {
  width: 50px;
  margin-left: 354px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMiniVideoInspectionReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionReplaceProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMiniVideoInspectionReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionReplaceWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionReplaceWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMiniVideoInspectionReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� MAX rM200 Series*/

/*SeeSnake� MAX rM200 Series Features*/

.SeeSnakeMAXM200SeriesFeaturesProductInfoTwelveRow {
  height: 330px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMAXM200SeriesFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

/*SeeSnake� MAX rM200 Series Spec rM200A */

.SeeSnakeMAXM200SeriesSPCProductInfoOneRow {
  height: 480px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeMAXM200SeriesSPCCatalogNumber {
  width: 330px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeMAXM200SeriesSPCModelNumber {
  width: 300px;
  margin-left: 100px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� MAX rM200 Series Spec rM200B */

.SeeSnakeMAXM200SeriesSPCBProductInfoOneRow {
  height: 480px;
  width: 770px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesSPCBpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesSPCBpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeMAXM200SeriesSPCBCatalogNumber {
  width: 330px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeMAXM200SeriesSPCBModelNumber {
  width: 300px;
  margin-left: 100px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� MAX rM200 Series Chart */

.SeeSnakeMAXM200SeriesChartProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMAXM200SeriesChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMAXM200SeriesChartWeightLB {
  width: 50px;
  margin-left: 125px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMAXM200SeriesChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMAXM200SeriesChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMAXM200SeriesChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesChartWeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.SeeSnakeMAXM200SeriesReplaceProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXM200SeriesReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMAXM200SeriesReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

/*SeeSnake� MAX rM200 Series ACC */

.SeeSnakeMAXrM200SeriesACCProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXrM200SeriesACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeMAXrM200SeriesACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeMAXrM200SeriesACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCDescription {
  width: 100px;
  margin-left: 150px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCPipeCapacity {
  width: 60px;
  margin-left: 158px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCWeight {
  width: 80px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMAXrM200SeriesACCWeightLB {
  width: 50px;
  margin-left: 354px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMAXrM200SeriesACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXrM200SeriesACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXrM200SeriesACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMAXrM200SeriesACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXrM200SeriesACCWeightProductsLB {
  width: 40px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXrM200SeriesACCWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXrM200SeriesACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� MAX rM200 Series Replacement Parts */

.SeeSnakeMAXM200SeriesReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
}

.SeeSnakeMAXM200SeriesReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeMAXM200SeriesReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesReplaceProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeMAXM200SeriesReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesReplaceWeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesReplaceWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeMAXM200SeriesReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Compact2 Camera System */

/*SeeSnake� Compact2 Camera System Spec. */

.SeeSnakeCompact2CameraSystemSPCProductInfoOneRow {
  height: 420px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCompact2CameraSystemSPCCatalogNumber {
  width: 300px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCompact2CameraSystemSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� Compact2 Camera System Chart */

.SeeSnakeCompact2CameraSystemChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCompact2CameraSystemChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemChartProductsDescription {
  width: 310px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCompact2CameraSystemChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemChartWeightProductsLB {
  width: 50px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Compact2 Camera System ACC */

.SeeSnakeCompact2CameraSystemACCProductInfoOneRow {
  height: 372px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCompact2CameraSystemACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCompact2CameraSystemACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Compact2 Camera System Spare Parts */

.SeeSnakeCompact2CameraSystemSpareProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemSpareInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCompact2CameraSystemSpareInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCompact2CameraSystemSpareCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSparePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemSpareWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCompact2CameraSystemSparepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCompact2CameraSystemSparepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemSpareProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemSpareProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCompact2CameraSystemSpareCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemSpareWeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemSpareWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCompact2CameraSystemSpareProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microReel Video Inspection System */

/*SeeSnake� microReel Video Inspection System Header */

.HeaderMove {
  margin-top: 3px;
}
.HeaderMove2 {
  margin-top: -10px;
}

/*SeeSnake� microReel Video Inspection System SPC */

.SeeSnakemicroReelVideoInspectionSPCProductInfoOneRow {
  height: 330px;
  width: 670px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionSPCpartsHolder {
  height: 30px;
  width: 670px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSPCpartsHolderGray {
  height: 30px;
  width: 670px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakemicroReelVideoInspectionSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakemicroReelVideoInspectionSPCModelNumber {
  width: 380px;
  margin-left: 40px;
  padding-top: 7px;
  float: left;
}

.SeeSnakemicroReelVideoInspectionSPCCatalogNumberID {
  width: 500px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}

/*SeeSnake� microReel Video Inspection System Standard Equipment */

.SeeSnakemicroReelVideoInspectionSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.SeeSnakemicroReelVideoInspectionSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroReelVideoInspectionSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionSEProductsDescription {
  width: 280px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*SeeSnake� microReel Video Inspection System 100' (30m) microReel L100 w/Sonde Chart */

.SeeSnakemicroReelVideoInspectionChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChartWeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microReel Video Inspection System 100' (30 m) microReel L100C w/Sonde and Counter Chart2 */

.SeeSnakemicroReelVideoInspectionChart2ProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionChart2InfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionChart2InfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChart2CatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2ModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2Description {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2PipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2Weight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2STDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChart2WeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2WeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionChart2partsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2partsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2ProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChart2ProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChart2ProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroReelVideoInspectionChart2CapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChart2WeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChart2WeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionChart2ProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microReel Video Inspection System ACC */

.SeeSnakemicroReelVideoInspectionACCProductInfoOneRow {
  height: 222px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroReelVideoInspectionACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroReelVideoInspectionACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroReelVideoInspectionACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroReelVideoInspectionACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroReelVideoInspectionACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microDrain� Video Inspection System */

/*SeeSnake� microDrain� Video Inspection System Spec. */

.SeeSnakemicroDrainVideoInspectionSPCProductInfoOneRow {
  height: 360px;
  width: 670px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionSPCpartsHolder {
  height: 30px;
  width: 670px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSPCpartsHolderGray {
  height: 30px;
  width: 670px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakemicroDrainVideoInspectionSPCModelNumber {
  width: 380px;
  margin-left: 40px;
  padding-top: 7px;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionSPCCatalogNumberID {
  width: 500px;
  margin-left: 20px;
  padding-top: 5px;
  float: left;
  font-weight: bold;
}

/*SeeSnake� microDrain� Video Inspection System Standard Equipment. */

.SeeSnakemicroDrainVideoInspectionSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.SeeSnakemicroDrainVideoInspectionSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionSEProductsDescription {
  width: 280px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*SeeSnake� microDrain� Video Inspection System 30' (10m) microDrain Chart */

.SeeSnakemicroDrainVideoInspectionChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChartWeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microDrain� Video Inspection System 65' (20m) microDrain w/Sonde Chart2 */

.SeeSnakemicroDrainVideoInspectionChart2ProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionChart2InfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionChart2InfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChart2CatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2ModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2Description {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2PipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2Weight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2STDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChart2WeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2WeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionChart2partsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2partsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2ProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChart2ProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChart2ProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionChart2CapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChart2WeightProductsLB {
  width: 50px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChart2WeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionChart2ProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� microDrain� Video Inspection System ACC */

.SeeSnakemicroDrainVideoInspectionACCProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakemicroDrainVideoInspectionACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakemicroDrainVideoInspectionACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakemicroDrainVideoInspectionACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakemicroDrainVideoInspectionACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� nanoReel Industrial Video Inspection System */

/*SeeSnake� nanoReel Industrial Video Inspection System Spec. */

.SeeSnakenanoeelIndustrialVideoSPCProductInfoOneRow {
  height: 300px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoSPCCatalogNumber {
  width: 300px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakenanoeelIndustrialVideoSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� nanoReel Industrial Video Inspection System Standard Equipment. */

.SeeSnakenanoeelIndustrialVideoSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.SeeSnakenanoeelIndustrialVideoSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoSEProductsDescription {
  width: 280px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*SeeSnake� nanoReel Industrial Video Inspection System Chart */

.SeeSnakenanoeelIndustrialVideoChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoChartProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoChartWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoChartWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� nanoReel Industrial Video Inspection System ACC */

.SeeSnakenanoeelIndustrialVideoACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakenanoeelIndustrialVideoACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakenanoeelIndustrialVideoACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoACCProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakenanoeelIndustrialVideoACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakenanoeelIndustrialVideoACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*CS12x Digital Recording Monitor with Wi-Fi ***********************************/

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FipartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FipartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*CS12x Digital Recording Monitor with Wi-Fi Spec */

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSPCProductInfoOneRow {
  height: 390px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSPCpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSPCpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSPCCatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS12xDigitalRecordingMonitor-Wi-FiSPCModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

.FortyFiveID {
  height: 45px;
}

/*RIDGID� CrossChek� Inspection System */

/*RIDGID� CrossChek� Inspection System Chart */

.RIDGIDCrossChekInspectionSystemChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RIDGIDCrossChekInspectionSystemChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RIDGIDCrossChekInspectionSystemChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RIDGIDCrossChekInspectionSystemChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RIDGIDCrossChekInspectionSystemChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.RIDGIDCrossChekInspectionSystemChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDCrossChekInspectionSystemChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDCrossChekInspectionSystemChartProductsDescription {
  width: 260px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RIDGIDCrossChekInspectionSystemChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDCrossChekInspectionSystemChartWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDCrossChekInspectionSystemChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RIDGIDCrossChekInspectionSystemChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*Monitors & Recorders ************************************************************************** */

/*SeeSnake� DVDPak2 Inspection Camera Monitor  */

/*SeeSnake� DVDPak2 Inspection Camera Monitor  Spec. */

.SeeSnakeDVDPak2InspectionCMSPCProductInfoOneRow {
  height: 270px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDVDPak2InspectionCMSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeDVDPak2InspectionCMSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� DVDPak2 Inspection Camera Monitor  Chart. */

.SeeSnakeDVDPak2InspectionCMChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDVDPak2InspectionCMChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDVDPak2InspectionCMChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMChartProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� DVDPak2 Inspection Camera Monitor  ACC. */

.SeeSnakeDVDPak2InspectionCMACCProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDVDPak2InspectionCMACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDVDPak2InspectionCMACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDVDPak2InspectionCMACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMACCProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeDVDPak2InspectionCMACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDVDPak2InspectionCMACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS10 Digital Recording Monitor */

.SeeSnakeCS10DigitalRecordingMSPCProductInfoOneRow {
  height: 360px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS10DigitalRecordingMSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingMSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS10DigitalRecordingMSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS10DigitalRecordingMSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� CS10 Digital Recording Chart */

.SeeSnakeCS10DigitalRecordingChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS10DigitalRecordingChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS10DigitalRecordingChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS10DigitalRecordingChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS10DigitalRecordingChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS10DigitalRecordingChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingChartProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS10DigitalRecordingChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS10 Digital Recording ACC */

.SeeSnakeCS10DigitalRecordingACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS10DigitalRecordingACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS10DigitalRecordingACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS10DigitalRecordingACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS10DigitalRecordingACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS10DigitalRecordingACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingACCProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS10DigitalRecordingACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS10DigitalRecordingACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors */

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors Move Header */

.CS6PakMove {
  margin-top: -10px;
}
.CS6PakMove2 {
  margin-top: -27px;
}
.CS6PakMove3 {
  margin-top: -27px;
}

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors Spec CS6*/

.SeeSnakeCS6andCS6PakDRMSPCProductInfoOneRow {
  height: 470px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMSPCpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMSPCpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMSPCCatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS6andCS6PakDRMSPCModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors Spec CS6Pak*/

.SeeSnakeCS6andCS6PakDRMSPC2ProductInfoOneRow {
  height: 470px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMSPC2partsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMSPC2partsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMSPC2CatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS6andCS6PakDRMSPC2ModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors Chart*/

.SeeSnakeCS6andCS6PakDRMChartACCProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6PakDRMChartACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6PakDRMChartACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMChartACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMChartACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMChartACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMChartACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMChartACCProductsDescription {
  width: 330px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMChartACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMChartACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMChartACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMChartACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS6 and CS6Pak Digital Recording Monitors ACC*/
/*REMOVE*/

.SeeSnakeCS6andCS6PakDRMACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6PakDRMACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6PakDRMACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6PakDRMACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMACCProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS6andCS6PakDRMACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6PakDRMACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS6x and CS6xPak Digital Recording Monitors with Wi-Fi*/

.SeeSnakeCS6XandCS6PakXDRMProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6XandCS6PakXDRMInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6XandCS6PakXDRMInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS6XandCS6PakXDRMCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6XandCS6PakXDRMWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6XandCS6PakXDRMpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6XandCS6PakXDRMProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6XandCS6PakXDRMProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS6XandCS6PakXDRMCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6XandCS6PakXDRMWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6XandCS6PakXDRMWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6XandCS6PakXDRMProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS6x and CS6xPak Digital Recording Monitors with Wi-Fi SPEC*/

.SeeSnakeCS6xandCSx6PakDRMSPCProductInfoOneRow {
  height: 330px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6xandCSx6PakDRMSPCpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6xandCSx6PakDRMSPCpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS6xandCSx6PakDRMSPCCatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS6xandCSx6PakDRMSPCModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� CS6x and CS6xPak Digital Recording Monitors with Wi-Fi SPEC2 SixPac*/

.SeeSnakeCS6xandCSx6PakDRMSPC2ProductInfoOneRow {
  height: 330px;
  width: 422px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6xandCSx6PakDRMSPC2partsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6xandCSx6PakDRMSPC2partsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS6xandCSx6PakDRMSPC2CatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS6xandCSx6PakDRMSPC2ModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

/*CS65x Digital Reporting Monitor with Wi-Fi Chart*/

.SeeSnakeCS65xDRMWi-FiChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS65xDRMWi-FiChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS65xDRMWi-FiChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS65xDRMWi-FiChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS65xDRMWi-FiChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS65xDRMWi-FiChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS65xDRMWi-FiChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS65xDRMWi-FiChartProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS65xDRMWi-FiChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS65xDRMWi-FiChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS65xDRMWi-FiChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

.SeeSnakeCS65xDRMWiFMSRow {
  margin-left: 120px;
}

/*CS65x Digital Reporting Monitor with Wi-Fi SPEC*/

.SeeSnakeCS65xDRMWi-FiSPECProductInfoOneRow {
  height: 450px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS65xDRMWi-FiSPECpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS65xDRMWi-FiSPECpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeCS65xDRMWi-FiSPECCatalogNumber {
  width: 140px;
  margin-left: 5px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeCS65xDRMWi-FiSPECModelNumber {
  width: 270px;
  margin-left: 0px;
  padding-top: 7px;
  float: left;
}

/*SeeSnake� Digital Laptop Interface */

/*SeeSnake� Digital Laptop Interface Spec.*/

.SeeSnakeDigitalLaptopInterfaceSPCProductInfoOneRow {
  height: 352px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitalLaptopInterfaceSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeeSnakeDigitalLaptopInterfaceSPCCatalogNumber {
  width: 120px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeeSnakeDigitalLaptopInterfaceSPCModelNumber {
  width: 530px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

.SeeSnakeDigitalLaptopInterfaceSPCCatalogNumberID {
  width: 750px;
  margin-left: 20px;
  padding-top: 0px;
  float: left;
  font-weight: bold;
}
.SeeSnakeDigitalLaptopInterfaceSPCCatalogNumberBlue {
  width: 120px;
  margin-left: 20px;
  color: Blue;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}

/*Move Margin up on Video Text*/

.Video1-TextChange {
  width: 220px;
  margin-left: 10px;
  margin-top: 0px;
  float: left;
  color: #024c8d;
  font-size: 12px;
}
.Video1-TextChange:hover {
  text-decoration: underline;
}

/*SeeSnake� Digital Laptop Interface Standard Equipment*/

.SeeSnakeDigitalLaptopInterfaceSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitalLaptopInterfaceSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.SeeSnakeDigitalLaptopInterfaceSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeDigitalLaptopInterfaceSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitalLaptopInterfaceSEProductsDescription {
  width: 280px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*SeeSnake� Digital Laptop Interface Chart*/

.SeeSnakeDigitaLaptopInterfaceChartProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitaLaptopInterfaceChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitaLaptopInterfaceChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceChartProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� Digital Laptop Interface ACC*/

.SeeSnakeDigitaLaptopInterfaceACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitaLaptopInterfaceACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeDigitaLaptopInterfaceACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeDigitaLaptopInterfaceACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceACCProductsDescription {
  width: 350px;
  margin-left: 82px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeDigitaLaptopInterfaceACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeDigitaLaptopInterfaceACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeeSnake� CS6/CS6x Carrying Case*/

.SeeSnakeCS6andCS6CarryingCaseeHeader {
  margin-top: 10px;
  font-size: 14px;
  color: #009;
  font-weight: bold;
}
.SeeSnakeCS6andCS6CarryingCaseeHeaderACC {
  height: 72px;
  width: 892px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.SeeSnakeCS6andCS6CarryingCaseProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6CarryingCaseInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeeSnakeCS6andCS6CarryingCaseInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeeSnakeCS6andCS6CarryingCaseCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCasePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6CarryingCaseWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeeSnakeCS6andCS6CarryingCasepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCasepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6CarryingCaseProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6CarryingCaseProductsDescription {
  width: 350px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeeSnakeCS6andCS6CarryingCaseCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6CarryingCaseWeightProductsLB {
  width: 50px;
  margin-left: 20px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6CarryingCaseWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeeSnakeCS6andCS6CarryingCaseProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-25 Digital Inspection Camera*/

/*micro CA-25 Digital Inspection Camera Spec.*/

.microCA25DigitalInspectionCameraSPCProductInfoOneRow {
  height: 270px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.microCA25DigitalInspectionCameraSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.microCA25DigitalInspectionCameraSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*micro CA-25 Digital Inspection Camera Chart.*/

.microCA25DigitalInspectionCameraChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA25DigitalInspectionCameraChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA25DigitalInspectionCameraChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA25DigitalInspectionCameraChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA25DigitalInspectionCameraChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraChartProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA25DigitalInspectionCameraChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-25 Digital Inspection Camera ACC.*/

.microCA25DigitalInspectionCameraACCProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA25DigitalInspectionCameraACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA25DigitalInspectionCameraACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA25DigitalInspectionCameraACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA25DigitalInspectionCameraACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraACCProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA25DigitalInspectionCameraACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-25 Digital Inspection Camera Standard Equipment.*/

.microCA25DigitalInspectionCameraSEProductInfoOneRow {
  height: 62px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA25DigitalInspectionCameraSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.microCA25DigitalInspectionCameraSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.microCA25DigitalInspectionCameraSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.microCA25DigitalInspectionCameraSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA25DigitalInspectionCameraSEProductCatalogNumber {
  width: 200px;
  margin-left: 110px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA25DigitalInspectionCameraSEProductsDescription {
  width: 80px;
  margin-left: 0px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*micro CA-100 Inspection Camera*/

/*micro CA-100 Inspection Camera Spec*/

.microCA100InspectionCameraSPCProductInfoOneRow {
  height: 270px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.microCA100InspectionCameraSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.microCA100InspectionCameraSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.microCA100InspectionCameraSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*micro CA-100 Inspection Camera Chart*/

.microCA100InspectionCameraChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA100InspectionCameraChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA100InspectionCameraChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA100InspectionCameraChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraChartProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA100InspectionCameraChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-100 Inspection Camera ACC*/

.microCA100InspectionCameraACCProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA100InspectionCameraACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA100InspectionCameraACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA100InspectionCameraACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraACCProductsDescription {
  width: 270px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA100InspectionCameraACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-100 Inspection Camera Replacement*/

.microCA100InspectionCameraReplaceProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA100InspectionCameraReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA100InspectionCameraReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA100InspectionCameraReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA100InspectionCameraReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA100InspectionCameraReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraReplaceProductsDescription {
  width: 342px;
  margin-left: 90px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA100InspectionCameraReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA100InspectionCameraReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-300 Inspection Camera*/

/*micro CA-300 Inspection Camera Spec.*/

.microCA300InspectionCameraSPCProductInfoOneRow {
  height: 310px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.microCA300InspectionCameraSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.microCA300InspectionCameraSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.microCA300InspectionCameraSPCModelNumber {
  width: 450px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

.microCA300InspectionCameraSPCCatalogNumberID {
  width: 350px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
}
.microCA300InspectionCameraSPCpartsHolderID {
  height: 50px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.microCA300InspectionCameraSPCpartsHolderGrayID {
  height: 50px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/*micro CA-300 Inspection Camera Chart.*/

.microCA300InspectionCameraChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA300InspectionCameraChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA300InspectionCameraChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA300InspectionCameraChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraChartProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA300InspectionCameraChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-300 Inspection Camera ACC.*/

.microCA300InspectionCameraACCProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA300InspectionCameraACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA300InspectionCameraACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA300InspectionCameraACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraACCProductsDescription {
  width: 270px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA300InspectionCameraACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraACCWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraACCWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*micro CA-300 Inspection Camera Replace*/

.microCA300InspectionCameraReplaceProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.microCA300InspectionCameraReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.microCA300InspectionCameraReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.microCA300InspectionCameraReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.microCA300InspectionCameraReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.microCA300InspectionCameraReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraReplaceProductsDescription {
  width: 290px;
  margin-left: 92px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.microCA300InspectionCameraReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraReplaceWeightProductsLB {
  width: 50px;
  margin-left: 110px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraReplaceWeightProductsKG {
  width: 40px;
  margin-left: 16px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.microCA300InspectionCameraReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*6 mm Diameter Imager Head Chart*/

.SixmmDiameterImagerHeadAccessoryChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SixmmDiameterImagerHeadAccessoryChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SixmmDiameterImagerHeadAccessoryChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryChartProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*6 mm Diameter Imager Head Replace*/

.SixmmDiameterImagerHeadAccessoryReplaceProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SixmmDiameterImagerHeadAccessoryReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SixmmDiameterImagerHeadAccessoryReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SixmmDiameterImagerHeadAccessoryReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryReplaceProductsDescription {
  width: 375px;
  margin-left: 67px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SixmmDiameterImagerHeadAccessoryReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SixmmDiameterImagerHeadAccessoryReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-20 Locator Spec*/

.SeekechSR20LocatorSPCProductInfoOneRow {
  height: 210px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeekechSR20LocatorSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeekechSR20LocatorSPCCatalogNumber {
  width: 200px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeekechSR20LocatorSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeekTech SR-20 Locator Chart*/

.SeekechSR20LocatorChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekechSR20LocatorChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekechSR20LocatorChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekechSR20LocatorChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorChartProductsDescription {
  width: 345px;
  margin-left: 87px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekechSR20LocatorChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-20 Locator ACC*/

.SeekechSR20LocatorACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekechSR20LocatorACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekechSR20LocatorACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekechSR20LocatorACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorACCProductsDescription {
  width: 345px;
  margin-left: 87px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekechSR20LocatorACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-20 Locator Replace*/

.SeekechSR20LocatorReplaceProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR20LocatorReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekechSR20LocatorReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekechSR20LocatorReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekechSR20LocatorReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekechSR20LocatorReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorReplaceProductsDescription {
  width: 295px;
  margin-left: 137px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekechSR20LocatorReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekechSR20LocatorReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SR-24 Line Locator with Bluetooth� and GPS*/

/*SR-24 Line Locator with Bluetooth� and GPS Spec*/

.SR-24LineLocatorBluetoothGPSSPCProductInfoOneRow {
  height: 330px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SR-24LineLocatorBluetoothGPSSPCCatalogNumber {
  width: 330px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SR-24LineLocatorBluetoothGPSSPCModelNumber {
  width: 340px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SR-24 Line Locator with Bluetooth� and GPS Chart*/

.SR-24LineLocatorBluetoothGPSChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SR-24LineLocatorBluetoothGPSChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSChartProductsDescription {
  width: 355px;
  margin-left: 77px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SR-24LineLocatorBluetoothGPSChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SR-24 Line Locator with Bluetooth� and GPS ACC*/

.SR-24LineLocatorBluetoothGPSACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SR-24LineLocatorBluetoothGPSACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSACCProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SR-24LineLocatorBluetoothGPSACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SR-24 Line Locator with Bluetooth� and GPS Replace*/

.SR-24LineLocatorBluetoothGPSReplaceProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SR-24LineLocatorBluetoothGPSReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SR-24LineLocatorBluetoothGPSReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SR-24LineLocatorBluetoothGPSReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSReplaceProductsDescription {
  width: 295px;
  margin-left: 137px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SR-24LineLocatorBluetoothGPSReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SR-24LineLocatorBluetoothGPSReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-60 Locator */

/*SeekTech SR-60 Locator Spec */

.SeekechSR-60LocatorSPCProductInfoOneRow {
  height: 240px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekechSR-60LocatorSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeekechSR-60LocatorSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeekechSR-60LocatorSPCCatalogNumber {
  width: 150px;
  margin-left: 20px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeekechSR-60LocatorSPCModelNumber {
  width: 380px;
  margin-left: 80px;
  padding-top: 7px;
  float: left;
}

/*SeekTech SR-60 Locator Chart */

.SeekTechSR-60LocatorChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekTechSR-60LocatorChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechSR-60LocatorChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorChartProductsDescription {
  width: 355px;
  margin-left: 77px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechSR-60LocatorChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-60 Locator ACC */

.SeekTechSR-60LocatorACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekTechSR-60LocatorACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechSR-60LocatorACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorACCProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechSR-60LocatorACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech SR-60 Locator Replace */

.SeekTechSR-60LocatorReplaceProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechSR-60LocatorReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekTechSR-60LocatorReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechSR-60LocatorReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechSR-60LocatorReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechSR-60LocatorReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorReplaceProductsDescription {
  width: 275px;
  margin-left: 157px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechSR-60LocatorReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechSR-60LocatorReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*ST-33Q+ Line Transmitter with Bluetooth */

.LineTransmitterColumsMain {
  height: 612px;
  width: 892px;
  background-color: #024c8d;
  border: inset #ff0000;
  float: left;
}
.LineTransmitterColumsHeader {
  height: 50px;
  width: 892px;
  background-color: #000000;
  float: left;
}
.LineTransmitterColumsText {
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
  float: left;
}

/*Line Transmitter Table ********************************************************************************/

/*border-top: inset #FF0000;*/

.SeekTechUtilityTransMittersHolder {
  height: 440px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border-top: inset #ff0000;
  background-color: #ffffff;
  float: left;
}
.SeekTechUtilityTransMittersHeader {
  height: 125px;
  width: 892px;
  float: left;
}
.SeekTechUtilityTransMittersColum1 {
  height: 125px;
  width: 220px;
  border-right: inset #cc0000;
  border-bottom: inset #cc0000;
  float: left;
}
.SeekTechUtilityTransMittersColum2 {
  height: 125px;
  width: 220px;
  border-right: inset #cc0000;
  border-bottom: inset #cc0000;
  float: left;
}
.SeekTechUtilityTransMittersColum3 {
  height: 125px;
  width: 220px;
  border-right: inset #cc0000;
  border-bottom: inset #cc0000;
  float: left;
}
.SeekTechUtilityTransMittersColum4 {
  height: 125px;
  width: 223px;
  border-bottom: inset #cc0000;
  float: left;
}

.ImageIDNumber1 {
  margin-top: 3px;
  margin-left: 60px;
}
.ImageIDNumber1:hover {
  border: solid #ffffff;
}
.ImageIDNumber2 {
  height: 100px;
  width: 100px;
  margin-top: 3px;
  margin-left: 60px;
}
.ImageIDNumber2:hover {
  border: solid #ffffff;
}
.ImageIDNumber3 {
  height: 100px;
  width: 100px;
  margin-top: 3px;
  margin-left: 60px;
}
.ImageIDNumber3:hover {
  border: solid #ffffff;
}

.SeekTechSR-60LocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset #cc0000;
  background-color: #ffffff;
}

.SeekTechUtilityTransMittersRows1 {
  height: 20px;
  width: 220px;
  padding-top: 5px;
  border-right: solid #000000;
  border-bottom: solid #000000;
  border-bottom-width: thin;
  text-align: center;
  float: left;
}
.SeekTechUtilityTransMittersRows2 {
  height: 20px;
  width: 220px;
  padding-top: 5px;
  border-right: solid #000000;
  border-bottom: solid #000000;
  border-bottom-width: thin;
  text-align: center;
  float: left;
}
.SeekTechUtilityTransMittersRows3 {
  height: 20px;
  width: 220px;
  padding-top: 5px;
  border-right: solid #000000;
  border-bottom: solid #000000;
  border-bottom-width: thin;
  text-align: center;
  float: left;
}
.SeekTechUtilityTransMittersRows4 {
  height: 20px;
  width: 223px;
  padding-top: 5px;
  border-bottom: solid #000000;
  border-bottom-width: thin;
  text-align: center;
  float: left;
}

.SeekTechUtilityTitle1 {
  width: 350px;
  margin-left: 82px;
  margin-top: -3px;
  float: left;
  font-weight: bold;
}
.SeekTechUtilityTitle1:hover {
  text-decoration: underline;
}
.SeekTechUtilityTitle2 {
  width: 350px;
  margin-left: 87px;
  margin-top: -3px;
  float: left;
  font-weight: bold;
}
.SeekTechUtilityTitle2:hover {
  text-decoration: underline;
}
.SeekTechUtilityTitle3 {
  width: 350px;
  margin-left: 89px;
  margin-top: -3px;
  float: left;
  font-weight: bold;
}
.SeekTechUtilityTitle3:hover {
  text-decoration: underline;
}
.SeekTechUtilityFeatures {
  margin-top: 40px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  float: left;
}

.SeekTechTextHolder {
  height: 120px;
  width: 892px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 12px;
  background: #eaeaea;
  float: left;
}
.SeekTechTextHolder2 {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
}
.SeekTechTextHolderFooter {
  margin-top: 10px;
  margin-left: 0px;
  float: left;
}
.SeekTechTextHolderFooterIndent {
  margin-top: 0px;
  margin-left: 5px;
  float: left;
}
.SeekTechTextHolderFooter2 {
  margin-top: 20px;
  margin-left: -303px;
  float: left;
}
.seekTechIndent {
  margin-left: 10px;
}

/*End Table *********************************************************************/

/*ST-33Q+ Line Transmitter with Bluetooth Frequencies  */

.ST33QLineTransmitterBluetoothSPCProductInfoOneRow {
  height: 120px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.ST33QLineTransmitterBluetoothSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.ST33QLineTransmitterBluetoothSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*ST-33Q+ Line Transmitter with Bluetooth Other Specifications   */

.ST33QLineTransmitterBluetoothSPC2ProductInfoOneRow {
  height: 60px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothSPC2partsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothSPC2partsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.ST33QLineTransmitterBluetoothSPC2CatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.ST33QLineTransmitterBluetoothSPC2ModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*ST-33Q+ Line Transmitter with Bluetooth Chart */

.ST33QLineTransmitterBluetoothChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.ST33QLineTransmitterBluetoothChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.ST33QLineTransmitterBluetoothChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.ST33QLineTransmitterBluetoothChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.ST33QLineTransmitterBluetoothChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothChartProductsDescription {
  width: 355px;
  margin-left: 77px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.ST33QLineTransmitterBluetoothChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*ST-33Q+ Line Transmitter with Bluetooth ACC */

.ST33QLineTransmitterBluetoothACCProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ST33QLineTransmitterBluetoothACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.ST33QLineTransmitterBluetoothACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.ST33QLineTransmitterBluetoothACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.ST33QLineTransmitterBluetoothACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.ST33QLineTransmitterBluetoothACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.ST33QLineTransmitterBluetoothACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothACCProductsDescription {
  width: 355px;
  margin-left: 77px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.ST33QLineTransmitterBluetoothACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.ST33QLineTransmitterBluetoothACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech ST-510 Line Transmitter  */

/*SeekTech ST-510 Line Transmitter Spec */

.SeekTechST510LineTransmitterSPCProductInfoOneRow {
  height: 150px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST510LineTransmitterSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeekTechST510LineTransmitterSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeekTechST510LineTransmitterSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

.SeekTechST510LineTransmitterChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST510LineTransmitterChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST510LineTransmitterChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

/*SeekTech ST-510 Line Transmitter Chart */

.SeekTechST510LineTransmitterChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechST510LineTransmitterChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechST510LineTransmitterChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechST510LineTransmitterChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechST510LineTransmitterChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST510LineTransmitterChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST510LineTransmitterChartProductsDescription {
  width: 345px;
  margin-left: 87px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechST510LineTransmitterChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST510LineTransmitterChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST510LineTransmitterChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST510LineTransmitterChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech ST-305 Line Transmitter  */

/*SeekTech ST-305 Line Transmitter Spec.  */

.SeekTechST305LineTransmitterSPCProductInfoOneRow {
  height: 120px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST305LineTransmitterSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SeekTechST305LineTransmitterSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SeekTechST305LineTransmitterSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*SeekTech ST-305 Line Transmitter Chart  */

.SeekTechST305LineTransmitterChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST305LineTransmitterChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechST305LineTransmitterChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekTechST305LineTransmitterChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechST305LineTransmitterChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechST305LineTransmitterChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechST305LineTransmitterChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechST305LineTransmitterChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST305LineTransmitterChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST305LineTransmitterChartProductsDescription {
  width: 325px;
  margin-left: 107px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechST305LineTransmitterChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST305LineTransmitterChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST305LineTransmitterChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechST305LineTransmitterChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*SeekTech Inductive Signal Clamp  */

/*SeekTech Inductive Signal Clamp  Chart  */

.SeekTechInductiveSignalClampChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechInductiveSignalClampChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SeekTechInductiveSignalClampChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SeekTechInductiveSignalClampChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SeekTechInductiveSignalClampChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.SeekTechInductiveSignalClampChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SeekTechInductiveSignalClampChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SeekTechInductiveSignalClampChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechInductiveSignalClampChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechInductiveSignalClampChartProductsDescription {
  width: 360px;
  margin-left: 72px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SeekTechInductiveSignalClampChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechInductiveSignalClampChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechInductiveSignalClampChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SeekTechInductiveSignalClampChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*MR-10 Magnetic Locator   ***********************************************************************************/

/*MR-10 Magnetic Locator Chart  */

.MR10MagneticLocatorChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MR10MagneticLocatorChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MR10MagneticLocatorChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.MR10MagneticLocatorChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.MR10MagneticLocatorChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.MR10MagneticLocatorChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.MR10MagneticLocatorChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.MR10MagneticLocatorChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.MR10MagneticLocatorChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.MR10MagneticLocatorChartProductsDescription {
  width: 360px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.MR10MagneticLocatorChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.MR10MagneticLocatorChartWeightProductsLB {
  width: 50px;
  margin-left: 66px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.MR10MagneticLocatorChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.MR10MagneticLocatorChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*MR-10 Magnetic Locator Features */

.MR10MagneticLocatorFeaturesProductInfoFourRow {
  height: 145px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MR10MagneticLocatorFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.MR10MagneticLocatorFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.MR10MagneticLocatorFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}
.MR10MagneticLocatorFeaturespartsHolderGrayID {
  height: 50px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}

/*MR-10 Magnetic Locator SPC */

.MR10MagneticLocatorSPCProductInfoOneRow {
  height: 270px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MR10MagneticLocatorSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.MR10MagneticLocatorSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.MR10MagneticLocatorSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.MR10MagneticLocatorSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*NaviTrack II Locator   ***********************************************************************************/

/*NaviTrack II Locator Standard Features  */

.NaviTrackIILocatorSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.NaviTrackIILocatorSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.NaviTrackIILocatorSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackIILocatorSEProductCatalogNumber {
  width: 200px;
  margin-left: 60px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorSEProductCatalogNumberID {
  width: 35px;
  margin-left: 60px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorSEProductsDescription {
  width: 200px;
  margin-left: 0px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*NaviTrack II Locator Spec.  */

.NaviTrackIILocatorSPCProductInfoOneRow {
  height: 210px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.NaviTrackIILocatorSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.NaviTrackIILocatorSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*NaviTrack II Locator Chart.  */

.NaviTrackIILocatorChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackIILocatorChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackIILocatorChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorChartProductsDescription {
  width: 300px;
  margin-left: 132px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack II Locator ACC  */

.NaviTrackIILocatorACCProductInfoOneRow {
  height: 192px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackIILocatorACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackIILocatorACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorACCProductsDescription {
  width: 320px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack II Locator Replacement Chart  */

.NaviTrackIILocatorReplaceProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackIILocatorReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackIILocatorReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductsDescription {
  width: 300px;
  margin-left: 132px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Scout� Locator Features */

.NaviTrackScoutLocatorFeaturesProductInfoFourRow {
  height: 150px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorFeaturespartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorFeaturespartsHolderGray {
  height: 30px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackScoutLocatorFeaturesDescription {
  width: 892px;
  margin-left: 30px;
  padding-top: 6px;
  float: left;
}

.NaviTrackScoutLocatorFeaturespartsHolderID {
  height: 45px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorFeaturespartsHolderGrayID {
  height: 45px;
  width: 892px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackScoutLocatorFeaturesDescriptionID {
  width: 892px;
  margin-left: 30px;
  padding-top: 8px;
  float: left;
}

/*NaviTrack Scout� Locator Standard Equipment */

.NaviTrackScoutLocatorSEProductInfoOneRow {
  height: 92px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorSEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.NaviTrackScoutLocatorSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.NaviTrackScoutLocatorSEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorSEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackScoutLocatorSEProductCatalogNumber {
  width: 200px;
  margin-left: 60px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.NaviTrackScoutLocatorSEProductCatalogNumberID {
  width: 35px;
  margin-left: 60px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.NaviTrackScoutLocatorSEProductsDescription {
  width: 150px;
  margin-left: 0px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*NaviTrack Scout� Locator Spec. */

.NaviTrackScoutLocatorSPCProductInfoOneRow {
  height: 240px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.NaviTrackScoutLocatorSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.NaviTrackScoutLocatorSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

.NaviTrackScoutLocatorSPCCatalogNumberID {
  width: 450px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}

/*NaviTrack Scout� Locator Chart */

.NaviTrackIILocatorReplaceProductInfoOneRowScout {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackIILocatorReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackIILocatorReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackIILocatorReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackIILocatorReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackIILocatorReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductsDescription {
  width: 300px;
  margin-left: 132px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackIILocatorReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackIILocatorReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Scout� Locator ACC */

.NaviTrackScoutLocatorACCProductInfoOneRow {
  height: 135px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackScoutLocatorACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackScoutLocatorACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackScoutLocatorACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackScoutLocatorACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorACCProductsDescription {
  width: 320px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackScoutLocatorACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Scout� Locator Replace */

.NaviTrackScoutLocatorReplaceProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorReplaceInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackScoutLocatorReplaceInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackScoutLocatorReplaceCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplaceModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplaceDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplacePipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplaceWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplaceSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackScoutLocatorReplaceWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplaceWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackScoutLocatorReplacepartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackScoutLocatorReplacepartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackScoutLocatorReplaceProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorReplaceProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorReplaceProductsDescription {
  width: 300px;
  margin-left: 132px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackScoutLocatorReplaceCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorReplaceWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorReplaceWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackScoutLocatorReplaceProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Line Transmitter - 10 Watt  */

/*NaviTrack Line Transmitter - 10 Watt Spec.  */

.NavTirackLineTransmitter10WattSPCProductInfoOneRow {
  height: 90px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NavTirackLineTransmitter10WattSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.NavTirackLineTransmitter10WattSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.NavTirackLineTransmitter10WattSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.NavTirackLineTransmitter10WattSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*NaviTrack Line Transmitter - 10 Watt Chart  */

.NavirackLineTransmitter10WattChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NavirackLineTransmitter10WattChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NavirackLineTransmitter10WattChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NavirackLineTransmitter10WattChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NavirackLineTransmitter10WattChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NavirackLineTransmitter10WattChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NavirackLineTransmitter10WattChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattChartProductsDescription {
  width: 310px;
  margin-left: 122px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NavirackLineTransmitter10WattChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Line Transmitter - 10 Watt ACC */

.NavirackLineTransmitter10WattACCProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NavirackLineTransmitter10WattACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NavirackLineTransmitter10WattACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NavirackLineTransmitter10WattACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NavirackLineTransmitter10WattACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NavirackLineTransmitter10WattACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NavirackLineTransmitter10WattACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NavirackLineTransmitter10WattACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattACCProductsDescription {
  width: 360px;
  margin-left: 72px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NavirackLineTransmitter10WattACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NavirackLineTransmitter10WattACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Brick - 5 Watt  */

/*NaviTrack Brick - 5 Watt Spec.  */

.NaviTrackBrick5WattSPCProductInfoOneRow {
  height: 60px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackBrick5WattSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.NaviTrackBrick5WattSPCCatalogNumber {
  width: 250px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.NaviTrackBrick5WattSPCModelNumber {
  width: 500px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*NaviTrack Brick - 5 Watt Chart */

.NaviTrackBrick5WattChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackBrick5WattChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackBrick5WattChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackBrick5WattChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackBrick5WattChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackBrick5WattChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackBrick5WattChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattChartProductsDescription {
  width: 315px;
  margin-left: 117px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackBrick5WattChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*NaviTrack Brick - 5 Watt ACC */

.NaviTrackBrick5WattACCProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackBrick5WattACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.NaviTrackBrick5WattACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.NaviTrackBrick5WattACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.NaviTrackBrick5WattACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.NaviTrackBrick5WattACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.NaviTrackBrick5WattACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.NaviTrackBrick5WattACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattACCProductsDescription {
  width: 315px;
  margin-left: 117px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.NaviTrackBrick5WattACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.NaviTrackBrick5WattACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*Remote Transmitter (512 Hz Sonde) Chart*/

.RemoteTransmitter512HzSondeChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RemoteTransmitter512HzSondeChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RemoteTransmitter512HzSondeChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RemoteTransmitter512HzSondeChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RemoteTransmitter512HzSondeChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.RemoteTransmitter512HzSondeChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RemoteTransmitter512HzSondeChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeChartProductsDescription {
  width: 320px;
  margin-left: 112px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RemoteTransmitter512HzSondeChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*Remote Transmitter (512 Hz Sonde) ACC*/

.RemoteTransmitter512HzSondeACCProductInfoOneRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RemoteTransmitter512HzSondeACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RemoteTransmitter512HzSondeACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RemoteTransmitter512HzSondeACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCWeight {
  width: 80px;
  margin-left: 140px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RemoteTransmitter512HzSondeACCWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.RemoteTransmitter512HzSondeACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RemoteTransmitter512HzSondeACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RemoteTransmitter512HzSondeACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeACCProductsDescription {
  width: 375px;
  margin-left: 57px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RemoteTransmitter512HzSondeACCCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeACCWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeACCWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RemoteTransmitter512HzSondeACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*Floating Transmitter */

/*Floating Transmitter Chart */

.FloatingTransmitterChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FloatingTransmitterChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FloatingTransmitterChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.FloatingTransmitterChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartPipeCapacity {
  width: 60px;
  margin-left: 128px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartWeight {
  width: 80px;
  margin-left: 143px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.FloatingTransmitterChartWeightLB {
  width: 50px;
  margin-left: 315px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}
.FloatingTransmitterChartWeightKG {
  width: 45px;
  margin-left: 10px;
  padding-top: 4px;
  color: #ffffff;
  float: left;
}

.FloatingTransmitterChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.FloatingTransmitterChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.FloatingTransmitterChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FloatingTransmitterChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FloatingTransmitterChartProductsDescription {
  width: 330px;
  margin-left: 102px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.FloatingTransmitterChartCapacityIn {
  width: 60px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FloatingTransmitterChartWeightProductsLB {
  width: 50px;
  margin-left: 60px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FloatingTransmitterChartWeightProductsKG {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FloatingTransmitterChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*General Purpose & Hand Tools*********************************************************************************************************/

#GeneralPurposeMain {
  height: 750px;
  width: 680px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#GeneralPurposeHeaderImage {
  height: 250px;
  width: 680px;
  border-bottom: groove #ff0000;
  float: left;
}

/*Wrenches*/

#WrenchesMain {
  height: 990px;
  width: 680px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#WrenchesHeder {
  height: 50px;
  width: 680px;
  background-color: #000000;
  border-bottom: groove #ff0000;
  float: left;
}
#WrenchesText {
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
  float: left;
}

/*Wrenches Table*/

.WrenchProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.WrenchInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.WrenchInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.WrenchCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.WrenchModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.WrenchDescription {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.WrenchNormSize {
  width: 97px;
  margin-left: 80px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.WrenchPipeCapacity {
  width: 100px;
  margin-left: 23px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.WrenchWeight {
  width: 100px;
  margin-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.WrenchSTDPack {
  width: 100px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.WrenchNormIn {
  width: 30px;
  margin-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.WrenchNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.WrenchIn {
  width: 55px;
  margin-left: 25px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Wrenchmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.WrenchWeightLB {
  width: 55px;
  margin-left: 13px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.WrenchWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.WrenchpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.WrenchpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.WrenchProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchProductsDescription {
  width: 190px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchNormSizeIn {
  width: 40px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchNormSizeCM {
  width: 50px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchCapacityIn {
  width: 38px;
  margin-left: 37px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.WrenchCapacityMM {
  width: 55px;
  margin-left: 2px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.WrenchWeightProductsLB {
  width: 55px;
  margin-left: 27px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.WrenchWeightProductsKG {
  width: 50px;
  margin-left: 15px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.WrenchProductSTDPack {
  width: 50px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

#NormSizeDescription {
  width: 892px;
  margin-top: 10px;
  float: left;
}
#NormSizeDescription2 {
  margin-top: 5px;
  float: left;
}

/* Sub Sub  Heavy-Duty Straight Pipe Wrenches */

#Heavy-DutyStraightPipeWrenchesMain {
  height: 340px;
  width: 680px;
  background-color: #024c8d;
  margin-top: -5px;
  border: groove #ff0000;
  float: left;
}
#Heavy-DutyStraightPipeWrenchesHeder {
  height: 50px;
  width: 680px;
  background-color: #000000;
  border-bottom: groove #ff0000;
  float: left;
}
#Heavy-DutyStraightPipeWrenchesText {
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
  float: left;
}

/* Product Heavy-Duty Straight Pipe Wrenches */

/* Straight Pipe Wrenches (Description)*/

.StraightPipeOneLine {
  height: 50px;
  width: 570px;
  margin-top: -10px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.StraightPipeHolder {
  height: 115px;
  width: 570px;
  margin-top: -25px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.StraightPipeText {
  font-size: 13px;
  margin-top: -20px;
}

/* End Pipe Wrenches */

.EndPipeHolder {
  height: 70px;
  width: 570px;
  margin-top: -25px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.EndPipeText {
  font-size: 13px;
  margin-top: -20px;
}

/* Offset Wrenches */

.OffSiteHolder {
  height: 100px;
  width: 570px;
  margin-top: -30px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.OffSiteText {
  font-size: 13px;
  margin-top: -20px;
}

/* Hex Wrenches */

.HexHolder {
  height: 100px;
  width: 570px;
  margin-top: -15px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.HexText {
  font-size: 13px;
  margin-top: -20px;
}

/* Hex Wrenches Chart */

.HexProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.HexInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.HexInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.HexCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.HexModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.HexDescription {
  width: 90px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.HexNormSize {
  width: 97px;
  margin-left: 80px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.HexPipeCapacity {
  width: 100px;
  margin-left: 58px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.HexWeight {
  width: 100px;
  margin-left: 60px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.HexSTDPack {
  width: 100px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.HexNormIn {
  width: 30px;
  margin-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.HexNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.HexIn {
  width: 80px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Hexmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.HexWeightLB {
  width: 55px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.HexWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.HexpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.HexpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.HexProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexProductsDescription {
  width: 190px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexNormSizeIn {
  width: 40px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexNormSizeCM {
  width: 50px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexCapacityIn {
  width: 80px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexCapacityMM {
  width: 55px;
  margin-left: 18px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.HexWeightProductsLB {
  width: 55px;
  margin-left: 52px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.HexWeightProductsKG {
  width: 50px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.HexProductSTDPack {
  width: 50px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Spud Wrenches */

.SpudHolder {
  height: 70px;
  width: 570px;
  margin-top: -10px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.SpudText {
  font-size: 13px;
  margin-top: -20px;
}

/* Spud Wrenches Chart */

.SpudProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.SpudInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SpudInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SpudCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SpudModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SpudDescription {
  width: 100px;
  margin-left: 120px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SpudNormSize {
  width: 97px;
  margin-left: 80px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SpudPipeCapacity {
  width: 100px;
  margin-left: 58px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SpudWeight {
  width: 100px;
  margin-left: 60px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SpudSTDPack {
  width: 100px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SpudNormIn {
  width: 30px;
  margin-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.SpudNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.SpudIn {
  width: 80px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Spudmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.SpudWeightLB {
  width: 55px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.SpudWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.SpudpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SpudpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SpudProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudProductsDescription {
  width: 190px;
  margin-left: 65px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudNormSizeIn {
  width: 40px;
  margin-left: 32px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudNormSizeCM {
  width: 50px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudCapacityIn {
  width: 80px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudCapacityMM {
  width: 55px;
  margin-left: 18px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SpudWeightProductsLB {
  width: 55px;
  margin-left: 52px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.SpudWeightProductsKG {
  width: 50px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.SpudProductSTDPack {
  width: 50px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Chain Wrenches Chart */

.ChainWrenchProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoFiveRow {
  height: 212px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.ChainWrenchInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ChainWrenchInfoHeader {
  height: 60px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.ChainWrenchCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ChainWrenchModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ChainWrenchDescription {
  width: 110px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ChainWrenchNormSize {
  width: 77px;
  margin-left: 28px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ChainWrenchPipeCapacity {
  width: 100px;
  margin-left: 23px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ChainWrenchChainLength {
  width: 50px;
  margin-left: 50px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ChainWrenchWeight {
  width: 70px;
  margin-left: 65px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ChainWrenchSTDPack {
  width: 40px;
  margin-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.ChainWrenchNormIn {
  width: 30px;
  margin-left: 375px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ChainWrenchNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ChainWrenchIn {
  width: 55px;
  margin-left: 10px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ChainWrenchmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ChainLengthIn {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ChainLengthmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ChainWrenchWeightLB {
  width: 55px;
  margin-left: 13px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ChainWrenchWeightKG {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.ChainWrenchpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.ChainWrenchpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.ChainWrenchProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchProductsModelNumber {
  width: 60px;
  margin-left: 25px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchProductsDescription {
  width: 182px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchNormSizeIn {
  width: 40px;
  margin-left: 2px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchCapacityIn {
  width: 38px;
  margin-left: 10px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchCapacityMM {
  width: 55px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchProductsLengthIN {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchProductsLengthMM {
  width: 55px;
  margin-left: 2px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchWeightProductsLB {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ChainWrenchWeightProductsKG {
  width: 30px;
  margin-left: 23px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.ChainWrenchProductSTDPack {
  width: 30px;
  margin-left: 32px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Compond Wrenches Chart */

.CompoundProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.CompoundInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.CompoundInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.CompoundCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.CompoundModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.CompoundDescription {
  width: 100px;
  margin-left: 85px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.CompoundNormSize {
  width: 97px;
  margin-left: 120px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.CompoundPipeCapacity {
  width: 100px;
  margin-left: 88px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.CompoundWeight {
  width: 100px;
  margin-left: 65px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.CompoundSTDPack {
  width: 100px;
  margin-left: 27px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.CompoundNormIn {
  width: 30px;
  margin-left: 82px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.CompoundNormCm {
  width: 80px;
  margin-left: 2px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.CompoundIn {
  width: 80px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Compoundmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.CompoundWeightLB {
  width: 55px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.CompoundWeightKG {
  width: 55px;
  margin-left: 13px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.CompoundpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.CompoundpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.CompoundProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundProductsDescription {
  width: 190px;
  margin-left: 55px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundNormSizeIn {
  width: 40px;
  margin-left: 47px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundNormSizeCM {
  width: 50px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundCapacityIn {
  width: 80px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundCapacityMM {
  width: 55px;
  margin-left: 18px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.CompoundWeightProductsLB {
  width: 55px;
  margin-left: 45px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.CompoundWeightProductsKG {
  width: 50px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.CompoundProductSTDPack {
  width: 50px;
  margin-left: 55px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Strap Wrenches */

.StrapHolder {
  height: 80px;
  width: 570px;
  margin-top: -15px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.StrapText {
  font-size: 13px;
  margin-top: -20px;
}

/* Strap Wrenches Chart */

.StrapWrenchProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoFiveRow {
  height: 212px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoEightRow {
  height: 310px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.StrapWrenchInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.StrapWrenchInfoHeader {
  height: 70px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.StrapWrenchCatalogNumber {
  width: 50px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchModelNumber {
  width: 50px;
  margin-left: 15px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchDescription {
  width: 90px;
  margin-left: 35px;
  padding-top: 16px;
  color: #ffffff;
  float: left;
}
.StrapWrenchHandleLength {
  width: 45px;
  margin-left: 15px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchStrapLength {
  width: 60px;
  margin-left: 40px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchStrapWidth {
  width: 50px;
  margin-left: 52px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.StrapWrenchPipeCapacity {
  width: 40px;
  margin-left: 35px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapActualODCapacity {
  width: 65px;
  margin-left: 38px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchWeight {
  width: 40px;
  margin-left: 25px;
  padding-top: 14px;
  color: #ffffff;
  float: left;
}
.StrapWrenchReplacement {
  width: 60px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchSTDPack {
  width: 30px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.StrapWrenchHandleLengthIn {
  width: 30px;
  margin-left: 247px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchHandleLengthMM {
  width: 70px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.StrapWrenchStrapLengthIn {
  width: 40px;
  margin-left: 8px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchStrapLengthmm {
  width: 45px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchStrapWidthIn {
  width: 40px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchStrapWidthmm {
  width: 50px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchPipeCapacityIN {
  width: 25px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchPipeCapacityMM {
  width: 45px;
  margin-left: 16px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchActualODCapacityIN {
  width: 25px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchActualODPipeCapacityMM {
  width: 40px;
  margin-left: 16px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchWeightLB {
  width: 35px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.StrapWrenchWeightKG {
  width: 65px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.StrapWrenchpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.StrapWrenchpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.StrapWrenchProductCatalogNumber {
  width: 40px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductsModelNumber {
  width: 40px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductsDescription {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductHandleLengthIn {
  width: 35px;
  margin-left: 8px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductHandleLengthMM {
  width: 40px;
  margin-left: 13px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsStrapLengthIn {
  width: 34px;
  margin-left: 11px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsStrapLengthMM {
  width: 45px;
  margin-left: 11px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsStrapWidthIN {
  width: 35px;
  margin-left: 7px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsStrapWidthMM {
  width: 30x;
  margin-left: 17px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsPipeCapacityIN {
  width: 55px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsPipeCapacityMM {
  width: 30px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductsActualODIN {
  width: 30px;
  margin-left: 7px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchProductsActualODMM {
  width: 20px;
  margin-left: 25px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchWeightProductsLB {
  width: 45px;
  margin-left: 5px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.StrapWrenchWeightProductsKG {
  width: 30px;
  margin-left: 7px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductReplacement {
  width: 20px;
  margin-left: 10px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.StrapWrenchProductSTDPack {
  width: 20px;
  margin-left: 55px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Replacement Straps Link */

#ReplacementStrapLink {
  margin-left: 440px;
  color: #024c8d;
}

/* Replacement Straps for Strap Wrench Chart */

.ReplacementStrapProductInfoEightRow {
  height: 282px;
  width: 660px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ReplacementStrapInfoHolder {
  height: 312px;
  width: 660px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.ReplacementStrapInfoHeader {
  height: 42px;
  width: 660px;
  background-color: #024c8d;
  float: left;
}

.ReplacementStrapCatalogNumber {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapNormSize {
  width: 97px;
  margin-left: 80px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapPipeCapacity {
  width: 100px;
  margin-left: 58px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapPartNumber {
  width: 180px;
  margin-left: 0px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.ReplacementStrapNormIn {
  width: 30px;
  margin-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ReplacementStrapNormCm {
  width: 80px;
  margin-left: 10px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.ReplacementStrapIn {
  width: 60px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapCatalog {
  width: 90px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.ReplacementStrapModel {
  width: 65px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.ReplacementStrappartsHolder {
  height: 30px;
  width: 660px;
  background-color: #ffffff;
  float: left;
}
.ReplacementStrappartsHolderGray {
  height: 30px;
  width: 660px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.ReplacementStrapProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ReplacementStrapNormSizeIn {
  width: 40px;
  margin-left: 79px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ReplacementStrapNormSizeCM {
  width: 50px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ReplacementStrapCapacityIn {
  width: 70px;
  margin-left: 31px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ReplacementStrapCapacityMM {
  width: 45px;
  margin-left: 7px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.ReplacementStrapProductsCatalog {
  width: 55px;
  margin-left: 34px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.ReplacementStrapWeightModel {
  width: 50px;
  margin-left: 45px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*Specific Purpose Wrenches Catagory**********************************/

#specificPurposeWrenchesMain {
  height: 540px;
  width: 680px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#specificPurposeWrenchesHeder {
  height: 50px;
  width: 680px;
  background-color: #000000;
  border-bottom: groove #ff0000;
  float: left;
}
#specificPurposeWrenchesText {
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
  float: left;
}

/* Basin Wrench Chart */

.BasinProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoTwoRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoThreeRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoFourRow {
  height: 162px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoSevenRow {
  height: 252px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoEightRow {
  height: 282px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinProductInfoTenRow {
  height: 342px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}

.BasinInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.BasinInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.BasinCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.BasinModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.BasinDescription {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.BasinNormSize {
  width: 97px;
  margin-left: 62px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.BasinPipeCapacity {
  width: 100px;
  margin-left: 53px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.BasinWeight {
  width: 60px;
  margin-left: 45px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.BasinSTDPack {
  width: 60px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.BasinNormIn {
  width: 30px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.BasinNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.BasinIn {
  width: 55px;
  margin-left: 55px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Basinmm {
  width: 55px;
  margin-left: 10px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.BasinWeightLB {
  width: 45px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.BasinWeightKG {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.BasinpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.BasinpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.BasinProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinProductsDescription {
  width: 170px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinNormSizeIn {
  width: 60px;
  margin-left: 5px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinNormSizeCM {
  width: 60px;
  margin-left: 7px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinCapacityIn {
  width: 65px;
  margin-left: 27px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinCapacityMM {
  width: 55px;
  margin-left: 10px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinWeightProductsLB {
  width: 55px;
  margin-left: 15px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.BasinWeightProductsKG {
  width: 50px;
  margin-left: 17px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.BasinProductSTDPack {
  width: 50px;
  margin-left: 25px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Faucet & Sink Installer Chart */

.SinkProductInfoOneRow {
  height: 72px;
  width: 692px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SinkInfoHolder {
  height: 312px;
  width: 692px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SinkInfoHeader {
  height: 42px;
  width: 692px;
  background-color: #024c8d;
  float: left;
}

.SinkCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SinkModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SinkDescription {
  width: 90px;
  margin-left: 30px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SinkNormSize {
  width: 97px;
  margin-left: 80px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SinkWeight {
  width: 100px;
  margin-left: 36px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SinkNormIn {
  width: 30px;
  margin-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.SinkNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.SinkIn {
  width: 80px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Sinkmm {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.SinkWeightLB {
  width: 55px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.SinkWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.SinkpartsHolder {
  height: 30px;
  width: 692px;
  background-color: #ffffff;
  float: left;
}
.SinkpartsHolderGray {
  height: 30px;
  width: 692px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SinkProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SinkProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SinkProductsDescription {
  width: 190px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SinkNormSizeIn {
  width: 40px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SinkNormSizeCM {
  width: 50px;
  margin-left: 14px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.SinkWeightProductsLB {
  width: 55px;
  margin-left: 47px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.SinkWeightProductsKG {
  width: 50px;
  margin-left: 16px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* Internal Wrenches */

.InternalHolder {
  height: 80px;
  width: 570px;
  margin-top: -15px;
  margin-left: 0px;
  background-color: #ffffff;
  float: left;
}
.InternalText {
  font-size: 13px;
  margin-top: -20px;
}

/* Internal Wrenches Chart */

.InternalProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.InternalInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.InternalInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.InternalCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.InternalModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.InternalDescription {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.InternalNormSize {
  width: 97px;
  margin-left: 62px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.InternalPipeCapacity {
  width: 100px;
  margin-left: 50px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.InternalWeight {
  width: 60px;
  margin-left: 45px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.InternalSTDPack {
  width: 60px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.InternalNormIn {
  width: 30px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.InternalNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.InternalIn {
  width: 55px;
  margin-left: 55px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.Internalmm {
  width: 55px;
  margin-left: 10px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.InternalWeightLB {
  width: 45px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.InternalWeightKG {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.InternalpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.InternalpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.InternalProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalProductsDescription {
  width: 150px;
  margin-left: 4px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalNormSizeIn {
  width: 60px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalCapacityIn {
  width: 60px;
  margin-left: 53px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.InternalCapacityMM {
  width: 45px;
  margin-left: 0px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalWeightProductsLB {
  width: 55px;
  margin-left: 18px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.InternalWeightProductsKG {
  width: 50px;
  margin-left: 17px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.InternalProductSTDPack {
  width: 50px;
  margin-left: 23px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/* One Stop Wrenches Chart */

.OneStopProductInfoOneRow {
  height: 72px;
  width: 720px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.OneStopInfoHolder {
  height: 312px;
  width: 720px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.OneStopInfoHeader {
  height: 42px;
  width: 720px;
  background-color: #024c8d;
  float: left;
}

.OneStopCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.OneStopModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.OneStopDescription {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.OneStopNormSize {
  width: 97px;
  margin-left: 62px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.OneStopWeight {
  width: 60px;
  margin-left: 45px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.OneStopSTDPack {
  width: 70px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.OneStopNormIn {
  width: 30px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.OneStopNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.OneStopWeightLB {
  width: 45px;
  margin-left: 40px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.OneStopWeightKG {
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.OneStoppartsHolder {
  height: 30px;
  width: 720px;
  background-color: #ffffff;
  float: left;
}
.OneStoppartsHolderGray {
  height: 30px;
  width: 720px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.OneStopProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopProductsDescription {
  width: 150px;
  margin-left: 4px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopNormSizeIn {
  width: 60px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopWeightProductsLB {
  width: 55px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.OneStopWeightProductsKG {
  width: 50px;
  margin-left: 16px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.OneStopProductSTDPack {
  width: 50px;
  margin-left: 30px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*Electric Hand Tools*/
#Electric-Hand-Tools-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}
#Electric-Hand-Tools-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Electric-Hand-Tools-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Vises*/
#Vises-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}
#Vises-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Vises-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Levels*/
#Levels-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Levels-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Levels-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/* Magnetic Torpedo Level ********************************/

/* Magnetic Torpedo Level Chart */

.MagneticTorpedoLevelChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MagneticTorpedoLevelChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MagneticTorpedoLevelChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.MagneticTorpedoLevelChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartDescription {
  width: 100px;
  margin-left: 85px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartNormSize {
  width: 97px;
  margin-left: 124px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartPipeCapacity {
  width: 100px;
  margin-left: 95px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartWeight {
  width: 100px;
  margin-left: 60px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartSTDPack {
  width: 100px;
  margin-left: 30px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.MagneticTorpedoLevelChartNormIn {
  width: 30px;
  margin-left: 70px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartNormCm {
  width: 80px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartIn {
  width: 50px;
  margin-left: 45px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartmm {
  width: 55px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartWeightLB {
  width: 55px;
  margin-left: 20px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartWeightKG {
  width: 55px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
}

.MagneticTorpedoLevelChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.MagneticTorpedoLevelChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.MagneticTorpedoLevelChartProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartProductsDescription {
  width: 190px;
  margin-left: 55px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartNormSizeIn {
  width: 40px;
  margin-left: 37px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartCapacityIn {
  width: 80px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartCapacityMM {
  width: 55px;
  margin-left: 18px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartBodyIn {
  width: 80px;
  margin-left: 22px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartBodyMM {
  width: 55px;
  margin-left: 8px;
  padding-top: 5px;
  color: #000000;
  float: left;
  text-align: center;
}
.MagneticTorpedoLevelChartWeightProductsLB {
  width: 45px;
  margin-left: 35px;
  padding-top: 5px;
  color: #000000;
  float: left;
}
.MagneticTorpedoLevelChartWeightProductsKG {
  width: 50px;
  margin-left: 10px;
  padding-top: 5px;
  color: #000000;
  float: left;
}

/*Anvils*/
#Anvils-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 15px;
}
#Anvils-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Anvils-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Bolt Cutters*/
#Bolt-Cutters-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Bolt-Cutters-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Bolt-Cutters-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Folding Rules*/
#Folding-Rules-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#Folding-Rules-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Folding-Rules-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Pliers*/
#Pliers-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Pliers-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Pliers-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Replacement Drill Guides*/
#Replacement-Drill-Guides-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Replacement-Drill-Guides-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Replacement-Drill-Guides-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Model 10 Screw Extractor Set**************************************/

/*Model 10 Screw Extractor Set Chart */

.Model10ScrewExtractorSetChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model10ScrewExtractorSetChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model10ScrewExtractorSetChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.Model10ScrewExtractorSetChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartDescription {
  width: 100px;
  margin-left: 70px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartNormSize {
  width: 97px;
  margin-left: 153px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartWeight {
  width: 60px;
  margin-left: 50px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartSTDPack {
  width: 70px;
  margin-left: 55px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.Model10ScrewExtractorSetChartNormIn {
  width: 30px;
  margin-left: 515px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartWeightLB {
  width: 45px;
  margin-left: 40px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}

.Model10ScrewExtractorSetChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.Model10ScrewExtractorSetChartProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartProductsDescription {
  width: 250px;
  margin-left: 5px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartNormSizeIn {
  width: 60px;
  margin-left: 68px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartNormSizeCM {
  width: 50px;
  margin-left: 10px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartWeightProductsLB {
  width: 55px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartWeightProductsKG {
  width: 50px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.Model10ScrewExtractorSetChartProductSTDPack {
  width: 50px;
  margin-left: 42px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*Model 10 Screw Extractor Set ACC */

.Model10ScrewExtractorSetChartACCProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model10ScrewExtractorSetChartACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model10ScrewExtractorSetChartACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.Model10ScrewExtractorSetChartACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCDescription {
  width: 100px;
  margin-left: 70px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCNormSize {
  width: 97px;
  margin-left: 150px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCWeight {
  width: 60px;
  margin-left: 53px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCSTDPack {
  width: 70px;
  margin-left: 55px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.Model10ScrewExtractorSetChartACCNormIn {
  width: 30px;
  margin-left: 515px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCWeightLB {
  width: 45px;
  margin-left: 665px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}

.Model10ScrewExtractorSetChartACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.Model10ScrewExtractorSetChartACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.Model10ScrewExtractorSetChartACCProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCProductsDescription {
  width: 250px;
  margin-left: 5px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCNormSizeIn {
  width: 60px;
  margin-left: 65px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCWeightProductsLB {
  width: 55px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model10ScrewExtractorSetChartACCWeightProductsKG {
  width: 50px;
  margin-left: 23px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.Model10ScrewExtractorSetChartACCProductSTDPack {
  width: 50px;
  margin-left: 42px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*Saws Rules*/
#Saws-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#Saws-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Saws-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Model 212 Pro Arc Saw ***************************************************/

/*Model 212 Pro Arc Saw Chart */

.Model212ProArcSawChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model212ProArcSawChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.Model212ProArcSawChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.Model212ProArcSawChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartDescription {
  width: 100px;
  margin-left: 70px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartNormSize {
  width: 97px;
  margin-left: 150px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartWeight {
  width: 60px;
  margin-left: 53px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartSTDPack {
  width: 70px;
  margin-left: 55px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.Model212ProArcSawChartNormIn {
  width: 30px;
  margin-left: 515px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartWeightLB {
  width: 45px;
  margin-left: 40px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}
.Model212ProArcSawChartWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}

.Model212ProArcSawChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.Model212ProArcSawChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.Model212ProArcSawChartProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartProductsDescription {
  width: 270px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartNormSizeIn {
  width: 60px;
  margin-left: 30px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartWeightProductsLB {
  width: 55px;
  margin-left: 26px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.Model212ProArcSawChartWeightProductsKG {
  width: 50px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.Model212ProArcSawChartProductSTDPack {
  width: 50px;
  margin-left: 42px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*Screw Extractors*/
#Screw-Extractors-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Screw-Extractors-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Screw-Extractors-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Screwdriver */
#Screwdriver-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Screwdriver-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Screwdriver-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Multi-Purpose 6-in-1 Screwdriver  ***************************************************/

/*Multi-Purpose 6-in-1 Screwdriver Standard Features */

.MultiPurpose6in1ScrewdriverSFProductInfoOneRow {
  height: 132px;
  width: 492px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverSFInfoHolder {
  height: 312px;
  width: 492px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MultiPurpose6in1ScrewdriverSFInfoHeader {
  height: 42px;
  font-size: 14px;
  width: 492px;
  background-color: #024c8d;
  float: left;
}
.MultiPurpose6in1ScrewdriverSFCatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverSFDescription {
  width: 492px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.MultiPurpose6in1ScrewdriverSFpartsHolder {
  height: 30px;
  width: 492px;
  background-color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverSFpartsHolderGray {
  height: 30px;
  width: 492px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.MultiPurpose6in1ScrewdriverSFProductCatalogNumber {
  width: 80px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverSFProductsDescription {
  width: 260px;
  margin-left: 50px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*Multi-Purpose 6-in-1 Screwdriver Standard Features Chart */

.MultiPurpose6in1ScrewdriverChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MultiPurpose6in1ScrewdriverChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.MultiPurpose6in1ScrewdriverChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.MultiPurpose6in1ScrewdriverChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartDescription {
  width: 100px;
  margin-left: 85px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartNormSize {
  width: 97px;
  margin-left: 147px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartWeight {
  width: 60px;
  margin-left: 56px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartSTDPack {
  width: 70px;
  margin-left: 55px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}

.MultiPurpose6in1ScrewdriverChartNormIn {
  width: 30px;
  margin-left: 530px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartNormCm {
  width: 60px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartWeightLB {
  width: 45px;
  margin-left: 40px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartWeightKG {
  width: 55px;
  margin-left: 15px;
  padding-top: 0px;
  margin-top: -5px;
  color: #ffffff;
  float: left;
}

.MultiPurpose6in1ScrewdriverChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartProductCatalogNumber {
  width: 80px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartProductsModelNumber {
  width: 58px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartProductsDescription {
  width: 250px;
  margin-left: 20px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartNormSizeIn {
  width: 60px;
  margin-left: 65px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartNormSizeCM {
  width: 50px;
  margin-left: 12px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartWeightProductsLB {
  width: 55px;
  margin-left: 22px;
  padding-top: 8px;
  color: #000000;
  float: left;
  text-align: center;
}
.MultiPurpose6in1ScrewdriverChartWeightProductsKG {
  width: 50px;
  margin-left: 25px;
  padding-top: 8px;
  color: #000000;
  float: left;
}
.MultiPurpose6in1ScrewdriverChartProductSTDPack {
  width: 50px;
  margin-left: 42px;
  padding-top: 8px;
  color: #000000;
  float: left;
}

/*Electric Tools*********************************************************************************************************/

#ElectricMain {
  height: 740px;
  width: 680px;
  margin-top: -5px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#ElectricHeaderImage {
  height: 250px;
  width: 680px;
  border-bottom: groove #ff0000;
  float: left;
}

/*RE6 Electrical Tool*/
#RE6-Electrical-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 15px;
}
#RE6-Electrical-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#RE6-Electrical-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*RE6 Electrical Tool SPC*/

.RE6ElectricalToolSPCProductInfoOneRow {
  height: 210px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalToolSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.RE6ElectricalToolSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.RE6ElectricalToolSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.RE6ElectricalToolSPCModelNumber {
  width: 600px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*RE6 Electrical Tool Standard Features*/

.RE6ElectricalToolSESEProductInfoOneRow {
  height: 152px;
  width: 422px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.RE6ElectricalToolSESEInfoHolder {
  height: 312px;
  width: 422px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalToolSESEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 422px;
  background-color: #024c8d;
  float: left;
}
.RE6ElectricalToolSESECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalToolSESEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 5px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.RE6ElectricalToolSESEpartsHolder {
  height: 30px;
  width: 422px;
  background-color: #ffffff;
  float: left;
}
.RE6ElectricalToolSESEpartsHolderGray {
  height: 30px;
  width: 422px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RE6ElectricalToolSESEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 4px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalToolSESEProductsDescription {
  width: 360px;
  margin-left: 50px;
  padding-top: 4px;
  color: #000000;
  float: left;
}

/*RE6 Electrical Tool Chart*/

.RE6ElectricalTooChartProductInfoOneRow {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalTooChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalTooChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RE6ElectricalTooChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartDescription {
  width: 100px;
  margin-left: 230px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartPipeCapacity {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartWeight {
  width: 80px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RE6ElectricalTooChartWeightLB {
  width: 50px;
  margin-left: 238px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.RE6ElectricalTooChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RE6ElectricalTooChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RE6ElectricalTooChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooChartProductsDescription {
  width: 560px;
  margin-left: 12px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RE6ElectricalTooChartCapacityIn {
  width: 00px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooChartWeightProductsLB {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*RE6 Electrical Tool ACC */

.RE6ElectricalTooACCProductInfoOneRow {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalTooACCInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.RE6ElectricalTooACCInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.RE6ElectricalTooACCCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCDescription {
  width: 100px;
  margin-left: 230px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCPipeCapacity {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCWeight {
  width: 80px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.RE6ElectricalTooACCWeightLB {
  width: 50px;
  margin-left: 238px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.RE6ElectricalTooACCpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.RE6ElectricalTooACCpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.RE6ElectricalTooACCProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooACCProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooACCProductsDescription {
  width: 390px;
  margin-left: 182px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.RE6ElectricalTooACCCapacityIn {
  width: 00px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooACCWeightProductsLB {
  width: 50px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooACCWeightProductsKG {
  width: 40px;
  margin-left: 5px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.RE6ElectricalTooACCProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*4P-6 Pin Dieless Crimp*/

/*4P-6 Pin Dieless Crimp Spec.*/

.FourP64PINDielessCrimpHeadSPCProductInfoOneRow {
  height: 120px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FourP64PINDielessCrimpHeadSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.FourP64PINDielessCrimpHeadSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.FourP64PINDielessCrimpHeadSPCModelNumber {
  width: 600px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

/*4P-6 Pin Dieless Crimp Chart.*/

.FourP64PINDielessCrimpHeadChartProductInfoOneRow {
  height: 72px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FourP64PINDielessCrimpHeadChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FourP64PINDielessCrimpHeadChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.FourP64PINDielessCrimpHeadChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartDescription {
  width: 100px;
  margin-left: 230px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartPipeCapacity {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartWeight {
  width: 80px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.FourP64PINDielessCrimpHeadChartWeightLB {
  width: 50px;
  margin-left: 238px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.FourP64PINDielessCrimpHeadChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.FourP64PINDielessCrimpHeadChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadChartProductsDescription {
  width: 360px;
  margin-left: 202px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.FourP64PINDielessCrimpHeadChartCapacityIn {
  width: 00px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadChartWeightProductsLB {
  width: 40px;
  margin-left: 27px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*4P-6 Pin Dieless Crimp Standard Equipment.*/

.FourP64PINDielessCrimpHeadSEProductInfoOneRow {
  height: 92px;
  width: 442px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadSEInfoHolder {
  height: 312px;
  width: 442px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.FourP64PINDielessCrimpHeadSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 442px;
  background-color: #024c8d;
  float: left;
}
.FourP64PINDielessCrimpHeadSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.FourP64PINDielessCrimpHeadSEpartsHolder {
  height: 30px;
  width: 442px;
  background-color: #ffffff;
  float: left;
}
.FourP64PINDielessCrimpHeadSEpartsHolderGray {
  height: 30px;
  width: 442px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.FourP64PINDielessCrimpHeadSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 4px;
  color: #000000;
  float: left;
  text-align: center;
}
.FourP64PINDielessCrimpHeadSEProductsDescription {
  width: 380px;
  margin-left: 50px;
  padding-top: 4px;
  color: #000000;
  float: left;
}

/*PH-60B Knockout Punch Head*/

/*PH-60B Knockout Punch Head Spec.*/

.PH60BKnockoutPunchHeadSPCProductInfoOneRow {
  height: 90px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.PH60BKnockoutPunchHeadSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.PH60BKnockoutPunchHeadSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.PH60BKnockoutPunchHeadSPCModelNumber {
  width: 600px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}

.PH60BKnockoutPunchHeadChartProductInfoOneRow {
  height: 132px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.PH60BKnockoutPunchHeadChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.PH60BKnockoutPunchHeadChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

/*PH-60B Knockout Punch Head Chart.*/

.PH60BKnockoutPunchHeadChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartDescription {
  width: 100px;
  margin-left: 230px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartPipeCapacity {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartWeight {
  width: 80px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.PH60BKnockoutPunchHeadChartWeightLB {
  width: 50px;
  margin-left: 238px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.PH60BKnockoutPunchHeadChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.PH60BKnockoutPunchHeadChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadChartProductsDescription {
  width: 390px;
  margin-left: 182px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.PH60BKnockoutPunchHeadChartCapacityIn {
  width: 00px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadChartWeightProductsLB {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}

/*PH-60B Knockout Punch Head Standard Equipment.*/

.PH60BKnockoutPunchHeadSEProductInfoOneRow {
  height: 152px;
  width: 442px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadSEInfoHolder {
  height: 312px;
  width: 442px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.PH60BKnockoutPunchHeadSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 442px;
  background-color: #024c8d;
  float: left;
}
.PH60BKnockoutPunchHeadSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.PH60BKnockoutPunchHeadSEpartsHolder {
  height: 30px;
  width: 442px;
  background-color: #ffffff;
  float: left;
}
.PH60BKnockoutPunchHeadSEpartsHolderGray {
  height: 30px;
  width: 442px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.PH60BKnockoutPunchHeadSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 4px;
  color: #000000;
  float: left;
  text-align: center;
}
.PH60BKnockoutPunchHeadSEProductsDescription {
  width: 380px;
  margin-left: 50px;
  padding-top: 4px;
  color: #000000;
  float: left;
}

/*SC-60C Scissor Cutter Head*/

/*SC-60C Scissor Cutter Head Standard Equipment*/

.SC60CScissorCutterHeadSEProductInfoOneRow {
  height: 92px;
  width: 442px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadSEInfoHolder {
  height: 312px;
  width: 442px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SC60CScissorCutterHeadSEInfoHeader {
  height: 32px;
  font-size: 14px;
  width: 442px;
  background-color: #024c8d;
  float: left;
}
.SC60CScissorCutterHeadSECatalogNumber {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadSEDescription {
  width: 422px;
  margin-left: 0px;
  padding-top: 6px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.SC60CScissorCutterHeadSEpartsHolder {
  height: 30px;
  width: 442px;
  background-color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadSEpartsHolderGray {
  height: 30px;
  width: 442px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SC60CScissorCutterHeadSEProductCatalogNumber {
  width: 40px;
  margin-left: 40px;
  padding-top: 4px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadSEProductsDescription {
  width: 380px;
  margin-left: 50px;
  padding-top: 4px;
  color: #000000;
  float: left;
}

/*SC-60C Scissor Cutter Head Spec.*/

.SC60CScissorCutterHeadSPCProductInfoOneRow {
  height: 135px;
  width: 770px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SC60CScissorCutterHeadSPCpartsHolder {
  height: 30px;
  width: 770px;
  background-color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadSPCpartsHolderGray {
  height: 30px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

.SC60CScissorCutterHeadSPCCatalogNumber {
  width: 150px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  font-weight: bold;
}
.SC60CScissorCutterHeadSPCModelNumber {
  width: 600px;
  margin-left: 10px;
  padding-top: 7px;
  float: left;
}
.SC60CScissorCutterHeadSPCpartsHolderGrayID {
  height: 45px;
  width: 770px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}

/*SC-60C Scissor Cutter Head Chart.*/

.SC60CScissorCutterHeadChartProductInfoOneRow {
  height: 102px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SC60CScissorCutterHeadChartInfoHolder {
  height: 312px;
  width: 892px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px;
  border: inset blue;
  background-color: #ffffff;
}
.SC60CScissorCutterHeadChartInfoHeader {
  height: 42px;
  width: 892px;
  background-color: #024c8d;
  float: left;
}

.SC60CScissorCutterHeadChartCatalogNumber {
  width: 100px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartModelNumber {
  width: 90px;
  margin-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartDescription {
  width: 100px;
  margin-left: 230px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartPipeCapacity {
  width: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartWeight {
  width: 80px;
  margin-left: 250px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartSTDPack {
  width: 80px;
  margin-left: 10px;
  padding-top: 2px;
  color: #ffffff;
  float: left;
}

.SC60CScissorCutterHeadChartWeightLB {
  width: 50px;
  margin-left: 238px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartWeightKG {
  width: 45px;
  margin-left: 2px;
  padding-top: 3px;
  color: #ffffff;
  float: left;
}

.SC60CScissorCutterHeadChartpartsHolder {
  height: 30px;
  width: 892px;
  background-color: #ffffff;
  float: left;
}
.SC60CScissorCutterHeadChartpartsHolderGray {
  height: 30px;
  width: 892px;
  margin-top: 0px;
  background-color: #cccccc;
  float: left;
}
.SC60CScissorCutterHeadChartProductCatalogNumber {
  width: 80px;
  margin-left: 10px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadChartProductsModelNumber {
  width: 60px;
  margin-left: 23px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadChartProductsDescription {
  width: 390px;
  margin-left: 182px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
.SC60CScissorCutterHeadChartCapacityIn {
  width: 00px;
  margin-left: 0px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadChartWeightProductsLB {
  width: 40px;
  margin-left: 17px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadChartWeightProductsKG {
  width: 40px;
  margin-left: 15px;
  padding-top: 7px;
  color: #000000;
  float: left;
  text-align: center;
}
.SC60CScissorCutterHeadChartProductSTDPack {
  width: 50px;
  margin-left: 40px;
  padding-top: 7px;
  color: #000000;
  float: left;
}
/*Knockout Sets*/
#Knockout-Sets-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Knockout-Sets-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Knockout-Sets-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Cable Cutters*/
#Cable-Cutters-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Cable-Cutters-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Cable-Cutters-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Cable Trimmers*/
#Cable-Trimmers-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#Cable-Trimmers-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Cable-Trimmers-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Conduit Benders*/
#Conduit-Benders-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}
#Conduit-Benders-Image {
  height: 100px;
  width: 145px;
  margin-left: 25px;
  border: groove #ff0000;
}
#Conduit-Benders-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Wet Dry Vacs*********************************************************************************************************/

#WetDryVacsMain {
  height: 720px;
  width: 680px;
  background-color: #024c8d;
  border: groove #ff0000;
  float: left;
}
#WetDryVacsHeaderImage {
  height: 250px;
  width: 680px;
  border-bottom: groove #ff0000;
  float: left;
}

/*General Purpose Wet/Dry Vacs*/
#General-Wet-Dry-Vacs-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 20px;
}
#General-Wet-Dry-Vacs-Image {
  height: 130px;
  width: 195px;
  margin-left: 0px;
  border: groove #ff0000;
}
#General-Wet-Dry-Vacs-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Professional Industrial Wet/Dry Vacs*/
#Professional-Wet-Vacs-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 20px;
}
#Professional-Wet-Vacs-Image {
  height: 130px;
  width: 195px;
  margin-left: 0px;
  border: groove #ff0000;
}
#Professional-Wet-Vacs-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*Filters and Accessories*/
#Filters-Accessories-Holder {
  height: 170px;
  width: 195px;
  background-color: #024c8d;
  float: left;
  margin-top: 50px;
  margin-left: 20px;
}
#Filters-Accessories-Image {
  height: 130px;
  width: 195px;
  margin-left: 0px;
  border: groove #ff0000;
}
#Filters-Accessories-Text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

/*General Purpose Wet/Dry Vacs Verbage*/
#General-Verbage-Holder {
  height: 170px;
  width: 190px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 35px;
}
#General-Verbage-Text {
  color: #ffffff;
  color: #ff9900;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
  text-align: left;
}

/*Professional Industrial Wet/Dry Vacs Verbage*/
#Professional-Verbage-Holder {
  height: 170px;
  width: 190px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 35px;
}
#Professional-Verbage-Text {
  color: #ffffff;
  color: #ff9900;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
  text-align: left;
}

/*Filters and Accessories  Verbage*/
#Filters-Verbage-Holder {
  height: 170px;
  width: 190px;
  background-color: #024c8d;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#Filters-Verbage-Text {
  color: #ffffff;
  color: #ff9900;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
  text-align: left;
}

/* Add home page notice for business move */
.moving-notice {
        border-color: red;
        border-width: 2px;
        border-radius: 20px;
        z-index: 100;
        opacity: 1;
        position: fixed;
        top: 141px;
        left: 612px;
        border: solid 2px red;
        background-color: #444;
        padding: 20px;
    }
   .moving-notice p {
    color: #eff888;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}
   .moving-notice p span {
    color: red;
}
   .moving-notice h1 {
    color: #eff888;
    margin-bottom: 13px;
    text-align: center;
}




					/*Die Heads Charts*/

					.DieHeadsChartProductInfoOneRow{height:612px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
					.DieHeadsChartTopInfoHolder{height:20px; width:892px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left } 
					.DieHeadsChartTopSecondInfoHolder{height:20px; width:892px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left } 
					.DieHeadsChartInfoHeader{height:20px; width:892px; background-color: #FFF; color:#000; float:left}
					
					.DieHeadsChartFraction1{width:20px; margin-left:220px; padding-top:3px; float:left}
					.DieHeadsChartFraction2{width:30px; margin-left:50px; padding-top:3px; float:left}
					.DieHeadsChartFraction3{width:30px; margin-left:50px; padding-top:3px; float:left}
					.DieHeadsChartFraction4{width:30px; margin-left:50px; padding-top:3px; float:left; }
					.DieHeadsChartFraction5{width:30px; margin-left:50px; padding-top:3px; float:left; }
					.DieHeadsChartFraction6{width:30px; margin-left:50px; padding-top:3px; float:left}
					.DieHeadsChartFraction7{width:30px; margin-left:50px; padding-top:3px; float:left}
					.DieHeadsChartFraction8{width:30px; margin-left:50px; padding-top:3px; float:left}
					.DieHeadsChartFraction9{width:30px; margin-left:50px; padding-top:3px; float:left}
				
					.DieHeadsChartSideInfoHolder{height:20px; width:890px; margin-top:0px; margin-left:0px; padding-top:5px; padding-left:5px; background-color:#024C8D; color:#FFF; float:left}  	
					.DieHeadsChartSideInfoHolder2{height:20px; width:878px; margin-top:0px; margin-left:0px; padding-top:5px; padding-left:5px; background-color:#FFF; color:#000; font-weight:bold; float:left}
									
					.DieHeadsChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.DieHeadsChartpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.DieHeadsChartProductCatalogNumber1{width:195px; margin-left:5px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber2{width:40px; margin-left:13px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber3{width:40px; margin-left:30px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber4{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber5{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber6{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber7{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber8{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber9{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					.DieHeadsChartProductCatalogNumber10{width:40px; margin-left:40px; padding-top:3px; color: #000000; float:left;}
					
					
					.MoveDownByMenu{margin-top:100px;}
					
					/*Die Heads Parts*/				
					
					.DieHeadsProductInfoThreeRow{height:143px; width:492px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DieHeadsNominalInfoHolder{height:20px; width:492px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left }
					.DieHeadspartsHolder{height:30px; width:492px; background-color: #FFFFFF; float:left}
					.DieHeadspartsHolderGray{height:30px; width:492px; background-color: #CCCCCC; float:left}
					.DieHeadsDescription{width:492px; margin-left:30px; padding-top:6px; float:left}


					/*Pipe Dies Parts *****************************************/

					.PipeDiesProductInfoThreeRow{height:143px; width:492px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PipeDiesNominalInfoHolder{height:20px; width:492px; margin-top:0px; margin-left:0px; padding-top:3px; background-color:#024C8D; color:#FFF; text-align:center; float:left }
					.PipeDiespartsHolder{height:30px; width:492px; background-color: #FFFFFF; float:left}
					.PipeDiespartsHolderGray{height:30px; width:492px; background-color: #CCCCCC; float:left}
					.PipeDiesDescription{width:492px; margin-left:30px; padding-top:6px; float:left}









/*Drain Cleaning Cables*/


.DCCSCableTopDescriptionChart{font-size:24px; font-weight:bold}


/*62225 - 89400*/

.DCCSCableChartProductInfoOneRow{height:72px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.DCCSCableChartInfoHolder{height:312px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.DCCSCableChartInfoHeader{height:42px; width:682px; background-color:#024C8D; float:left}
		
		.DCCSCableChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChartDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChartWeight{width:60px; margin-left:143px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.DCCSCableChartWeightLB{width:45px; margin-left:128px; padding-top:5px; color:#FFFFFF; float:left;}
		.DCCSCableChartWeightKG{width:55px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.DCCSCableChartpartsHolder{height:30px; width:682px; background-color: #FFFFFF; float:left}
		.DCCSCableChartpartsHolderGray{height:30px; width:682px; margin-top:0px; background-color: #CCCCCC; float:left}
		.DCCSCableChartProductCatalogNumber{width:100px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChartProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChartProductsDescription{width:254px; margin-left:36px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChartWeightProductsLB{width:55px; margin-left:43px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChartWeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
		
/*62235*/
		
		
		.DCCSCableChart62235ProductInfoOneRow{height:72px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.DCCSCableChart62235InfoHolder{height:312px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.DCCSCableChart62235InfoHeader{height:42px; width:682px; background-color:#024C8D; float:left}
		
		.DCCSCableChart62235CatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart62235ModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart62235Description{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart62235Weight{width:60px; margin-left:143px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.DCCSCableChart62235WeightLB{width:45px; margin-left:128px; padding-top:5px; color:#FFFFFF; float:left;}
		.DCCSCableChart62235WeightKG{width:55px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.DCCSCableChart62235partsHolder{height:30px; width:682px; background-color: #FFFFFF; float:left}
		.DCCSCableChart62235partsHolderGray{height:30px; width:682px; margin-top:0px; background-color: #CCCCCC; float:left}
		.DCCSCableChart62235ProductCatalogNumber{width:100px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart62235ProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart62235ProductsDescription{width:280px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart62235WeightProductsLB{width:55px; margin-left:33px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart62235WeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
		
/*56787*/		
		
		
		.DCCSCableChart56787ProductInfoOneRow{height:72px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.DCCSCableChart56787InfoHolder{height:312px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.DCCSCableChart56787InfoHeader{height:42px; width:682px; background-color:#024C8D; float:left}
		
		.DCCSCableChart56787CatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart56787ModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart56787Description{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.DCCSCableChart56787Weight{width:60px; margin-left:163px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.DCCSCableChart56787WeightLB{width:45px; margin-left:148px; padding-top:5px; color:#FFFFFF; float:left;}
		.DCCSCableChart56787WeightKG{width:55px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.DCCSCableChart56787partsHolder{height:30px; width:682px; background-color: #FFFFFF; float:left}
		.DCCSCableChart56787partsHolderGray{height:30px; width:682px; margin-top:0px; background-color: #CCCCCC; float:left}
		.DCCSCableChart56787ProductCatalogNumber{width:100px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart56787ProductsModelNumber{width:58px; margin-left:25px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart56787ProductsDescription{width:320px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart56787WeightProductsLB{width:55px; margin-left:26px; padding-top:8px; color: #000000; float:left; text-align:center}
		.DCCSCableChart56787WeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		



/*K-25 Hand Spinner***************************************************************/

/*Standard Equipment*/

		.K-25HandSpinnerSEProductInfoOneRow{height:82px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.K-25HandSpinnerSEInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.K-25HandSpinnerSEInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
		.K-25HandSpinnerSECatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
		.K-25HandSpinnerSEDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
			
		.K-25HandSpinnerSEpartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
		.K-25HandSpinnerSEpartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
		.K-25HandSpinnerSEProductCatalogNumber{width:80px; margin-left:40px; padding-top:12px; color: #000000; float:left; text-align:center}
		.K-25HandSpinnerSEProductsDescription{width:100px; margin-left:50px; padding-top:12px; color: #000000; float:left;}
		
		.K-25HandSpinnerSEProductPictureHolder{height: 40px; width:90px; padding-left:5px; border-right: inset blue; border-bottom: inset blue; float:left;}
		
/*Chart*/

.K-25HandSpinnerChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }

.K-25HandSpinnerChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
.K-25HandSpinnerChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}

.K-25HandSpinnerChartCatalogNumber{width:80px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
.K-25HandSpinnerChartModelNumber{width:80px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
.K-25HandSpinnerChartDescription{width:158px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left}
.K-25HandSpinnerChartHeightLowHigh{width:160px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
.K-25HandSpinnerChartPipeCapacity{width:120px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; }
.K-25HandSpinnerChartMaxWeightCapacity{width:120px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
.K-25HandSpinnerChartWeight{width:100px; margin-left:7px; padding-top:2px; color:#FFFFFF; float:left}

.K-25HandSpinnerChartHeightIn{width:80px; margin-left:35px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
.K-25HandSpinnerChartHeightcm{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
.K-25HandSpinnerChartIn{width:55px; margin-left:57px; padding-top:5px; color:#FFFFFF; float:left;}
.K-25HandSpinnerChartmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
.K-25HandSpinnerChartMaxWeightLB{width:45px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
.K-25HandSpinnerChartMAXWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
.K-25HandSpinnerChartlb{width:35px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; }
.K-25HandSpinnerChartkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }

.K-25HandSpinnerChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
.K-25HandSpinnerChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
.K-25HandSpinnerChartProductCatalogNumber{width:80px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-25HandSpinnerChartProductsModelNumber{width:70px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-25HandSpinnerChartProductsDescription{width:250px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-25HandSpinnerChartMaxMinHeightIn{width:70px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartMaxMinHeightCM{width:70px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartProductsIn{width:55px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartProductsmm{width:55px; margin-left:7px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartMaxWeightProductsLB{width:29px; margin-left:26px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartMaxWeightKG{width:50px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
.K-25HandSpinnerChartProductslb{width:30px; margin-left:39px; padding-top:8px; color: #000000; float:left; }
.K-25HandSpinnerChartProductskg{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left;}

/*K-26 Hand Spinner***************************************************************/

.K-26HandSpinnerChartProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }

.K-26HandSpinnerChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
.K-26HandSpinnerChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}

.K-26HandSpinnerChartCatalogNumber{width:80px; margin-left:0px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
.K-26HandSpinnerChartModelNumber{width:80px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
.K-26HandSpinnerChartDescription{width:158px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left}
.K-26HandSpinnerChartHeightLowHigh{width:160px; margin-left:40px; padding-top:2px; color:#FFFFFF; float:left; }
.K-26HandSpinnerChartPipeCapacity{width:120px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; }
.K-26HandSpinnerChartMaxWeightCapacity{width:120px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
.K-26HandSpinnerChartWeight{width:100px; margin-left:7px; padding-top:2px; color:#FFFFFF; float:left}

.K-26HandSpinnerChartHeightIn{width:80px; margin-left:35px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
.K-26HandSpinnerChartHeightcm{width:80px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
.K-26HandSpinnerChartIn{width:55px; margin-left:57px; padding-top:5px; color:#FFFFFF; float:left;}
.K-26HandSpinnerChartmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
.K-26HandSpinnerChartMaxWeightLB{width:45px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
.K-26HandSpinnerChartMAXWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
.K-26HandSpinnerChartlb{width:35px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left; }
.K-26HandSpinnerChartkg{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; }

.K-26HandSpinnerChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
.K-26HandSpinnerChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
.K-26HandSpinnerChartProductCatalogNumber{width:80px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-26HandSpinnerChartProductsModelNumber{width:70px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-26HandSpinnerChartProductsDescription{width:250px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
.K-26HandSpinnerChartMaxMinHeightIn{width:70px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartMaxMinHeightCM{width:70px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartProductsIn{width:55px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartProductsmm{width:55px; margin-left:7px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartMaxWeightProductsLB{width:29px; margin-left:26px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartMaxWeightKG{width:50px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
.K-26HandSpinnerChartProductslb{width:30px; margin-left:39px; padding-top:8px; color: #000000; float:left; }
.K-26HandSpinnerChartProductskg{width:50px; margin-left:5px; padding-top:8px; color: #000000; float:left;}




	/*Wrench Slection Chart Wrench Parts*/
	

/*Wrench Part */

.WrenchPartsSelectionChart31420ProductInfoOneRow{height:210px; width:370px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; float:left; background-color: #FFFFFF; }
.WrenchPartsSelectionChart31420ProductTitle{height:25px; width:370px; padding-top:5px; margin-left:0px; background-color:#024C8D; color:white; text-align:center; font-size:14px; float:left; }
.WrenchPartsSelectionChart31420partsHolder{height:30px; width:370px; background-color: #FFFFFF; float:left}
.WrenchPartsSelectionChart31420partsHolderGray{height:30px; width:370px; margin-top:0px; background-color: #CCCCCC; float:left}
										
.WrenchPartsSelectionChart31420CatalogNumber{width:150px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
.WrenchPartsSelectionChart31420ModelNumber{width:170px; margin-left:10px; padding-top:7px; float:left}

/*Wrench NUT */

.WrenchPartsSelectionChartNutProductInfoOneRow{height:180px; width:370px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; float:left; background-color: #FFFFFF; }
.WrenchPartsSelectionChartNutProductTitle{height:25px; width:370px; padding-top:5px; margin-left:0px; background-color:#024C8D; color:white; text-align:center; font-size:14px; float:left; }
.WrenchPartsSelectionChartNutpartsHolder{height:30px; width:370px; background-color: #FFFFFF; float:left}
.WrenchPartsSelectionChartNutpartsHolderGray{height:30px; width:370px; margin-top:0px; background-color: #CCCCCC; float:left}
										
.WrenchPartsSelectionChartNutCatalogNumber{width:150px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
.WrenchPartsSelectionChartNutModelNumber{width:170px; margin-left:10px; padding-top:7px; float:left}


/*Drain SECTIONAL CABLE TOOLS (Repair Shorten for Space******************************************************************************************/

					.DCSlCTChartProductInfoOneRow{height:2690px; width:892px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.DCSlCTChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.DCSlCTChartInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.DCSlCTChartCatalogNumber{width:50px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
					.DCSlCTChartModelNumber{width:50px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
					.DCSlCTChartDescription{width:110px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left}
					.DCSlCTChartDieHead{width:40px; margin-left:142px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.DCSlCTChartHandleLength{width:40px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.DCSlCTChartStrapLength{width:40px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center  }
					.DCSlCTChartStrapWidth{width:40px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.DCSlCTChartPipeCapacity{width:40px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.DCSlCTChartBoltCapacity{width:40px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; text-align:center} 
															
					.DCSlCTChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; margin-top:0px; float:left}
					.DCSlCTChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					
					.DCSlCTChartProductCatalogNumber{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.DCSlCTChartProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.DCSlCTChartProductsDescription{width:270px; margin-left:73px; padding-top:8px; color: #000000; float:left;}
					.DCSlCTChartProductDieHead{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
					.DCSlCTChartProductHandleLengthIn{width:40px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
					.DCSlCTChartProductsStrapLengthIn{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
					.DCSlCTChartProductsStrapWidthIN{width:40px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.DCSlCTChartProductsPipeCapacityIN{width:40px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.DCSlCTChartProductsMotorType{width:40px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					.DCSlCTChartProductsActualODIN{width:40px; margin-left:30px; padding-top:8px; color: #000000; float:left; text-align:center}
					
/*Move*/				
					
					
/* Ridgid 33670 Replacement Chain for Soil Pipe Cutters ******************************************************************************************/					
					
		
		.ChainReplace33670PartInformation{width:892px; font-size:14px; float:left;}
		
		.ChainReplace33670PartProductInfoOneRow{height:72px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.ChainReplace33670PartInfoHolder{height:312px; width:682px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.ChainReplace33670PartInfoHeader{height:42px; width:682px; background-color:#024C8D; float:left}
		
		.ChainReplace33670PartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.ChainReplace33670PartModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.ChainReplace33670PartDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.ChainReplace33670PartWeight{width:60px; margin-left:143px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.ChainReplace33670PartWeightLB{width:45px; margin-left:128px; padding-top:4px; color:#FFFFFF; float:left;}
		.ChainReplace33670PartWeightKG{width:55px; margin-left:15px; padding-top:4px; color:#FFFFFF; float:left;}
		
		.ChainReplace33670PartpartsHolder{height:30px; width:682px; background-color: #FFFFFF; float:left}
		.ChainReplace33670PartpartsHolderGray{height:30px; width:682px; margin-top:0px; background-color: #CCCCCC; float:left}
		.ChainReplace33670PartProductCatalogNumber{width:100px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.ChainReplace33670PartProductsModelNumber{width:58px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.ChainReplace33670PartProductsDescription{width:300px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.ChainReplace33670PartWeightProductsLB{width:55px; margin-left:22px; padding-top:8px; color: #000000; float:left; text-align:center}
		.ChainReplace33670PartWeightProductsKG{width:50px; margin-left:23px; padding-top:8px; color: #000000; float:left;}			
					
/* Contact Page ******************************************************************************************/	
	
					
#ContactBottomLeft{height:580px; width: 450px; background-color: #FFFFFF; float:left; margin-top:20px} 
#ContactText{height: 100px; width: 350px; margin-top:50px; float:left; margin-left:45px; text-align:center} 
#ContactAddress{height: 100px; width: 350px; margin-top:30px; float:left; margin-left:45px; text-align:center; color: #4c1e00; font-weight: bold; font-size: 16px;} 
#ContactGraphic{margin-top:0px; float:left; margin-left:70px;} 
#ContactBottomRight{height:580px; width: 400px; background-color: #FFFFFF; float:left; margin-top:20px} 
#ContactForm{height:570px; width: 397px; float:left; margin-top:10px; margin-left:40px; background-color: #CCCCCC; border: groove #000000} 
#contactLableFirst{ margin-top:15px}
.contactLable {width:135px;font-size: 14px; float:left; margin-top:20px; margin-left:0px; font-weight:600; text-align:right}
.contactFiller{font-size: 14px; float:left; margin-top:20px; margin-left:8px; border: 2px inset white; width:175px;} 
#stateSelect{float:left; border: 2px black; margin-top:20px; margin-left:8px;}
#contactFillerMessage {font-size: 14px; float:left; margin-top:20px; margin-left:8px; border: 2px inset white; width:220px;} 
#contactButtonContainer {width:120px; height:30px;}
#contactSubmit{float:left; margin-top:20px; margin-left:141px;} 
#contactReset{float:left; margin-top:20px; margin-left:20px;} 
#required{color:#FF0000; font-size:16px}	
					
							
/*REED *************************************************************************************************************************************/					
	
		/* REED Landing Page */	
		
		#REEDPageHolder{height:800px; width:954px; margin-left:-30px; margin-top:-24px}
		#REEDMiddleColum {height:300px; width:954px; background:#FFF; float:left}
		#REEDTextBackground {margin-top:10px; margin-left:115px; float:left; border:inset #000; box-shadow: 10px 10px 5px #888888;}
				
		#REEDBottomColum{width: 860px; height:520px; background-color: #024C8D ; float:left; margin-top:0px; margin-left:40px;}
		#REEDBottomHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:22px; float:left; }
		
		.ReedCategoryImageHolders{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:10px; margin-left:15px} 
				
		.ReedCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 
		.ReedCategoryImage:hover{border: groove  #FFF;}
		.ReedCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
		
		/* REED Catagories */	
		
		.REEDCatagoryPageHeader{height:260px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		.REEDHeaderImage{float:left; margin-left:70px;  border:inset #000; box-shadow: 10px 10px 5px #888888;}
				
		.ReedCategoryImageHoldersLevelTwo{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-left:15px} 
		
		.REEDCatagoryPageHolder1Row{height:310px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.REEDCatagoryPageHolder1RowSingle{height:295px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.REEDCatagoryPageHolder2Row{height:560px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.REEDCatagoryPageHolder3Row{height:830px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		
		/* REED 2-PACK CUTTER WHEELS */ 	
	
		.twoPACKCUTTERWHEELSMETALProductInfoOneRow{height:92px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.twoPACKCUTTERWHEELSMETALInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.twoPACKCUTTERWHEELSMETALInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.twoPACKCUTTERWHEELSMETALCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.twoPACKCUTTERWHEELSMETALModelNumber{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.twoPACKCUTTERWHEELSMETALDescription{width:80px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.twoPACKCUTTERWHEELSMETALNormSize{width:120px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left; }
		.twoPACKCUTTERWHEELSMETALPipeCapacity{width:80px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
		.twoPACKCUTTERWHEELSMETALWeight{width:80px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		.twoPACKCUTTERWHEELSMETALSTDPack{width:80px; margin-left:90px; padding-top:10px; color:#FFFFFF; float:left}
		
		.twoPACKCUTTERWHEELSMETALIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
		.twoPACKCUTTERWHEELSMETALmm{width:55px; margin-left:16px; padding-top:5px; color:#FFFFFF; float:left;}
		.twoPACKCUTTERWHEELSMETALWeightLB{width:50px; margin-left:573px; padding-top:5px; color:#FFFFFF; float:left;}
		.twoPACKCUTTERWHEELSMETALWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.twoPACKCUTTERWHEELSMETALpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.twoPACKCUTTERWHEELSMETALpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.twoPACKCUTTERWHEELSMETALProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.twoPACKCUTTERWHEELSMETALProductsModelNumber{width:58px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
		.twoPACKCUTTERWHEELSMETALProductsDescription{width:60px; margin-left:25px; padding-top:5px; color: #000000; float:left;}
		.twoPACKCUTTERWHEELSMETALNormSizeCM{width:240px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.twoPACKCUTTERWHEELSMETALCapacityIn{width:60px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.twoPACKCUTTERWHEELSMETALCapacityMM{width:60px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
		.twoPACKCUTTERWHEELSMETALWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
		.twoPACKCUTTERWHEELSMETALWeightProductsKG{width:40px; margin-left:8px; padding-top:5px; color: #000000; float:left; text-align:center}
		.twoPACKCUTTERWHEELSMETALProductSTDPack{width:180px; margin-left:40px; padding-top:5px; color: #000000; float:left;}
		
		/* CUTTER WHEELS FOR HINGED CUTTERS™ */	
	
		.CUTTERWHEELSFORHINGEDCUTTERSProductInfoOneRow{height:169px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.CUTTERWHEELSFORHINGEDCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.CUTTERWHEELSFORHINGEDCUTTERSInfoHeader{height:49px; width:892px; background-color:#024C8D; float:left}
		
		.CUTTERWHEELSFORHINGEDCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORHINGEDCUTTERSModelNumber{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORHINGEDCUTTERSDescription{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORHINGEDCUTTERSNormSize{width:120px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORHINGEDCUTTERSPipeCapacity{width:80px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORHINGEDCUTTERSWeight{width:120px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORHINGEDCUTTERSSTDPack{width:80px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
		
		.CUTTERWHEELSFORHINGEDCUTTERSIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSmm{width:55px; margin-left:16px; padding-top:5px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSWeightLB{width:50px; margin-left:483px; padding-top:1px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSWeightKG{width:45px; margin-left:0px; padding-top:1px; color:#FFFFFF; float:left;}
		
		.CUTTERWHEELSFORHINGEDCUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.CUTTERWHEELSFORHINGEDCUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.CUTTERWHEELSFORHINGEDCUTTERSProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORHINGEDCUTTERSProductsModelNumber{width:58px; margin-left:30px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSProductsDescription{width:0px; margin-left:50px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSNormSizeCM{width:160px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORHINGEDCUTTERSCapacityIn{width:60px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORHINGEDCUTTERSCapacityMM{width:60px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORHINGEDCUTTERSWeightProductsLB{width:40px; margin-left:65px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORHINGEDCUTTERSWeightProductsKG{width:40px; margin-left:11px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORHINGEDCUTTERSProductSTDPack{width:180px; margin-left:79px; padding-top:7px; color: #000000; float:left;}
		
		.CUTTERWHEELSFORHINGEDCUTTERSExclusive{font-size:12px; margin-top:5px;}
		
		/* CUTTER WHEELS FOR ROTARY™ PIPE CUTTERS */	
		
		.CUTTERWHEELSFORROTARYPIPECUTTERSProductInfoOneRow{height:139px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.CUTTERWHEELSFORROTARYPIPECUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.CUTTERWHEELSFORROTARYPIPECUTTERSInfoHeader{height:49px; width:892px; background-color:#024C8D; float:left}
		
		.CUTTERWHEELSFORROTARYPIPECUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORROTARYPIPECUTTERSModelNumber{width:70px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORROTARYPIPECUTTERSDescription{width:45px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.CUTTERWHEELSFORROTARYPIPECUTTERSNormSize{width:120px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORROTARYPIPECUTTERSPipeCapacity{width:80px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORROTARYPIPECUTTERSWeight{width:120px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		.CUTTERWHEELSFORROTARYPIPECUTTERSSTDPack{width:80px; margin-left:70px; padding-top:10px; color:#FFFFFF; float:left}
		
		.CUTTERWHEELSFORROTARYPIPECUTTERSIn{width:55px; margin-left:160px; padding-top:5px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSmm{width:55px; margin-left:16px; padding-top:5px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSWeightLB{width:50px; margin-left:483px; padding-top:1px; color:#FFFFFF; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSWeightKG{width:45px; margin-left:0px; padding-top:1px; color:#FFFFFF; float:left;}
		
		.CUTTERWHEELSFORROTARYPIPECUTTERSpartsHolder{height:45px; width:892px; background-color: #FFFFFF; float:left}
		.CUTTERWHEELSFORROTARYPIPECUTTERSpartsHolderGray{height:45px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.CUTTERWHEELSFORROTARYPIPECUTTERSProductCatalogNumber{width:80px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORROTARYPIPECUTTERSProductsModelNumber{width:58px; margin-left:30px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSProductsDescription{width:0px; margin-left:50px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSNormSizeCM{width:180px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORROTARYPIPECUTTERSCapacityIn{width:60px; margin-left:20px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORROTARYPIPECUTTERSCapacityMM{width:60px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORROTARYPIPECUTTERSWeightProductsLB{width:40px; margin-left:45px; padding-top:7px; color: #000000; float:left;}
		.CUTTERWHEELSFORROTARYPIPECUTTERSWeightProductsKG{width:40px; margin-left:11px; padding-top:7px; color: #000000; float:left; text-align:center}
		.CUTTERWHEELSFORROTARYPIPECUTTERSProductSTDPack{width:180px; margin-left:79px; padding-top:7px; color: #000000; float:left;}
		
		.CUTTERWHEELSFORROTARYPIPECUTTERSExclusive{font-size:12px; margin-top:5px;}
				
		/*REED ELECTRIC HYDROSTATIC TEST PUMPS*/
		
		.HYDROSTATICProductInfoFourRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }			
		.HYDROSTATICInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.HYDROSTATICCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.HYDROSTATICModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.HYDROSTATICDescription{width:100px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
		.HYDROSTATICPipeCapacity{width:140px; margin-left:162px; padding-top:2px; color:#FFFFFF; float:left; }
		.HYDROSTATICWeight{width:90px; margin-left:94px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.HYDROSTATICNormIn{width:60px; margin-left:82px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.HYDROSTATICNormCm{width:60px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.HYDROSTATICNormPSI{width:60px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
		.HYDROSTATICNormBAR{width:60px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		.HYDROSTATICWeightLB{width:55px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
		.HYDROSTATICWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.HYDROSTATICpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.HYDROSTATICpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.HYDROSTATICProductCatalogNumber{width:80px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICProductsModelNumber{width:58px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICProductsDescription{width:190px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICNormSizeIn{width:40px; margin-left:65px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICNormSizeCM{width:50px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICPSI{width:50px; margin-left:2px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICBAR{width:55px; margin-left:8px; padding-top:5px; color: #000000; float:left; text-align:center}
		.HYDROSTATICWeightProductsLB{width:55px; margin-left:47px; padding-top:5px; color: #000000; float:left;}
		.HYDROSTATICWeightProductsKG{width:50px; margin-left:2px; padding-top:5px; color: #000000; float:left;}
		
		.ReedRed{color:red}
		.HYDROSTATICAdditionalInfo{margin-top:10px; margin-left:0px; font-size:14px}
	
		/*REED ELECTRIC HYDROSTATIC TEST PUMPS Accessories*/			
					
		.ELECTRICHYDROSTATICTESTPUMPSACCProductInfoThreeRow{height:102px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;}
		.ELECTRICHYDROSTATICTESTPUMPSACCInfoHolder{height:312px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.ELECTRICHYDROSTATICTESTPUMPSACCInfoHeader{height:42px; width:602px; background-color:#024C8D; float:left}
		
		.ELECTRICHYDROSTATICTESTPUMPSACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.ELECTRICHYDROSTATICTESTPUMPSACCModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
		.ELECTRICHYDROSTATICTESTPUMPSACCDescription{width:100px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
		.ELECTRICHYDROSTATICTESTPUMPSACCWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.ELECTRICHYDROSTATICTESTPUMPSACCWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
		.ELECTRICHYDROSTATICTESTPUMPSACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.ELECTRICHYDROSTATICTESTPUMPSACCpartsHolder{height:30px; width:602px; background-color: #FFFFFF; float:left}
		.ELECTRICHYDROSTATICTESTPUMPSACCpartsHolderGray{height:30px; width:602px; margin-top:0px; background-color: #CCCCCC; float:left}
		.ELECTRICHYDROSTATICTESTPUMPSACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.ELECTRICHYDROSTATICTESTPUMPSACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
		.ELECTRICHYDROSTATICTESTPUMPSACCProductsDescription{width:250px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.ELECTRICHYDROSTATICTESTPUMPSACCWeightProductsLB{width:45px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.ELECTRICHYDROSTATICTESTPUMPSACCWeightProductsKG{width:50px; margin-left:20px; padding-top:5px; color: #000000; float:left;}			
				
		/*Features*/
				
		.ELECTRICHYDROSTATICFeaturesProductInfoOneRow{height:100px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.ELECTRICHYDROSTATICFFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.ELECTRICHYDROSTATICFFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
		.ELECTRICHYDROSTATICFFeaturesDescription{width:842px; margin-left:30px; padding-top:6px; float:left}		
				
					
					
		/*LOW CLEARANCE ROTARY™ CUTTERS*/
		
		.LOWCLEARANCEROTARYCUTTERSProductInfo11Row{height:364px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.LOWCLEARANCEROTARYCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.LOWCLEARANCEROTARYCUTTERSInfoHeader{height:46px; width:892px; background-color:#024C8D; float:left}
		
		.LOWCLEARANCEROTARYCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.LOWCLEARANCEROTARYCUTTERSModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.LOWCLEARANCEROTARYCUTTERSDescription{width:100px; margin-left:132px; padding-top:2px; color:#FFFFFF; float:left}
		.LOWCLEARANCEROTARYCUTTERSNomSize{width:100px; margin-left:106px; padding-top:10px; color:#FFFFFF; float:left; }
		.LOWCLEARANCEROTARYCUTTERSApplication{width:100px; margin-left:4px; padding-top:10px; color:#FFFFFF; float:left; }
		.LOWCLEARANCEROTARYCUTTERSLength{width:60px; margin-left:16px; padding-top:2px; color:#FFFFFF; float:left; }
		.LOWCLEARANCEROTARYCUTTERSWeight{width:60px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.LOWCLEARANCEROTARYCUTTERSSteelInNom{width:100px; margin-left:195px; padding-top:0px; color:#FFFFFF; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSCastDuctile{width:100px; margin-left:5px; padding-top:0px; color:#FFFFFF; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSactual{width:100px; margin-left:5px; padding-top:0px; color:#FFFFFF; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSNormIn{width:30px; margin-left:218px; padding-top:0px; color:#FFFFFF; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSNormCm{width:30px; margin-left:8px; padding-top:0px; color:#FFFFFF; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSWeightLB{width:30px; margin-left:20px; padding-top:0px; color:#FFFFFF; float:left;}
		.LOWCLEARANCEROTARYCUTTERSWeightKG{width:30px; margin-left:3px; padding-top:0px; color:#FFFFFF; float:left;}
				
		.LOWCLEARANCEROTARYCUTTERSpartsHolder{height:35px; width:892px; background-color: #FFFFFF; float:left}
		.LOWCLEARANCEROTARYCUTTERSpartsHolderGray{height:35px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.LOWCLEARANCEROTARYCUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductsDescription{width:50px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductCastDuctile{width:50px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductactual{width:60px; margin-left:50px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.LOWCLEARANCEROTARYCUTTERSNormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSNormSizeCM{width:100px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductLengthIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSProductLengthMM{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSWeightProductsLB{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.LOWCLEARANCEROTARYCUTTERSWeightProductsKG{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.LOWCLEARANCEROTARYCUTTERSNormSizeCMUP{width:100px; margin-left:20px; padding-top:0px; color: #000000; float:left; text-align:center}
		
		/*Why Reed*/
				
		.LOWCLEARANCEROTARYCUTTERSWhyReedHolder{ height:150px; width:900px; margin-left:0px; font-size:12px; float:left; } 
		.LOWCLEARANCEROTARYCUTTERSWhyReed{ height:155px; width:324px; margin-left:0px; margin-right:14px; float:left; }  
		.LOWCLEARANCEROTARYCUTTERSImage{ height:30px; width:280px; float:left}
		.LOWCLEARANCEROTARYCUTTERSText{ margin-left:20px; font-style:italic; float:left}
			
		

		/*QUICK RELEASE™ TUBING CUTTERS*/

		.QUICKRELEASETUBINGCUTTERSProductInfo11Row{height:92px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.QUICKRELEASETUBINGCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.QUICKRELEASETUBINGCUTTERSInfoHeader{height:48px; width:892px; background-color:#024C8D; float:left}
		
		.QUICKRELEASETUBINGCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.QUICKRELEASETUBINGCUTTERSModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.QUICKRELEASETUBINGCUTTERSDescription{width:100px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left}
		.QUICKRELEASETUBINGCUTTERSNomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.QUICKRELEASETUBINGCUTTERSApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.QUICKRELEASETUBINGCUTTERSLength{width:60px; margin-left:68px; padding-top:2px; color:#FFFFFF; float:left; }
		.QUICKRELEASETUBINGCUTTERSWeight{width:60px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.QUICKRELEASETUBINGCUTTERSSteelInNom{width:100px; margin-left:195px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		/*.QUICKRELEASETUBINGCUTTERSCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.QUICKRELEASETUBINGCUTTERSactual{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSNormIn{width:30px; margin-left:318px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSNormCm{width:30px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSWeightLB{width:30px; margin-left:20px; padding-top:2px; color:#FFFFFF; float:left;}
		.QUICKRELEASETUBINGCUTTERSWeightKG{width:30px; margin-left:3px; padding-top:2px; color:#FFFFFF; float:left;}
		
		
		
		.QUICKRELEASETUBINGCUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.QUICKRELEASETUBINGCUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.QUICKRELEASETUBINGCUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSProductsDescription{width:100px; margin-left: 22px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.QUICKRELEASETUBINGCUTTERSProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.QUICKRELEASETUBINGCUTTERSProductactual{width:60px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.QUICKRELEASETUBINGCUTTERSNormSizeIn{width:60px; margin-left:40px; padding-top:5px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSNormSizeCM{width:200px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSProductLengthIN{width:30px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSProductLengthMM{width:30px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSWeightProductsLB{width:30px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.QUICKRELEASETUBINGCUTTERSWeightProductsKG{width:30px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
		.QUICKRELEASETUBINGCUTTERSNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}

		/*C CUTTERS*/

		.REEDCCUTTERSProductInfo11Row{height:232px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDCCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDCCUTTERSInfoHeader{height:52px; width:892px; background-color:#024C8D; float:left}
		
		.REEDCCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDCCUTTERSModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDCCUTTERSDescription{width:100px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDCCUTTERSNomSize{width:100px; margin-left:186px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDCCUTTERSApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDCCUTTERSLength{width:60px; margin-left:68px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDCCUTTERSWeight{width:60px; margin-left:115px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDCCUTTERSSteelInNom{width:100px; margin-left:195px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDCCUTTERSCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDCCUTTERSactual{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDCCUTTERSNormIn{width:30px; margin-left:318px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDCCUTTERSNormCm{width:30px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDCCUTTERSWeightLB{width:30px; margin-left:368px; padding-top:2px; color:#FFFFFF; float:left;}
		.REEDCCUTTERSWeightKG{width:30px; margin-left:3px; padding-top:2px; color:#FFFFFF; float:left;}
		
		.REEDCCUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDCCUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDCCUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSProductsDescription{width:100px; margin-left: 22px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDCCUTTERSProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDCCUTTERSProductactual{width:60px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDCCUTTERSNormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSNormSizeCM{width:200px; margin-left:106px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSProductLengthIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSProductLengthMM{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSWeightProductsLB{width:30px; margin-left:74px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDCCUTTERSWeightProductsKG{width:30px; margin-left:13px; padding-top:8px; color: #000000; float:left;}
		.REEDCCUTTERSNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}

		.REEDCCUTTERSExclusive{font-size:12px;}
		
		/*REED SOIL PIPE CUTTERS*/
				
		.REEDSOILPIPECUTTERSProductInfo11Row{height:77px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDSOILPIPECUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDSOILPIPECUTTERSInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.REEDSOILPIPECUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSOILPIPECUTTERSModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSOILPIPECUTTERSDescription{width:100px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDSOILPIPECUTTERSNomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDSOILPIPECUTTERSApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDSOILPIPECUTTERSLength{width:60px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDSOILPIPECUTTERSWeight{width:60px; margin-left:13px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDSOILPIPECUTTERSSteelInNom{width:100px; margin-left:25px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDSOILPIPECUTTERSCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDSOILPIPECUTTERSactual{width:100px; margin-left:5px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSOILPIPECUTTERSNormIn{width:30px; margin-left:142px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSOILPIPECUTTERSNormCm{width:30px; margin-left:8px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSOILPIPECUTTERSWeightLB{width:30px; margin-left:20px; padding-top:7px; color:#FFFFFF; float:left;}
		.REEDSOILPIPECUTTERSWeightKG{width:30px; margin-left:3px; padding-top:7px; color:#FFFFFF; float:left;}
		
		
		
		.REEDSOILPIPECUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDSOILPIPECUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDSOILPIPECUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSProductsDescription{width:100px; margin-left: 16px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDSOILPIPECUTTERSProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDSOILPIPECUTTERSProductactual{width:60px; margin-left:83px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDSOILPIPECUTTERSNormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSNormSizeCM{width:200px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSProductLengthIN{width:30px; margin-left:165px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSProductLengthMM{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSWeightProductsLB{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSOILPIPECUTTERSWeightProductsKG{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left;}
		.REEDSOILPIPECUTTERSNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}
		
		.REEDSOILPIPECUTTERSExclusive{font-size:12px; margin-top:2px;}

		/*TORQUE WRENCHES FOR CAST IRON SOIL PIPE*/

		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductInfo11Row{height:107px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPECatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEDescription{width:100px; margin-left:110px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPELength{width:60px; margin-left:180px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEWeight{width:60px; margin-left:13px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPESteelInNom{width:100px; margin-left:25px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDTORQUEWRENCHESFORCASTIRONSOILPIPECastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEactual{width:100px; margin-left:5px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENormIn{width:30px; margin-left:142px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENormCm{width:30px; margin-left:8px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEWeightLB{width:30px; margin-left:20px; padding-top:7px; color:#FFFFFF; float:left;}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEWeightKG{width:30px; margin-left:3px; padding-top:7px; color:#FFFFFF; float:left;}
				
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductsDescription{width:100px; margin-left: 24px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductactual{width:60px; margin-left:75px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENormSizeCM{width:200px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductLengthIN{width:30px; margin-left:165px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEProductLengthMM{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEWeightProductsLB{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPEWeightProductsKG{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left;}
		.REEDTORQUEWRENCHESFORCASTIRONSOILPIPENormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}

		/*REED HINGED CUTTERS*/
		
		.REEDHINGEDCUTTERSProductInfo11Row{height:442px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDHINGEDCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDHINGEDCUTTERSInfoHeader{height:52px; width:892px; background-color:#024C8D; float:left}
		
		.REEDHINGEDCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDHINGEDCUTTERSModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDHINGEDCUTTERSDescription{width:100px; margin-left:90px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDHINGEDCUTTERSNomSize{width:60px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDHINGEDCUTTERSApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDHINGEDCUTTERSLength{width:60px; margin-left:108px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDHINGEDCUTTERSWeight{width:60px; margin-left:15px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDHINGEDCUTTERSSteelInNom{width:100px; margin-left:195px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDHINGEDCUTTERSCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDHINGEDCUTTERSactual{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDHINGEDCUTTERSNormIn{width:30px; margin-left:318px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDHINGEDCUTTERSNormCm{width:30px; margin-left:8px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDHINGEDCUTTERSWeightLB{width:30px; margin-left:20px; padding-top:2px; color:#FFFFFF; float:left;}
		.REEDHINGEDCUTTERSWeightKG{width:30px; margin-left:3px; padding-top:2px; color:#FFFFFF; float:left;}
		
		
		
		.REEDHINGEDCUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDHINGEDCUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDHINGEDCUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSProductsDescription{width:100px; margin-left: 22px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDHINGEDCUTTERSProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDHINGEDCUTTERSProductactual{width:60px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDHINGEDCUTTERSNormSizeIn{width:20px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSNormSizeCM{width:200px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSProductLengthIN{width:30px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSProductLengthMM{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSWeightProductsLB{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDHINGEDCUTTERSWeightProductsKG{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.REEDHINGEDCUTTERSNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}
		
		.REEDHINGEDCUTTERSExclusive{font-size:12px; margin-top:2px}


		/*REED  PIPE DESCALERS*/

		.REEDPIPEDESCALERSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDPIPEDESCALERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDPIPEDESCALERSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REEDPIPEDESCALERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPIPEDESCALERSModelNumber{width:90px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPIPEDESCALERSDescription{width:100px; margin-left:28px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPIPEDESCALERSNormSize{width:97px; margin-left:82px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPIPEDESCALERSPipeCapacity{width:100px; margin-left:58px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPIPEDESCALERSWeight{width:100px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPIPEDESCALERSSTDPack{width:100px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REEDPIPEDESCALERSNormIn{width:60px; margin-left:48px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDPIPEDESCALERSNormCm{width:80px; margin-left:7px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDPIPEDESCALERSIn{width:40px; margin-left:32px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPIPEDESCALERSmm{width:53px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPIPEDESCALERSWeightLB{width:53px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPIPEDESCALERSWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDPIPEDESCALERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDPIPEDESCALERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDPIPEDESCALERSProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSProductsModelNumber{width:58px; margin-left:46px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSProductsDescription{width:100px; margin-left:28px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSNormSizeIn{width:40px; margin-left:94px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSNormSizeCM{width:50px; margin-left:34px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSCapacityIn{width:50px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSCapacityMM{width:35px; margin-left:3px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDPIPEDESCALERSWeightProductsLB{width:50px; margin-left:85px; padding-top:5px; color: #000000; float:left;}
		.REEDPIPEDESCALERSWeightProductsKG{width:30px; margin-left:2px; padding-top:5px; color: #000000; float:left;}
		.REEDPIPEDESCALERSProductSTDPack{width:50px; margin-left:35px; padding-top:5px; color: #000000; float:left;}


		/*FIBERGLASS PROBE ROD*/

		
		.REEDFIBERGLASSPROBERODProductInfoOneRow{height:72px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDFIBERGLASSPROBERODInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDFIBERGLASSPROBERODInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
		
		.REEDFIBERGLASSPROBERODCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDFIBERGLASSPROBERODModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDFIBERGLASSPROBERODDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDFIBERGLASSPROBERODWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
		.REEDFIBERGLASSPROBERODWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDFIBERGLASSPROBERODWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
		.REEDFIBERGLASSPROBERODpartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
		.REEDFIBERGLASSPROBERODpartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDFIBERGLASSPROBERODProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDFIBERGLASSPROBERODProductsModelNumber{width:58px; margin-left:22px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDFIBERGLASSPROBERODProductsDescription{width:170px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDFIBERGLASSPROBERODWeightProductsLB{width:55px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDFIBERGLASSPROBERODWeightProductsKG{width:50px; margin-left:14px; padding-top:5px; color: #000000; float:left;}

		/*DRILL-POWERED HYDROSTATIC TEST PUMP*/


		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPProductInfoOneRow{height:77px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
				
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPDescription{width:100px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPPipeCapacity{width:120px; margin-left:162px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPWeight{width:90px; margin-left:114px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormIn{width:60px; margin-left:82px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormCm{width:60px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormPSI{width:60px; margin-left:15px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormBAR{width:60px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPWeightLB{width:55px; margin-left:30px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPProductCatalogNumber{width:80px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPProductsModelNumber{width:58px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPProductsDescription{width:190px; margin-left:60px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormSizeIn{width:40px; margin-left:65px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPNormSizeCM{width:50px; margin-left:30px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPPSI{width:50px; margin-left:2px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPBAR{width:55px; margin-left:8px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPWeightProductsLB{width:55px; margin-left:52px; padding-top:5px; color: #000000; float:left;}
		.REEDDRILLPOWEREDHYDROSTATICTESTPUMPWeightProductsKG{width:50px; margin-left:0px; padding-top:5px; color: #000000; float:left;}

		/*COMBO ROLL GROOVERS*/

		.REEDlCOMBOROLLGROOVERProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDlCOMBOROLLGROOVERInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDlCOMBOROLLGROOVERInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REEDlCOMBOROLLGROOVERCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDlCOMBOROLLGROOVERModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDlCOMBOROLLGROOVERDescription{width:100px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDlCOMBOROLLGROOVERNormSize{width:80px; margin-left:112px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDlCOMBOROLLGROOVERPipeCapacity{width:80px; margin-left:192px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDlCOMBOROLLGROOVERWeight{width:80px; margin-left:45px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDlCOMBOROLLGROOVERSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REEDlCOMBOROLLGROOVERIn{width:55px; margin-left:172px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDlCOMBOROLLGROOVERmm{width:55px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDlCOMBOROLLGROOVERWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDlCOMBOROLLGROOVERWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDlCOMBOROLLGROOVERpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDlCOMBOROLLGROOVERpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDlCOMBOROLLGROOVERProductCatalogNumber{width:80px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDlCOMBOROLLGROOVERProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
		.REEDlCOMBOROLLGROOVERProductsDescription{width:350px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
		.REEDlCOMBOROLLGROOVERNormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDlCOMBOROLLGROOVERCapacityIn{width:60px; margin-left:37px; padding-top:5px; color: #000000; float:left;}
		.REEDlCOMBOROLLGROOVERCapacityMM{width:50px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDlCOMBOROLLGROOVERWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
		.REEDlCOMBOROLLGROOVERWeightProductsKG{width:40px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDlCOMBOROLLGROOVERProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

		/*REED PORTABLE ROLL GROOVERS*/

		.REEDPORTABLEROLLGROOVERSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDPORTABLEROLLGROOVERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDPORTABLEROLLGROOVERSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REEDPORTABLEROLLGROOVERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEROLLGROOVERSModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEROLLGROOVERSDescription{width:100px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEROLLGROOVERSNormSize{width:80px; margin-left:112px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEROLLGROOVERSPipeCapacity{width:80px; margin-left:202px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEROLLGROOVERSWeight{width:80px; margin-left:145px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEROLLGROOVERSSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REEDPORTABLEROLLGROOVERSIn{width:55px; margin-left:122px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEROLLGROOVERSmm{width:55px; margin-left:142px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEROLLGROOVERSWeightLB{width:50px; margin-left:55px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEROLLGROOVERSWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDPORTABLEROLLGROOVERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDPORTABLEROLLGROOVERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDPORTABLEROLLGROOVERSProductCatalogNumber{width:80px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSProductsModelNumber{width:58px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
		.REEDPORTABLEROLLGROOVERSProductsDescription{width:160px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
		.REEDPORTABLEROLLGROOVERSNormSizeCM{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSCapacityIn{width:200px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSCapacityMM{width:90px; margin-left:43px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSWeightProductsLB{width:40px; margin-left:45px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSWeightProductsKG{width:40px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEROLLGROOVERSProductSTDPack{width:50px; margin-left:40px; padding-top:8px; color: #000000; float:left;}

		.REEDPORTABLEROLLGROOVERSExclusive{font-size:12px; margin-top:5px}

		/*REED IN-PLACE PORTABLE ROLL GROOVERS*/
		.REEDPORTABLEINPLACEROLLGROOVERSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDPORTABLEINPLACEROLLGROOVERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDPORTABLEINPLACEROLLGROOVERSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REEDPORTABLEINPLACEROLLGROOVERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEINPLACEROLLGROOVERSModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEINPLACEROLLGROOVERSDescription{width:100px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDPORTABLEINPLACEROLLGROOVERSNormSize{width:80px; margin-left:112px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEINPLACEROLLGROOVERSPipeCapacity{width:80px; margin-left:202px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEINPLACEROLLGROOVERSWeight{width:80px; margin-left:145px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDPORTABLEINPLACEROLLGROOVERSSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REEDPORTABLEINPLACEROLLGROOVERSIn{width:55px; margin-left:122px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEINPLACEROLLGROOVERSmm{width:55px; margin-left:142px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEINPLACEROLLGROOVERSWeightLB{width:50px; margin-left:55px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDPORTABLEINPLACEROLLGROOVERSWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDPORTABLEINPLACEROLLGROOVERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDPORTABLEINPLACEROLLGROOVERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDPORTABLEINPLACEROLLGROOVERSProductCatalogNumber{width:80px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSProductsModelNumber{width:58px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
		.REEDPORTABLEINPLACEROLLGROOVERSProductsDescription{width:160px; margin-left:45px; padding-top:8px; color: #000000; float:left;}
		.REEDPORTABLEINPLACEROLLGROOVERSNormSizeCM{width:40px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSCapacityIn{width:200px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSCapacityMM{width:90px; margin-left:45px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSWeightProductsLB{width:40px; margin-left:42px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSWeightProductsKG{width:40px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDPORTABLEINPLACEROLLGROOVERSProductSTDPack{width:50px; margin-left:40px; padding-top:8px; color: #000000; float:left;}
		
		
		/*700PD POWER DRIVE*/
		.TrainingWrapper{height:200px; margin-top:-20px; width:900px; float:left}
		.TrainingVideo{margin-left:18px; float:left}
		.XtraValue{margin-left:25px; float:left}
		.SafteyArm{padding-bottom:2px; padding-top:2px; font-size:16px; color:#F00; font-weight:bold; float:left}
		
		
		.REED700PDPOWERDRIVEProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REED700PDPOWERDRIVEInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REED700PDPOWERDRIVEInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REED700PDPOWERDRIVECatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REED700PDPOWERDRIVEModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REED700PDPOWERDRIVEDescription{width:100px; margin-left:130px; padding-top:10px; color:#FFFFFF; float:left}
		.REED700PDPOWERDRIVENormSize{width:80px; margin-left:112px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED700PDPOWERDRIVEPipeCapacity{width:80px; margin-left:205px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED700PDPOWERDRIVEWeight{width:80px; margin-left:33px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED700PDPOWERDRIVESTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REED700PDPOWERDRIVEIn{width:55px; margin-left:172px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED700PDPOWERDRIVEmm{width:55px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED700PDPOWERDRIVEWeightLB{width:50px; margin-left:13px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED700PDPOWERDRIVEWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REED700PDPOWERDRIVEpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REED700PDPOWERDRIVEpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REED700PDPOWERDRIVEProductCatalogNumber{width:80px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED700PDPOWERDRIVEProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
		.REED700PDPOWERDRIVEProductsDescription{width:240px; margin-left:85px; padding-top:5px; color: #000000; float:left;}
		.REED700PDPOWERDRIVENormSizeCM{width:40px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED700PDPOWERDRIVECapacityIn{width:60px; margin-left:95px; padding-top:5px; color: #000000; float:left;}
		.REED700PDPOWERDRIVECapacityMM{width:50px; margin-left:12px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED700PDPOWERDRIVEWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
		.REED700PDPOWERDRIVEWeightProductsKG{width:40px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED700PDPOWERDRIVEProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

		.REED700PDPOWERDRIVEExclusive{font-size:12px; margin-top:5px}

		.REED700WhyReedHolder{ height:180px; width:900px; margin-left:0px; font-size:12px; float:left; } 
		.REED700WhyReed{ height:155px; width:324px; margin-left:0px; margin-right:14px; float:left; }  
		.REED700Image{ height:30px; width:280px; float:left}
		.REED700Text{ margin-left:20px; font-style:italic; float:left}
		.REED700EndText{margin-top:15px; width:900px; font-weight:bold}
		
		/*REED OILERS*/

		.REEDOILERSProductInfoThreeRow{height:132px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;}
		.REEDOILERSInfoHolder{height:312px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDOILERSInfoHeader{height:42px; width:602px; background-color:#024C8D; float:left}
		
		.REEDOILERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSModelNumber{width:90px; margin-left:160px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSDescription{width:100px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSWeight{width:60px; margin-left:82px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.REEDOILERSWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDOILERSWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDOILERSpartsHolder{height:30px; width:602px; background-color: #FFFFFF; float:left}
		.REEDOILERSpartsHolderGray{height:30px; width:602px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDOILERSProductCatalogNumber{width:80px; margin-left:15px; padding-top:5px; color: #000000; float:left; }
		.REEDOILERSProductsModelNumber{width:58px; margin-left:170px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDOILERSProductsDescription{width:250px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDOILERSWeightProductsLB{width:45px; margin-left:89px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDOILERSWeightProductsKG{width:50px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}


		/*REED OILERS ACC */

		.REEDOILERSACCProductInfoThreeRow{height:252px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;}
		.REEDOILERSACCInfoHolder{height:312px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDOILERSACCInfoHeader{height:42px; width:602px; background-color:#024C8D; float:left}
		
		.REEDOILERSACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSACCModelNumber{width:90px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSACCDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDOILERSACCWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.REEDOILERSACCWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDOILERSACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDOILERSACCpartsHolder{height:30px; width:602px; background-color: #FFFFFF; float:left}
		.REEDOILERSACCpartsHolderGray{height:30px; width:602px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDOILERSACCProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; }
		.REEDOILERSACCProductsModelNumber{width:58px; margin-left:85px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDOILERSACCProductsDescription{width:270px; margin-left:70px; padding-top:5px; color: #000000; float:left; }
		.REEDOILERSACCWeightProductsLB{width:45px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDOILERSACCWeightProductsKG{width:50px; margin-left:20px; padding-top:5px; color: #000000; float:left;}

		.REEDOILERWhyReedHolder{ height:180px; width:900px; margin-left:0px; font-size:12px; float:left; } 
		.REEDOILERWhyReed{ height:165px; width:324px; margin-left:0px; margin-right:14px; float:left; }  
		.REEDOILERImage{ height:30px; width:280px; float:left}
		.REEDOILERText{ margin-left:20px; font-style:italic; float:left}
		
		.REEDOILERAdditionalInfo{margin-top:10px; margin-left:0px; font-size:14px}
		.REEDOILERStar{font-size:12px; color:#F00;}


		/*REED YOKE PIPE VISES */
		
		.REEDYOKEPIPEVISESProductInfo11Row{height:77px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDYOKEPIPEVISESInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDYOKEPIPEVISESInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.REEDYOKEPIPEVISESCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDYOKEPIPEVISESModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDYOKEPIPEVISESDescription{width:100px; margin-left:190px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDYOKEPIPEVISESNomSize{width:100px; margin-left:186px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDYOKEPIPEVISESApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDYOKEPIPEVISESLength{width:60px; margin-left:68px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDYOKEPIPEVISESWeight{width:60px; margin-left:215px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDYOKEPIPEVISESSteelInNom{width:100px; margin-left:125px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDYOKEPIPEVISESCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDYOKEPIPEVISESactual{width:100px; margin-left:5px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDYOKEPIPEVISESNormIn{width:30px; margin-left:318px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDYOKEPIPEVISESNormCm{width:30px; margin-left:8px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDYOKEPIPEVISESWeightLB{width:30px; margin-left:172px; padding-top:7px; color:#FFFFFF; float:left;}
		.REEDYOKEPIPEVISESWeightKG{width:30px; margin-left:3px; padding-top:7px; color:#FFFFFF; float:left;}
		
		
		
		.REEDYOKEPIPEVISESpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDYOKEPIPEVISESpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDYOKEPIPEVISESProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESProductsDescription{width:100px; margin-left: 132px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDYOKEPIPEVISESProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDYOKEPIPEVISESProductactual{width:60px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDYOKEPIPEVISESNormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESNormSizeCM{width:200px; margin-left:106px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESProductLengthIN{width:30px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESProductLengthMM{width:30px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESWeightProductsLB{width:30px; margin-left:185px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDYOKEPIPEVISESWeightProductsKG{width:30px; margin-left:12px; padding-top:8px; color: #000000; float:left;}
		.REEDYOKEPIPEVISESNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}
		
		/*REED STRAP WRENCHES */
		
		.REEDSTRAPWRENCHESProductInfoOneRow{height:115px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
									
		.REEDSTRAPWRENCHESInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDSTRAPWRENCHESInfoHeader{height:55px; width:892px; background-color:#024C8D; float:left}
					
		.REEDSTRAPWRENCHESCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSTRAPWRENCHESModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSTRAPWRENCHESDescription{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSTRAPWRENCHESNormSize{width:97px; margin-left:28px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTRAPWRENCHESPipeCapacity{width:100px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; text-align:center  }
		.REEDSTRAPWRENCHESChainLength{width:90px; margin-left:72px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDSTRAPWRENCHESWeight{width:70px; margin-left:37px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDSTRAPWRENCHESSTDPack{width:40px; margin-left:20px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
		.REEDSTRAPWRENCHESNormIn{width:60px; margin-left:0px; padding-top:15px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTRAPWRENCHESNormCm{width:80px; margin-left:0px; padding-top:15px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTRAPWRENCHESIn{width:75px; margin-left:20px; padding-top:15px; color:#FFFFFF; float:left;}
		.REEDSTRAPWRENCHESmm{width:75px; margin-left:10px; padding-top:15px; color:#FFFFFF; float:left;}
		.ChainLengthIn{width:45px; margin-left:40px; padding-top:15px; color:#FFFFFF; float:left;}
		.ChainLengthmm{width:55px; margin-left:2px; padding-top:15px; color:#FFFFFF; float:left;}
		.REEDSTRAPWRENCHESWeightLB{width:35px; margin-left:13px; padding-top:15px; color:#FFFFFF; float:left;}
		.REEDSTRAPWRENCHESWeightKG{width:35px; margin-left:0px; padding-top:15px; color:#FFFFFF; float:left;}
					
		.REEDSTRAPWRENCHESpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDSTRAPWRENCHESpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDSTRAPWRENCHESProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESProductsModelNumber{width:60px; margin-left:25px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESProductsDescription{width:152px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESNormSizeIn{width:40px; margin-left:2px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESNormSizeCM{width:50px; margin-left:22px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESCapacityIn{width:38px; margin-left:50px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESCapacityMM{width:55px; margin-left:42px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESProductsLengthIN{width:45px; margin-left:37px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESProductsLengthMM{width:55px; margin-left:2px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESWeightProductsLB{width:55px; margin-left:9px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REEDSTRAPWRENCHESWeightProductsKG{width:30px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
		.REEDSTRAPWRENCHESProductSTDPack{width:30px; margin-left:32px; padding-top:5px; color: #000000; float:left;}		
		
		
		/* MECHANICAL HOT TAPPING MACHINES */
		
		.MECHANICALHOTTAPPINGMACHINESProductInfoOneRow{height:72px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.MECHANICALHOTTAPPINGMACHINESInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.MECHANICALHOTTAPPINGMACHINESInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
					
		.MECHANICALHOTTAPPINGMACHINESCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.MECHANICALHOTTAPPINGMACHINESModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.MECHANICALHOTTAPPINGMACHINESDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
		.MECHANICALHOTTAPPINGMACHINESWeight{width:60px; margin-left:80px; padding-top:2px; color:#FFFFFF; float:left; }
					
					
		.MECHANICALHOTTAPPINGMACHINESWeightLB{width:45px; margin-left:70px; padding-top:5px; color:#FFFFFF; float:left;}
		.MECHANICALHOTTAPPINGMACHINESWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
					
		.MECHANICALHOTTAPPINGMACHINESpartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
		.MECHANICALHOTTAPPINGMACHINESpartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
		.MECHANICALHOTTAPPINGMACHINESProductCatalogNumber{width:80px; margin-left:10px; padding-top:10px; color: #000000; float:left; text-align:center}
		.MECHANICALHOTTAPPINGMACHINESProductsModelNumber{width:58px; margin-left:22px; padding-top:10px; color: #000000; float:left; text-align:center}
		.MECHANICALHOTTAPPINGMACHINESProductsDescription{width:150px; margin-left:20px; padding-top:10px; color: #000000; float:left; text-align:center}
		.MECHANICALHOTTAPPINGMACHINESWeightProductsLB{width:55px; margin-left:48px; padding-top:10px; color: #000000; float:left; text-align:center}
		.MECHANICALHOTTAPPINGMACHINESWeightProductsKG{width:50px; margin-left:16px; padding-top:10px; color: #000000; float:left;}		

		/* REED STUD PUNCH */

		.REEDSTUDPUNCHProductInfo11Row{height:77px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDSTUDPUNCHInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDSTUDPUNCHInfoHeader{height:47px; width:892px; background-color:#024C8D; float:left}
		
		.REEDSTUDPUNCHCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSTUDPUNCHModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDSTUDPUNCHDescription{width:100px; margin-left:104px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDSTUDPUNCHNomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDSTUDPUNCHApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDSTUDPUNCHLength{width:60px; margin-left:101px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDSTUDPUNCHWeight{width:60px; margin-left:113px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDSTUDPUNCHSteelInNom{width:100px; margin-left:45px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDSTUDPUNCHCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDSTUDPUNCHactual{width:40px; margin-left:0px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTUDPUNCHNormIn{width:30px; margin-left:102px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTUDPUNCHNormCm{width:30px; margin-left:8px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDSTUDPUNCHWeightLB{width:30px; margin-left:118px; padding-top:7px; color:#FFFFFF; float:left;}
		.REEDSTUDPUNCHWeightKG{width:30px; margin-left:6px; padding-top:7px; color:#FFFFFF; float:left;}
				
		.REEDSTUDPUNCHpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDSTUDPUNCHpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDSTUDPUNCHProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHProductsDescription{width:100px; margin-left: 32px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDSTUDPUNCHProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDSTUDPUNCHProductactual{width:60px; margin-left:88px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDSTUDPUNCHNormSizeIn{width:60px; margin-left:9px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHNormSizeCM{width:200px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHProductLengthIN{width:30px; margin-left:90px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHProductLengthMM{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHWeightProductsLB{width:30px; margin-left:110px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDSTUDPUNCHWeightProductsKG{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left;}
		.REEDSTUDPUNCHNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}

		/* THREADED ROD CUTTERS */

		.REED122THREADEDRODCUTTERSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REED122THREADEDRODCUTTERSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REED122THREADEDRODCUTTERSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REED122THREADEDRODCUTTERSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REED122THREADEDRODCUTTERSModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REED122THREADEDRODCUTTERSDescription{width:300px; margin-left:75px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSNomSize{width:60px; margin-left:47px; padding-top:10px; color:#FFFFFF; float:left; }
		.REED122THREADEDRODCUTTERSWeight{width:60px; margin-left:195px; padding-top:2px; color:#FFFFFF; float:left; }
						
		.REED122THREADEDRODCUTTERSNormIn{width:30px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSNormCm{width:60px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSWeightLB{width:45px; margin-left:182px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED122THREADEDRODCUTTERSWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REED122THREADEDRODCUTTERSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REED122THREADEDRODCUTTERSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REED122THREADEDRODCUTTERSProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSProductsDescription{width:430px; margin-left:50px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSNormSizeIn{width:60px; margin-left:32px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSNormSizeCM{width:60px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSWeightProductsLB{width:55px; margin-left:83px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED122THREADEDRODCUTTERSWeightProductsKG{width:50px; margin-left:15px; padding-top:5px; color: #000000; float:left;}

		/* THREADED ROD CUTTERS */
		
		.THREADEDRODCUTTERSACCProductInfoThreeRow{height:132px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;}
		.THREADEDRODCUTTERSACCInfoHolder{height:312px; width:602px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.THREADEDRODCUTTERSACCInfoHeader{height:42px; width:602px; background-color:#024C8D; float:left}
		
		.THREADEDRODCUTTERSACCCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.THREADEDRODCUTTERSACCModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
		.THREADEDRODCUTTERSACCDescription{width:100px; margin-left:83px; padding-top:10px; color:#FFFFFF; float:left}
		.THREADEDRODCUTTERSACCWeight{width:60px; margin-left:77px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.THREADEDRODCUTTERSACCWeightLB{width:45px; margin-left:67px; padding-top:5px; color:#FFFFFF; float:left;}
		.THREADEDRODCUTTERSACCWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.THREADEDRODCUTTERSACCpartsHolder{height:30px; width:602px; background-color: #FFFFFF; float:left}
		.THREADEDRODCUTTERSACCpartsHolderGray{height:30px; width:602px; margin-top:0px; background-color: #CCCCCC; float:left}
		.THREADEDRODCUTTERSACCProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.THREADEDRODCUTTERSACCProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
		.THREADEDRODCUTTERSACCProductsDescription{width:250px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.THREADEDRODCUTTERSACCWeightProductsLB{width:45px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.THREADEDRODCUTTERSACCWeightProductsKG{width:50px; margin-left:20px; padding-top:5px; color: #000000; float:left;}
		
		
		/* 5301PD POWER DRIVE */
		
		
		.REED5301PDPOWERDRIVEProductInfoOneRow{height:246px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REED5301PDPOWERDRIVEInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REED5301PDPOWERDRIVEInfoHeader{height:46px; width:892px; background-color:#024C8D; float:left}
		
		.REED5301PDPOWERDRIVECatalogNumber{width:100px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left}
		.REED5301PDPOWERDRIVEModelNumber{width:90px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left}
		.REED5301PDPOWERDRIVEDescription{width:100px; margin-left:100px; padding-top:10px; color:#FFFFFF; float:left}
		.REED5301PDPOWERDRIVENormSize{width:80px; margin-left:122px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED5301PDPOWERDRIVEPipeCapacity{width:80px; margin-left:210px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED5301PDPOWERDRIVEWeight{width:80px; margin-left:55px; padding-top:2px; color:#FFFFFF; float:left; }
		.REED5301PDPOWERDRIVESTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REED5301PDPOWERDRIVEIn{width:55px; margin-left:165px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED5301PDPOWERDRIVEmm{width:55px; margin-left:44px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED5301PDPOWERDRIVEWeightLB{width:50px; margin-left:32px; padding-top:5px; color:#FFFFFF; float:left;}
		.REED5301PDPOWERDRIVEWeightKG{width:45px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REED5301PDPOWERDRIVEpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
		.REED5301PDPOWERDRIVEpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REED5301PDPOWERDRIVEProductCatalogNumber{width:80px; margin-left:2px; padding-top:5px; color: #000000; float:left;}
		.REED5301PDPOWERDRIVEProductsModelNumber{width:58px; margin-left:45px; padding-top:5px; color: #000000; float:left;}
		.REED5301PDPOWERDRIVEProductsDescription{width:280px; margin-left:35px; padding-top:5px; color: #000000; float:left;}
		.REED5301PDPOWERDRIVENormSizeCM{width:60px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED5301PDPOWERDRIVECapacityIn{width:80px; margin-left:75px; padding-top:5px; color: #000000; float:left;}
		.REED5301PDPOWERDRIVECapacityMM{width:70px; margin-left:12px; padding-top:5px; color: #000000; float:left; }
		.REED5301PDPOWERDRIVEWeightProductsLB{width:40px; margin-left:30px; padding-top:5px; color: #000000; float:left;}
		.REED5301PDPOWERDRIVEWeightProductsKG{width:40px; margin-left:0px; padding-top:5px; color: #000000; float:left; text-align:center}
		.REED5301PDPOWERDRIVEProductSTDPack{width:50px; margin-left:40px; padding-top:5px; color: #000000; float:left;}

		.REED5301PDPOWERDRIVEExclusive{font-size:12px; margin-top:5px}
		
		.Red{color:Red}

		/* 5301PD POWER DRIVE UNIVERSAL DIE HEAD ACC */

		.REEDR811UNIVERSALDIEHEADProductInfo11Row{height:76px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.REEDR811UNIVERSALDIEHEADInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDR811UNIVERSALDIEHEADInfoHeader{height:46px; width:892px; background-color:#024C8D; float:left}
		
		.REEDR811UNIVERSALDIEHEADCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDR811UNIVERSALDIEHEADModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDR811UNIVERSALDIEHEADDescription{width:90px; margin-left:105px; padding-top:2px; color:#FFFFFF; float:left}
		.REEDR811UNIVERSALDIEHEADNomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDR811UNIVERSALDIEHEADApplication{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDR811UNIVERSALDIEHEADLength{width:60px; margin-left:200px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDR811UNIVERSALDIEHEADWeight{width:60px; margin-left:4px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.REEDR811UNIVERSALDIEHEADSteelInNom{width:100px; margin-left:173px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		/*.REEDR811UNIVERSALDIEHEADCastDuctile{width:100px; margin-left:5px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}/**/
		.REEDR811UNIVERSALDIEHEADactual{width:100px; margin-left:0px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADNormIn{width:30px; margin-left:142px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADNormCm{width:30px; margin-left:8px; padding-top:7px; color:#FFFFFF; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADWeightLB{width:30px; margin-left:20px; padding-top:7px; color:#FFFFFF; float:left;}
		.REEDR811UNIVERSALDIEHEADWeightKG{width:30px; margin-left:3px; padding-top:7px; color:#FFFFFF; float:left;}
		
		.REEDR811UNIVERSALDIEHEADpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDR811UNIVERSALDIEHEADpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDR811UNIVERSALDIEHEADProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADProductsDescription{width:100px; margin-left: 16px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.REEDR811UNIVERSALDIEHEADProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.REEDR811UNIVERSALDIEHEADProductactual{width:60px; margin-left:83px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.REEDR811UNIVERSALDIEHEADNormSizeIn{width:60px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADNormSizeCM{width:200px; margin-left:20px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADProductLengthIN{width:30px; margin-left:165px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADProductLengthMM{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADWeightProductsLB{width:30px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
		.REEDR811UNIVERSALDIEHEADWeightProductsKG{width:30px; margin-left:11px; padding-top:8px; color: #000000; float:left;}
		.REEDR811UNIVERSALDIEHEADNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}

		
		/* REED MANHOLE HOOKS */
		
		.REEDMANHOLEHOOKSProductInfoOneRow{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.REEDMANHOLEHOOKSInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.REEDMANHOLEHOOKSInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.REEDMANHOLEHOOKSCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDMANHOLEHOOKSModelNumber{width:90px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDMANHOLEHOOKSDescription{width:100px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}
		.REEDMANHOLEHOOKSNormSize{width:197px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left; }
		.REEDMANHOLEHOOKSPipeCapacity{width:100px; margin-left:58px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDMANHOLEHOOKSWeight{width:100px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		.REEDMANHOLEHOOKSSTDPack{width:100px; margin-left:30px; padding-top:2px; color:#FFFFFF; float:left}
		
		.REEDMANHOLEHOOKSNormIn{width:60px; margin-left:45px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDMANHOLEHOOKSNormCm{width:80px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.REEDMANHOLEHOOKSIn{width:40px; margin-left:47px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDMANHOLEHOOKSmm{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDMANHOLEHOOKSWeightLB{width:53px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left;}
		.REEDMANHOLEHOOKSWeightKG{width:55px; margin-left:0px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.REEDMANHOLEHOOKSpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.REEDMANHOLEHOOKSpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.REEDMANHOLEHOOKSProductCatalogNumber{width:80px; margin-left:20px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSProductsModelNumber{width:58px; margin-left:49px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSProductsDescription{width:100px; margin-left:28px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSNormSizeIn{width:140px; margin-left:121px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSNormSizeCM{width:50px; margin-left:34px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSCapacityIn{width:30px; margin-left:2px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSCapacityMM{width:35px; margin-left:12px; padding-top:9px; color: #000000; float:left; text-align:center}
		.REEDMANHOLEHOOKSWeightProductsLB{width:50px; margin-left:87px; padding-top:9px; color: #000000; float:left;}
		.REEDMANHOLEHOOKSWeightProductsKG{width:30px; margin-left:2px; padding-top:9px; color: #000000; float:left;}
		.REEDMANHOLEHOOKSProductSTDPack{width:50px; margin-left:35px; padding-top:9px; color: #000000; float:left;}
		
		
		/*TRIPODS - R450+, R470+ *****************************/
		
		/* Categorie Sale Line Item*/
		
		#ReedTripodVisesInStock{font-size:24px; margin-bottom:20px; text-align:center}
		#ReedTripodVisesInStockColor { color:#F00 }
		/*Bullet Points*/
		
		.BulletListSpacing{line-height:.5;}
		.TripodHeaderDesR450{margin-top:15px; font-size:16px; line-height:.5; font-weight:bold}
		.TripodHeaderDesR470{margin-top:0px; font-size:16px; line-height:.5; font-weight:bold}
		.TripodHeaderDesJaws{margin-top:0px; font-size:16px; line-height:.5; font-weight:bold}
		
		.TripodsR450R470PlusProductInfo11Row{height:108px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;} 
		.TripodsR450R470PlusInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.TripodsR450R470PlusInfoHeader{height:48px; width:892px; background-color:#024C8D; float:left}
		
		.TripodsR450R470PlusCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.TripodsR450R470PlusModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.TripodsR450R470PlusNomSize{width:100px; margin-left:46px; padding-top:10px; color:#FFFFFF; float:left; }
		.TripodsR450R470PlusApplication{width:100px; margin-left:62px; padding-top:2px; color:#FFFFFF; float:left; }
		.TripodsR450R470PlusLength{width:120px; margin-left:98px; padding-top:2px; color:#FFFFFF; float:left; }
		.TripodsR450R470PlusWeight{width:60px; margin-left:78px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.TripodsR450R470PlusSteelInNom{width:50px; margin-left:30px; padding-top:9px; color:#FFFFFF; float:left; text-align:left}
		.TripodsR450R470PlusCastDuctile{width:100px; margin-left:5px; padding-top:9px; color:#FFFFFF; float:left; text-align:center}/**/
		.TripodsR450R470Plusactual{width:100px; margin-left:25px; padding-top:9px; color:#FFFFFF; float:left; text-align:center}
		.TripodsR450R470PlusNormIn{width:30px; margin-left:8px; padding-top:9px; color:#FFFFFF; float:left; text-align:center}
		.TripodsR450R470PlusNormCm{width:30px; margin-left:88px; padding-top:9px; color:#FFFFFF; float:left; text-align:center}
		.TripodsR450R470PlusWeightLB{width:30px; margin-left:30px; padding-top:9px; color:#FFFFFF; float:left;}
		.TripodsR450R470PlusWeightKG{width:30px; margin-left:3px; padding-top:9px; color:#FFFFFF; float:left;}
		
		
		
		.TripodsR450R470PluspartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.TripodsR450R470PluspartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.TripodsR450R470PlusProductCatalogNumber{width:80px; margin-left:13px; padding-top:8px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusProductsModelNumber{width:58px; margin-left:24px; padding-top:8px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusProductsDescription{width:100px; margin-left: 19px; padding-top:8px; color: #000000; float:left; text-align:center}
		/*.TripodsR450R470PlusProductCastDuctile{width:35px; margin-left:60px; padding-top:8px; color: #000000; float:left; text-align:center} /**/
		.TripodsR450R470PlusProductactual{width:110px; margin-left:23px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.TripodsR450R470PlusNormSizeIn{width:60px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusNormSizeCM{width:60px; margin-left:67px; padding-top:5px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusProductLengthIN{width:30px; margin-left:32px; padding-top:5px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusProductLengthMM{width:30px; margin-left:86px; padding-top:5px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusWeightProductsLB{width:30px; margin-left:22px; padding-top:5px; color: #000000; float:left; text-align:center}
		.TripodsR450R470PlusWeightProductsKG{width:30px; margin-left:10px; padding-top:5px; color: #000000; float:left;}
		.TripodsR450R470PlusNormSizeCMUP{width:100px; margin-left:20px; padding-top:2px; color: #000000; float:left; text-align:center}
		
		
		/*Why Reed*/
				
		.TripodsR450R470WhyReedHolder{ height:220px; width:900px; margin-left:0px; font-size:12px; float:left; } 
		.TripodsR450R470WhyReed{ height:195px; width:324px; margin-left:0px; margin-right:14px; float:left; }  
		.TripodsR450R470Image{ height:30px; width:300px; float:left}
		.TripodsR450R470JawsImage{ height:30px; width:40px; margin-top:10px; float:left}
		.TripodsR450R470WhyReedText{ margin-left:60px; font-style:italic; float:left}
		.TripodsR450R470Text{ text-align:justify}	
		
		/*PUMP STICK™ CORDLESS POWER WATER TRANSFER PUMP*/
		
		/*Why Reed*/
				
		.REEDPumpFreeShippingText{font-size:20px; color:red; font-weight:bold}
		.REEDPumpFreeShippingTextRed{color:red}
		
		.PUMPSTICKWhyReedHolder{ height:220px; width:900px; margin-left:0px; font-size:12px; float:left; } 
		.PUMPSTICKWhyReedBox{ height:105px; width:324px; margin-left:0px; margin-right:14px; float:left; }  
		.PUMPSTICKImage{ height:30px; width:300px; float:left}
		.PUMPSTICKImageWhyReedText{ margin-left:20px; margin-top:10px; font-style:italic; float:left}
		.PUMPSTICKText{ text-align:justify}	
		
		.PUMPSTICKULList{line-height:1; margin-left:10px}	
		.PUMPSTICKListM{margin-left:0px; color:#024C8D }
		.PUMPSTICKList  {margin-left:15px; float:left; margin-top:5px; font-weight:500}	

		.PUMPSTICKList ul {list-style: none; padding: 0; margin: 0;}

		.PUMPSTICKList li {display:inline-block; padding-left: 10px; }
		.PUMPSTICKList li::before {content: "* ";color: red; font-size: 17px; margin-top: 20px;}


		
		.PumpStickMainDes{line-height:1}
		.PumpStickULOverflow{line-height:1.9}
		
		 /*Chart*/
		
		.PUMPSTICKChartProductInfoOneRow{height:311px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left}
		.PUMPSTICKChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left } 
		.PUMPSTICKChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.PUMPSTICKChartCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.PUMPSTICKChartModelNumber{width:40px; margin-left:30px; padding-top:4px; color:#FFFFFF; float:left}
		.PUMPSTICKChartDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.PUMPSTICKChartWeight{width:60px; margin-left:380px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.PUMPSTICKChartWeightLB{width:45px; margin-left:370px; padding-top:5px; color:#FFFFFF; float:left;}
		.PUMPSTICKChartWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.PUMPSTICKChartpartsHolder{height:35px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.PUMPSTICKChartProductCatalogNumber{width:103px; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKChartProductsModelNumber{width:61px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKChartProductsDescription{width:500px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKChartWeightProductsLB{width:40px; margin-left:42px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKChartWeightProductsKG{width:40px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		#PUMPSTICKChartProductsDescriptionID{width:500px; margin-left:30px; padding-top:1px; color: #000000; float:left;}
		
		.PUMPSTICKChartpartsHolderExp{height:45px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKChartpartsHolderGrayExp{height:45px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		
		
		.PUMPSTICKNew{color:#F00; float:left; }
		.PUMPSTICKLedger{ width:892px; margin-top:10px; float:left; font-size:14px}
		
		
		/*Features*/
		
		.PUMPSTICKFeatures{ width:892px; margin-top:5px; font-size:14px; color:#F00; float:left}
				
		/*ACCESSORIES - PUMP STICK™ - BATTERY ADAPTER PLATES & BATTERIES*/
		
		.PUMPSTICKACCImage{margin-top:30px; float:left}
		.PUMPSTICKACCHeader{font-size:14px; color:black; margin-bottom:10px; margin-top:30px; margin-left:10px; float:left}
		.PUMPSTICKACCBATProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.PUMPSTICKACCBATInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left } 
		.PUMPSTICKACCBATInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.PUMPSTICKACCBATCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.PUMPSTICKACCBATModelNumber{width:40px; margin-left:10px; padding-top:4px; color:#FFFFFF; float:left}
		.PUMPSTICKACCBATDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.PUMPSTICKACCBATWeight{width:60px; margin-left:380px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.PUMPSTICKACCBATWeightLB{width:45px; margin-left:370px; padding-top:3px; color:#FFFFFF; float:left;}
		.PUMPSTICKACCBATWeightKG{width:55px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left;}
		
		.PUMPSTICKACCBATpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKACCBATpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.PUMPSTICKACCBATProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCBATProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCBATProductsDescription{width:500px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKACCBATWeightProductsLB{width:40px; margin-left:48px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCBATWeightProductsKG{width:40px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		#PUMPSTICKACCBATProductsDescriptionID{width:500px; margin-left:30px; padding-top:1px; color: #000000; float:left;}
		
		/*PACCESSORIES - PUMP STICK™ - HOSES*/
		
		.PUMPSTICKACCHOSEBATProductInfoOneRow{height:132px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.PUMPSTICKACCHOSEBATInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF;float:left  } 
		.PUMPSTICKACCHOSEBATInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.PUMPSTICKACCHOSEBATCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.PUMPSTICKACCHOSEBATModelNumber{width:40px; margin-left:4px; padding-top:4px; color:#FFFFFF; float:left}
		.PUMPSTICKACCHOSEBATDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.PUMPSTICKACCHOSEBATWeight{width:60px; margin-left:390px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.PUMPSTICKACCHOSEBATWeightLB{width:45px; margin-left:380px; padding-top:3px; color:#FFFFFF; float:left;}
		.PUMPSTICKACCHOSEBATWeightKG{width:55px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left;}
		
		.PUMPSTICKACCHOSEBATpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKACCHOSEBATpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.PUMPSTICKACCHOSEBATProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCHOSEBATProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCHOSEBATProductsDescription{width:500px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKACCHOSEBATWeightProductsLB{width:40px; margin-left:48px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCHOSEBATWeightProductsKG{width:40px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		#PUMPSTICKACCHOSEBATProductsDescriptionID{width:500px; margin-left:30px; padding-top:1px; color: #000000; float:left;}
		
		/*ACCESSORIES - PUMP STICK™ - SCREENS, STRAINERS & FILTERS*/
		
		.PUMPSTICKACCSCREENSBATProductInfoOneRow{height:162px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.PUMPSTICKACCSCREENSBATInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left } 
		.PUMPSTICKACCSCREENSBATInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.PUMPSTICKACCSCREENSBATCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.PUMPSTICKACCSCREENSBATModelNumber{width:40px; margin-left:4px; padding-top:4px; color:#FFFFFF; float:left}
		.PUMPSTICKACCSCREENSBATDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.PUMPSTICKACCSCREENSBATStandardPack{width:40px; margin-left:190px; padding-top:4px; color:#FFFFFF; float:left; text-align:center}
		
		.PUMPSTICKACCSCREENSBATWeight{width:60px; margin-left:160px; padding-top:2px; color:#FFFFFF; float:left; }
		.PUMPSTICKACCSCREENSBATWeightLB{width:45px; margin-left:150px; padding-top:3px; color:#FFFFFF; float:left;}
		.PUMPSTICKACCSCREENSBATWeightKG{width:55px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left;}
		
		.PUMPSTICKACCSCREENSBATpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKACCSCREENSBATpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.PUMPSTICKACCSCREENSBATProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCSCREENSBATProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCSCREENSBATProductsDescription{width:280px; margin-left:80px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKACCSCREENSBATProductsStandardPack{width:120px; margin-left:6px; padding-top:4px; color:#000000; float:left; text-align:center}
		.PUMPSTICKACCSCREENSBATWeightProductsLB{width:40px; margin-left:100px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCSCREENSBATWeightProductsKG{width:40px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		#PUMPSTICKACCSCREENSBATProductsDescriptionID{width:500px; margin-left:30px; padding-top:1px; color: #000000; float:left;}
		#PUMPSTICKACCSCREENSBATpartsHolderGrayID{height:60px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		
		/*ACCESSORIES - PUMP STICK™ - CASES & OTHER ACCESSORIES*/
		
		.PUMPSTICKACCOTHERHeader{font-size:14px; color:blue; margin-bottom:10px; margin-top:20px}
		.PUMPSTICKACCOTHERBATProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.PUMPSTICKACCOTHERBATInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left  } 
		.PUMPSTICKACCOTHERBATInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
		
		.PUMPSTICKACCOTHERBATCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.PUMPSTICKACCOTHERBATModelNumber{width:40px; margin-left:4px; padding-top:4px; color:#FFFFFF; float:left}
		.PUMPSTICKACCOTHERBATDescription{width:200px; margin-left:27px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.PUMPSTICKACCOTHERBATWeight{width:60px; margin-left:390px; padding-top:2px; color:#FFFFFF; float:left; }
				
		.PUMPSTICKACCOTHERBATWeightLB{width:45px; margin-left:380px; padding-top:3px; color:#FFFFFF; float:left;}
		.PUMPSTICKACCOTHERBATWeightKG{width:55px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left;}
		
		.PUMPSTICKACCOTHERBATpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.PUMPSTICKACCOTHERBATpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		.PUMPSTICKACCOTHERBATProductCatalogNumber{width:80px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCOTHERBATProductsModelNumber{width:58px; margin-left:15px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCOTHERBATProductsDescription{width:500px; margin-left:35px; padding-top:8px; color: #000000; float:left;}
		.PUMPSTICKACCOTHERBATWeightProductsLB{width:40px; margin-left:48px; padding-top:8px; color: #000000; float:left; text-align:center}
		.PUMPSTICKACCOTHERBATWeightProductsKG{width:40px; margin-left:12px; padding-top:8px; color: #000000; float:left; text-align:center}
		#PUMPSTICKACCOTHERBATProductsDescriptionID{width:500px; margin-left:30px; padding-top:1px; color: #000000; float:left;}
		
		
		/**** Michigan Ladder***********************************************************************************************************************************/			
		
		.MichLadderHolder{height:460px; width:800px; margin-left:70px }
		.CatagoryPageHolder1RowLadder{height:290px; width:772px; background-color:#024C8D; border-top: solid #F00; border-bottom:solid #F00; margin-top:20px; margin-left:0px; float:left; }
			
		.LadderDisclamier{font-size:32px; margin-top:10px; color:#F00; text-align:center}
		.LadderDisclamierProducts{font-size:18px; color:#F00;}
		
		/*Michigan Ladder Fiberglass Stepladder Special Duty Type IAA Model 3720 375lb Rated*/
		
		
		.MichLadderFiber3720ProductInfoOneRow{height:190px; width:620px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.MichLadderFiber3720InfoHolder{height:312px; width:620px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.MichLadderFiber3720InfoHeader{height:40px; width:620px; background-color:#024C8D; float:left}
					
		.MichLadderFiber3720CatalogNumber{width:100px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.MichLadderFiber3720ModelNumber{width:50px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.MichLadderFiber3720Description{width:60px; margin-left:30px; padding-top:3px; color:#FFFFFF; text-align:center; float:left}
		.MichLadderFiber3720DieHead{width:40px; margin-left:20px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
		.MichLadderFiber3720HandleLength{width:45px; margin-left:20px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
		.MichLadderFiber3720StrapLength{width:50px; margin-left:20px; padding-top:3px; color:#FFFFFF; float:left; text-align:center  }
		.MichLadderFiber3720StrapWidth{width:150px; margin-left:8px; padding-top:3px; color:#FFFFFF; float:left; text-align:center }
		.MichLadderFiber3720PipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
		.MichLadderFiber3720MotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
		.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
		.MichLadderFiber3720Weight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
		.MichLadderFiber3720STDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
		.MichLadderFiber3720WeightLB{width:30px; margin-left:687px; margin-top: -7px; color:#FFFFFF; float:left;}
		.MichLadderFiber3720WeightKG{width:30px; margin-left:0px; margin-top: -7px; color:#FFFFFF; float:left;}
					
		.MichLadderFiber3720partsHolder{height:30px; width:620px; background-color: #FFFFFF; float:left}
		.MichLadderFiber3720partsHolderGray{height:30px; width:620px; margin-top:0px; background-color: #CCCCCC; float:left}
		.MichLadderFiber3720ProductCatalogNumber{width:50px; margin-left:27px; padding-top:8px; color: #000000; float:left;}
		.MichLadderFiber3720ProductsModelNumber{width:40px; margin-left:30px; padding-top:8px; color: #000000; text-align:center; float:left;}
		.MichLadderFiber3720ProductsDescription{width:80px; margin-left:29px; padding-top:8px; color: #000000; text-align:center; float:left;}
		.MichLadderFiber3720ProductDieHead{width:50px; margin-left:6px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductHandleLengthIn{width:35px; margin-left:24px; padding-top:8px; color: #000000; float:left;}
		.MichLadderFiber3720ProductsStrapLengthIn{width:34px; margin-left:26px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductsStrapWidthIN{width:45px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductsMotorType{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductsActualODIN{width:30px; margin-left:27px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720ProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
		.MichLadderFiber3720WeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
		.MichLadderFiber3720WeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
		.MichLadderFiber3720ProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}		
		
		/*Features*/
		
		.MichLadderFiber3720FeaturesHolder{height:280px; width:800px; float:left}
		.MichLadderFiber3720FeaturesImage{margin-left:10px; margin-top:10px; border:inset #009; float:left}
		.MichLadderFiber3720FeaturesText{ height:140px; width:150px; margin-left:10px; margin-top:10px; float:left}
		

		/*Michigan Ladder FIBERGLASS EXTENSION LADDER Extra Heavy Duty Type IA Model 3861 300LB Rated */

		.MichLadderFiberExt3861ProductInfoOneRow{height:190px; width:620px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MichLadderFiberExt3861InfoHolder{height:312px; width:620px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MichLadderFiberExt3861InfoHeader{height:40px; width:620px; background-color:#024C8D; float:left}
					
					.MichLadderFiberExt3861CatalogNumber{width:100px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.MichLadderFiberExt3861ModelNumber{width:50px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
					.MichLadderFiberExt3861Description{width:60px; margin-left:30px; padding-top:3px; color:#FFFFFF; text-align:center; float:left}
					.MichLadderFiberExt3861DieHead{width:50px; margin-left:15px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.MichLadderFiberExt3861HandleLength{width:45px; margin-left:15px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.MichLadderFiberExt3861StrapLength{width:50px; margin-left:20px; padding-top:3px; color:#FFFFFF; float:left; text-align:center  }
					.MichLadderFiberExt3861StrapWidth{width:150px; margin-left:8px; padding-top:3px; color:#FFFFFF; float:left; text-align:center }
					.MichLadderFiberExt3861PipeCapacity{width:30px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left; text-align:center }
					.MichLadderFiberExt3861MotorType{width:40px; margin-left:25px; padding-top:2px; color:#FFFFFF; float:left; text-align:center }
					.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.MichLadderFiberExt3861Weight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.MichLadderFiberExt3861STDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.MichLadderFiberExt3861WeightLB{width:30px; margin-left:687px; margin-top: -7px; color:#FFFFFF; float:left;}
					.MichLadderFiberExt3861WeightKG{width:30px; margin-left:0px; margin-top: -7px; color:#FFFFFF; float:left;}
					
					.MichLadderFiberExt3861partsHolder{height:30px; width:620px; background-color: #FFFFFF; float:left}
					.MichLadderFiberExt3861partsHolderGray{height:30px; width:620px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MichLadderFiberExt3861ProductCatalogNumber{width:50px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
					.MichLadderFiberExt3861ProductsModelNumber{width:40px; margin-left:55px; padding-top:8px; color: #000000; float:left;}
					.MichLadderFiberExt3861ProductsDescription{width:80px; margin-left:10px; padding-top:8px; color: #000000; text-align:center; float:left;}
					.MichLadderFiberExt3861ProductDieHead{width:50px; margin-left:8px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductHandleLengthIn{width:35px; margin-left:24px; padding-top:8px; color: #000000; float:left;}
					.MichLadderFiberExt3861ProductsStrapLengthIn{width:34px; margin-left:26px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductsStrapWidthIN{width:45px; margin-left:70px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductsPipeCapacityIN{width:55px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductsMotorType{width:55px; margin-left:5px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductsActualODIN{width:30px; margin-left:27px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861ProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.MichLadderFiberExt3861WeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MichLadderFiberExt3861WeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.MichLadderFiberExt3861ProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}


					/*Features*/
		
					.MichLadderFiber3861FeaturesHolder{height:380px; width:800px; float:left}
					.MichLadderFiber3861FeaturesImage{margin-left:30px; margin-top:10px; border:inset #009; float:left}
					.MichLadderFiber3861FeaturesImageMove{margin-left:95px; margin-top:10px; border:inset #009; float:left}
					.MichLadderFiber3861FeaturesText{ height:140px; width:230px; margin-left:10px; margin-top:10px; float:left}






/**** MAMBA GLOVES********************************************************************************************************************************** */				
		
		/* Landing Page */
		
		/* Header Graphics */
		.MambaGlovesLandingPageHeaderImageHolder{ height:180px; width:1050px; margin-left:-48px; float:left}
		.MambaGlovesLandingPageHeaderLogo{ margin-left:48px; float:left}
		.MambaGlovesLandingPageHeaderGlove{ margin-left:45px; float:left}
		.MambaGlovesLandingToughTextAd{ margin-left:160px; float:left}
		
		/*Latex Chemical Chart */
				
		#MambaChemicalChart1{ position:absolute; z-index:1000; width:956px; height:772px; margin-top:270px; margin-left:-29px; background:#024C8D; float: right }
		#MambaCloseButtonHolder{height:30px; width:956; }
        #MamabBottom{height:742px; width:956px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/MambaNitrileChemicalChart.jpg)}
		.MambaButtonPositon{margin-left:926px; height:30px; width:30px; font-weight:bold}
		
		/*Nitrile Chemical Chart */
		
		#MambaChemicalChart2{ position:absolute; z-index:5000; width:956px; height:772px; margin-left:-26px; background:#024C8D; float: right } /*margin-top:270px;*/
		#MambaCloseButtonHolder2{height:30px; width:956; }
        #MamabBottom2{height:742px; width:956px; background-image:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/MambaLatexChemicalChart.jpg)}
		.MambaButtonPositon2{margin-left:926px; height:30px; width:30px; font-weight:bold}
		
		
		
		/* Catagories  */
				
		.MambaGlovesLandingPageHeader{height:1288px; width:900px; margin-left:0px; margin-top:30px; /* background-color: #333; */   background:url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/MambaMainBackground.jpg)  ;float:left}
		.MambaGlovesDisposable{width:900px; font-size:30px; font-weight:bold; margin-top:10px; color:#FFF; text-align:center; float:left}
		.MambaGlovesNonDisposable {width:900px; font-size:30px; font-weight:bold; margin-top:40px; color:#FFF; text-align:center; float:left}

		.MambaGlovesCircleHolder{width:385px; height:200px; margin-left:45px; margin-top:20px; float:left}
		.MambaGlovesCircleHeader{ position:absolute; z-index:100px; width:230px; margin-left:145px; margin-top:10px; height:20px; border-bottom:solid #FF0; float:left}  
		.MambaGlovesCircleHeaderTest{font-size:16px; color:#FF0; margin-left:32px; margin-top:0px; float:left}
		
		.MambaGlovesCircle{width:116px; height:116px; border-radius: 100px; border: solid medium #FF0 ; background: #FFF;  padding: 20px; margin-left:5px; margin-top:5px; float:left}
		.MambaGlovesCircle:hover{border:solid medium #0C0}
		.MambaGlovesMainImage{margin-left:0px; margin-top:6px;}
		
		.MambaGlovesMainTextHolder{width:200px; height:125px; color:#FFF;   margin-left:10px; margin-top:45px; float:left}
		.MambaGlovesMainTextHolderTorque{width:200px; height:125px; color:#FFF; margin-left:10px; margin-top:45px; float:left}
		.MambaGlovesMainTextHolderProBlue{width:200px; height:125px; color:#FFF; margin-left:10px; margin-top:45px; float:left}
		.MambaGlovesMainTextHolderWhite{width:200px; height:125px; color:#FFF; margin-left:10px; margin-top:45px; float:left}
		.MambaGlovesMainTextHolderCut5{width:200px; height:125px; color:#FFF; margin-left:10px; margin-top:45px; float:left}
		
		.MambaGlovesMainTitleTextHolder{width:372px; font-size:16px; margin-left:35px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderTorque{width:372px; font-size:16px; color:#FF0; margin-left:18px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderProBlue{width:372px; font-size:16px; color:#FF0; margin-left:32px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderWhite{width:372px; font-size:16px; color:#FF0; margin-left:36px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderOrange{width:372px; font-size:16px; color:#FF0; margin-left:26px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderCut5{width:372px;  font-size:16px; color:#FF0; margin-left: 44px;  margin-top:8px; float:left}
		.MambaGlovesMainTitleTextHolderTrax{width:372px;  font-size:16px; color:#FF0; margin-left: 42px;  margin-top:8px; float:left}
		.MambaColor{color:#FF0}
		
		/* Mamba Saftey First */
				
		.MambaSafteyFirstHolder{width:385px; height:200px; margin-left:60px; margin-top:40px;  float:left}
		.MambaSafteyFirst{margin-left:0px; margin-top:0px; float:left}
		.MambaSafteyFirstText1Holder{width:385px; height:25px; margin-top:20px;  float:left}
		.MambaSafteyFirstText1{ font-size:16px; color: #FF0 ; float:left}
		.MambaSafteyFirstButton1{ height:25px; width:50px; margin-left:20px; font-weight:bold; float:left}
		.MambaSafteyFirstButton1:hover{ color:#0C0}
		
		.MambaSafteyFirstText1Holder2{width:385px; height:25px; margin-top:15px;  float:left}
		.MambaSafteyFirstText2{ font-size:16px; color: #FF0 ; float:left}
		.MambaSafteyFirstButton2{ height:25px; width:50px; margin-left:22px; font-weight:bold; float:left}
		.MambaSafteyFirstButton2:hover{ color:#0C0}
		
		
		/*Black Mamba Raised Torque Grip Gloves Powder Free */
		
		/* Product Description */
		
		.BlackMambaFeaturesProductInfoEightRow{height:240px; width:752px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.BlackMambaFeaturespartsHolder{height:30px; width:752px; background-color: #FFFFFF; float:left}
		.BlackMambaFeaturespartsHolderGray{height:30px; width:752px; background-color: #CCCCCC; float:left}
		.BlackMambaFeaturesDescription{width:100px; color:#024C8D; margin-left:30px; padding-top:6px; float:left}
		.BlackMambaFeaturesDescriptionSpan{width:610px; color:#000 margin-left:0px; padding-top:6px; float:left}
		
		/* TORQUE GRIPFeatures */
		
		
		.TorqueGripFeaturesHolderMain{height:130px; width:895px; float:left; background-color: #024C8D}
		.TORQUEGRIPFeaturesINDHolder{height:130px; width:250px; margin-left:30px;  float:left;}
		.TORQUEGRIPFeaturesLargeText{width:250px; font-size:16px; margin-top:10px; color:#FFF ; text-decoration:underline; font-weight:600; float:left}
		.TORQUEGRIPFeaturesSmallText{font-size:12px; margin-top:10px; color:#FFF; float:left}
		
		
	    /*Saftey Pictures*/
		 
	    .CatSafe-SafetyFirstPic{margin-left:10px; margin-top:20px; float:left}
		.CatSafe-SafetyWorkPic{margin-left:10px; float:left}
	    .CatSafe-SafetyEverybody{ height:160px; width:160px; margin-left:20px; margin-top:30px; float:left}
	   
	    /* BootsDisclaimer*/
	   
	    .SluYelBootsDiscount{color:#F00; font-size:18px}
	   
	   
	    /*Yellow 17” Slush Boots*/
		
		.Yellow17InchSlushBootsProductInfoOneRow{height:342px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.Yellow17InchSlushBootsInfoHolder{height:312px; width:520px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Yellow17InchSlushBootsInfoHeader{height:42px; width:520px; background-color:#024C8D; float:left}
		
		.Yellow17InchSlushBootsCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.Yellow17InchSlushBootsModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.Yellow17InchSlushBootsDescription{width:100px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left}
		.Yellow17InchSlushBootsWeight{width:60px; margin-left:60px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.Yellow17InchSlushBootsWeightLB{width:45px; margin-left:50px; padding-top:5px; color:#FFFFFF; float:left;}
		.Yellow17InchSlushBootsWeightKG{width:55px; margin-left:8px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.Yellow17InchSlushBootspartsHolder{height:30px; width:520px; background-color: #FFFFFF; float:left}
		.Yellow17InchSlushBootspartsHolderGray{height:30px; width:520px; margin-top:0px; background-color: #CCCCCC; float:left}
		.Yellow17InchSlushBootsProductCatalogNumber{width:80px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.Yellow17InchSlushBootsProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
		.Yellow17InchSlushBootsProductsDescription{width:170px; margin-left:20px; padding-top:5px; color: #000000; float:left; text-align:center}
		.Yellow17InchSlushBootsWeightProductsLB{width:55px; margin-left:15px; padding-top:5px; color: #000000; float:left; text-align:center}
		.Yellow17InchSlushBootsWeightProductsKG{width:50px; margin-left:16px; padding-top:5px; color: #000000; float:left;}
		
		/*Disposable Natural Rubber Overshoe*/
		
		.DisposableNaturalRubberOvershoeProductInfoOneRow{height:132px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.DisposableNaturalRubberOvershoeInfoHolder{height:312px; width:720px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.DisposableNaturalRubberOvershoeInfoHeader{height:42px; width:720px; background-color:#024C8D; float:left}
		
		.DisposableNaturalRubberOvershoeCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DisposableNaturalRubberOvershoeModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.DisposableNaturalRubberOvershoeDescription{width:300px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.DisposableNaturalRubberOvershoeWeight{width:60px; margin-left:110px; padding-top:2px; color:#FFFFFF; float:left; }
		
		
		.DisposableNaturalRubberOvershoeWeightLB{width:45px; margin-left:100px; padding-top:5px; color:#FFFFFF; float:left;}
		.DisposableNaturalRubberOvershoeWeightKG{width:55px; margin-left:10px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.DisposableNaturalRubberOvershoepartsHolder{height:30px; width:720px; background-color: #FFFFFF; float:left}
		.DisposableNaturalRubberOvershoepartsHolderGray{height:30px; width:720px; margin-top:0px; background-color: #CCCCCC; float:left}
		.DisposableNaturalRubberOvershoeProductCatalogNumber{width:80px; margin-left:20px; padding-top:5px; color: #000000; float:left; }
		.DisposableNaturalRubberOvershoeProductsModelNumber{width:58px; margin-left:35px; padding-top:5px; color: #000000; float:left; text-align:center}
		.DisposableNaturalRubberOvershoeProductsDescription{width:370px; margin-left:20px; padding-top:5px; color: #000000; float:left; }
		.DisposableNaturalRubberOvershoeWeightProductsLB{width:55px; margin-left:5px; padding-top:5px; color: #000000; float:left; text-align:center}
		.DisposableNaturalRubberOvershoeWeightProductsKG{width:50px; margin-left:19px; padding-top:5px; color: #000000; float:left;}
		
		
		/*Wilton*/
		#WiltonPageHolder{height: 720px; width: 954px; margin-left: -30px; margin-top: -24px;}
		.WiltonMainLogo{margin-top: 10px; margin-left: 240px; float: left;}
		.WiltonBottomColum{width: 860px; height: 300px; background-color: #024C8D; float: left; margin-top: 100px; margin-left: 60px;}
					
		/*Reversible Mechanics Vise 5-1/2” Jaw with Swivel Base Chart*/	
			
		.WilsonReversibleViseProductInfoOneRow{height:342px; width:422px; margin-top:10px; margin-left:10px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
		.WilsonReversibleViseInfoHolder{height:312px; width:422px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.WilsonReversibleViseInfoHeader{height:42px; font-size:14px; width:422px; background-color:#024C8D; float:left}
		.WilsonReversibleViseCatalogNumber{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left;}
		.WilsonReversibleViseDescription{width:422px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
			
		.WilsonReversibleVisepartsHolder{height:30px; width:422px; background-color: #FFFFFF; float:left}
		.WilsonReversibleVisepartsHolderGray{height:30px; width:422px; margin-top:0px; background-color: #CCCCCC; float:left}
		.WilsonReversibleViseProductCatalogNumber{width:180px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
		.WilsonReversibleViseProductsDescription{width:160px; margin-left:20px; padding-top:8px; color: #000000; float:left;}
		
		.WilsonReversibleViseProductCatalogNumberID{width:180px; margin-left:30px; padding-top:8px; color: #000000; font-weight:bold;  float:left;}
		.WilsonReversibleViseProductsDescriptionID{width:160px; margin-left:20px; padding-top:8px; color: #000000; font-weight:bold; float:left;}	
		
		.OnlineFeaturesItem6Image{margin-top: 1px; margin-left: 38px; margin-bottom:0px;}



		/*All Gear*/
		
		/* Main Page */
		.OnlineFeaturesItem7Image{margin-top: 20px; margin-left: 10px; margin-bottom:11px;}
		
		/* Splash Page */
		
		#AllGearPageHolder{height: 640px; width: 954px; margin-left: -30px; margin-top: -24px;}
		#AllGearMiddleColum {height:300px; width:954px; background:#FFF; float:left}
		#AllGearextBackground {margin-top:30px; margin-left:0px; float:left; border:inset #000; box-shadow: 10px 10px 5px #888888;}
		.AllGearMainLogo{margin-top: 10px; margin-left: 0px; float: left;}
		#AllGearextBackground {margin-top:40px; margin-left:60px; float:left; border:inset #000; box-shadow: 10px 10px 5px #888888;}
		.AllGearBottomColum{width: 860px; height: 300px; background-color: #024C8D; float: left; margin-top: 40px; margin-left: 60px;}
		#AllGearBottomHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:22px; float:left; }			
		.AllGearCategoryImageHolders{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:10px; margin-left:15px} 
		
		.AllGearCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 	
		.AllGearCategoryImage:hover{border: groove  #FFF;}
		.AllGearCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
		/*All Gear Rope*/
	
		.AllGearRopePowerProductInfoOneRow{height:552px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.AllGearRopePowerInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.AllGearRopePowerInfoHeader{width:892px; background-color:#024C8D; float:left}
		
		.AllGearRopePowerCatalogSKU{width:100px; margin-left:47px; padding-top:10px; padding-bottom:10px; color:#FFFFFF; float:left}
		.AllGearRopePowerModelSize{width:100px; margin-left:52px; padding-top:10px; color:#FFFFFF; float:left}
		.AllGearRopePowerAVGBreak{width:100px; margin-left:37px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.AllGearRopePowerWeight{width:100px; margin-left:110px; padding-top:10px; color:#FFFFFF; float:left; }
		.AllGearRopePowerColor{width:100px; margin-left:65px; padding-top:10px; color:#FFFFFF; float:left; }	
				
		
		.AllGearRopePowerpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
		.AllGearRopePowerpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
		
		.AllGearRopePowerProductSKU{width:100px; margin-left:10px; padding-top:8px; color: #000000; float:left; text-align:center}
		.AllGearRopePowerProductsSize{width:200px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		.AllGearRopePowerProductsAVGBreak{width:150px; margin-left:2px; padding-top:8px; color: #000000; float:left; text-align:center; color:#F00}
		.AllGearRopePowerProductWeight{width:200px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center; }
		.AllGearRopePowerProductsColor{width:150px; margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}

		/*Job Box*/
		
		/* Main Page */
		.OnlineFeaturesItem8Image{margin-top: 22px; margin-left: 10px; margin-bottom:18px;}
		
		/* Splash Page */
		
		#JoboxPageHolder{height: 640px; width: 954px; margin-left: -30px; margin-top: -24px;}
		#JoboxMiddleColum{height:300px; width:954px; background:#FFF; float:left}
		#JoboxTextBackground{margin-top:30px; margin-left:40px; float:left;}
		.JoboxGearMainLogo{margin-top: 10px; margin-left: 0px; float: left;}
		#JobBoxMainBottomColum{width: 860px; height: 520px; background-color: #024C8D; float: left; margin-top: 0px; margin-left: 60px;}
		.JoboxBottomColum{width: 860px; height: 300px; background-color: #024C8D; float: left; margin-top: 0px; margin-left: 60px;}
		#JoboxBottomHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:22px; float:left; }			
		.JoboxCategoryImageHolders{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:10px; margin-left:15px} 
		
		.JoxoxCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 	
		.JoxoxCategoryImage:hover{border: groove  #FFF;}
		.JoboxCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
		
		/*Jobox */
	
		.JoboxChartProductInfoOneRow{height:406px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.JoboxChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.JoboxChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.JoboxChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
				
		.JoboxChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.JoboxChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.JoboxChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.JoboxChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		
		/*Jobox 48" */
	
		.Jobox48ChartProductInfoOneRow{height:346px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.Jobox48ChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Jobox48ChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.Jobox48ChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.Jobox48ChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.Jobox48ChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.Jobox48ChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.Jobox48ChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		/*Jobox 74" */
	
		.Jobox74ChartProductInfoOneRow{height:406px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.Jobox74ChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Jobox74ChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.Jobox74ChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.Jobox74ChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.Jobox74ChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.Jobox74ChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.Jobox74ChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		/*JOBOX Embedded Lock Small Chest*/
		
		.JoboxSChestChartProductInfoOneRow{height:437px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.JoboxSChestChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.JoboxSChestChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.JoboxSChestChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.JoboxSChestChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.JoboxSChestChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.JoboxSChestChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.JoboxSChestChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		
		/*JOBOX 48" Heavy-Duty Chest*/
		
		.Jobox48HDChestChartProductInfoOneRow{height:437px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.Jobox48HDChestChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Jobox48HDChestChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.Jobox48HDChestChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.Jobox48HDChestChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.Jobox48HDChestChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.Jobox48HDChestChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.Jobox48HDChestChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		
		/*JOBOX 60" Heavy-Duty Chest*/
		
		.Jobox60HDChestChartProductInfoOneRow{height:377px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.Jobox60HDChestChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Jobox60HDChestChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.Jobox60HDChestChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.Jobox60HDChestChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.Jobox60HDChestChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.Jobox60HDChestChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.Jobox60HDChestChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		/*JOBOX 60" Heavy-Duty Chest*/
				
		.Jobox48HCHDChestChartProductInfoOneRow{height:407px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.Jobox48HCHDChestChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.Jobox48HCHDChestChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.Jobox48HCHDChestChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.Jobox48HCHDChestChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.Jobox48HCHDChestChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.Jobox48HCHDChestChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.Jobox48HCHDChestChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		/*JOBOX Field Office*/
		
		.JoboxFieldOfficeChartProductInfoOneRow{height:376px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.JoboxFieldOfficeChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.JoboxFieldOfficeChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.JoboxFieldOfficeChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.JoboxFieldOfficeChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.JoboxFieldOfficeChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.JoboxFieldOfficeChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.JoboxFieldOfficeChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		/*JOBOX Caster Set*/
		
		.JoboxCasterSetChartProductInfoOneRow{height:441px; width:50%; margin-top:0px; margin-left:0px; font-size:18px; border:inset blue; background-color: 			#FFFFFF; }
		.JoboxCasterSetChartInfoHolder{height:312px; width:100%; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.JoboxCasterSetChartInfoHeader{width:100%; background-color:#024C8D; float:left}
		.JoboxCasterSetChartCatalogSKU{padding-top:10px; padding-bottom:10px; margin-left:10px; color:#FFFFFF; float:left}
			
		.JoboxCasterSetChartpartsHolder{height:30px; width:100%; background-color: #FFFFFF; font-size:12px; float:left}
		.JoboxCasterSetChartpartsHolderGray{height:30px; width:100%; margin-top:0px; background-color: #CCCCCC; font-size:12px; float:left}
		
		.JoboxCasterSetChartProductSKU{width:50%; margin-left:10px; padding-top:8px; color: #000000; float:left;}
		.JoboxCasterSetChartProductsSize{margin-left:0px; padding-top:8px; color: #000000; float:left; text-align:center}
		
		.mil-product-features ul {padding: 0;margin: 0 0 10px;list-style: none;width: 100%;margin: 0}
		.mil-product-features li {font-size: 1.2em;width: 40.5%;display: inline-table;}
		.mil-product-features li {min-height: 10px;
			margin-bottom: 5px;
			margin-bottom: 15px;
			color: #333;
			position: relative;
			padding-left:25px;
			font-family: Helvetica Neue LT W01_55 Roman,Helvetica Neue,Helvetica,Arial,sans-serif;
			line-height: 1.3;}
		.mil-product-features li:before {
			content: "";padding-right: 0.5em;
			position: absolute;
			padding-left:45px;
			left: 0;
			top: 0px;
			width: 15px;
			height: 15px;
			background-repeat: no-repeat;
			background-size: 15px;background-image: url('https://www.brocktooldetroit.com/skin/media/wysiwyg/graphics/Milwaukee/DrainCleaning/M12PipelineLocatorKit/circle-check.webp');}
			.mil-product-features li:nth-child(2n) {margin-left:8%;}
		
		.mil-product-specifications {width:100%;font-size:1.5em;font-weight: 700;display:none;}
		.mil-product-specifications2 {width:100%;font-size:1.5em;font-weight: 700;}
		.product-specs__table{display:flex;}
		.product-specs__table .product-specs__col {width:49%;margin:0 .5em;line-height:3em;}
		.product-specs__row{border-top:solid 1px #d0d0d0;display:flex;}
		.product-specs__cell{width:50%;font-size:1.2em;}
		.mil-std-equipment{font-size:1.2em;}

		.ShuBeePageHeader1{height:495px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		#ShuBeeLogo{margin-top:10px; margin-left:172px;  float:left;}
@charset "utf-8";
/* CSS Document */

.GreenLeeCatagoryPageHeaderMain{height:675px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
#GreenLeeSplashPic{margin-top:10px; margin-left:65px; box-shadow: 10px 10px 5px #888888; float:left;}

.GreenLeeCatagoryPageHeaderOne{height:270px; width:865px; border:inset 3px #99FF33  ; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.GreenLeeCatagoryPageHeaderTwo{height:500px; width:865px; border:inset 3px #99FF33 ; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.GreenLeeCatagoryHeaderBackground{height:42px; width:865px; background-color:#000; border-bottom: groove #99FF33}
.GreenLeeCatagoryTitleHolder{color:#FFFFFF; width:887px; height:10px; font-size:24px; font-weight:600; margin-top:3px; margin-bottom:10px; margin-left:22px; float:left; }

.GreenLeeCatImageHolders{height:180px; width: 195px; background-color:#024C8D; float:left; margin-top:30px; margin-left:15px} 
.GreenLeeCatCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #99FF33} 
.GreenLeeCatCategoryImage:hover{border: groove  #FFF;}

.GreenLeeCatagoryPageHeaderSub1{height:675px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
.GreenLeeCatagoryPageHeaderSub2{height:475px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}

/*Battery Hydraulic Driver & Kits - Group Product*/

.GreenLeeBattHydraulicDriverHeader{color: #090; font-weight:bold}
.GreenLeeBattHydraulicDriverText{ margin-top:-15px}
.GreenLeeBattHydraulicDriverHeader2{color: #090; font-weight:bold; margin-top:-30px}
.GreenLeeBattHydraulicDriverLI{ font-size:14px; line-height:1}

/*Battery Hydraulic Driver & Kits - Main Chart */

.GrenleeBatteryKnockOutKitProductInfoOneRow{height:312px; width:800px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.GrenleeBatteryKnockOutKitInfoHolder{height:312px; width:800px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.GrenleeBatteryKnockOutKitInfoHeader{height:42px; width:800px; background-color:#024C8D; float:left}
					
					.GrenleeBatteryKnockOutKitCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.GrenleeBatteryKnockOutKitModelNumber{width:90px; margin-left:18px; padding-top:10px; color:#FFFFFF; float:left}
					.GrenleeBatteryKnockOutKitDescription{width:100px; margin-left:85px; padding-top:10px; color:#FFFFFF; float:left}
					.GrenleeBatteryKnockOutKitPipeCapacity{width:120px; margin-left:80px; padding-top:10px; color:#FFFFFF; float:left; }
					.GrenleeBatteryKnockOutKitWeight{width:100px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left; }
					.GrenleeBatteryKnockOutKitSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.GrenleeBatteryKnockOutKitWeightLB{width:40px; margin-left:800px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					.GrenleeBatteryKnockOutKitWeightKG{width:30px; margin-left:8px; padding-top:4px; margin-top:-8px; color:#FFFFFF; float:left;}
					
					.GrenleeBatteryKnockOutKitpartsHolder{height:30px; width:800px; background-color: #FFFFFF; float:left}
					.GrenleeBatteryKnockOutKitpartsHolderGray{height:30px; width:800px; margin-top:0px; background-color: #CCCCCC; float:left}
					.GrenleeBatteryKnockOutKitProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.GrenleeBatteryKnockOutKitProductsModelNumber{width:70px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.GrenleeBatteryKnockOutKitProductsDescription{width:180px; margin-left:112px; padding-top:7px; color: #000000; float:left;}
					.GrenleeBatteryKnockOutKitCapacityIn{width:60px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.GrenleeBatteryKnockOutKitWeightProductsLB{width:140px; margin-left:62px; padding-top:7px; color: #000000; float:left; text-align:center}
					.GrenleeBatteryKnockOutKitWeightProductsKG{width:40px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.GrenleeBatteryKnockOutKitProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}
					
					.GrenleeBatteryKnockOutKitpartsHolderGrayID{height:65px; width:800px; margin-top:0px; background-color: #CCCCCC; float:left}
					.GrenleeBatteryKnockOutKitpartsHolderID{height:65px; width:800px; background-color: #FFFFFF; float:left}
					
/*Battery Hydraulic Driver & Kits - SPECIFICATIONS */					
					
.GrenleeBatteryKnockOutKitSpcProductInfoOneRow{height:315px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
		.GrenleeBatteryKnockOutKitSpcInfoHolder{height:312px; width:592px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
		.GrenleeBatteryKnockOutKitSpcInfoHeader{height:42px; width:592px; background-color:#024C8D; float:left}
		
		.GrenleeBatteryKnockOutKitSpcCatalogNumber{width:100px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.GrenleeBatteryKnockOutKitSpcModelNumber{width:90px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
		.GrenleeBatteryKnockOutKitSpcDescription{width:100px; margin-left:20px; padding-top:10px; color:#FFFFFF; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcNomSize{width:60px; margin-left:47px; padding-top:10px; color:#FFFFFF; float:left; }
		.GrenleeBatteryKnockOutKitSpcWeight{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; }
						
		.GrenleeBatteryKnockOutKitSpcNormIn{width:30px; margin-left:60px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcNormCm{width:60px; margin-left:25px; padding-top:5px; color:#FFFFFF; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcWeightLB{width:45px; margin-left:24px; padding-top:5px; color:#FFFFFF; float:left;}
		.GrenleeBatteryKnockOutKitSpcWeightKG{width:55px; margin-left:5px; padding-top:5px; color:#FFFFFF; float:left;}
		
		.GrenleeBatteryKnockOutKitSpcpartsHolder{height:30px; width:592px; background-color: #FFFFFF; float:left}
		.GrenleeBatteryKnockOutKitSpcpartsHolderGray{height:30px; width:592px; margin-top:0px; background-color: #CCCCCC; float:left}
		.GrenleeBatteryKnockOutKitSpcProductCatalogNumber{width:150px; margin-left:10px; padding-top:10px; color: #000000; float:left; }
		.GrenleeBatteryKnockOutKitSpcProductsModelNumber{width:0px; margin-left:0px; padding-top:10px; color: #000000; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcProductsDescription{width:110px; margin-left:60px; padding-top:10px; color: #000000; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcNormSizeIn{width:60px; margin-left:32px; padding-top:5px; color: #000000; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcNormSizeCM{width:60px; margin-left:10px; padding-top:5px; color: #000000; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcWeightProductsLB{width:100px; margin-left:3px; padding-top:10px; color: #000000; float:left; text-align:center}
		.GrenleeBatteryKnockOutKitSpcWeightProductsKG{width:0px; margin-left:0px; padding-top:5px; color: #000000; float:left;}
		.GrenleeBatteryKnockOutKitSpcProductsDescriptionEX{width:130px; margin-left:60px; padding-top:10px; color: #000000; float:left; text-align:center}
/*Dummy Css file to force browser to update***********************************************************************************/

@charset "utf-8";

/* CHANNEL LOCK */

/* Landing Page */
#C-LOCKPageHolder{height:780px; width:954px; margin-left:-30px; margin-top:-24px}
#C-LOCKMiddleColum {height:300px; width:954px; background:#FFF; float:left}
#C-LOCKTextBackground {margin-top:30px; margin-left:0px; float:left; border:inset #000; box-shadow: 10px 10px 5px #888888;}
#C-LOCKMainLogo {margin-top:10px; margin-left:340px; float:left;}

#C-LOCKBottomColum{width: 860px; height:320px; background-color: #024C8D ; float:left; margin-top:170px; margin-left:40px;}
#C-LOCKBottomHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:22px; float:left; }


.C-LOCKCategoryImageHolders{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:10px; margin-left:15px} 
				
		.C-LOCKCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 
		.C-LOCKCategoryImage:hover{border: groove  #FFF;}
		.C-LOCKCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
		

/* Catagories Pliers */

	
		.C-LOCKCatagoryPageHeader{height:740px; width:954px; background:#FFF;  margin-left:30px; margin-top:0px; float:left}
		.C-LOCKCatagoryPageHeader1Row{height:440px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		.C-LOCKCatagoryPageHeader1RowTripple{height:470px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		.C-LOCKCatagoryPageHeader2Row{height:710px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		
		.C-LOCKHeaderImage{margin-left:40px;}
		.C-LOCKCatagoryPageHolder1RowSingle{height:295px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.C-LOCKCatagoryPageHolder1RowTripple{height:325px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.C-LOCKCatagoryPageHolder2Row{height:560px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
				
		.C-LOCKCategoryImageHoldersLevelTwo{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-left:15px} 

/* Catagories Wrenches  */
		.C-LOCKCatagoryPageHeaderWrench{height:1000px; width:954px; background:#FFF;  margin-left:30px; margin-top:0px; float:left}
		.C-LOCKCatagoryPageHeaderThree{height:820px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}

		
		
		
/* 480 BigAzz */

		.ChanneLockInfo480Pic{ width:400px; float:left; }
		.ChanneLockInfo480Chart{float:left; margin-left:25px; margin-top:30px}	
		
		.ChanneLockInfo480ProductInfoOneRow{height:210px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.ChanneLockInfo480partsHolder{height:30px; width:460px; background-color: #FFFFFF; float:left}
		.ChanneLockInfo480partsHolderGray{height:30px; width:460px; margin-top:0px; background-color: #CCCCCC; float:left}
		
		.ChanneLockInfo480partsHolderID{height:66px; width:460px; margin-top:0px; background-color: #FFFFFF; float:left}
		
		.ChanneLockInfo480CatalogNumber{width:200px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
		.ChanneLockInfo480CatalogNumberID{width:200px; margin-left:10px; padding-top:11px; float:left; }
		.ChanneLockInfo480ModelNumber{width:150px; margin-left:10px; padding-top:7px; float:left}
		.ChanneLockInfo480ModelNumberMM{width:80px; margin-left:10px; padding-top:5px; float:left}
		.ChanneLockInfo480ModelNumberID{width:110px; margin-left:10px; padding-top:5px; float:left}
							
		/*Features*/
		
		.ChanneLockInfo480FeaturesHolder{height:440px; width:900px; float:left}
		.ChanneLockInfo480FeaturesHeader{font-size:18px; color:#00F}
		.ChanneLockInfo480FeaturesImage{margin-left:10px; margin-top:10px; border:inset #009; float:left}
		.ChanneLockInfo480FeaturesText{ height:140px; width:190px; margin-left:10px; margin-top:10px; float:left}
		.ChanneLockInfo480MoveUp{margin-top:10px; float:left}		
		
/* Linemen's */

		.ChanneLockInfoLinemensFeaturesHolder{height:600px; width:900px; float:left}
		.ChanneLockInfoLinemensFeaturesText{ height:140px; width:210px; margin-left:10px; margin-top:10px; float:left}
		
		.ChanneLockInfoLinemensPic{ width:400px; float:left; margin-top:15px }
		.ChanneLockInfo480LinemensProductInfoOneRow{height:240px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }

/* Slip Joint Reg */

		.ChanneLockInfo480SlipProductInfoOneRow{height:180px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
/* Adjustable */
	    .ChanneLockInfoAdjustProductInfoOneRow{height:150px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
/*830 30"*/
	    .SupportDocHolderChanneLockWide{height:35px; width:400px; margin-top:5px; margin-left:15px; float:left } 
	
/* ScrewDrivers */	
		.C-LOCKCatagoryPageHeaderScrewDrivers{height:700px; width:954px; background:#FFF;  margin-left:30px; margin-top:0px; float:left}
	
/* Multi Bit */
	
		.C-LOCKCatagoryPageHeader1RowMultiBit{height:490px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		.C-LOCKCatagoryPageHolder1RowMultiBit{height:345px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
	
/* Spec DrawingScrew */	
		.ChanneLockInfoScrewdriverSpec{width:400px; float:left; margin-top:20px; }
		.ChanneLockInfoScrewdriverFeaturesHolder{height:280px; width:900px; float:left}
	
/* 61A Chart */		
	
		.ChanneLockInfo61AProductInfoOneRow{height:120px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		
/* 61A Chart two */				
		.ChanneLockInfo480Charttwo{float:left; margin-left:0px; margin-top:20px; margin-bottom:20px}	
		.ChanneLockInfo61AProductInfoTwoRow{height:120px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }

/* 61CB Chart */	

		.ChanneLockInfo61CBChart{float:left; margin-left:0px; margin-top:30px}
		.ChanneLockInfo61CBFeaturesHolder{height:270px; width:900px; float:left}


/* Code Blue */	
		.ChanneLockInfoBlueChart{float:left; margin-left:0px; margin-top:30px}	
		.ChanneLockInfoBlueProductInfoOneRow{height:90px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		
/* 131CBTP */			
		
		.ChanneLockInfo131CBTPProductInfoOneRow{height:150px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.ChanneLockInfo131CBTPProductInfoOneRowTwo{height:90px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.ChanneLockInfo131CBTPProductInfoOneRowThree{height:60px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.Ratcheting{}
		.TamperProof{margin-left:10px;}
		.CodeBlue{margin-left:10px; margin-top:12px;}
		
/* HP-4A 4PC Hook & Pick Set Professional Screwdriver Set */		
		
		.ChanneLockInfo480partsHolderBlue{height:30px; width:460px; margin-top:0px; background-color: #03F; color:#FFF float:left}
		.ChanneLockInfo480CatalogNumberWhite{width:400px; margin-left:10px; padding-top:7px; color: #FFF; float:left; font-weight:bold}
		.ChanneLockInfo4PCFeaturesHolder{height:280px; width:900px; float:left}
		
/* SD-7CB 7pc Screwdriver Set */			
		
		.ChanneLockInfoSD-7CBProductInfoOneRow{height:120px; width:460px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
		.C-LOCKCatagoryPageHeader1RowSet{height:470px; width:954px; background:#FFF;  margin-left:10px; margin-top:0px; float:left}
		
/* Milwaukee ************************************************************************************************ */		
/*Links Class*/
.BackArrow{ padding-left:10px; padding-top:8px; float:left} 
.FowardArrow{ padding-left:10px; padding-top:8px; padding-right:10px; float:right} 

.MilwaukeeLink{color:#F00; font-size:14px}
.MilwaukeeIncludes{width:400px; border-bottom:inset 1px; color:#000; font-size:16px; font-weight:bold}

			
/* Landing Page */
#MilwaukeePageHolder{height:1080px; width:954px; margin-left:-30px; margin-top:-24px}
.MilwaukeeCatagoryPageHeaderOne{height:290px; width:865px; background-color:#024C8D; border:inset 3px #FF0000; margin-top:40px; margin-left:13px; float:left}
#MilwaukeeMiddleColumNHead {height:380px; width:954px; background:#FFF; float:left}
.MilwaukeeCatagoryPageHeaderNHEAD{height:295px; width:865px; background-color:#024C8D; border:inset 3px #FF0000; margin-top:40px; margin-left:13px; float:left}
#MilwaukeeMainLogo{margin-top:10px; margin-left:60px; float:left;}
#MilwaukeeBackground{margin-top:30px; margin-left:70px; float:left; border:inset #000; box-shadow: 10px 10px 5px #888888;}


#MilwaukeeBottomColum{width: 860px; height:520px; background-color: #024C8D ; float:left; margin-top:170px; margin-left:40px;}
#MilwaukeeHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:22px; float:left; }


.MilwaukeeCatImageHolders{height:180px; width: 195px; background-color:#024C8D; float:left; margin-top:30px; margin-left:15px} 
				
		.MilwaukeeCatCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 
		.MilwaukeeCatCategoryImage:hover{border: groove  #FFF;}
		.MilwaukeeCatCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
		
		
		.MilwaukeeCatagoryPageHeaderMain{height:1154px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		.MilwaukeeCatagoryPageHeaderNG{height:365px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		.MilwaukeeCatagoryPageHeaderBATT{height:770px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		.MilwaukeeCatagoryPageHeader1{height:495px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		.MilwaukeeCatagoryPageHeader2{height:740px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		.MilwaukeeCatagoryPageHeader3{height:980px; width:924px; background:#FFF;  margin-left:0px; margin-top:0px; float:left}
		
		
		/*Header*/
		.MilwaukeeCatagoryPageHeaderOne{height:270px; width:865px; border:inset 3px red; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.MilwaukeeCatagoryPageHeaderONEBATT{height:540px; width:865px; border:inset 3px red; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.MilwaukeeCatagoryPageHeaderOneBG{height:320px; width:865px; border:inset 3px red; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.MilwaukeeCatagoryPageHeaderTwo{height:532px; width:865px; border:inset 3px red; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		.MilwaukeeCatagoryPageHeaderThree{height:772px; width:865px; border:inset 3px red; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
		
		
		.MilwaukeeCatImageHoldersLevelTwo{height:210px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-left:15px} 
		.MilwaukeeCategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 
		.MilwaukeeCategoryImage:hover{border: groove  #FFF;}
		.MilwaukeeCategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}

/* Catagories BATTERIES AND CHARGERS */
		.MilwaukeeCatagoryPageHeaderBC{height:740px; width:954px; background:#FFF;  margin-left:30px; margin-top:0px; float:left}
		#MilwaukeeChargesLogo{margin-top:10px; margin-left:40px; box-shadow: 10px 10px 5px #888888; float:left;}
		
/* 48-59-2401 - M18™ & M12™ Multi-Voltage Charger */

		/* Specifications */
		
		.M18M12MultiVoltageCharger48-59-1812SPCProductInfoOneRow{height:91px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18M12MultiVoltageCharger48-59-1812SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18M12MultiVoltageCharger48-59-1812SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.M18M12MultiVoltageCharger48-59-1812SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.M18M12MultiVoltageCharger48-59-1812SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18M12MultiVoltageCharger48-59-1812SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
							

/* 48-59-2401 - M12™ Lithium-ion Battery Charger */	

/* Specifications */	
		
		.Lithium-ionBatteryCharger48-59-2401SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Lithium-ionBatteryCharger48-59-2401SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.Lithium-ionBatteryCharger48-59-2401SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.Lithium-ionBatteryCharger48-59-2401SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.Lithium-ionBatteryCharger48-59-2401SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Lithium-ionBatteryCharger48-59-2401SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
									
/* 48-11-1850 M18™ REDLITHIUM™ XC 4.0 Extended Capacity Battery Pack */				
		
		/* Specifications */	
		
		.XC50ECBatteryPack48-11-1850SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.XC50ECBatteryPack48-11-1850SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.XC50ECBatteryPack48-11-1850SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.XC50ECBatteryPack48-11-1850SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.XC50ECBatteryPack48-11-1850SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.XC50ECBatteryPack48-11-1850SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.XC50ECBatteryPack48-11-1850SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
		
/* 48-11-2411 M12 REDLITHIUM™ Compact Battery Two Pack */	

		/* Specifications */

		.M12CompactBattery2Pack48-11-2411SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M12CompactBattery2Pack48-11-2411SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12CompactBattery2Pack48-11-2411SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.M12CompactBattery2Pack48-11-2411SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.M12CompactBattery2Pack48-11-2411SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M12CompactBattery2Pack48-11-2411SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12CompactBattery2Pack48-11-2411SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
/* 48-11-1852 M18™ REDLITHIUM™ XC5.0 Extended Capacity Battery Two Pack */	
		
		.M18XC5ECBattery2Pack48-11-1852SPProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18XC5ECBattery2Pack48-11-1852SPHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18XC5ECBattery2Pack48-11-1852SPCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.M18XC5ECBattery2Pack48-11-1852SPModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.M18XC5ECBattery2Pack48-11-1852SPHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18XC5ECBattery2Pack48-11-1852SPHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18XC5ECBattery2Pack48-11-1852SPHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	

/* 1675-6 - 1/2" Hole-Hawg® Drill 300/1200 RPM */		
		
		/* Specifications */		
		
		.Hole-HawgDrill1675-6SPCProductInfoOneRow{height:271px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Hole-HawgDrill1675-6SPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Hole-HawgDrill1675-6SPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.Hole-HawgDrill1675-6SPCpartsHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.Hole-HawgDrill1675-6SPCpartsHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.Hole-HawgDrill1675-6SPCpartsHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.Hole-HawgDrill1675-6SPCpartsHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.Hole-HawgDrill1675-6SPCpartsHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Hole-HawgDrill1675-6SPCpartsHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.Hole-HawgDrill1675-6SPCpartsHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Hole-HawgDrill1675-6SPCpartsHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
										
					.Hole-HawgDrill1675-6SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Hole-HawgDrill1675-6SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					
					.Hole-HawgDrill1675-6SPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
/* 3002-1- 1/2" D-Handle Right Angle Drill Kit */

					/* Specifications */	
		
					.D-HandleRightAngleDrilKit3002-1SPCProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
										
					.D-HandleRightAngleDrilKit3002-1SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.D-HandleRightAngleDrilKit3002-1SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					
					.D-HandleRightAngleDrilKit3002-1SPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
/* 8988-20 - Variable Temperature Heat Gun with LCD Display */

					/* Specifications */	
					
					.VariableTemperatureHeat8988-20SPCProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.VariableTemperatureHeat8988-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.VariableTemperatureHeat8988-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.VariableTemperatureHeat8988-20SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.VariableTemperatureHeat8988-20SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.VariableTemperatureHeat8988-20SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.VariableTemperatureHeat8988-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.VariableTemperatureHeat8988-20SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.VariableTemperatureHeat8988-20SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.VariableTemperatureHeat8988-20SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.VariableTemperatureHeat8988-20SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
										
					.VariableTemperatureHeat8988-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.VariableTemperatureHeat8988-20SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					
					.VariableTemperatureHeat8988-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					/* 6509-31 - Sawzall® Recip Saw Kit */

					/* Specifications */	
					
					
					.SawzallRecipSawKit6509-31SPCProductInfoOneRow{height:151px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SawzallRecipSawKit6509-31SPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SawzallRecipSawKit6509-31SPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SawzallRecipSawKit6509-31SPCpartsHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
										
					.SawzallRecipSawKit6509-31SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SawzallRecipSawKit6509-31SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					
					.SawzallRecipSawKit6509-31SPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					/* 6519-30 - Sawzall® Recip Saw */

					/* Specifications */	
					
					
					.SawzallRecipSaw6519-30SPCProductInfoOneRow{height:151px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SawzallRecipSaw6519-30SPCpartsHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SawzallRecipSaw6519-30SPCpartsHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SawzallRecipSaw6519-30SPCpartsHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.SawzallRecipSaw6519-30SPCpartsHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.SawzallRecipSaw6519-30SPCpartsHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SawzallRecipSaw6519-30SPCpartsHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SawzallRecipSaw6519-30SPCpartsHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SawzallRecipSaw6519-30SPCpartsHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SawzallRecipSaw6519-30SPCpartsHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SawzallRecipSaw6519-30SPCpartsHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
										
					.SawzallRecipSaw6519-30SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SawzallRecipSaw6519-30SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					
					.SawzallRecipSaw6519-30SPCpartsHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					/* 0300-20 - 1/2" Magnum® Drill, 0-850 RPM */

					/* Specifications */	
					
					.MagnumDrill0-850RPM0300-20SPCProductInfoOneRow{height:291px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.MagnumDrill0-850RPM0300-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.MagnumDrill0-850RPM0300-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.MagnumDrill0-850RPM0300-20SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.MagnumDrill0-850RPM0300-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.MagnumDrill0-850RPM0300-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.MagnumDrill0-850RPM0300-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.MagnumDrill0-850RPM0300-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/* 0300-20 - 1/2" Magnum® Drill, 0-850 RPM */

					/* Features */	
					
					.FeaturesProductInfoThreeRow2662-22{height:130px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF;}
					.FeaturespartsHolderGray2662-22{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.FeaturespartsHolder2662-22{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.FeaturespartsHolderIndent2662-22{ margin-left:16px;}
										
					/* Specifications */	
					
					 /*Table 1*/
					.M18HighTorqueImpactWrench2662-22SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18HighTorqueImpactWrench2662-22SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18HighTorqueImpactWrench2662-22SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18HighTorqueImpactWrench2662-22SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18HighTorqueImpactWrench2662-22SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.M18HighTorqueImpactWrench2662-22SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18HighTorqueImpactWrench2662-22SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18HighTorqueImpactWrench2662-22SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18HighTorqueImpactWrench2662-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18HighTorqueImpactWrench2662-22ProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18HighTorqueImpactWrench2662-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18HighTorqueImpactWrench2662-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18HighTorqueImpactWrench2662-22HolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22HolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.M18HighTorqueImpactWrench2662-22HolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18HighTorqueImpactWrench2662-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18HighTorqueImpactWrench2662-22HolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22HolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18HighTorqueImpactWrench2662-22HolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18HighTorqueImpactWrench2662-22HolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18HighTorqueImpactWrench2662-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18HighTorqueImpactWrench2662-22ModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.M18HighTorqueImpactWrench2662-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18HighTorqueImpactWrench2662-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18HighTorqueImpactWrench2662-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18HighTorqueImpactWrench2662-22HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18HighTorqueImpactWrench2662-22HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18HighTorqueImpactWrench2662-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*6232-20 - Deep Cut Variable Speed Band Saw*/
					
					/*Features*/
					
					.DeepCutVariableSpeedBandSaw6232-20ProductInfoTwelveRow{height:380px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DeepCutVariableSpeedBandSaw6232-20partsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.DeepCutVariableSpeedBandSaw6232-20partsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.DeepCutVariableSpeedBandSaw6232-20Description{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.DeepCutVariableSpeedBandSaw6232-20partsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.DeepCutVariableSpeedBandSaw6232-20Indent{margin-left:16px;}
					
					/* Specifications */	
					
					.DeepCutVariableSpeedBandSaw6232-20SPCProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DeepCutVariableSpeedBandSaw6232-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutVariableSpeedBandSaw6232-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.DeepCutVariableSpeedBandSaw6232-20SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.DeepCutVariableSpeedBandSaw6232-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutVariableSpeedBandSaw6232-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*2731-20 - M18 FUEL™ 7-1/4” Circular Saw*/
					
					/*Features*/
					
					.M18FUELCircularSaw2731-20FeaturesProductInfo{height:220px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELCircularSaw2731-20FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELCircularSaw2731-20FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELCircularSaw2731-20FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUELCircularSaw2731-20FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELCircularSaw2731-20FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					
					.M18FUELCircularSaw2731-20FeaturesIndent{ margin-left:16px; float:left}
					
					/* Specifications */	
					
					.M18FUELCircularSaw2731-20SPCProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELCircularSaw2731-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELCircularSaw2731-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUELCircularSaw2731-20SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18FUELCircularSaw2731-20SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.M18FUELCircularSaw2731-20SPCHolderCOL2ItemFW{height:30px; width:150px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELCircularSaw2731-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUELCircularSaw2731-20SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELCircularSaw2731-20SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUELCircularSaw2731-20SPCHolderCOL2Item{height:30px; width:150px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELCircularSaw2731-20SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELCircularSaw2731-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUELCircularSaw2731-20SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.M18FUELCircularSaw2731-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUELCircularSaw2731-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUELCircularSaw2731-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELCircularSaw2731-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELCircularSaw2731-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELCircularSaw2731-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*2731-20 - M18 FUEL™ 7-1/4” Circular Saw*/
					
					/* Specifications */	
					
					.CordlessSubCompacBandSawKit2429-21XCSPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.CordlessSubCompacBandSawKit2429-21XCSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.CordlessSubCompacBandSawKit2429-21XCSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CordlessSubCompacBandSawKit2429-21XCSPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.CordlessSubCompacBandSawKit2429-21XCSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.CordlessSubCompacBandSawKit2429-21XCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.CordlessSubCompacBandSawKit2429-21XCProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.CordlessSubCompacBandSawKit2429-21XCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CordlessSubCompacBandSawKit2429-21XCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.CordlessSubCompacBandSawKit2429-21XCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.CordlessSubCompacBandSawKit2429-21XCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessSubCompacBandSawKit2429-21XCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					
					/*Cordless LITHIUM-ION Band Saw Kit*/
					
					/*Features*/
					
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturesProductInfoEightRow{height:260px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22FeaturespartsHolderIndent{ margin-left:16px; float:left}

					 /* Specifications */	
					
					 /*Table 1*/
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.CordlessLITHIUM-IONBandSawKit2629-22SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.CordlessLITHIUM-IONBandSawKit2629-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.CordlessLITHIUM-IONBandSawKit2629-22ProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.CordlessLITHIUM-IONBandSawKit2629-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.CordlessLITHIUM-IONBandSawKit2629-22ModelNumber{width:400px; margin-left:50px; padding-top:7px; float:left; }
					.CordlessLITHIUM-IONBandSawKit2629-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.CordlessLITHIUM-IONBandSawKit2629-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.CordlessLITHIUM-IONBandSawKit2629-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*2780-20 M18 FUEL™ 4-1/2" / 5" Grinder, Paddle Switch No-Lock (Tool Only)*/
					
					/*Features*/
					
					.M18FUEL4-1-2-5Grinder2780-20FeturesProductSevenRow{height:250px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUEL4-1-2-5Grinder2780-20FeturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL4-1-2-5Grinder2780-20FeturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL4-1-2-5Grinder2780-20FeturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUEL4-1-2-5Grinder2780-20FeturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL4-1-2-5Grinder2780-20FeturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL4-1-2-5Grinder2780-20FeturespartsIndent{ margin-left:16px; float:left}
					
					/* Specifications */	
					
					
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1ItemFW{height:30px; width:130px; background-color: #CCCCCC;  float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1InfoFW{height:30px; width:240px; margin-top:0px; float:left}	
					
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2ItemFW{height:30px; width:130px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1Item{height:30px; width:130px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2Item{height:30px; width:130px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL4-1-2-5GrinderPaddle2780-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					
					/* 6130-33 - 7.0 AMP 4-1/2" Small Angle Grinder */
					
					/* Specifications */	
					
					.AMP704-1-2SmalAngleGrinder6130-33SPCProductInfoOneRow{height:301px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1ItemFW{height:30px; width:200px; background-color: #CCCCCC;  float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2ItemFW{height:30px; width:200px; margin-left:20px; background-color: #CCCCCC; float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1Item{height:30px; width:200px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1Info{height:30px; width:170px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2Item{height:30px; width:200px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2Info{height:30px; width:170px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.AMP704-1-2SmalAngleGrinder6130-33SPCCatalogNumber{width:190px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.AMP704-1-2SmalAngleGrinder6130-33SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.AMP704-1-2SmalAngleGrinder6130-33SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/* 6088-30 - 15 Amp 7"/9" Large Angle Grinder w/ Lock-on */
					
					/* Specifications */	
					
					.LargeAngleGrinder6088-30SPCProductInfoOneRow{height:241px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.LargeAngleGrinder6088-30SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.LargeAngleGrinder6088-30SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.LargeAngleGrinder6088-30SPCHolderCOL1ItemFW{height:30px; width:200px; background-color: #CCCCCC;  float:left}
					.LargeAngleGrinder6088-30SPCHolderCOL1InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					
					.LargeAngleGrinder6088-30SPCHolderCOL2ItemFW{height:30px; width:200px; margin-left:20px; background-color: #CCCCCC; float:left}
					.LargeAngleGrinder6088-30SPCHolderCOL2InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.LargeAngleGrinder6088-30SPCHolderCOL1Item{height:30px; width:200px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.LargeAngleGrinder6088-30SPCHolderCOL1Info{height:30px; width:170px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.LargeAngleGrinder6088-30SPCHolderCOL2Item{height:30px; width:200px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.LargeAngleGrinder6088-30SPCHolderCOL2Info{height:30px; width:170px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.LargeAngleGrinder6088-30SPCCatalogNumber{width:190px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.LargeAngleGrinder6088-30SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.LargeAngleGrinder6088-30SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.LargeAngleGrinder6088-30SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.LargeAngleGrinder6088-30SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.LargeAngleGrinder6088-30SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.LargeAngleGrinder6088-30SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.LargeAngleGrinder6088-30SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*2780-20 M18 FUEL™ 4-1/2" / 5" Grinder, Paddle Switch No-Lock (Tool Only)*/
					
					/*Features*/
					
					.M18FUELHackzallKit2719-21FeaturesProductInfoEightRow{height:370px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELHackzallKit2719-21FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELHackzallKit2719-21FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUELHackzallKit2719-21FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELHackzallKit2719-21FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21FeaturespartsHolderIndent{ margin-left:16px; float:left}

					/* Specifications */	
					
					.M18FUELHackzallKit2719-21SPCProductInfoOneRow{height:176px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELHackzallKit2719-21SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELHackzallKit2719-21SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUELHackzallKit2719-21SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					
					.M18FUELHackzallKit2719-21SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL2InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUELHackzallKit2719-21SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1Info{height:30px; width:220px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUELHackzallKit2719-21SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELHackzallKit2719-21SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUELHackzallKit2719-21SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUELHackzallKit2719-21SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUELHackzallKit2719-21SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUELHackzallKit2719-21SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELHackzallKit2719-21SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELHackzallKit2719-21SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					.M18FUELHackzallKit2719-21SPCHolderEXC{height:65px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1ItemEXC{height:65px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1InfoEXC{height:65px; width:220px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELHackzallKit2719-21SPCHolderCOL2ItemEXC{height:65px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL2InfoEXC{height:65px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}
					
					.M18FUELHackzallKit2719-21SPCHolderEXC2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1ItemEXC2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL1InfoEXC2{height:50px; width:220px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELHackzallKit2719-21SPCHolderCOL2ItemEXC2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELHackzallKit2719-21SPCHolderCOL2InfoEXC2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}
					
					/*2720-20 - M18 FUEL™ SAWZALL® Reciprocating Saw (Tool Only)*/
					
					/*Features*/
					
					.M18FUELSAWZALL2720-20FeaturesProductInfoEightRow{height:160px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELSAWZALL2720-20FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELSAWZALL2720-20FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELSAWZALL2720-20FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUELSAWZALL2720-20FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELSAWZALL2720-20FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELSAWZALL2720-20FeaturespartsHolderIndent{ margin-left:16px; float:left}
					
					/* Specifications */	
					
					.M18FUELSAWZALL2720-20SPCProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELSAWZALL2720-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELSAWZALL2720-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUELSAWZALL2720-20SPCHolderCOL1ItemFW{height:30px; width:200px; background-color: #CCCCCC;  float:left}
					.M18FUELSAWZALL2720-20SPCHolderCOL1InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					
					.M18FUELSAWZALL2720-20SPCHolderCOL2ItemFW{height:30px; width:200px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELSAWZALL2720-20SPCHolderCOL2InfoFW{height:30px; width:170px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUELSAWZALL2720-20SPCHolderCOL1Item{height:30px; width:200px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELSAWZALL2720-20SPCHolderCOL1Info{height:30px; width:170px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUELSAWZALL2720-20SPCHolderCOL2Item{height:30px; width:200px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELSAWZALL2720-20SPCHolderCOL2Info{height:30px; width:170px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELSAWZALL2720-20SPCCatalogNumber{width:190px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUELSAWZALL2720-20SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUELSAWZALL2720-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUELSAWZALL2720-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUELSAWZALL2720-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELSAWZALL2720-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELSAWZALL2720-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELSAWZALL2720-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*729-21 - M18 FUEL™ Deep Cut Band Saw Kit*/
					
					/*Features*/
					
					.DeepCutBandSawKit2729-21FeaturesProductInfoEightRow{height:370px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DeepCutBandSawKit2729-21FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.DeepCutBandSawKit2729-21FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.DeepCutBandSawKit2729-21FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.DeepCutBandSawKit2729-21FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21FeaturespartsHolderIndent{ margin-left:16px; float:left}
					
					/* Specifications */	
					
					.DeepCutBandSawKit2729-21SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.DeepCutBandSawKit2729-21SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.DeepCutBandSawKit2729-21SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.DeepCutBandSawKit2729-21SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.DeepCutBandSawKit2729-21SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.DeepCutBandSawKit2729-21SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.DeepCutBandSawKit2729-21SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.DeepCutBandSawKit2729-21SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutBandSawKit2729-21SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.DeepCutBandSawKit2729-21SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.DeepCutBandSawKit2729-21SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.DeepCutBandSawKit2729-21SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.DeepCutBandSawKit2729-21SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DeepCutBandSawKit2729-21SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutBandSawKit2729-21SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.DeepCutBandSawKit2729-21HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.DeepCutBandSawKit2729-21ProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.DeepCutBandSawKit2729-21Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.DeepCutBandSawKit2729-21HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.DeepCutBandSawKit2729-21HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.DeepCutBandSawKit2729-21HolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.DeepCutBandSawKit2729-21HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.DeepCutBandSawKit2729-21HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DeepCutBandSawKit2729-21HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutBandSawKit2729-21CatalogNumber{width:160px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.DeepCutBandSawKit2729-21ModelNumber{width:300px; margin-left:5px; padding-top:7px; float:left; }
					.DeepCutBandSawKit2729-21HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.DeepCutBandSawKit2729-21Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.DeepCutBandSawKit2729-21HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DeepCutBandSawKit2729-21HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DeepCutBandSawKit2729-21HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DeepCutBandSawKit2729-21HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*2606-22CT - M18™ Compact 1/2" Drill Driver Kit*/
					
					/*Features*/
					
					.M18CompactDrillDriverKit2606-22CTFeaturesProductInfoEightRow{height:140px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18CompactDrillDriverKit2606-22CTFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18CompactDrillDriverKit2606-22CTFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22CTFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18CompactDrillDriverKit2606-22CTFeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18CompactDrillDriverKit2606-22CTFeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22CTFeaturespartsHolderIndent{ margin-left:16px; float:left}
					
					/* Specifications */	
					
					.M18CompactDrillDriverKit2606-22CTSPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18CompactDrillDriverKit2606-22CTSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18CompactDrillDriverKit2606-22CTSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CompactDrillDriverKit2606-22CTSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18CompactDrillDriverKit2606-22CTSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18CompactDrillDriverKit2606-22CTSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18CompactDrillDriverKit2606-22CTSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CompactDrillDriverKit2606-22CTSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18CompactDrillDriverKit2606-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18CompactDrillDriverKit2606-22ProductInfoOneRow{height:171px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18CompactDrillDriverKit2606-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18CompactDrillDriverKit2606-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18CompactDrillDriverKit2606-22HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18CompactDrillDriverKit2606-22HolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18CompactDrillDriverKit2606-22HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18CompactDrillDriverKit2606-22HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CompactDrillDriverKit2606-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18CompactDrillDriverKit2606-22ModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M18CompactDrillDriverKit2606-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18CompactDrillDriverKit2606-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18CompactDrillDriverKit2606-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18CompactDrillDriverKit2606-22HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CompactDrillDriverKit2606-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*Doubble Row - First Row */
					.M18CompactDrillDriverKit2606-22HolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18CompactDrillDriverKit2606-22HolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CompactDrillDriverKit2606-22HolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*2612-21 - M18™ Cordless 5/8" SDS Plus Rotary Hammer Kit*/
					
					/*Features*/
					
					.M18CordlessRotaryHammerKit2612-21FeaturesProductInfoFourRow{height:140px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18CordlessRotaryHammerKit2612-21FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18CordlessRotaryHammerKit2612-21FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18CordlessRotaryHammerKit2612-21FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21FeaturesIndent{margin-left:16px; float:left}
					
					/* Specifications */	

					.M18CordlessRotaryHammerKit2612-21SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18CordlessRotaryHammerKit2612-21SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18CordlessRotaryHammerKit2612-21SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18CordlessRotaryHammerKit2612-21SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18CordlessRotaryHammerKit2612-21SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18CordlessRotaryHammerKit2612-21SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18CordlessRotaryHammerKit2612-21HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18CordlessRotaryHammerKit2612-21ProductInfoOneRow{height:242px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18CordlessRotaryHammerKit2612-21Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18CordlessRotaryHammerKit2612-21HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18CordlessRotaryHammerKit2612-21HolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18CordlessRotaryHammerKit2612-21HolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18CordlessRotaryHammerKit2612-21HolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21HolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18CordlessRotaryHammerKit2612-21ModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M18CordlessRotaryHammerKit2612-21HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18CordlessRotaryHammerKit2612-21Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18CordlessRotaryHammerKit2612-21HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18CordlessRotaryHammerKit2612-21HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CordlessRotaryHammerKit2612-21HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*Doubble Row - First Row */
					.M18CordlessRotaryHammerKit2612-21HolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18CordlessRotaryHammerKit2612-21HolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CordlessRotaryHammerKit2612-21HolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	

					/*2715-22 M18 FUEL™ 1-1/8" SDS Plus Rotary Hammer Kit*/
					
					/*Features*/
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturesProductInfoFourRow{height:190px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitFeaturesIndent{margin-left:16px; float:left}
					
					/* Specifications */	

					 /*Table 1*/
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18FUEL1-1-8SDSPlusRotaryHammerKitProductInfoOneRow{height:302px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-1-8SDSPlusRotaryHammerKitCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-1-8SDSPlusRotaryHammerKitHolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	

					/* 2753-20 - M18 FUEL™ 1/4" Hex Impact Driver (Tool Only) */	
					
					/* Specifications */	
					
					.M18FUELHexImpactDriver2753-20SPCProductInfoOneRow{height:181px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELHexImpactDriver2753-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELHexImpactDriver2753-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUELHexImpactDriver2753-20SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18FUELHexImpactDriver2753-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUELHexImpactDriver2753-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELHexImpactDriver2753-20SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELHexImpactDriver2753-20SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}

					/* 2755-22 - M18 FUEL™ 1/2" Compact Impact Wrench w/ Pin Detent Kit */	
					
					/* Specifications */	

					 /*Table 1*/
					.M18FUEL1-2CompactImpactWrench2755-22SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18FUEL1-2CompactImpactWrench2755-22SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-2CompactImpactWrench2755-22SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL1-2CompactImpactWrench2755-22SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2Info2{height:50px; width:260px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-2CompactImpactWrench2755-22SPCHolderCOL2Item2{height:50px; width:210px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18FUEL1-2CompactImpactWrench2755-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18FUEL1-2CompactImpactWrench2755-22ProductInfoOneRow{height:151px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL1-2CompactImpactWrench2755-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL1-2CompactImpactWrench2755-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL1-2CompactImpactWrench2755-22ModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M18FUEL1-2CompactImpactWrench2755-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL1-2CompactImpactWrench2755-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL1-2CompactImpactWrench2755-22HolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	


					/*5262-21 - 1" SDS Plus Rotary Hammer Kit*/
					
					/* Specifications */	

					.SDSPlusRotaryHammerKit-1-5262-21ProductInfoOneRow{height:371px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SDSPlusRotaryHammerKit-1-5262-21Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1ItemFW{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1InfoFW{height:50px; width:210px; margin-top:0px; float:left}	
					
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2ItemFW{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2InfoFW{height:50px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SDSPlusRotaryHammerKit-1-5262-21CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SDSPlusRotaryHammerKit-1-5262-21ModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.SDSPlusRotaryHammerKit-1-5262-21HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.SDSPlusRotaryHammerKit-1-5262-21Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-5262-21HolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*5268-21 - 1-1/8" SDS Plus Rotary Hammer Kit*/
					
					/* Specifications */

					.SDSPlusRotaryHammerKit-1-1-85268-21SPCProductInfoOneRow{height:251px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1ItemFW{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1InfoFW{height:50px; width:210px; margin-top:0px; float:left}	
					
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2ItemFW{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2InfoFW{height:50px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit-1-1-85268-21SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*2306-20 - M12™ HAMMERVAC Universal Dust Extractor*/
					
					/* Specifications */

					.M12HAMMERVACUDE2396-20SPCProductInfoOneRow{height:211px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M12HAMMERVACUDE2396-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M12HAMMERVACUDE2396-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12HAMMERVACUDE2396-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12HAMMERVACUDE2396-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12HAMMERVACUDE2396-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12HAMMERVACUDE2396-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12HAMMERVACUDE2396-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12HAMMERVACUDE2396-20SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M12HAMMERVACUDE2396-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M12HAMMERVACUDE2396-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12HAMMERVACUDE2396-20SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12HAMMERVACUDE2396-20SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12HAMMERVACUDE2396-20SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					

					/* 2306-22 - M12™ Universal HAMMERVAC 2 Batt Kit */	
					
					/* Specifications */	

					.M12Universal2BattKit2306-22SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M12Universal2BattKit2306-22SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12Universal2BattKit2306-22SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M12Universal2BattKit2306-22SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12Universal2BattKit2306-22SPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12Universal2BattKit2306-22SPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12Universal2BattKit2306-22SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12Universal2BattKit2306-22SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22SPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12Universal2BattKit2306-22SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12Universal2BattKit2306-22SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M12Universal2BattKit2306-22SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M12Universal2BattKit2306-22SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12Universal2BattKit2306-22SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12Universal2BattKit2306-22SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12Universal2BattKit2306-22SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M12Universal2BattKit2306-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M12Universal2BattKit2306-22ProductInfoOneRow{height:181px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12Universal2BattKit2306-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M12Universal2BattKit2306-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12Universal2BattKit2306-22HolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12Universal2BattKit2306-22HolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12Universal2BattKit2306-22HolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12Universal2BattKit2306-22HolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12Universal2BattKit2306-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12Universal2BattKit2306-22ModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M12Universal2BattKit2306-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M12Universal2BattKit2306-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12Universal2BattKit2306-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22HolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12Universal2BattKit2306-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22HolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M12Universal2BattKit2306-22HolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M12Universal2BattKit2306-22HolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M12Universal2BattKit2306-22HolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12Universal2BattKit2306-22HolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	

					/*Surface Grinding Dust Shrouds */
					
					/*Charts */


					.MIL-SGrindingDustShroudsChartProductInfoOneRow{height:160px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MIL-SGrindingDustShroudsChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MIL-SGrindingDustShroudsChartInfoHeader{height:40px; width:892px; background-color:#024C8D; float:left}
					
					.MIL-SGrindingDustShroudsChartCatalogNumber{width:100px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					/*.MIL-SGrindingDustShroudsChartModelNumber{width:50px; margin-left:5px; padding-top:3px; color:#FFFFFF; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartDescription{width:60px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left}*/
					.MIL-SGrindingDustShroudsChartDieHead{width:60px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;}
					.MIL-SGrindingDustShroudsChartHandleLength{width:120px; margin-left:30px; padding-top:10px; color:#FFFFFF; float:left; }
					.MIL-SGrindingDustShroudsChartStrapLength{width:130px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;  }
					.MIL-SGrindingDustShroudsChartStrapWidth{width:130px; margin-left:40px; padding-top:10px; color:#FFFFFF; float:left;  }
					.MIL-SGrindingDustShroudsChartPipeCapacity{width:60px; margin-left:50px; padding-top:10px; color:#FFFFFF; float:left;  }
					.MIL-SGrindingDustShroudsChartMotorType{width:30px; margin-left:5px; padding-top:10px; color:#FFFFFF; float:left;}
					/*.Model300PowerActualODCapacity{width:70px; margin-left:18px; padding-top:2px; color:#FFFFFF; float:left; text-align:center} 
					.MIL-SGrindingDustShroudsChartWeight{width:40px; margin-left:23px; padding-top:10px; color:#FFFFFF; float:left; }
					.MIL-SGrindingDustShroudsChartSTDPack{width:30px; margin-left:35px; padding-top:2px; color:#FFFFFF; float:left; text-align:center}
					
					.MIL-SGrindingDustShroudsChartWeightLB{width:30px; margin-left:687px; margin-top: -7px; color:#FFFFFF; float:left;}
					.MIL-SGrindingDustShroudsChartWeightKG{width:30px; margin-left:0px; margin-top: -7px; color:#FFFFFF; float:left;}*/
					
					.MIL-SGrindingDustShroudsChartpartsHolder{height:40px; width:892px; background-color: #FFFFFF; float:left}
					.MIL-SGrindingDustShroudsChartpartsHolderGray{height:40px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MIL-SGrindingDustShroudsChartProductCatalogNumber{width:100px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					/*.MIL-SGrindingDustShroudsChartProductsModelNumber{width:40px; margin-left:15px; padding-top:8px; color: #000000; float:left;}
					.MIL-SGrindingDustShroudsChartProductsDescription{width:150px; margin-left:10px; padding-top:8px; color: #000000; float:left;}*/
					.MIL-SGrindingDustShroudsChartProductDieHead{width:60px; margin-left:14px; padding-top:10px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartProductHandleLengthIn{width:100px; margin-left:44px; padding-top:10px; color: #000000; float:left;}
					.MIL-SGrindingDustShroudsChartProductsStrapLengthIn{width:100px; margin-left:65px; padding-top:10px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartProductsStrapWidthIN{width:100px; margin-left:68px; padding-top:10px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartProductsPipeCapacityIN{width:40px; margin-left:67px; padding-top:10px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartProductsMotorType{width:40px; margin-left:25px; padding-top:10px; color: #000000; float:left; text-align:center}
					/*.MIL-SGrindingDustShroudsChartProductsActualODIN{width:100px; margin-left:27px; padding-top:10px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartProductsActualODMM{width:20px; margin-left:25px; padding-top:8px; color: #000000; float:left;}
					.MIL-SGrindingDustShroudsChartWeightProductsLB{width:45px; margin-left:40px; padding-top:8px; color: #000000; float:left; text-align:center}
					.MIL-SGrindingDustShroudsChartWeightProductsKG{width:30px; margin-left:30px; padding-top:8px; color: #000000; float:left;}
					.MIL-SGrindingDustShroudsChartProductSTDPack{width:20px; margin-left:0px; padding-top:8px; color: #000000; float:left;}*/

					/*Table*/
					
					/* Specifications */	
					
					.MIL-SGrindingDustShroudsSPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.MIL-SGrindingDustShroudsSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.MIL-SGrindingDustShroudsSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.MIL-SGrindingDustShroudsSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.MIL-SGrindingDustShroudsSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.MIL-SGrindingDustShroudsSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.MIL-SGrindingDustShroudsSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.MIL-SGrindingDustShroudsSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.MIL-SGrindingDustShroudsSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.MIL-SGrindingDustShroudsSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.MIL-SGrindingDustShroudsSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.MIL-SGrindingDustShroudsSPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.MIL-SGrindingDustShroudsSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.MIL-SGrindingDustShroudsSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.MIL-SGrindingDustShroudsSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.MIL-SGrindingDustShroudsSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.MIL-SGrindingDustShroudsSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.MIL-SGrindingDustShroudsSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.MIL-SGrindingDustShroudsSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.MIL-SGrindingDustShroudsSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 	

					/*Table*/
					
					/* Specifications */	
					
					.M18M12WirelessSpeaker2891-20SPCProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18M12WirelessSpeaker2891-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18M12WirelessSpeaker2891-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18M12WirelessSpeaker2891-20SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18M12WirelessSpeaker2891-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18M12WirelessSpeaker2891-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18M12WirelessSpeaker2891-20SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*2712-DE - M18™ HAMMERVAC™ Dedicated Dust Extractor*/
					
					/* Specifications */	
					
					.M18DedicatedDustExtr2712-DESPCProductInfoOneRow{height:111px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18DedicatedDustExtr2712-DESPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18DedicatedDustExtr2712-DESPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18DedicatedDustExtr2712-DESPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18DedicatedDustExtr2712-DESPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18DedicatedDustExtr2712-DESPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18DedicatedDustExtr2712-DESPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18DedicatedDustExtr2712-DESPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18DedicatedDustExtr2712-DESPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18DedicatedDustExtr2712-DESPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18DedicatedDustExtr2712-DESPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18DedicatedDustExtr2712-DESPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18DedicatedDustExtr2712-DESPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18DedicatedDustExtr2712-DESPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					

					/*5261-DE - Vacuum Assisted Dust Extractor*/
					
					/* Chart / Specifications */	

					.VacuumAssistedDustExtractor5621-DESPCProductInfoOneRow{height:91px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.VacuumAssistedDustExtractor5621-DESPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.VacuumAssistedDustExtractor5621-DESPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.VacuumAssistedDustExtractor5621-DESPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.VacuumAssistedDustExtractor5621-DESPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.VacuumAssistedDustExtractor5621-DESPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.VacuumAssistedDustExtractor5621-DESPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	

					/*5317-DE - SDS Max Dust Extraction Attachment*/
					
					/* Chart / Specifications */

					.DustExtractionAttachment5317-DESPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DustExtractionAttachment5317-DESPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.DustExtractionAttachment5317-DESPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.DustExtractionAttachment5317-DESPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.DustExtractionAttachment5317-DESPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.DustExtractionAttachment5317-DESPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.DustExtractionAttachment5317-DESPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DustExtractionAttachment5317-DESPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.DustExtractionAttachment5317-DESPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.DustExtractionAttachment5317-DESPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.DustExtractionAttachment5317-DESPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.DustExtractionAttachment5317-DESPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DustExtractionAttachment5317-DESPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DustExtractionAttachment5317-DESPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					

					/*49-17-0180 - 50 Pocket Bucket-Less Tool Organizer*/
					
					/* Specifications */

					.Bucket-LessToolOrganizer49-17-0180SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Bucket-LessToolOrganizer49-17-0180SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.Bucket-LessToolOrganizer49-17-0180SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Bucket-LessToolOrganizer49-17-0180SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.Bucket-LessToolOrganizer49-17-0180SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.Bucket-LessToolOrganizer49-17-0180SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Bucket-LessToolOrganizer49-17-0180SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*48-55-3500 - Contractor Bag*/
					
					/* Specifications */

					.ContractorBag48-55-3500SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ContractorBag48-55-3500SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ContractorBag48-55-3500SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.ContractorBag48-55-3500SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3500SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.ContractorBag48-55-3500SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3500SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.ContractorBag48-55-3500SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3500SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.ContractorBag48-55-3500SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3500SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.ContractorBag48-55-3500SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ContractorBag48-55-3500SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.ContractorBag48-55-3500SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.ContractorBag48-55-3500SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.ContractorBag48-55-3500SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3500SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.ContractorBag48-55-3500SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3500SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	

					/*48-55-3530 - Contractor Bag*/
					
					/* Specifications */

					.ContractorBag48-55-3530SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ContractorBag48-55-3530SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ContractorBag48-55-3530SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.ContractorBag48-55-3530SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3530SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.ContractorBag48-55-3530SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3530SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.ContractorBag48-55-3530SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3530SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.ContractorBag48-55-3530SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3530SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.ContractorBag48-55-3530SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ContractorBag48-55-3530SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.ContractorBag48-55-3530SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.ContractorBag48-55-3530SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.ContractorBag48-55-3530SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ContractorBag48-55-3530SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.ContractorBag48-55-3530SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ContractorBag48-55-3530SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	

					/*2361-20 - M18™ ROVER™ Flood Light (Tool-Only)*/
					
					/* Specifications */
					
					.M18ROVERFloodLight2361-20SPCProductInfoOneRow{height:121px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18ROVERFloodLight2361-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18ROVERFloodLight2361-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18ROVERFloodLight2361-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18ROVERFloodLight2361-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18ROVERFloodLight2361-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18ROVERFloodLight2361-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18ROVERFloodLight2361-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18ROVERFloodLight2361-20SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18ROVERFloodLight2361-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18ROVERFloodLight2361-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18ROVERFloodLight2361-20SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18ROVERFloodLight2361-20SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18ROVERFloodLight2361-20SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*49-90-2306 - HAMMERVAC™ Filter*/
					
					/* Specifications */
					
					.HAMMERVACFilter49-90-2306SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.HAMMERVACFilter49-90-2306SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.HAMMERVACFilter49-90-2306SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.HAMMERVACFilter49-90-2306SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.HAMMERVACFilter49-90-2306SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.HAMMERVACFilter49-90-2306SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.HAMMERVACFilter49-90-2306SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.HAMMERVACFilter49-90-2306SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*5263-21 - 5/8" SDS Plus Rotary Hammer Kit*/
					
					/* Specifications */
					
					.HAMMERVACFilter49-90-2306SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.HAMMERVACFilter49-90-2306SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.HAMMERVACFilter49-90-2306SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.HAMMERVACFilter49-90-2306SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.HAMMERVACFilter49-90-2306SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.HAMMERVACFilter49-90-2306SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.HAMMERVACFilter49-90-2306SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.HAMMERVACFilter49-90-2306SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HAMMERVACFilter49-90-2306SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*5263-21 - 5/8" SDS Plus Rotary Hammer Kit*/
					
					/* Specifications */
					
					.SDSPlusRotaryHammerKit5-85263-21SPCProductInfoOneRow{height:351px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SDSPlusRotaryHammerKit5-85263-21SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SDSPlusRotaryHammerKit5-85263-21SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SDSPlusRotaryHammerKit5-85263-21SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.SDSPlusRotaryHammerKit5-85263-21SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SDSPlusRotaryHammerKit5-85263-21SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
			/*M18 FUEL™ 2-Tool Combo Kit*/
					/*M18 FUEL™ ½” Hammer Drill/Driver (Tool Only) chart Features / specs*/
					
					/*Buttons*/
					
					.M18ButtonHolder{width:954px; height:50px; float:left}
					
					#M18FUEL2-BTN1{float:left; width:400px; /*border: inset thin #00F*/ }
					.Tool1Holderder{width:954px; height:30px; float:left}
					.M18FUEL2-BTN1Image1{width:45px; height:40px;  /*border:inset #00C ;*/ float:left}
					.M18FUEL2-BTN1Text{ margin-left:10px; margin-top:7px; float:left}
					
					#M18FUEL2-ONE{float:left}
					
					
					#M18FUEL2-BTN2{float:left; margin-left:20px; width:400px;}
					.Tool1Holderder2{width:954px; height:30px; float:left}
					.M18FUEL2-BTN1Image2{width:45px; height:40px;  /*border:inset #00C*/ ; float:left}
					.M18FUEL2-BTN1Text2{ margin-left:10px; margin-top:7px; float:left}

					#M18FUEL2-TWO{float:left; display:none}
					
					/*Features*/
					.M18FUEL2-ToolCombo2997-22Kit2804-20CON{ width:892px; height:170px; margin-top:10px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2804-20PIC{ width:150px; height:150px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2804-20CON2{ width:732px; height:150px; margin-left:10px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2804-20Head{ width:732px; margin-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2804-20Text{ width:732px; margin-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left}
					
					.M18FUEL2-ToolCombo2997-22Kit2804Holder{height:20px; width:770px; margin-top:20px; font-size:16px; font-weight:bold; float:left }	
					.M18FUEL2-ToolCombo2997-22KitFeaturesProductInfoFourRow{height:222px; width:892px; margin-top:10px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL2-ToolCombo2997-22KitFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL2-ToolCombo2997-22KitFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-22KitFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUEL2-ToolCombo2997-22KitFeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-22KitFeaturesIndent{margin-left:16px; float:left}

					
					/*Spefications*/
					
					.M18FUEL2-ToolCombo2997-22KitSPCProductInfoOneRow{height:181px; width:770px; margin-top:10px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL2-ToolCombo2997-22KitSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1ItemFW{height:30px; width:180px; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1InfoFW{height:30px; width:190px; margin-top:0px; float:left}	
					
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2ItemFW{height:30px; width:180px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2InfoFW{height:30px; width:190px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1Item{height:30px; width:180px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1Info{height:30px; width:190px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2Item{height:30px; width:180px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2Info{height:30px; width:190px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL2-ToolCombo2997-22KitSPCCatalogNumber{width:190px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL2-ToolCombo2997-22KitSPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18FUEL2-ToolCombo2997-22KitSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL2-ToolCombo2997-22KitSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-22KitSPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
				
				/*M18 FUEL™ 2-Tool Combo Kit*/		
					
					
				
				.M18FUEL2-ToolCombo2997-22Kit2853-20CON{ width:892px; height:170px; margin-top:10px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2853-20PIC{ width:150px; height:150px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2853-20CON2{ width:732px; height:150px; margin-left:10px; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2853-20Head{ width:732px; margin-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; float:left}
					.M18FUEL2-ToolCombo2997-22Kit2853-20Text{ width:732px; margin-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left}
					
					.M18FUEL2-ToolCombo2997-20Kit2853Holder{height:20px; width:770px; margin-top:20px; font-size:16px; font-weight:bold; float:left }	
					.M18FUEL2-ToolCombo2997-20KitFeaturesProductInfoFourRow{height:330px; width:892px; margin-top:10px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18FUEL2-ToolCombo2997-20KitFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUEL2-ToolCombo2997-20KitFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-20KitFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUEL2-ToolCombo2997-20KitFeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-20KitFeaturesIndent{margin-left:16px; float:left}

					
					/*Spefications*/
					
					.M18FUEL2-ToolCombo2997-20KitSPCProductInfoOneRow{height:211px; width:770px; margin-top:10px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUEL2-ToolCombo2997-20KitSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18FUEL2-ToolCombo2997-20KitSPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18FUEL2-ToolCombo2997-20KitSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18FUEL2-ToolCombo2997-20KitSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUEL2-ToolCombo2997-20KitSPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
				
			
				
				
					/*6177-20 - 14” Abrasive Cut-Off Machine */
					
					/*Spefications*/
					
					.14AbrasiveCut-OffMachine61770-20ProductInfoOneRow{height:181px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.14AbrasiveCut-OffMachine61770-20Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.14AbrasiveCut-OffMachine61770-20HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.14AbrasiveCut-OffMachine61770-20HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.14AbrasiveCut-OffMachine61770-20HolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.14AbrasiveCut-OffMachine61770-20HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.14AbrasiveCut-OffMachine61770-20HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.14AbrasiveCut-OffMachine61770-20CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.14AbrasiveCut-OffMachine61770-20ModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.14AbrasiveCut-OffMachine61770-20HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.14AbrasiveCut-OffMachine61770-20Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.14AbrasiveCut-OffMachine61770-20HolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.14AbrasiveCut-OffMachine61770-20HolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.14AbrasiveCut-OffMachine61770-20HolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*8960-20 - 8 Gallon Dust Extractor*/
					
					/*Spefications*/
					
					.Gallon8DustExtractor8960-20SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.Gallon8DustExtractor8960-20SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.Gallon8DustExtractor8960-20SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.Gallon8DustExtractor8960-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.Gallon8DustExtractor8960-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.Gallon8DustExtractor8960-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.Gallon8DustExtractor8960-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.Gallon8DustExtractor8960-20SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.Gallon8DustExtractor8960-20SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.Gallon8DustExtractor8960-20SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.Gallon8DustExtractor8960-20SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.Gallon8DustExtractor8960-20SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.Gallon8DustExtractor8960-20SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.Gallon8DustExtractor8960-20SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*8960-20 - 8 Gallon Dust Extractor*/
					
					/*Features*/
					
					.M18FUELDrainSnake2772AFeaturesProductInfoFourRow{height:220px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELDrainSnake2772AFeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELDrainSnake2772AFeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772AFeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18FUELDrainSnake2772AFeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18FUELDrainSnake2772AFeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772AFeaturesIndent{margin-left:16px; float:left}
											
					/*Spefications*/
					
					.M18FUELDrainSnake2772ASPCProductInfoOneRow{height:471px; width:810px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18FUELDrainSnake2772ASPCHolder{height:30px; width:810px; background-color: #FFFFFF; float:left}
					.M18FUELDrainSnake2772ASPCHolderGray{height:30px; width:810px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18FUELDrainSnake2772ASPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18FUELDrainSnake2772ASPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18FUELDrainSnake2772ASPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18FUELDrainSnake2772ASPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18FUELDrainSnake2772ASPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.M18FUELDrainSnake2772ASPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.M18FUELDrainSnake2772ASPCHolderTwo{height:40px; width:810px; background-color: #FFFFFF; float:left}
					
					.M18FUELDrainSnake2772ASPCHolder2{height:50px; width:810px; background-color: #FFFFFF; float:left}
					.M18FUELDrainSnake2772ASPCHolder3{height:70px; width:810px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.M18FUELDrainSnake2772ASPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18FUELDrainSnake2772ASPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.M18FUELDrainSnake2772ASPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELDrainSnake2772ASPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.M18FUELDrainSnake2772ASPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18FUELDrainSnake2772ASPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18FUELDrainSnake2772ASPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*8960-20 - 8 Gallon Dust Extractor*/
					
					/*Spefications*/
					
					.PivotingBitHolde11PC48-32-2301SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.PivotingBitHolde11PC48-32-2301SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.PivotingBitHolde11PC48-32-2301SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.PivotingBitHolde11PC48-32-2301SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.PivotingBitHolde11PC48-32-2301SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.PivotingBitHolde11PC48-32-2301SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.PivotingBitHolde11PC48-32-2301SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*48-32-5033 - SHOCKWAVE™ Impact Hex Shank Socket Adapter Set*/
					
					/*Spefications*/
					
					.ImpactHexShankSocket48-32-5033SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ImpactHexShankSocket48-32-5033SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.ImpactHexShankSocket48-32-5033SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ImpactHexShankSocket48-32-5033SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.ImpactHexShankSocket48-32-5033SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.ImpactHexShankSocket48-32-5033SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ImpactHexShankSocket48-32-5033SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*48-32-5033 - SHOCKWAVE™ Impact Hex Shank Socket Adapter Set*/
					
					/*Chart*/
					
					.MIL-ImpactDutyMagneticBitChartProductInfoOneRow{height:102px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; }
					.MIL-ImpactDutyMagneticBitChartInfoHolder{height:312px; width:892px; margin-top:0px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; } 
					.MIL-ImpactDutyMagneticBitChartInfoHeader{height:42px; width:892px; background-color:#024C8D; float:left}
					.MIL-ImpactDutyMagneticBitChartCatalogNumber{width:130px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MIL-ImpactDutyMagneticBitChartModelNumber{width:60px; margin-left:10px; padding-top:10px; color:#FFFFFF; float:left}
					.MIL-ImpactDutyMagneticBitChartDescription{width:100px; margin-left:230px; padding-top:10px; color:#FFFFFF; float:left}
					.MIL-ImpactDutyMagneticBitChartPipeCapacity{width:0px; margin-left:0px; padding-top:10px; color:#FFFFFF; float:left; }
					.MIL-ImpactDutyMagneticBitChartWeight{width:80px; margin-left:250px; padding-top:10px; color:#FFFFFF; float:left; }
					.MIL-ImpactDutyMagneticBitChartSTDPack{width:80px; margin-left:10px; padding-top:2px; color:#FFFFFF; float:left}
										
					.MIL-ImpactDutyMagneticBitChartWeightLB{width:50px; margin-left:238px; padding-top:3px; color:#FFFFFF; float:left;}
					.MIL-ImpactDutyMagneticBitChartWeightKG{width:45px; margin-left:2px; padding-top:3px; color:#FFFFFF; float:left;}
					
					.MIL-ImpactDutyMagneticBitChartpartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.MIL-ImpactDutyMagneticBitChartpartsHolderGray{height:30px; width:892px; margin-top:0px; background-color: #CCCCCC; float:left}
					.MIL-ImpactDutyMagneticBitChartProductCatalogNumber{width:80px; margin-left:10px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MIL-ImpactDutyMagneticBitChartProductsModelNumber{width:60px; margin-left:23px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MIL-ImpactDutyMagneticBitChartProductsDescription{width:255px; margin-left:232px; padding-top:7px; color: #000000; float:left;}
					.MIL-ImpactDutyMagneticBitChartCapacityIn{width:00px; margin-left:0px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MIL-ImpactDutyMagneticBitChartWeightProductsLB{width:40px; margin-left:132px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MIL-ImpactDutyMagneticBitChartWeightProductsKG{width:40px; margin-left:15px; padding-top:7px; color: #000000; float:left; text-align:center}
					.MIL-ImpactDutyMagneticBitChartProductSTDPack{width:50px; margin-left:40px; padding-top:7px; color: #000000; float:left;}

					/*Spefications*/
					
					.ShockWaveImpactDutyMagneticBitSPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.ShockWaveImpactDutyMagneticBitSPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.ShockWaveImpactDutyMagneticBitSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.ShockWaveImpactDutyMagneticBitSPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.ShockWaveImpactDutyMagneticBitSPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.ShockWaveImpactDutyMagneticBitSPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.ShockWaveImpactDutyMagneticBitSPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*48-32-5033 - SHOCKWAVE™ Impact Hex Shank Socket Adapter Set*/
					
					/*Chart*/
					
					.SectionalDrumSystem1-2Kit2775C-222FeaturesProductInfoFourRow{height:260px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.SectionalDrumSystem1-2Kit2775C-222FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.SectionalDrumSystem1-2Kit2775C-222FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.SectionalDrumSystem1-2Kit2775C-222FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.SectionalDrumSystem1-2Kit2775C-222FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222FeaturesIndent{margin-left:16px; float:left}
					
					/*Spefications*/
					
					.SectionalDrumSystem1-2Kit2775C-222HeaderHolder{height:20px; width:800px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.SectionalDrumSystem1-2Kit2775C-222ProductInfoOneRow{height:30px; width:800px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.SectionalDrumSystem1-2Kit2775C-222Holder{height:30px; width:800px; background-color: #FFFFFF; float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderGray{height:30px; width:800px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2ItemFW{height:30px; width:160px; margin-left:10px; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1Info{height:30px; width:260px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2Item{height:30px; width:160px; margin-left:5px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SectionalDrumSystem1-2Kit2775C-222CatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.SectionalDrumSystem1-2Kit2775C-222ModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.SectionalDrumSystem1-2Kit2775C-222HolderTwo{height:40px; width:800px; background-color: #FFFFFF; float:left}
					
					.SectionalDrumSystem1-2Kit2775C-222Holder2{height:50px; width:800px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SectionalDrumSystem1-2Kit2775C-222HolderCOL2Item2{height:50px; width:140px; margin-left:0px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					.SectionalDrumSystem1-2Kit2775C-222HeaderHolder2{height:20px; width:800px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.SectionalDrumSystem1-2Kit2775C-222SPCProductInfoOneRow{height:441px; width:800px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.SectionalDrumSystem1-2Kit2775C-222SPCHolder{height:30px; width:800px; background-color: #FFFFFF; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderGray{height:30px; width:800px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:5px; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2InfoFW{height:30px; width:220px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Info{height:30px; width:220px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Item{height:30px; width:160px; margin-left:10px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.SectionalDrumSystem1-2Kit2775C-222SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.SectionalDrumSystem1-2Kit2775C-222SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderTwo{height:40px; width:800px; background-color: #FFFFFF; float:left}
					
					.SectionalDrumSystem1-2Kit2775C-222SPCHolder2{height:50px; width:800px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*Doubble Row & First Row */
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					
					/*Really Big Row */
					.SectionalDrumSystem1-2Kit2775C-222SPCHolder5{height:100px; width:800px; background-color: #FFFFFF; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Item5{height:100px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL1Info5{height:100px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Item5{height:100px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.SectionalDrumSystem1-2Kit2775C-222SPCHolderCOL2Info5{height:100px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}
					
					
					/*2612-22 - M18™ Cordless 5/8" SDS Plus Rotary Hammer Kit*/
					
					/*Features*/
					
					.M18Cordless5-8SDSPHKit2612-22FeaturesProductInfoFourRow{height:140px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18Cordless5-8SDSPHKit2612-22FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M18Cordless5-8SDSPHKit2612-22FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M18Cordless5-8SDSPHKit2612-22FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M18Cordless5-8SDSPHKit2612-22FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22FeaturesIndent{margin-left:16px; float:left}
					
					/*Spefications*/
					
					.M18Cordless5-8SDSPHKit2612-22SPCHeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M18Cordless5-8SDSPHKit2612-22SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18Cordless5-8SDSPHKit2612-22SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2Info{height:30px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18Cordless5-8SDSPHKit2612-22SPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M18Cordless5-8SDSPHKit2612-22SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18Cordless5-8SDSPHKit2612-22SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22SPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M18Cordless5-8SDSPHKit2612-22HeaderHolder{height:20px; width:770px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M18Cordless5-8SDSPHKit2612-22ProductInfoOneRow{height:241px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M18Cordless5-8SDSPHKit2612-22Holder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22CatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18Cordless5-8SDSPHKit2612-22ModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M18Cordless5-8SDSPHKit2612-22HolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18Cordless5-8SDSPHKit2612-22Holder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					
					/*Doubble Row - First Row */
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18Cordless5-8SDSPHKit2612-22HolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*2612-22 - M18™ Cordless 5/8" SDS Plus Rotary Hammer Kit*/
					
					/*Features*/
					.M181SDSPRHkit2712-22FeaturesProductInfoFourRow{height:170px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M181SDSPRHkit2712-22FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
					.M181SDSPRHkit2712-22FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
					
					.M181SDSPRHkit2712-22FeaturespartsHolder2{height:50px; width:892px; background-color: #FFFFFF; float:left}
					.M181SDSPRHkit2712-22FeaturespartsHolderGray2{height:50px; width:892px; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22FeaturesIndent{margin-left:16px; float:left}
					
					/*Spefications*/
					
					.M181SDSPRHkit2712-22SPCProductInfoOneRow{height:311px; width:810px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M181SDSPRHkit2712-22SPCHolder{height:30px; width:810px; background-color: #FFFFFF; float:left}
					.M181SDSPRHkit2712-22SPCHolderGray{height:30px; width:810px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M181SDSPRHkit2712-22SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M181SDSPRHkit2712-22SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M181SDSPRHkit2712-22SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M181SDSPRHkit2712-22SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M181SDSPRHkit2712-22SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.M181SDSPRHkit2712-22SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.M181SDSPRHkit2712-22SPCHolderTwo{height:40px; width:810px; background-color: #FFFFFF; float:left}
					
					.M181SDSPRHkit2712-22SPCHolder2{height:50px; width:810px; background-color: #FFFFFF; float:left}
					.M181SDSPRHkit2712-22SPCHolder3{height:70px; width:810px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.M181SDSPRHkit2712-22SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M181SDSPRHkit2712-22SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.M181SDSPRHkit2712-22SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M181SDSPRHkit2712-22SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.M181SDSPRHkit2712-22SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M181SDSPRHkit2712-22SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M181SDSPRHkit2712-22SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*2612-22 - M18™ Cordless 5/8" SDS Plus Rotary Hammer Kit*/
					
					/*Spefications*/
					
					.M18CREDLITHIUMBattery48-11-1815SPCProductInfoOneRow{height:61px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.M18CREDLITHIUMBattery48-11-1815SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M18CREDLITHIUMBattery48-11-1815SPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M18CREDLITHIUMBattery48-11-1815SPCModelNumber{width:400px; margin-left:20px; padding-top:7px; float:left; }
					.M18CREDLITHIUMBattery48-11-1815SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.M18CREDLITHIUMBattery48-11-1815SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M18CREDLITHIUMBattery48-11-1815SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*2522-21XC - M12 FUEL™ 3" Compact Cut Off Tool - Kit*/
					
					/*Spefications*/
					
					.M12FUEL3CutOffToolKit2522-21XCSPCHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M12FUEL3CutOffToolKit2522-21XCSPCProductInfoOneRow{height:30px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12FUEL3CutOffToolKit2522-21XCSPCHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12FUEL3CutOffToolKit2522-21XCSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12FUEL3CutOffToolKit2522-21XCSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M12FUEL3CutOffToolKit2522-21XCSPCHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12FUEL3CutOffToolKit2522-21XCSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M12FUEL3CutOffToolKit2522-21XCHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M12FUEL3CutOffToolKit2522-21XCProductInfoOneRow{height:91px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12FUEL3CutOffToolKit2522-21XCHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12FUEL3CutOffToolKit2522-21XCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12FUEL3CutOffToolKit2522-21XCModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M12FUEL3CutOffToolKit2522-21XCHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M12FUEL3CutOffToolKit2522-21XCHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12FUEL3CutOffToolKit2522-21XCHolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*0885-21HD - M18 FUEL 3-in-1 Backpack Vacuum Kit*/
					
					/*Spefications*/
					
					.M183-1BackpackVacKit0885-21HDSPCHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M183-1BackpackVacKit0885-21HDSPCProductInfoOneRow{height:30px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M183-1BackpackVacKit0885-21HDSPCHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M183-1BackpackVacKit0885-21HDSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M183-1BackpackVacKit0885-21HDSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M183-1BackpackVacKit0885-21HDSPCHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M183-1BackpackVacKit0885-21HDSPCHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M183-1BackpackVacKit0885-21HDSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M183-1BackpackVacKit0885-21HDHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M183-1BackpackVacKit0885-21HDProductInfoOneRow{height:121px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M183-1BackpackVacKit0885-21HDHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M183-1BackpackVacKit0885-21HDHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M183-1BackpackVacKit0885-21HDHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M183-1BackpackVacKit0885-21HDHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M183-1BackpackVacKit0885-21HDHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M183-1BackpackVacKit0885-21HDHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M183-1BackpackVacKit0885-21HDCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M183-1BackpackVacKit0885-21HDModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M183-1BackpackVacKit0885-21HDHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M183-1BackpackVacKit0885-21HDHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M183-1BackpackVacKit0885-21HDHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M183-1BackpackVacKit0885-21HDHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M183-1BackpackVacKit0885-21HDHolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M183-1BackpackVacKit0885-21HDHolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M183-1BackpackVacKit0885-21HDHolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*2572B-21 M12™ AIRSNAKE™ Drain Cleaning Air Gun Kit*/
					
					/*Spefications*/
					
					.M12AIRSNAKEDCGunKit2572BSPCHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }	
					.M12AIRSNAKEDCGunKit2572BSPCProductInfoOneRow{height:30px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12AIRSNAKEDCGunKit2572BSPCHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1Info{height:30px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2Info{height:30px; width:240px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12AIRSNAKEDCGunKit2572BSPCCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12AIRSNAKEDCGunKit2572BSPCModelNumber{width:400px; margin-left:10px; padding-top:7px; float:left; }
					.M12AIRSNAKEDCGunKit2572BSPCHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M12AIRSNAKEDCGunKit2572BSPCHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL1Info2{height:50px; width:240px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2Info2{height:50px; width:220px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12AIRSNAKEDCGunKit2572BSPCHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					 
					 /*Table 2*****************************************************************************************************************************************/
					 	
					.M12AIRSNAKEDCGunKit2572BHeaderHolder{height:20px; width:740px; margin-top:10px; font-size:14px; font-weight:bold; float:left }						
					.M12AIRSNAKEDCGunKit2572BProductInfoOneRow{height:221px; width:740px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; float:left }
					.M12AIRSNAKEDCGunKit2572BHolder{height:30px; width:740px; background-color: #FFFFFF; float:left}
					.M12AIRSNAKEDCGunKit2572BHolderGray{height:30px; width:740px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.M12AIRSNAKEDCGunKit2572BHolderCOL1ItemFW{height:30px; width:140px; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.M12AIRSNAKEDCGunKit2572BHolderCOL2ItemFW{height:30px; width:140px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.M12AIRSNAKEDCGunKit2572BHolderCOL1Item{height:30px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.M12AIRSNAKEDCGunKit2572BHolderCOL2Item{height:30px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.M12AIRSNAKEDCGunKit2572BCatalogNumber{width:140px; margin-left:10px; padding-top:7px; float:left; font-weight:bold}
					.M12AIRSNAKEDCGunKit2572BModelNumber{width:300px; margin-left:10px; padding-top:7px; float:left; }
					.M12AIRSNAKEDCGunKit2572BHolderTwo{height:40px; width:740px; background-color: #FFFFFF; float:left}
					
					.M12AIRSNAKEDCGunKit2572BHolder2{height:50px; width:740px; background-color: #FFFFFF; float:left}
					
					/*Doubble Row */
					.M12AIRSNAKEDCGunKit2572BHolderCOL1Item2{height:50px; width:140px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.M12AIRSNAKEDCGunKit2572BHolderCOL2Item2{height:50px; width:140px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*Doubble Row - First Row */
					.M12AIRSNAKEDCGunKit2572BHolderCOL1ItemFWEXP{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL1InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					.M12AIRSNAKEDCGunKit2572BHolderCOL2ItemFWEXP{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.M12AIRSNAKEDCGunKit2572BHolderCOL2InfoFWEXP{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*49-56-9290 - BIG HAWG™ with Carbide Teeth Kit - 10PC*/
					
					/*Spefications*/
					
					.BigHawgCarbideTeethKi1049-56-9290SPCProductInfoOneRow{height:30px; width:810px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.BigHawgCarbideTeethKi1049-56-9290SPCHolder{height:30px; width:810px; background-color: #FFFFFF; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderGray{height:30px; width:810px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.BigHawgCarbideTeethKi1049-56-9290SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.BigHawgCarbideTeethKi1049-56-9290SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderTwo{height:40px; width:810px; background-color: #FFFFFF; float:left}
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolder2{height:50px; width:810px; background-color: #FFFFFF; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolder3{height:70px; width:810px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.BigHawgCarbideTeethKi1049-56-9290SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					/*2360-20 - M18™ ROVER™ Dual Power Flood Light*/
					
					/*Spefications*/
					
					.DualPowerFloodLight2360-20SPCProductInfoOneRow{height:61px; width:810px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.DualPowerFloodLight2360-20SPCHolder{height:30px; width:810px; background-color: #FFFFFF; float:left}
					.DualPowerFloodLight2360-20SPCHolderGray{height:30px; width:810px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.DualPowerFloodLight2360-20SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.DualPowerFloodLight2360-20SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.DualPowerFloodLight2360-20SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.DualPowerFloodLight2360-20SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.DualPowerFloodLight2360-20SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.DualPowerFloodLight2360-20SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.DualPowerFloodLight2360-20SPCHolderTwo{height:40px; width:810px; background-color: #FFFFFF; float:left}
					
					.DualPowerFloodLight2360-20SPCHolder2{height:50px; width:810px; background-color: #FFFFFF; float:left}
					.DualPowerFloodLight2360-20SPCHolder3{height:70px; width:810px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.DualPowerFloodLight2360-20SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.DualPowerFloodLight2360-20SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.DualPowerFloodLight2360-20SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DualPowerFloodLight2360-20SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.DualPowerFloodLight2360-20SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.DualPowerFloodLight2360-20SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.DualPowerFloodLight2360-20SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					/*49-80-0300 - Heat Gun Accessory Assortment*/
					
					/*Spefications*/
					
					.HeatGunAccessory49-80-0300SPCProductInfoOneRow{height:30px; width:770px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
					.HeatGunAccessory49-80-0300SPCHolder{height:30px; width:770px; background-color: #FFFFFF; float:left}
					.HeatGunAccessory49-80-0300SPCHolderGray{height:30px; width:770px; margin-top:0px; background-color: #CCCCCC; float:left}
					/*First Row*/
					.HeatGunAccessory49-80-0300SPCHolderCOL1ItemFW{height:30px; width:160px; background-color: #CCCCCC;  float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL1InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					
					.HeatGunAccessory49-80-0300SPCHolderCOL2ItemFW{height:30px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL2InfoFW{height:30px; width:210px; margin-top:0px; float:left}	
					/*End First Row*/
					
					/*All other rows **************************************** */
					.HeatGunAccessory49-80-0300SPCHolderCOL1Item{height:30px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL1Info{height:30px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					.HeatGunAccessory49-80-0300SPCHolderCOL2Item{height:30px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL2Info{height:30px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					.HeatGunAccessory49-80-0300SPCCatalogNumber{width:140px; margin-left:5px; padding-top:7px; float:left; font-weight:bold}
					.HeatGunAccessory49-80-0300SPCModelNumber{width:400px; margin-left:5px; padding-top:7px; float:left; }
					.HeatGunAccessory49-80-0300SPCHolderTwo{height:40px; width:770px; background-color: #FFFFFF; float:left}
					
					.HeatGunAccessory49-80-0300SPCHolder2{height:50px; width:770px; background-color: #FFFFFF; float:left}
					.HeatGunAccessory49-80-0300SPCHolder3{height:70px; width:770px; background-color: #FFFFFF; float:left}
					/*Doubble Row and First Row */
					
					.HeatGunAccessory49-80-0300SPCHolderCOL1ItemFW2{height:50px; width:160px; background-color: #CCCCCC;  float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL1InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					.HeatGunAccessory49-80-0300SPCHolderCOL2ItemFW2{height:50px; width:160px; margin-left:20px; background-color: #CCCCCC; float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL2InfoFW2{height:50px; width:210px; margin-top:0px; float:left}	
					
					/*Doubble Row */
					.HeatGunAccessory49-80-0300SPCHolderCOL1Item2{height:50px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL1Info2{height:50px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.HeatGunAccessory49-80-0300SPCHolderCOL2Item2{height:50px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL2Info2{height:50px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					.HeatGunAccessory49-80-0300SPCHolderCOL1Item3{height:70px; width:160px; border-top: inset 1px #000; background-color: #CCCCCC;  float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL1Info3{height:70px; width:210px; margin-top:0px; border-top: inset 1px #000; float:left}	
					
					.HeatGunAccessory49-80-0300SPCHolderCOL2Item3{height:70px; width:160px; margin-left:20px; border-top: inset 1px #000; background-color: #CCCCCC; float:left}
					.HeatGunAccessory49-80-0300SPCHolderCOL2Info3{height:70px; width:210px; margin-top:0px; border-top: 1px inset #000; float:left}	
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
/* CSS Document */

/*Home Page*/
body {font-family: Arial, Helvetica, sans-serif; background-color: #FFF ;}  
 #main {height:950px; width:954px; background-color: #024C8D; margin-left:-9px; margin-top:-10px}

a.Class1:link{color: white;  text-decoration: none; }
a.Class1:visited {color: white; text-decoration: none;}
a.Class1:hover {color: white; text-decoration: underline;}
a.Class1:active{color: white;text-decoration: none;}

.Red{color:Red}
.Blue{color:blue}
.Black{color:black}

img {-ms-interpolation-mode: bicubic;}

/*Hover for product list*/
#super-product-table tr.highlight:hover { background-color: yellow;}


p.top-promo {display: none;}
div.no-crosssell {display: none;}
p.bugs {display: none;}
div.f-right {display: none;}

/*Product Tabs*/
.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(https://www.brocktooldetroit.com/skin/frontend/BrockTool/default/images/bkg_tabs.gif) 0 100% repeat-x; height: 25px;}
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#024C8D; font-weight:bold; color:#fff; }
.product-tabs-content h2 {display:none; font-size:12px; font-weight:bold; }
#productLabelHolder {background-color:#024C8D; color:#FFFFFF}

/*Change Height*/

.FortyFiveID{height:45px;}
.ChangePadding{padding:4px:}

/*Indent*/
.Indent{ margin-left:12px;}
/*Move Down*/
.MoveDown5{margin-top:5px}
.MoveDown2{margin-top:2px}
/*<li> Tags*/
li{margin-bottom:4px;}

/*TableFooter*/
.TableFooter{margin-top:5px}

/*Menus*/

.menu{ height:26px; background-color:#f2f2f2;  width:575px; float:left; margin-left:0px; margin-top:-10px;  box-shadow: 
  0 2px 2px #fff, /*bottom external highlight*/
  inset 0 -1px 2px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(255,255,255,0.8);} 

.menu ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  display: block;
  position: relative;
  float: left;
}
.menu li ul { display: none; }
.menu ul li a {
  margin-left:2px;
  display: block;
  text-decoration: none;
  color: #000; 
  border-right: thin solid black; 
  border-top: 0px;	  
  padding: 3px 7px 3px 7px;
  background: #f2f2f2  ;
  margin-Right: 1px;
  white-space: nowrap;
}
.menu ul li a:hover { background: #E5E5E5;}

.menu li:hover ul {
  display: block;
  position: absolute;
}
.menu li:hover li {
  float: none;
  font-size: 14px;
}
.menu li:hover a { background: #942426; }
.menu li:hover li a:hover { background: #090909; }

.MenuBegin a {padding: 3px 7px 3px 7px; float:left; color: #FFF; background-color:#024C8D; text-decoration:none; font-weight:bold}

/* .on{color: white; background:#03C; text-decoration:none;}   */

.OneOutside{margin-top:-27px; margin-left:0px; float:left;}
.OneInside{margin-top:-35px; margin-left:0px; float:left;}
.TwoOutside{margin-top:-27px; margin-left:50px; float:left}
.TwoInside{margin-top:-35px; margin-left:46px; float:left}
.three{margin-top:-76px; margin-left:132px; float:left}
.Four{margin-top:-94px; margin-left:182px; float:left}
.Five{margin-top:-112px; margin-left:223px; float:left}
.Six{margin-top:-130px; margin-left:326px; float:left}
.Seven{margin-top:-148px; margin-left:428px; float:left}

/*Features****************************************************************************************************/

.FeaturesProductInfoOneRow{height:30px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoTwoRow{height:62px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoThreeRow{height:90px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoFourRow{height:120px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoFiveRow{height:150px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductSixRow{height:184px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductSevenRow{height:210px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductEightRow{height:240px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductNineRow{height:270px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoEightRow{height:240px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoNineRow{height:270px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoTenRow{height:300px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoElevenRow{height:330px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoTwelveRow{height:360px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }

.FeaturespartsHolder{height:30px; width:892px; background-color: #FFFFFF; float:left}
.FeaturespartsHolderGray{height:30px; width:892px; background-color: #CCCCCC; float:left}
.FeaturesDescription{width:892px; margin-left:30px; padding-top:6px; float:left}
.FeaturesDescription2{width:892px; margin-left:16px; padding-top:6px; float:left}

/*Top Row Overflow*/

.FeaturesProductInfoSevenRowExtra{height:225px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoThreeRowExtra{height:105px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoFourRowExtra{height:135px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoFiveRowExtra{height:164px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoSixRowExtra{height:195px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductSevenRowExtra{height:225px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturesProductInfoNineRowExtra{height:284px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturespartsHolderGrayTop{height:45px; width:892px; background-color: #CCCCCC; float:left}
.FeaturesDescriptionTop{width:892px; margin-left:30px; padding-top:3px; float:left}

.FeaturesProductInfoFourRowExtra{height:135px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }
.FeaturespartsHolderGrayTop{height:45px; width:892px; background-color: #CCCCCC; float:left}
.FeaturesDescriptionTop{width:892px; margin-left:30px; padding-top:3px; float:left}

.FeaturespartsHolder2ROW{height:45px; width:892px; background-color: #FFFFFF; float:left}
.FeatureMoveSecondRow{ margin-left:25px; float:left}




/*Two Row Overflow*/
.FeaturesProductInfoFourRowExtra2{height:145px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }


/*End Features **********************************************************************************************************************************/

/*Short Description*/

.RemoveExtraSpace{margin-top:0px;}

/*Links*/

/*One Row*/

.JLinksOneRowTitle{height:50px; width:350px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
.JLinksHeader{height:22px; font-size:14px; width:350px; margin-top: -20px; background-color:#024C8D; float:left}
.JLinksHeaderDescription{width:350px; margin-left:0px; padding-top:0px; margin-top:-20px; color:#FFFFFF; float:left; text-align:center}
			
.JLinksHolder{height:30px; width:350px; background-color: #FFFFFF; float:left}
.JLinksHolderGray{height:30px; width:350px; margin-top:0px; background-color: #CCCCCC; float:left}
.JLinksLinksHeaderDescription{width:350px; padding-top:10px; margin-top:-55px; color: #000000; float:left; text-align:center}
.JLinks-AccessoriesLink{margin-left:0px; color:#FF0000; font-weight:bold }

/*Two Row*/

.JLinksTwoRowTitle{height:82px; width:350px; margin-top:10px; margin-left:0px; font-size:12px; border:inset blue; background-color: #FFFFFF; float:left }
.JLinksHeader2{height:22px; font-size:14px; width:350px; margin-top: -20px; background-color:#024C8D; float:left}
.JLinksHeaderDescription2{width:350px; margin-left:0px; padding-top:0px; margin-top:-20px; color:#FFFFFF; float:left; text-align:center}
			
.JLinksHolder2{height:30px; width:350px; background-color: #FFFFFF; margin-top:-20px; float:left}
.JLinksLinkDescription2FRow{width:350px; padding-top:7px; margin-top:-30px; color: #000000; float:left; text-align:center}
.JLinksLinkDescription2SRow{width:350px; padding-top:7px; margin-top:-27px; color: #000000; float:left; text-align:center}
.JLinks-AccessoriesLink2{margin-left:0px; color:#FF0000; font-weight:bold }

/*New Link***********************************************************************************************/ 

.ACCMainLinkHolder{height:130px; width:250px; background-color:#F5F5F5; border: solid #000000; border-width:1px; margin-left:0px; float:left}
.ACCMainLinkHeader{height:30px; width:250px; margin-top:-18px; background-color: #ECECEC; float:left}
.ACCLinkHeader{ font-size:16px; color:#030303; margin-top:-16px; font-weight:bold; text-align:center;} 

.ACCLinkPicture{height:75px; width:75px; margin-left:10px; margin-top:5px; border: solid #000000; border-width: 1px; float:left}
.ACClinkTextHolder{width:140px; height:50px; margin-left:20px; margin-top:-5px; color: #0066FF; float:left;}

/*Link Second*/

.ACC2MainLinkHolder{height:130px; width:250px; margin-top:-54px; background-color:#F5F5F5; border: solid #000000; border-width:1px; margin-left:10px; float:left}
.ACC2MainLinkHeader{height:30px; width:250px; margin-top:-18px; background-color: #ECECEC; float:left}
.ACC2LinkHeader{ font-size:16px; color:#030303; margin-top:-16px; font-weight:bold; text-align:center;} 

.ACC2LinkPicture{height:75px; width:75px; margin-left:10px; margin-top:5px; border: solid #000000; border-width: 1px; float:left}
.ACC2LinkTextHolder{width:140px; height:50px; margin-left:20px; margin-top:-5px; color: #0066FF; float:left;}
/*END ***************************************************************************************************************/

/*NEW NEW Link*/
.CatMainLinkHolder{height:82px; width:400px; background-color:#F5F5F5; border: solid #000000; border-width:1px; margin-left:0px; float:left}
.CatMainLinkHeader{height:30px; width:400px; margin-top:-18px; background-color: #ECECEC; float:left}
.CatLinkHeader{ font-size:16px; margin-top:-18px; color:#030303; font-weight:bold; text-align:center; padding-top:5px}
.CatlinkTextHolder{width:380px; margin-left:20px; margin-top:2px; color: #0066FF; float:left; text-align:center}

/*Videos****************************************************************/

/*Video One*/
#VideoOnePopupHolder{position:absolute; visibility: hidden; z-index:700; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoOne{ margin-top:0x; border:none}
			
.Video1-ImageTextHolder{width:380px; height:70px; margin-top:10px; float:left}
.Video1-Image{width:90px; height:65px; margin-left:30px; border: ridge medium  #FFCC00; float:left;}
.Video1-Image:hover{border: ridge medium #00CC00}
.Video1-Text{ width:220px; margin-left:10px; margin-top:10px; float:left; color:#024C8D; font-size:12px}
.Video1-TextEXP{ width:220px; margin-left:10px; margin-top:10px; float:left; color:#024C8D; font-size:12px}
.Video1-Text:hover{ text-decoration:underline}
.Video1-Time{ width:220px; margin-left:10px;color:#000000; float:left}
#CloseButtonVideo1{margin-left:310px; margin-top:10px;}

/*Video Two*/
#VideoOnePopupHolderTwo{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoTwo{ margin-top:0px; border:none}
.Video2-ImageTextHolder{width:400px; height:70px; margin-top:10px; float:left}
.Video2-Image{width:90px; height:65px; margin-left:0px; border: ridge #FFCC00; float:left; margin-top:0px}
.Video2-Image:hover{border: ridge #00CC00}
.Video2-Text{ width:220px; margin-left:10px; margin-top:10px; float:left; color:#024C8D; font-size:12px}
.Video2-Text:hover{ text-decoration:underline}
.Video2-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo2{margin-left:310px; margin-top:10px;}

/*Video Three*/
#VideoOnePopupHolderThree{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoTwo{ margin-top:0px; border:none}
.Video3-ImageTextHolder{width:400px; height:70px; margin-top:10px; float:left}
.Video3-Image{width:90px; height:65px; margin-left:30px; border: ridge #FFCC00; float:left; margin-top:10px}
.Video3-Image:hover{border: ridge #00CC00}
.Video3-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video3-TextEXP{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video3-Text:hover{ text-decoration:underline}
.Video3-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo3{margin-left:310px; margin-top:10px;}

/*Video Four*/
#VideoOnePopupHolderFour{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoFour{ margin-top:0px; border:none}
.Video4-ImageTextHolder{width:400px; height:70px; margin-top:10px; float:left}
.Video4-Image{width:90px; height:65px; margin-left:-20px; border: ridge #FFCC00; float:left; margin-top:10px}
.Video4-Image:hover{border: ridge #00CC00}
.Video4-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video4-Text:hover{ text-decoration:underline}
.Video4-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo4{margin-left:310px; margin-top:10px;}
			
/*Video Five*/
#VideoOnePopupHolderFive{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoFive{ margin-top:0px; border:none}
.Video5-ImageTextHolder{width:400px; height:70px; margin-top:20px; float:left}
.Video5-Image{width:90px; height:65px; margin-left:30px; border: ridge #FFCC00; float:left; margin-top:10px}
.Video5-Image:hover{border: ridge #00CC00}
.Video5-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video5-Text:hover{ text-decoration:underline}
.Video5-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo5{margin-left:310px; margin-top:10px;}

/*Video Six*/
#VideoOnePopupHolderSix{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoSix{ margin-top:0px; border:none}
.Video6-ImageTextHolder{width:400px; height:70px; margin-top:20px; float:left}
.Video6-Image{width:90px; height:65px; margin-left:-20px; border: ridge #FFCC00; float:left; margin-top:10px}
.Video6-Image:hover{border: ridge #00CC00}
.Video6-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video6-Text:hover{ text-decoration:underline}
.Video6-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo6{margin-left:310px; margin-top:10px;}

/*Video Seven */
#VideoOnePopupHolderSeven{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
  margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
  #IframeVideoSeven{ margin-top:0px; border:none}
  .Video7-ImageTextHolder{width:400px; height:70px; margin-top:20px; float:left}
  .Video7-Image{width:90px; height:65px; margin-left:30px; border: ridge #FFCC00; float:left; margin-top:10px}
  .Video7-Image:hover{border: ridge #00CC00}
  .Video7-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
  .Video7-Text:hover{ text-decoration:underline}
  .Video7-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
  #CloseButtonVideo7{margin-left:310px; margin-top:10px;}

/*Video Eight */
#VideoOnePopupHolderEight{position:absolute; visibility: hidden; z-index:800; height:550px; width:697px; 
margin-top:-500px; margin-left:100px; border:inset blue; background-color: #D8D8D8; box-shadow: 10px 10px 5px #888888;} 
#IframeVideoEight{ margin-top:0px; border:none}
.Video8-ImageTextHolder{width:400px; height:70px; margin-top:20px; float:left}
.Video8-Image{width:90px; height:65px; margin-left:-20px; border: ridge #FFCC00; float:left; margin-top:10px}
.Video8-Image:hover{border: ridge #00CC00}
.Video8-Text{ width:220px; margin-left:10px; margin-top:20px; float:left; color:#024C8D; font-size:12px}
.Video8-Text:hover{ text-decoration:underline}
.Video8-Time{width:220px; margin-left:10px;color:#000000; float:left; margin-top:0px}
#CloseButtonVideo7{margin-left:310px; margin-top:10px;}

/*Warranty Images Classes*/



.WarrantyImageHolders{height:120px; width: 200px; float:left; margin-top:20px; margin-left:20px} 
.WarrantyText{font-size:14px; margin-top:10px; color:#000; margin-left:5px}

/*Catagory Header Main (Works 2 or 3 Pictures) */

.HeaderTwoColumsMain{height:340px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
.HeaderTwoColumsHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
.HeaderTwoColumsText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

/*Catagory Header (Works 4 or 6 Colums) */

.HeaderThreeColumsMain{height:540px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
.HeaderThreeColumsHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
.HeaderThreeColumsText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

/*Exception Plumbing Loctiong */
.HeaderThreeColumsMainPlum{height:560px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}

/*Catagory Header (Works 7 or 9 Colums) */

.HeaderFourColumsMain{height:740px; width:680px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
.HeaderFourColumsHeader{height:50px; width:680px; background-color: #000000; border-bottom: groove #FF0000; float:left}
.HeaderFourColumsText{ margin-left:20px; margin-top:5px; color:#FFFFFF; font-size:24px; float:left;}

/*Exception Utility Loctiong */
.HeaderFourColumsMainPlum{height:800px; width:670px; margin-top:-6px; background-color:#024C8D; border: groove #FF0000; float:left}
.HeaderFourColumsMainBIG{height:770px; width:680px; background-color:#024C8D; border: groove #FF0000; float:left}

/*Supporting Documents*/

/*Support Docs */
				
.SupportDocHolderAdobeMain{height:72px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;} 
.SupportDocHolderAdobe{height:35px; width:180px; margin-top:5px; margin-left:5px; float:left } 
.SupportDocHeaderAdobe{height:30px; width:30px; margin-left:0px; float:left}
.SupportDocTextAdobe{margin-left:5px; margin-top:5px; font-size:14px ; color:#024C8D; float:left;}
.ChangeLinkColor{color:#024C8D}
.SupportDocHolderAdobe2{height:30px; width:100px; margin-top:-30px; margin-left:150px; float:left } 

.SupportDocHolderOperatorManual{height:35px; width:200px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderOperatorManualWide{height:35px; width:230px; margin-top:5px; margin-left:20px; float:left } 

.SupportDocHolderCatalogSheet{height:35px; width:170px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderInstruction{height:35px; width:180px; margin-top:5px; margin-left:15px; float:left } 
.SupportDocHolderThreadingSDS{height:35px; width:290px; margin-top:5px; margin-left:15px; float:left } 
.SupportDocHolderInstructionWide{height:35px; width:200px; margin-top:5px; margin-left:15px; float:left } 
.SupportDocHolderPartsList{height:35px; width:140px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderCrossChek {height:35px; width:220px; margin-top:5px; margin-left:20px; float:left } 
/*REED Support Docs*/
.SupportDocHolderManual{height:35px; width:150px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderParts{height:35px; width:130px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderPartsWide{height:35px; width:150px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderPartsSuperWide{height:35px; width:270px; margin-top:5px; margin-left:20px; float:left } 

.SupportDocHolderChemical{height:35px; width:250px; margin-top:5px; margin-left:20px; float:left } 
.SupportDocHolderFlyer{height:35px; width:140px; margin-top:5px; margin-left:20px; float:left } 


/*Cart Instructions*/
.cart-instructions-bottom{margin-top:-30px; font-weight:600; color:#F00}
.cart-instructions-top{margin-top:-19px; margin-bottom:10px; font-weight:600; color:#F00}
/*Customer Service*/
.CustomerServiceHeader{font-size:18px; color:#024C8D}

/*Privacy Policy*/
#PrivacyPolicy{font-size:23px; color:#024C8D}

/*Home Page Sale*/
.WrapperInStock{ height:270px; width:700px; float:left; border:groove #000000;box-shadow: 10px 10px 5px #888888;
background: rgba(179,220,237,1);
background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(41%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}

.SaleTextInStock2{ margin-left:20px; margin-top:20px; font-size:22px; font-weight:bold; float:left}
.SaleTextInStock3{ margin-left:15px; margin-top:5px; font-size:14px; font-weight:bold; float:left}
.SaleTextInStock4{ margin-left:22px; margin-top:5px; font-size:14px; font-weight:bold; float:left}
.SaleButtonInStock{ margin-left:145px; margin-top:10px; font-size:18px; float:left}

/*Home Page Sale*/
.WrapperMainSale{ height:270px; width:700px; margin-top:20px; float:left; border:groove #000000;box-shadow: 10px 10px 5px #888888;
  background-color: white;
/* background: rgba(179,220,237,1);
background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(41%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 41%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 ); */
}

.SaleHeaderText{font-size:40px; margin-top:0px; font-weight:bold; color:#F00; text-align:center}
.SaleImage{margin-top:5px; margin-left:20px; float:left}
.SaleImageChannlLock{margin-top:5px; margin-left:90px; float:none}
.SaleTextSale{ margin-left:115px; margin-top:0px; font-size:36px; font-weight:bold; float:none}
.SaleTextSale2{ margin-left:130px; margin-top:15px; font-size:18px; font-weight:bold; float:none; }
.SaleTextSale3{ margin-left:367px; margin-top:20px; font-size:14px; float:none; font-weight:bold}
.SaleTextSale4{ margin-left:415px; margin-top:20px; font-size:18px; float:none; font-weight:bold; color:red}
.InStockFreeShipping{color:red; margin-left:65px; font-weight:bold; margin-top:10px; font-size:18px; float:none}
.SaleButtonSale{ margin-left:145px; margin-top:5px; font-size:18px; float:none}
.SaleButtonColor{color: #090; text-decoration:none;}
.SaleCatChannlelock{font-size:24px; color:#F00; margin-top:10px; margin-left:160px; }


/*Home Page*/
#PageHolder{height:5750px; width:958px; margin-left:-8px; margin-top:-8px; }
/*#main {position: absolute; z-index:500; height:1650px; width:958px; background-color: #FFF; margin-left:0px; margin-top:0px; }*/
.HomeOpenText{height:150px; margin-top:-37px; width:550px; font-size:14px; font-weight:500; float:left}
.HomeRidgidPrefered{ margin-top:60px; margin-left:20px; float:left}

.FeatureProductsHeader{width:900px; font-size:400%; font-weight:bold; color: #090  ; margin-top:40px; float:left; text-align:center; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 0px Black}

.FeaturedProductHolder{width:952px; height:20px; margin-top:10px; background-color: #D4180A; border:inset #000; float:left}
.FeatureHolderText{color:#FFFFFF; font-size:18px; margin-top:1px; margin-left:22px; float:left; }

#MiddleColum {height:225px; width: 958px; background-color: #FFF; float:left;} 
.FeaturedItem1{height:220px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; ; float:left}
.FeaturesItem1Image{margin-top:10px; margin-left:15px;}
.FeaturesItem1Text{ width:237px; margin-top:20px; margin-left:0px; font-size:14px; font-weight:bold; text-align:center }

.FeaturedItem2{height:220px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.FeaturesItem2Image{margin-top:20px; margin-left:35px;}
.FeaturesItem2Text{ width:237px; margin-top:10px; margin-left:0px; font-size:14px; font-weight:bold; text-align:center }

.FeaturedItem3{height:220px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.FeaturesItem3Image{margin-top:15px; margin-left:20px;}
.FeaturesItem3Text{ width:237px; margin-top:15px; margin-left:0px; font-size:14px; font-weight:bold; text-align:center }

.FeaturedItem4{height:220px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.FeaturesItem4Image{margin-top:15px; margin-left:20px;}
.FeaturesItem4Text{ width:237px; margin-top:20px; margin-left:0px; font-size:14px; font-weight:bold; text-align:center }

.FeaturedItem5{height:220px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.FeaturesItem5Image{margin-top:15px; margin-left:40px;}
.FeaturesItem5Text{ width:237px; margin-top:20px; margin-left:0px; font-size:14px; font-weight:bold; text-align:center }
/*Online Products*/

.FeatureManufacturersHeader{width:900px; font-size:400%; font-weight:bold; margin-top:260px;  color: #090; float:left; text-align:center; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 0px Black}

.OnlineProductHolder{width:952px; height:20px; margin-top:20px; background-color: #D4180A; border:inset #000; float:left}
.OnlineProductHolderText{color:#FFFFFF; font-size:18px; margin-top:1px; margin-left:22px; float:left; }

#OnlineMiddleColum {height:125px; width: 958px; background-color: #FFF; float:left;} 
.OnlineFeaturedItem1{height:158px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000;  float:left}
.OnlineFeaturesItem1Image{margin-top:20px; margin-left:50px;}
.OnlineFeaturesItem1TextHolder{height:30px; width:237px; margin-top:15px; margin-left:0px; background-color:#024C8D; float:left}
.OnlineFeaturesItem1Text{height:20px; width:237px; margin-top:5px; font-size:14px; font-weight:bold; color:#FFF; text-align:center; float:left}

.OnlineFeaturedItem2{height:158px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.OnlineFeaturesItem2Image{margin-top:25px; margin-left:48px;}
.OnlineFeaturesItem2TextHolder{height:30px; width:237px; margin-top:17px; margin-left:0px; background-color:#024C8D; float:left}
.OnlineFeaturesItem2Text{height:20px; width:237px; margin-top:5px; font-size:14px; font-weight:bold; color:#FFF; text-align:center; float:left}

.OnlineFeaturedItem3{height:158px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.OnlineFeaturesItem3Image{margin-top:17px; margin-left:45px;}
.OnlineFeaturesItem3TextHolder{height:30px; width:237px; margin-top:18px; margin-left:0px; background-color:#024C8D; float:left}
.OnlineFeaturesItem3Text{height:20px; width:237px; margin-top:5px; font-size:14px; font-weight:bold; color:#FFF; text-align:center; float:left }

.OnlineFeaturedItem4{height:158px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.OnlineFeaturesItem4Image{margin-top:43px; margin-left:49px;}
.OnlineFeaturesItem4TextHolder{height:30px; width:237px; margin-top:17px; margin-left:0px; background-color:#024C8D; float:left}
.OnlineFeaturesItem4Text{height:20px; width:237px; margin-top:5px; font-size:14px; font-weight:bold; color:#FFF; text-align:center; float:left }

.OnlineFeaturedItem5{height:127px; width:237px; border-left:inset thin #000; border-right:inset thin #000; border-bottom:inset thin #000; float:left}
.OnlineFeaturesItem5Image{margin-top:0px; margin-left:38px;}
.OnlineFeaturesItem5TextHolder{height:30px; width:237px; margin-top:4px; margin-left:0px; background-color:#024C8D; float:left}
.OnlineFeaturesItem5Text{height:20px; width:237px; margin-top:5px; font-size:14px; font-weight:bold; color:#FFF; text-align:center; float:left }

/*#TextBackground {margin-top:10px; margin-left:40px; float:left;}
/*#SlideShow{height: 300px; width: 690px; float:left;} */

#BottomColum{width: 958px; height:160px; background-color: #024C8D ; float:left; margin-top:0px;  margin-left:0px;} 
.BottomHeaderProductsHolder{width:952px; height:30px;  background-color:#D4180A; border:inset #000}
.onlineManufacturers{margin-left:20px; margin-top:20px}
#BottomHeaderProducts{color:#FFFFFF; font-size:18px; margin-top:1px; margin-bottom:10px; margin-left:22px; float:left; }
#BottomHeaderQuickLinksHolder{height:249px; width:860px; margin-top:45px; margin-left:40px; background-color: white;  float:left; border:groove #000 }
#BottomHeaderQuickLinks{color: #000; width:887px; height:25px; font-size:24px; font-weight:600; margin-top:5px; margin-bottom:0px; margin-left:32px; float:left; }

#ShortCutHolderStart{height:40px; width:280px; margin-top:20px; margin-left:20px; float:left}
.ShortCutHolder{height:40px; width:280px; margin-top:20px; float:left}
.ShortCutGraphics{margin-left:10px; float:left}					
.ShortCutTitle{margin-left:10px; margin-top:20px; font-size:14px; float:left}
#PandBShortCutTitle2{ height:40px; width:170px; margin-left:10px;font-size:14px; margin-top:5px; float:left}

.BottomServiceHolder{height:152px; width:958px; margin-top:30px; background-color: black; float:left; border-top:groove #F00 }
.HomeFooterFillerBox{ position:absolute; z-index:2500px; margin-top:148px; margin-left:938px; height:30px; width:20px; background-color: #000}

/*Logos Page*/

.ManufactureCatWrapper{margin-left:-30px;}
.CommingSoonManufacturesCAT{width:954px; height:30px; margin-top:10px; background-color: #D4180A; border:inset #000; float:left}

.CommingSoonManufacturesHolder{width:954px; height:30px; margin-top:40px; background-color: #D4180A; border:inset #000; float:left}
.CommingSoonManufacturesText{color:#FFFFFF; font-size:18px; margin-top:1px; margin-bottom:10px; margin-left:22px; float:left; }

#FirstRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-right:inset #000 }
.LISRidgid{margin-top:30px; margin-left:38px; float:left}
.LISGreenlee{margin-top:10px; margin-left:41px; float:left}
.LISMilwaukee{margin-top:15px; margin-left:30px; float:left}
.LISMichiganLadder{margin-top:30px; margin-left:20px; float:left}
.LISReed{margin-top:20px; margin-left:60px; float:left}

#SecondRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-right:inset #000 }
.LISJobox{margin-top:20px; margin-left:30px; float:left}
.LISMetabo{margin-top:10px; margin-left:60px; float:left}
.LISDiamondProducts{margin-top:5px; margin-left:60px; float:left}
.LISTyrolitAbrasives{margin-top:20px; margin-left:60px; float:left}
.LISBlackMambaGloves{margin-top:30px; margin-left:50px; float:left}

#ThirdRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-right:inset #000 }
.LISChannellock{margin-top:10px; margin-left:40px; float:left}
.LISEmpire{margin-top:10px; margin-left:50px; float:left}
.LISCondux{margin-top:0px; margin-left:30px; float:left}
.LISVaughnHammers{margin-top:10px; margin-left:30px; float:left}
.LISRothenberger{margin-top:10px; margin-left:30px; float:left}

#ForthRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-right:inset #000 }
.LISWheelerRex{margin-top:5px; margin-left:40px; float:left}
.LISGeneralPipeCleaners{margin-top:20px; margin-left:80px; float:left}
.LISMKMorse{margin-top:20px; margin-left:42px; float:left}
.LISMasterlock{margin-top:20px; margin-left:60px; float:left}
.LISVermetteLifts{margin-top:0px; margin-left:86px; float:left}

#FithRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-right:inset #000; border-bottom:inset #000; }
.LISSimpsonStrongTie{margin-top:20px; margin-left:88px; float:left}
.LISTurboTorch{margin-top:40px; margin-left:66px; float:left}
.LISMillRose{margin-top:25px; margin-left:59px; float:left}
.LISKlein{margin-top:-20px; margin-left:0px; float:left}
.LISJackson{margin-top:40px; margin-left:50px; float:left}




#SixthRowHolder{height:100px; width:954px; float:left; border-left:inset #000; border-bottom:inset #000; border-right:inset #000 }
.LISWellsaw{margin-top:20px; margin-left:10px; float:left}
.LISKnaack{margin-top:10px; margin-left:30px; float:left}
.LISBondus{margin-top:30px; margin-left:40px; float:left}
.LISBosch{margin-top:30px; margin-left:40px; float:left}
.LISCurrentTools{margin-top:20px; margin-left:70px; float:left}
.LISDewalt{margin-top:15px; margin-left:40px; float:left}
.LISAlfra{margin-top:20px; margin-left:60px; float:left}
.LISMidco{margin-top:0px; margin-left:65px; float:left}





/*Featured Catagories*/
.FeatureProductsWeCarryHeader{width:900px; font-size:400%; font-weight:bold; margin-top:180px;  color: #090; float:left; text-align:center; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 0px Black}
.FeatureManWeCarryHeader{width:900px; font-size:400%; font-weight:bold; margin-top:30px;  color: #090; float:left; text-align:center; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 0px Black}

.FeaturedCatagoriesHolder{width:960px; height:3200px; margin-top:0px; background-color:#024C8D; float:left}
.FeaturedCatagoriesHeader{width:954px; height:20px; margin-top:20px; background-color: #D4180A; border:inset #000; float:left}
.FeaturedCatagoriesText{color:#FFFFFF; font-size:18px; margin-top:1px; margin-bottom:10px; margin-left:22px; float:left; }


/*Ridgid Page*/
#RidgidPageHolder{height:1120px; width:954px; margin-left:-30px; margin-top:-24px}
#RidgidMain { position: absolute; z-index:500; height:825px; width:900px; margin-left:0px; margin-top:0px}
#RidgidMiddleColum {height:300px; width:954px; background:#FFF; float:left}
#RidgidTextBackground {margin-top:10px; margin-left:40px; float:left;}
#RidgidBottomColum{width: 860px; height:670px; background-color: #024C8D ; float:left; margin-top:0px; margin-left:40px; display: flex;  flex-wrap: wrap;}
#RidgidBottomHeaderProducts{color:#FFFFFF; width:887px; height:50px; font-size:24px; font-weight:600; margin-top:10px; margin-bottom:10px; margin-left:234px; float:left; }

/*Ridgid Footer*/
.RidgidFooterFillerBox{ position:absolute; z-index:2500px; margin-top:156px; margin-left:938px; height:30px; width:20px; background-color: #000}

/*Ridgid Page*/
#BottomPipeTubing {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 5px;
  margin-left: 0px */
  margin-left: 53px;
}

#PipeTubingText {
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 33px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 150px;
}

/*DrainCleaning*/
#BottomDrainingCleaning {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 5px;
  margin-left: 20px */
}

#DrainCleaningText {
  width: 195px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

/*PipePatching*/
#BottomPipePatching {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 5px;
  margin-left: 20px */
}

#PipePatchingText {
  width: 195px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

/*Ridgid Logo*/
#RidgidPreferredLogo {
  height: 170px;
  width: 300px;
  background-color: #024C8D;
  float: left;
  margin-top: 0px;
  margin-left: 291px;
  margin-bottom: 40px;
  scale: 90%;
}

/*See Snakes, Inspections, Locating*/
#See-Snakes-Inspections-Locating {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left; */
  margin-top: 40px;
  margin-bottom: 40px;
  /* margin-left: 0px */
  margin-left: 53px;
}

#See-Snakes-Inspections-Locating-Text {
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 203px;
}

/*GENERAL PURPOSE &amp; HAND TOOLS*/
#BottomGeneral {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 15px;
  margin-left: 10px */
  margin-top: 40px;
}

#GeneralText {
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

/*ELECTRIC TOOLS*/
#BottomElectric {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 15px;
  margin-left: 20px */
}

#ElectricText {
  color: #FFFFFF;
  margin-top: 15px;
  font-size: 16px;
  margin-left: 37px;
  font-weight: 600;
  text-align: center
}

/* Pressing */
#BottomPressing {
  height: 170px;
  width: 245px;
  background-color: #024C8D;
  /* float: left;
  margin-top: 15px;
  margin-left: 20px */
  margin-top: 40px;
}

#PressingText {
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: -12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

/*WET/DRY VACS*/
#BottomWetVac {
  height: 170px;
  width: 195px;
  background-color: #024C8D;
  float: left;
  margin-top: 55px;
  margin-left: 50px
}

#WetVacText {
  color: #FFFFFF;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}
	
/*First Level Category Pages*/

.CatagoryPageHeader{margin-left:15px; margin-top:-10px}				
.CatagoryHeaderBackground{height:42px; width:865px; background-color:#000; border-bottom: groove #F00}
.CatagoryTitleHolder{color:#FFFFFF; width:887px; height:10px; font-size:24px; font-weight:600; margin-top:3px; margin-bottom:10px; margin-left:22px; float:left; }

/*Category Holder Size*/
.CatagoryPageHolder1Row{height:290px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder1RowExeption{height:320px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder1RowExeption2{height:340px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder2Row{height:510px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder2RowExeption{height:580px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder2RowExeption2{height:530px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder3Row{height:730px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder3RowExeption{height:750px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolder3RowExeption2{height:800px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
.CatagoryPageHolderPressing{height:340px; width:865px; background-color:#024C8D; margin-top:40px; margin-left:13px; float:left}
/*Format all Images*/

.PressingImage{margin-left:25px; border: groove #FF0000} 
.CategoryImageSeeSnak{height:125px; width: 125px; margin-top:40px; margin-left:31px; border: groove #FF0000 } 

/*Category Images Classes*/
.CategoryImageHoldersHome{height:170px; width: 190px; background-color:#024C8D; float:left; margin-top:40px; margin-left:0px} 

/*Category Images Classes*/
.CategoryImageHolders{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-left:15px} 
.CategoryImage{height:125px; width: 125px; margin-left:31px; border: groove #FF0000 } 
.CategoryText{color: #FFFFFF ; font-size:16px; margin-top:15px; font-weight:600;text-align:center}
/*Category Images Classes Exception Larger Space SP=Space*/
.CategoryImageHoldersSP{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:60px; margin-left:15px} 
.CategoryImageHoldersSP2{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:80px; margin-left:15px} 
.CategoryImageHoldersSP3{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-bottom: 40px; margin-left:15px} 
/*Expections 3 Line Description*/
.CategoryImageHoldersExeption{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:60px; margin-left:15px} 	
.CategoryImageHoldersMR{height:170px; width: 195px; background-color:#024C8D; float:left; margin-top:40px; margin-left:15px; margin-bottom: 40px;} 
/*Return Policy*/

.ReturnTitle{font-size:24px; color:#024C8D}

/*Footer*/
.MainFooterHolder{width:959px; height:284px; float:left; margin-top:-10px; border-top:inset #D4180A; border-bottom:inset #D4180A; }
	.BottomServiceHolderLeft{height:180px; width:220px; margin-left:4px; float:left;/* border-right:inset thin #FFF; /*border-bottom: inset #D4180A*/}

.FooterHolderCompanyInfoHolder{ margin-left:0px; width:160px; height:180px;/* border-right: inset thin #FFF;*/  float:left}
.FooterHolderCompanyInfo{ margin-left:35px; margin-top:10px; color:#FFF; font-size:16px; text-decoration:underline;  float:left}
.FooterHolderAboutUs{ margin-left:47px; margin-top:10px; color:#FFF;  float:left;}
.FooterHolderCustomerPaymentPolicy{margin-left:47px; margin-top:3px; color:#FFF; float:left}
.FooterHolderCustomerShippingPolicy{margin-left:47px; margin-top:3px; color:#FFF;  float:left}
.FooterHolderCustomerReturnPolicy{margin-left:47px; margin-top:3px; color:#FFF;  float:left}
.FooterHolderPrivacyPolicy{margin-left:47px; margin-top:3px; color:#FFF;  float:left}

.FooterHolderAdvancedSearchHolder{ margin-left:10px; margin-top:0px; width:190px; height:180px; float:left; /*border-right:inset thin #FFF;*/ }
.FooterHolderResources{margin-left:55px; margin-top:10px; color:#FFF; font-size:16px; text-decoration:underline;  float:left}
.FooterHolderAdvancedSearch{ margin-left:40px; margin-top:10px; color:#FFF;  float:left}
.FooterHolderOrdersAndReturns{ margin-left:40px; margin-top:3px; color:#FFF;  float:left}
.FooterHolderContactUs{ margin-left:40px; margin-top:3px; color:#FFF;  float:left}
.FooterHolderContactUsPhoneHolder{ width:160px; margin-top:10px; margin-left:10px; float:left}
.FooterHolderContactUsImage{ width:30px; margin-top:0px;  float:left}
.FooterHolderContactUsPhone{ margin-left:5px; margin-top:3px; font-size:16px; color: #F00; float:left}
.FooterHolderAddress{ margin-left:27px; margin-top:3px; font-size:10px; color: #FFF; text-align:center; float:left}
.FontSizeChange{font-size:14px}

.FooterHolderAccount{ margin-left:0px; margin-top:0px; width:160px; height:180px; float:left;/* border-right:inset thin #FFF;*/ }
.FooterAccountTitle{margin-left:50px; margin-top:10px; color:#FFF; font-size:16px; text-decoration:underline;  float:left}
.FooterLogIN{ margin-left:55px; margin-top:10px; color:#FFF;  float:left}
.FooterCheckOut{ margin-left:55px; margin-top:3px; color:#FFF;  float:left}
.FooterViewCart{ margin-left:55px; margin-top:3px; color:#FFF;  float:left}
.FooterWishList{ margin-left:55px; margin-top:3px; color:#FFF;  float:left}
.FooterAccount{ margin-left:55px; margin-top:3px; color:#FFF;  float:left}

.BottomServiceHolderRight{height:180px; width:210px; float:left;  }

.UpsFedx {margin-top:25px; margin-left:20px; float:left}	
.UpsFedxText{font-size:16px; color: #FFF; margin-left:40px; margin-top:10px; text-decoration:underline; float:left }

.PaymentText{font-size:16px; color: #FFF; margin-left:35px; margin-top:10px; text-decoration:underline; float:left }
.Payment{margin-top:20px; margin-left:15px; float:left}

.BottomServiceTitle{width:959px; margin-top:15px; font-size:22px; font-weight:600; color:#D4180A; text-align:center; float:left}
.BottomServiceTextHolder{ width:959px; height:55px; float:left}
.BottomServiceText1{margin-top:2px; margin-left:15px; font-size:14px; color: #FFF; float:left}
.BottomServiceText2{margin-top:2px; margin-left:45px; font-size:14px; color: #FFF; float:left}
.BottomServiceText3{margin-top:2px; margin-left:45px; font-size:14px; color: #FFF; float:left}

.AddBottom{ height:20px; width:954px; background-color:#FFF; float:left}

/* Manufacturers Page */

.RidgidManufacturersHolder{height:700px; margin-left:-30px; margin-top:-20px; width:959px;}

/* Categories Page */

.FeaturedCatagoriesHeaderMain{width:954px; height:30px; margin-top:40px; margin-left:-25px; background-color: #D4180A; border:inset #000; float:left}
.FeaturedCatagoriesHolderMain{width:960px; height:3400px; margin-top:0px; margin-left:-25px;  background-color:#024C8D; float:left}

.ShuBeeFeaturesProductInfoThreeRow{height:181px; width:892px; margin-top:0px; margin-left:0px; font-size:12px;border:inset blue; background-color: #FFFFFF; }













