/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:11px/1.35 Arial, Helvetica, sans-serif; color:#444; text-align:center; }

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

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

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* 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 */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*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 { background:#fff;}
.page { margin:0 auto; text-align:center; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main {  min-height:350px; text-align:left; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0 20px 20px; }
.col-right { float:right; width:182px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:573px 0; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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 Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; resize:vertical; }
textarea.default-value { color:#ddd; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
input.qty { }
input.disabled { background:#f6f6f6 !important; color:#bbb !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { border:0; padding:0; margin:0; overflow:visible; cursor:pointer; vertical-align:middle; }

a.button,
button.button span { cursor:pointer;display:-moz-inline-stack; display:inline-block; text-decoration:none; }
a.button span,
button.button span span { display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; }
a.button { line-height:21px; }
a.button { line-height:20px; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled { cursor:default !important; bottom:0 !important; right:0 !important; }
button.disabled span { cursor:default !important; color:#bbb !important; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }

.form-list .validation-advice { width:250px; margin-right:-250px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0 0 16px; }
.fieldset p { margin:0 0 1.5em; }

/* Form lists */
.form-list {}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; }
.form-list .value { float:left; padding:2px 0 0; }
.form-list .note { clear:both; font-size:11px; width:380px; margin:0; padding:3px 0 0 240px; }
.form-list span.label { font-weight:normal; }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:240px }
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { position:absolute; left:0; margin-left:240px; line-height:16px; padding-top:1px; }
.form-list .control input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

.form-list-narrow label { width:105px; }
.form-list-narrow select { width:290px; }
.form-list-narrow input.input-text,
.form-list-narrow textarea { width:285px; }
.form-list-narrow .wide { width:auto; }
.form-list-narrow .add-field .input-box { margin-left:120px; }
.form-list-narrow .control .input-box { margin-left:120px; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }

/* Combination of fields */
.form-list li.fields { margin:0; }
.form-list li.fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left; padding:2px 15px 0 0; text-align:right; margin:0; }
.buttons-set a.button,
.buttons-set button.button { float:right; margin-left:7px; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0;} /* for button containing block under the general form */
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; padding:2px 15px 0 0; text-align:right; }
.btn-only { /* padding-left:240px; */ }

/* Overrides for 3columns */
.col3-layout .form-list .note { padding-left:165px; width:280px; }
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .control .input-box { margin-left:165px; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:445px; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; word-wrap:break-word; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
.messages li.error-msg ul { /* background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }

/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_msg-note.gif); */ }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
/*.breadcrumbs { margin:0; padding:7px 20px 5px; background:#ededed url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_crumbs.gif) no-repeat 0 0; text-align:left; }*/
/*.breadcrumbs li { display:inline; }*/
/*.breadcrumbs li span,*/
/*.breadcrumbs a { color:#888; text-decoration:none; }*/
/*.breadcrumbs a:hover { text-decoration:underline; }*/

/* Page Heading */
.page-title .link-rss { float:right; margin-top:8px; }
.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; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { font-size:11px;  }
.pager p { margin:0 !important; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .amount strong { font-weight:normal; }
.pager .pages a { text-decoration:underline; }
.pager .pages ol,
.pager .pages li { display:inline;}
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; }
.sorter .view-mode { float:left; line-height:20px; white-space:nowrap; }
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }

.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px;; }

.sorter .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

/* Toolbar */

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Arial, Helvetica, sans-serif; padding:3px 7px 4px; color:#444; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate; }

.data-table td { padding:5px 12px; }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr:last-child td,
.data-table tr:last-child th { border-bottom:1px solid #d9d9d9; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even td { border-width:0 1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value { float:none !important; }
.data-table .link-rss { display:block; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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(http://js.toolpartsdirect.com/skin/frontend/toolparts/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:#ede9e6; font-size:12px; padding:5px !important; }
tr.summary-details-first td {}
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.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 hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#f7f7f7; font-weight:bold; }
.std table thead th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }
.std table[border="0"] { border-width:0; }
.std table[border="0"] th,
.std table[border="0"] td { border-width:0; }

ul.disc li { padding-left:10px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.data-table .btn-remove { display:block; margin:0 auto; width:13px; height:12px; font-size:0; line-height:0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; }
.data-table .btn-remove2 {}

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

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; 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(http://js.toolpartsdirect.com/skin/frontend/toolparts/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; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container { margin: 0; text-align:left; }
.header { position:relative; z-index:5; }
.header .logo { 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 h1.logo {}
.header .quick-access { float:right; padding:10px 0 0; }
.header .quick-access .links {white-space:nowrap; }

#invitation-send-link { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel {z-index:994;}
.header-panel .welcome-msg { font-weight:bold; display:inline; float:left; line-height:28px; margin-right:5px; }
.header-panel .links { float:left; line-height:28px; margin-right:11px; white-space:nowrap; }
.header-panel .links li a { color:#1e75b4; }
.header-panel .links li a:hover { color:#d33911; }

.switches { float:right; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_header-panel-bg.gif) repeat-x 0 100%; padding:0 0 1px 0; }

.switch { line-height:28px; margin-left:-1px; margin-right:0; display:inline; float:left; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#1e75b4; cursor:pointer; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px; color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; /* background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#8f8f8f; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a { color:#9ac1dd; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.header .form-search { float:right; clear:right; padding:5px 0 0; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; }
.header .form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.header .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

/********** < Navigation */
.nav-container { position:relative; z-index:4; }

#nav {text-align:left;}

/* All Levels */
#nav li.over { z-index:990 !important; }
#nav li.parent { position:relative; }
#nav li a span { cursor:pointer; }

/* 1st Level (Top Level) */
#nav li.level-top { float:left; position:relative; z-index:1; }
#nav a.level-top { float:left;}
#nav a.level-top span { float:left; white-space:nowrap; }

/* Show Menu */
#nav li .shown-sub { z-index:991; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Sidebar =============================================================================== */
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
/*.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 0; }*/
/*.sidebar .block .block-title { padding:17px 17px 0 17px; }*/
/*.sidebar .block .block-title strong { display:block; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }*/
/*.sidebar .block .block-title strong span {}*/
/*.sidebar .block .block-title strong small { font-size:12px; color:#777; }*/
/*.sidebar .block .block-subtitle,*/
/*.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }*/
/*.sidebar .block .block-content { padding:10px 17px 17px; color:#555; }*/
/*.sidebar .block .btn-remove { color:#222; margin-right:3px; }*/
/*.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }*/
/*.sidebar .block .actions { margin:8px 0 0; text-align:right; }*/
/*.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }*/
/*.sidebar .block .actions button.button { float:right; }*/

/*.sidebar .block li a.btn-previous,*/
/*.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/btn_remove.gif) no-repeat 0 0; }*/
/*.sidebar .block li a.btn-previous { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_icon-back.png) no-repeat 0 0; }*/

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; }

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

/* Block: Account */
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li a { text-decoration:none; display:block; }
.sidebar .block-account li a:hover { text-decoration:none; }

/* Block: Layered Navigation - WILL BE REMOVED OR OVERRIDED */
/*.sidebar .block-layered-nav { background:none; }*/
/*.sidebar .block-layered-nav .block-title { padding:26px 17px 12px; *//* border-bottom:1px solid #d1d1d1; *//* }*/
/*.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }*/
/*.sidebar .block-layered-nav .block-subtitle { display:none; }*/
/*.sidebar .block-layered-nav .block-content { padding:0; }*/
/*.sidebar .block-layered-nav dl { padding:10px 14px 17px 17px; }*/
/*.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; font-size:12px; color:#222; }*/
/*.sidebar .block-layered-nav dd { margin:0 0 13px; color:#666; }*/
/*.sidebar .block-layered-nav dd.last { margin:0; }*/
/*.sidebar .block-layered-nav dd li { margin:2px 0; }*/
/*.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }*/
/*.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }*/
/*.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_currently.gif) repeat-x 0 -20px; }*/
/*.sidebar .block-layered-nav .currently .block-subtitle { display:block; margin-bottom:5px; }*/
/*.sidebar .block-layered-nav .currently li { padding:5px 26px 5px 0; color:#444; position:relative; z-index:1; }*/
/*.sidebar .block-layered-nav .currently li .btn-remove { position:absolute; right:-7px; top:4px; }*/
/*.sidebar .block-layered-nav .currently li .btn-previous { position:absolute; right:12px; top:4px; }*/
/*.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; display:inline-block; }*/
/*.sidebar .block-layered-nav .currently .value { display:inline-block; }*/
/*.sidebar .block-layered-nav .actions { text-align:right; padding:5px 7px; margin:1px 0 -1px; background:#f4f4f4; border-bottom:1px solid #d1d1d1; }*/
/*.sidebar .block-layered-nav .actions a { float:none; }*/

/* Block: Cart */
.sidebar .block-cart .block-title { background:#363636; padding:7px 17px; }
.sidebar .block-cart .block-title strong { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:0 12px 5px; background:#363636; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center; }
.sidebar .block-cart .actions button.button { float:none; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 0; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:right; }
.sidebar .block-cart .block-content table td { text-align:left; padding:1px 0; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }

.mini-products-list li.item { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; }
.mini-products-list .product-details { margin-left:65px; }
.sidebar .mini-products-list .product-details { margin-left:57px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

.sidebar .mini-products-images-list li.item { float:left; padding:5px; text-align:center; }

.block-products .mini-products-list .product-details { margin-left:65px; }

/* Top Shopping Cart */
.top-cart { position:relative;}
.top-cart .block-title { white-space:nowrap;  cursor:pointer; }
.top-cart .block-title strong { display:block;}
.top-cart .block-title.expanded { }
.top-cart .block-title.expanded strong {}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; right:0; top:20px; width:267px; background:#fdfdfd; }

.top-cart .block-content .block-subtitle .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }

.top-cart .actions button { float:none; }

.top-cart .paypal-logo a { float:right; }
.top-cart .paypal-logo .paypal-or { clear:both; display:block; margin: 5px 33px 5px 0px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li {}

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.paypal-review-order .legend { font-size:14px; font-weight:normal; margin:0 0 6px; }
.paypal-review-order .col2-set .legend { font-weight:bold; }
.paypal-review-order .paypal-shipping-method { padding-left:120px; }
.paypal-review-order .paypal-shipping-method .box-title { margin:0 0 6px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.category-title { margin-bottom:0; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.category-view .note-msg,
.category-description { padding:20px; }

.results-view { margin:0 -20px -20px; }
.results-view .recommendations { padding:20px 20px 0; }
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

.sidebar .category-title { margin:0; }
.category-image { text-align:center; margin:0 0 1px; }
.category-image img { display:block; margin:0 auto; }

.category-products .price-box { font-size:12px; }

/* View Type: Grid */
.products-grid li.item { float:left;}
.products-grid li.last { margin-right:0; }
.products-grid .actions {}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; }
.products-grid .product-name { margin-bottom:7px; word-wrap:break-word; }
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:5px 0 10px; clear:both; }

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { font-size:12px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) repeat-y 279px 0; border-top:1px solid #cfcfcf; margin:-1px -20px -20px; float:left; width:938px; }
#messages_product_view { position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; }

.product-essential {}

.product-collateral { float:right; clear:right; width:416px; padding:30px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.box-collateral .box-title h2 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.box-collateral .box-content { padding:20px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.collateral-tabs .tab span { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.collateral-tabs .tab-container { z-index:1; top:24px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* Product Images */
.product-view .product-img-box { float:left; padding:26px 46px 26px 45px; }
.product-view .product-img-box .product-image img { background:#fff; } /*IE8 PNG Fix */
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 6px 6px 0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }


/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* Product Shop */
.product-view .product-shop { }
.product-view .product-shop .product-main-info { }
.product-view .product-shop p { }
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#999; display:none; }
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .price-box .price-label { }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:14px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { }
.product-view .product-shop .add-to-links { float:left; margin:10px 0; }

.product-view .product-name h1 { margin-bottom: 0.25em; }
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; }

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#cf3a00; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/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(http://js.toolpartsdirect.com/skin/frontend/toolparts/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:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/********** < Product Prices */

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { text-decoration:line-through; color:#989696; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; font-weight:bold; }
.special-price .price { font-weight:bold; }
.sidebar .special-price .price-label { display:none !important; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { font-weight:bold; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; 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; }

/* 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; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; color:#e55100; }

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

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#999; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {}
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .qty { vertical-align:middle; margin-right:10px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.add-to-cart-alt { white-space:nowrap; padding:5px 0; }
.add-to-cart-alt .qty { margin-right:5px; }
.add-to-cart-alt .qty,
.add-to-cart-alt .button { vertical-align:middle; }

button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { }
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span { font-size:14px !important; padding:1px 18px 0 10px !important; }
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {}
.add-to-box .add-to-links { margin:0 !important; }
.add-to-box .add-to-links li { margin:0 0 2px; }

/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .required em { margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #e7e7e7; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.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 .time-picker select { vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-right:15px; padding-bottom:20px; }
.product-view .product-options-bottom .price-box { margin:0 !important; float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small dt { clear:left; float:left; line-height:1.2; width:10em; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.bundleProduct {}
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -21px; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:510px; width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) repeat-y 460px 0; left:-1px; }
#options-container h1 { text-align:left; }

#bundleProduct .add-to-links { float:none; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-1px; width:755px; }

.col2-left-layout  #options-container .product-options,
.col2-right-layout #options-container .product-options { width:459px; }
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options-bottom { width:429px; }

.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }

.col3-layout #options-container .product-options { width:276px; }
.col3-layout #options-container .product-options-bottom { width:246px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }

.col3-layout .bundle-summary { left:277px; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; margin:0 0 5px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0 0 15px; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { background:#fff; position:absolute; z-index:2; left:643px; margin-top:0; padding:20px; width:256px; }
.bundle-summary .product { background:#fff; border-bottom:1px solid #ddd; margin-bottom:10px; padding:10px 8px; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .product .block-title { background:none; border:solid #e6e6e6; border-width:0 0 1px; margin:0 0 10px; padding:5px 0; position:relative; }
.bundle-summary .product .block-title h2 { color:#5a5a5a; font-weight:normal; padding-left:5px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {}
.bundle-summary .product-details p.availability { font-weight:bold; font-size:11px; margin:28px 0 0; position:relative; }
.bundle-summary .price-box { margin-bottom:35px; }
.bundle-summary .price-box .price-as-configured .price { font-weight:normal; }
.bundle-summary .price-box .price-as-configured .price-label { color:#010101; font-size:14px; font-weight:normal; margin-right:10px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .product .add-to-links { border-top:1px solid #e6e6e6; margin-top:10px; padding:7px 0 2px 5px; }
.bundle-summary .product .add-to-links .clickable > strong,
.bundle-summary .product .add-to-links a { color:#ef5d24; font-weight:bold; }
.bundle-summary .product .add-to-links li { display:inline-block; }
.bundle-summary .product .add-to-links li:first-child { margin-right:15px; }
.bundle-summary .summary { padding:10px 8px !important; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .summary h4 { border-bottom:1px solid #e6e6e6; color:#5a5a5a; font-size:14px; font-weight:normal; padding:0 0 5px 5px; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x bottom; margin:0; padding:11px 0 7px; }
.bundle-summary .summary .last { background:none; padding-bottom:0; }

.bundle-summary button.btn-cart span,
.bundle-summary button.btn-cart span span { background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bg_bundle_btn.gif); font-weight:normal !important; height:23px !important; line-height:23px !important; padding:0 0 0 18px !important; }
.bundle-summary button.btn-cart span span { padding:0 18px 0 0 !important; }
.bundle-summary .add-to-cart .qty { margin-right:80px; }
.bundle-summary .add-to-cart button { margin:10px 0 0; }
.bundle-summary .add-to-cart .paypal-logo { text-align:left; }
.bundle-summary .add-to-cart .paypal-or { margin:5px 0 5px 42px; }

#bundleProduct .page-title a { color:#ef5d24; position:relative; text-decoration:none; top:4px; }
#bundleProduct .page-title a:hover { text-decoration:underline; }
#bundleProduct .page-title a small { font-size:14px; font-weight:bold; }
#bundleProduct .product-options { padding:0; width:642px; }
#bundleProduct .product-options dt,
#bundleProduct .product-options dd { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bg_bundle_options.png) repeat-x; }
#bundleProduct .product-options dd { background-position:0 -33px; border-bottom:1px solid #bfbfbf; margin:0; padding:20px 10px 20px 30px; }
#bundleProduct .product-options dt { border-bottom:1px solid #e6e6e6; color:#010101; line-height:32px; padding:0 10px 0 30px; }
#bundleProduct .product-options dl.last .last { border-bottom:none; }
#bundleProduct .product-options p.required { padding:0; position:absolute; right:10px; top:10px; }

#bundleProduct .product-options-bottom { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bg_bundle_options_bottom.png) repeat-x 0 0; padding:11px 15px 0; width:612px; }
#bundleProduct .product-options-bottom a { color:#ef5d24; font-size:11px; font-weight:bold; text-decoration:none; }
#bundleProduct .product-options-bottom a:hover { text-decoration:underline; }
#bundleProduct .product-options-bottom a small { font-size:14px; }
#bundleProduct .product-options-bottom .price-as-configured { font-size:11px; }
#bundleProduct .product-options-bottom .price-as-configured .price { font-size:12px; vertical-align:baseline; }
#bundleProduct .product-options-bottom .price-as-configured .price-label { color:#010101; font-weight:bold; margin-right:15px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 -30px -30px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Related */
.product-view .box-related { font-size:11px; }
.product-view .box-related p { margin:0; }
.product-view .box-related .product-name { font-size:12px; }
.product-view .box-related .price-box { margin:8px 0; }
.product-view .box-related .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.product-view .box-related .note,
.product-view .box-related .note a { color:#d02600; }
.product-view .box-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.product-view .box-related ol { padding:20px 0 20px 20px !important; }
.product-view .box-related li.item .item-info { margin-right:20px; }
.product-view .box-related li.item { width:31.5%; float:left; margin-right:1%; }
.product-view .box-related li.item p a { color:#999; }
.product-view .box-related li.item .product-image { float:left; margin-right:-100px; width:100px; }
.product-view .box-related li.item .product-details { margin-left:125px; }

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .box-up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px; font-weight:normal; }
.product-view .box-tags .form-add-tags { padding:5px 0 0 0; }
.product-view .box-tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .box-tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .box-tags .form-add-tags input.input-text { width:300px; }
.product-view .box-tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .box-tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .box-tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .box-tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .box-tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px; background:#fffcf0; }
.product-view .box-tags .tags-list li a:hover { text-decoration:underline; }

.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.product-view .box-reviews .pager { border-width:1px 0; margin:0; }
.product-view .box-reviews dt { margin:10px 0; font-style:italic; }
.product-view .box-reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.product-view .box-reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; }
.product-view .box-reviews dd p { margin:0 0 10px; }
.product-view .box-reviews dd .date { margin:0 0 10px; font-style:italic; }
.product-view .box-reviews dd.last { background:none; margin-bottom:0; }
/* Add Review Form */
.product-view .box-reviews .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .box-reviews .product-name span { font-weight:bold; }
.product-view .box-reviews .form-list { margin:15px 0; }
.product-view .box-reviews .form-list .input-box {}

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0; }

.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px; }
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { border:0; }
.cms-home .top-callout,
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-index-index .col2-set {}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-weight:bold;}
.product-name a {  text-decoration:underline; }
.product-name a:hover {  text-decoration:none; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap .links { display:block; text-align:right; margin:0 20px -36px 0; }
.page-sitemap .links a { position:relative; }
.page-sitemap .sitemap { padding:0 20px; margin:15px 0; font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table thead th { vertical-align:bottom; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-update { float:right; }
.cart-table .btn-empty { float:right; }
.cart-table {background-color: #ffffff;}

/* Shopping Cart Collateral boxes */
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .deals .widget-sku { display:block; margin:0 0 20px; width:264px; }
.cart .deals .widget-sku .block-title { background:inherit; border:inherit; color:#000; font-size:16px; margin:0 0 5px; padding:0; }
.cart .deals .widget-sku .block-title strong { font-weight:normal; }
.cart .deals .widget-sku .block-content { padding:0; }
.cart .deals .widget-sku .sku-table td input { width:98%; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; color:#444 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 30px; display:inline; font-size:12px; width:280px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .btn-remove { vertical-align:middle; }
.cart .totals .btn-remove img { vertical-align:baseline; }
.cart .totals .checkout-types li { margin:0 0 15px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding-top:8px; line-height:1.0; font-size:11px; }

.failed-products { border:1px solid #E9581F;   }
.failed-products .sub-title { background:#FFF5F3 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_error.gif) no-repeat 10px 50%; color:#D91A00; margin:0; padding:10px 10px 10px 30px; border-bottom:1px solid #E9581F; }
.failed-products .item-msg.error { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/icon_error.gif) no-repeat left; font-size:11px; color:#D91A00; padding:5px 0 5px 20px; }
/* Empty Cart Add by SKU */

.cart-empty .failed-products { clear:both; z-index:1; position:relative; margin:40px -20px -21px; }

/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; width:110px; }
.truncated:hover { z-index:2; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

.opc-wrapper { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_cols.gif) repeat-y -573px 0; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }

/* Block: Checkout Progress */
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

.opc { float:right; width:755px; }
.opc li.section { position:relative; }
.opc .step-title .number { display:none; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:0 14px; font-weight:bold; text-transform:uppercase; }
.opc .allow .step-title {}
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_active-step.gif) repeat-x 0 0; color:#fff; text-transform:capitalize; font-weight:normal; border-bottom:1px solid #cfcfcf; cursor:default; font-size:16px; padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; border-top:0; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review .authentication { margin:0 auto; width:570px; }
.opc .order-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Steps */

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list .label { width:90px; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }

#checkout-step-login .form-list li.note { float:left; padding-left:105px; width:auto; clear:left; }
#checkout-step-login .form-list li.control { float:left; clear:left; }
#checkout-step-login .form-list li.control .input-box { margin-left:105px; }
/*#checkout-step-login .form-list li.buttons-set { float:right; clear:none; padding-right:30px; padding-top:2px; }*/


.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; }

.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .fieldset label { font-size:11px; }
.multiple-checkout .gift-item .fieldset { font-size:11px; width:380px; }

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove { display:-moz-inline-stack; display:inline-block; vertical-align:middle; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.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; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-y 100% 0; float:left; width:150px; padding-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0 0 0 -2px; }
.gift-message-form .gift-item .fieldset label { width:80px; }
.gift-message-form .gift-item .gift-wrapping-form { padding:0 20px; }

.gift-options-for-order { padding:0 40px; }
.gift-options-for-order .fieldset { padding:0; }
.gift-options-for-order .fieldset p { padding:0; }
.gift-options-for-order .fieldset label { width:80px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width:340px; }

.gift-wrapping-form { padding:0 0 10px; }
.gift-wrapping-form img { border:1px solid #ccc; float:left; margin-right:10px; }
.gift-wrapping-form label { margin-right:10px; vertical-align:middle; }
.gift-wrapping-form .gift-wrapping-design { overflow:hidden; padding:10px 0 0; width:100%; }

.gift-message-link { display:block; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.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 { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }


/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#999; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


/* Account Login/Create Pages ============================================================ */
.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login .fieldset { margin:0; }
.account-login .fieldset h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { padding-left:113px; width:230px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; }
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; }
.account-login .form-list li.note { float:left; padding-left:113px; margin:0 0 9px; width:auto; clear:left; }
.account-login .form-list li.note a { font-size:12px; }
.account-login .form-list li.control { float:left; clear:left; }
li#remember-me-box.control { white-space:nowrap; }
.account-login .form-list li.control .input-box { margin-left:113px; }
.account-login .form-list li.buttons-set { float:right;  padding-right:38px; padding-top:2px; }

.account-create {}



/* Popup Dialog Block */
.window-overlay { background:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.window-overlay { position:absolute; top:0; left:0; min-height:100%; background:#000; opacity:0.5; width:100%; z-index:990; display:none; }
.window-overlay.active { display:block; }
.popup-block { border:1px solid #cfcfcf; left:50%; top:40%; position:absolute; margin:-85px 0 0 -250px; width:500px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; box-shadow:0 0 6px #000; z-index:1000; position:fixed; display:none; }
.popup-block.active { display:block; }
.popup-block .block-title { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_page-title.gif) repeat-x scroll 0 0 #F6F6F6; border-bottom:1px solid #CFCFCF; padding:17px 17px 10px; }
.popup-block div.btn-close { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:19px; right:17px; height:15px; width:15px; text-indent:-9999em; cursor:pointer; }
.popup-block .block-title strong { color:#D12C01; font-size:16px; font-weight:normal; }
.popup-block .block-content { padding:17px 17px 25px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; }
.popup-block .block-content .form-list .input-text { width:230px; }
.popup-block .block-content .form-list .control .input-box { margin-left:195px; }
.popup-block .block-content .form-buttons { width:auto; padding-left:188px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; }
.popup-block.loading .block-content * { text-align:left; text-indent:-99999em; overflow:hidden; position:relative; margin-left:-9999em; }
.popup-block.loading .block-content:before { content:''; display:block; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/opc-ajax-loader.gif) no-repeat 0 50%; position:absolute; z-index:99; top:50%; left:50%; line-height:16px; padding:16px; text-indent:0!important; }

/* My Account ============================================================================= */

/* Captcha */
.captcha-note  { clear:left; padding-top:5px;}
.captcha-image { float:left; margin:0 0 0 240px; position:relative; width:228px; }
.captcha-image .captcha-img { border:1px solid #c7c7c7; vertical-align:bottom; width:100%; }
.registered-users .captcha-image    { margin:-12px 0 0 113px; }
#checkout-step-login .captcha-image { margin:-24px 0 0 105px; width:214px; }
.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; }
#checkout-step-login #advice-required-entry-captcha_user_login { min-height: 30px; }
.registered-users #advice-required-entry-captcha_user_login { margin-bottom: 5px; }

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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/* Adress Book */
.addresses-list .box-content { font-size:12px; }
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.addresses-list .col-2 li address { padding:10px; clear:both; }

/* Order View */
.order-page .col2-set { padding-bottom:20px; }

.order-details .link-print { background:none; padding:0; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; background:#fff; padding:10px; margin:0 0 10px; white-space:pre-wrap; word-wrap:break-word }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin-bottom:5px; border-bottom:1px solid #c4c4c4; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:3px; background:#dedede url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current { margin-bottom:-1px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

/* Split Button */
.split-button { display:inline-block; z-index:1; position:relative; max-width:300px; white-space:nowrap;}
.split-button.clickable:active { left:1px; top:1px; }
.split-button { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn.gif) no-repeat 0 0; height:21px; padding:0 0 0 10px; margin:0; }
.split-button.active { z-index:100; }
.split-button strong { cursor:default; font-weight:bold; text-transform:uppercase; font-size:11px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn.gif) no-repeat 100% 0; height:19px; padding:3px 30px 0 5px; margin:0; display:block; overflow-x:hidden; white-space:nowrap; text-overflow:ellipsis; }
.split-button.clickable > strong,
.split-button strong[onclick] { text-transform:uppercase; font-size:11px; color:#C73615; text-transform:uppercase; cursor:pointer; }
.split-button .change { display:inline-block; border:1px solid; border-color:transparent transparent transparent #999; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn-split-change.png) 5px 50% no-repeat; text-indent:-999em; overflow:hidden; width:15px; cursor:pointer; height:11px; margin-left:8px; vertical-align:middle; }
.split-button .change { position:absolute; right:5px; top:0px; height:19px; border-left-color:#ccc; }

.split-button.light { background:none; height:auto; padding:0; }
.split-button.light.clickable:active { top:auto; left:auto; }
.split-button.light strong { display:inline-block; font-size:11px; text-transform:none; background:none; font-weight:normal; padding:0; height:auto; overflow:visible; white-space:normal; text-overflow:visible; }
.split-button.light.clickable > strong,
.split-button.light strong[onclick] { text-transform:none; text-decoration:underline; color:#999; }
.split-button.light.clickable > strong:hover,
.split-button.light strong[onclick]:hover { text-decoration:none; }
.split-button.light .change { position:static; right:auto; top:auto; height:11px; border-left-color:#999; }

.split-button.active .change,
.split-button .change:hover { background-position:-995px 50%; }
.split-button .list-container { position:absolute; display:none; right:0; top:100%; padding:0; min-width:100%; max-width:300px; float:left; }
.split-button.active .list-container { display:block; }
.split-button .list-container ul { background:#fff; border:1px solid rgba(0,0,0,0.1); position:relative; }
.split-button .list-container ul > li { white-space:nowrap; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn-split-item.png) no-repeat -10000px -10000px; border:1px solid #c1c1c1; border-top-width:0; margin:0; display:block!important; margin:0!important; }
.split-button .list-container ul > li:first-child { border-top-width:1px; }
.split-button .list-container li a,
.split-button .list-container li span { display:block; line-height:1.2!important; cursor:pointer; padding:5px 18px 5px 18px; color:#999; font-size:11px; text-transform:none; text-decoration:none; text-align:left; text-overflow:ellipsis; overflow:hidden; }
.split-button .list-container li:hover a,
.split-button .list-container li:hover span,
.split-button .list-container li:hover { color:#fff; text-decoration:none; }
.split-button .list-container li:hover { background-color:#999; background-position:5px -984px; }
.split-button .list-container li.new { color:#d33911; background-color:#eee; background-position:5px 7px; }
.split-button .list-container li.new:hover { background-color:#999; background-position:5px -485px; }

/* Wishlist */
.my-wishlist textarea { width:99%; height:3.9em; resize:vertical; line-height:1.3em; overflow:auto; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td p { margin:5px 0 15px; }
#wishlist-table td .price-box { font-size:12px; }
#wishlist-table td .price-box p { margin:0 0 5px; }
#wishlist-table td .truncated { float:left; width:auto; margin-right:10px; line-height:18px; }
#wishlist-table td .truncated .show .item-options { top:-40px; right:100%; left:auto; margin-right:15px; line-height:1.2; }
#wishlist-table td .truncated .truncated_full_value .item-options dl { background-position:100% 0; }
#wishlist-table .item-manage { margin:0 0 0 0; float:left; }
#wishlist-table .item-manage .split-button { margin:10px 9px 0 0; }
#wishlist-table .item-manage .split-button .change { margin-left:2px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
/* Multiple Wishlist */

.link-edit { padding-left:18px; line-height:18px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_link-edit.png) no-repeat 0 0; display:inline-block; }
.wishlist-management .link-edit { width:16px; padding:0; margin:0 5px; height:16px; text-indent:-999em; overflow:hidden; vertical-align:middle; }
.wishlist-management .btn-create { float:right; margin-bottom:10px; }
.wishlist-management .sub-title { float:left;  max-width:100%; }
.wishlist-management .sub-title h2 { word-wrap:break-word; }
.wishlist-management .note-msg { clear:both; margin:0 0 10px; padding:10px; border-style:solid !important; border-width:1px !important; font-size:12px !important; border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.wishlist-management .msg-private { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_lock.png) no-repeat 10px 10px #fafaec; padding-left:30px; }
.wishlist-management .table-caption .label { font-size:12px; float:left; line-height:21px; }
#wishlists-move { float:right; margin-left:10px; }
#wishlists-copy { float:right; }

#wishlists-select { background:none; padding-left:0; white-space:nowrap; float:left; max-width:220px; }
#wishlists-select strong { background:none; padding-right:0; padding-left:7px; font-weight:normal; font-size:12px; text-transform:none; }
#wishlists-select strong span { font-weight:bold; }
#wishlists-select .change { text-indent:0; width:auto; background:none; margin-left:4px; border:0; right:auto; left:100%; text-decoration:none; line-height:19px; margin-top:1px; }
#wishlists-select .change span { color:#1e75b4; text-transform:none; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_header-panel.gif) no-repeat scroll 100% -74px transparent; padding-right:10px; }
#wishlists-select.active .change span { color:#d33911; background-position:100% -130px; }
#wishlists-select .list-container { right:auto; left:0; margin-top:4px; }
#wishlists-select .list-container ul { background:#e7e7e7; border:0; }
#wishlists-select .list-container li:first-child { border-top:0; }
#wishlists-select .list-container li { border-color:#d9d9d9; }
#wishlists-select .list-container a,
#wishlists-select .list-container span { color:#1e75b4; padding:5px 6px; /* background-position:-999em -999em; */ }
#wishlists-select .list-container li:hover a,
#wishlists-select .list-container li:hover span,
#wishlists-select .list-container li:hover { color:#d33911; }
#wishlists-select .list-container li:hover { background-position:-999em -999em;  background-color:#f8f8f8;  }
#wishlists-select .list-container li.new { color:#d33911; background-color:#d9d9d9; background-position:5px 7px; padding-left:12px; }
#wishlists-select .list-container li.new:hover { background-color:#999; background-position:5px -485px; color:#fff; }
#wishlists-select .list-container li.new:hover a,
#wishlists-select .list-container li.new:hover span { color:#fff; }


/* Wishlist search view */
#wishlist-search-results {}
.col3-layout #wishlist-search-results .item-name { max-width:340px; word-wrap:break-word; display:block; }
.col2-right-layout #wishlist-search-results .item-name,
.col2-left-layout #wishlist-search-results .item-name { max-width:500px; }
.col1-layout #wishlist-search-results .item-name { max-width:600px; }


.wishlist-search-view {}
.list-info { border:1px solid #dadada; padding:10px 0; margin:0 0 15px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 100% 100% #fff; max-width:100%; word-wrap:break-word; }
.list-info .item { padding:5px 0; font-size:12px; border-top:1px dotted #d9d9d9; margin:0 15px; }
.list-info .item:first-child { border-top:0; }
.list-info .item .label { font-weight:normal; font-style:italic; font-size:0.9em; margin-right:5px; }
.list-info .item .label:after { content:':'; }
.list-info .item .value { font-weight:bold; }
.wishlist-search-view #wishlist-table td.last { padding:15px 10px; }
.wishlist-search-view #wishlist-table .description { max-height:6.5em; max-width:280px; }
.wishlist-search-view .list-info { display:inline-block; }
.wishlist-search-view .sub-title { clear:both; }
.wishlist-search-view p.qty { text-align:center; }


/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

/* 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; }

/* Tagged products */
.my-tag-edit { float:left; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px; position:relative; }
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:10px 10px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

/* Billing Agreements */
.billing-agreements .info-box { margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 9px; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }

/* Gift Registry Functionality */
.btn-gift-registry { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:left; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }

/* Order By SKU */

.wrapper .block-addbysku .input-box.validation-error,
.wrapper .block-addbysku .input-box.validation-passed { padding-right:0; background:none; }
.wrapper .block-addbysku .validation-advice { margin-right:-19px; }

.main .block.block-addbysku .block-content { padding:10px 4px 10px; }
.block-addbysku .data-table th,
.block-addbysku .data-table td { padding:6px 4px; }
.block-addbysku .data-table th:first-child,
.block-addbysku .data-table td:first-child { padding-left:13px; }
.sidebar .block-addbysku .actions { padding:0 13px 7px; }
p.link-widget-sku { padding:15px 13px; text-align:left; float:left; }
.sidebar p.link-widget-sku { padding:5px 13px 0; text-align:right; border-top:1px dotted #dadada; float:none; }
p.link-widget-sku a { color:#999; }

.block-addbysku .actions { text-align:right; margin:15px 0 10px; float:right; }
.sidebar .block-addbysku .actions { float:none; }
.block-addbysku .file-upload { float:left; text-align:left; border:1px solid #dadada; padding:10px 17px; background:#F5F5F5 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_block.gif) repeat-x 0 100%; margin-top:10px; }
.block-addbysku .file-upload label { display:block; float:none; width:auto; min-width:60px; text-align:left; }
.block-addbysku .file-upload p { padding:3px 0; }
.block-addbysku .file-upload .btn-reset { display:inline-block; margin-left:15px; }
.block-addbysku .file-upload .btn-reset span { margin-left:0; padding:3px 0; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_icon-reset.png) no-repeat scroll 0 50%; padding-left:15px; display:inline-block; cursor:pointer; color:#999; }
.block-addbysku .file-upload .input-box { display:block; float:none; }
.block-addbysku .file-upload .note { width:auto; clear:both; padding:2px 0; }

.block-addbysku .data-table {}
.block-addbysku .data-table td .btn-remove { margin:4px 0 0; float:right; margin-right:-16px; }
.block-addbysku .data-table td .input-box { float:left; }
.block-addbysku .data-table td .qty { width:8em!important }
.sidebar .block-addbysku .data-table td .qty { width:5em!important }
.block-addbysku .data-table td.last { padding-right:18px; }
.block-addbysku .data-table tfoot td.last { text-align:right; }
.block-addbysku .data-table .add-row { cursor:pointer; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_btn-split-item.png) no-repeat 0px 2px; padding-left:11px; font-weight:bold; color:#999; }
.block-addbysku .data-table .input-box { width:99%; }

.wrapper .block.block-addbysku .data-table .validation-advice { }
.wrapper .block.block-addbysku .data-table .col-sku { width:auto; }

.wrapper .block.block-addbysku .data-table .col-qty,
.wrapper .block.block-addbysku .data-table .col-remove { width:13px; }
.wrapper .block.block-addbysku .data-table .input-text { width:99%; }

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

.disabled { position:relative; z-index:1; }
.disabled:after { content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background:#fff; opacity:0.2; }

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

.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 { color:#333; font-size:14px; font-weight:bold; 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(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:6px; right:8px; height:15px; width:15px; text-align:left; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; 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 { background:#fefefe; clear:right; line-height:1.5; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }

.footer .switcher-store { float:right; width:184px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px; }

/* Private sales index ================================================================================
.private-sales-index { background:#fffdf9 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */

/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(http://js.toolpartsdirect.com/skin/frontend/toolparts/default/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.account-login .form-list:after,
.wishlist-management .table-caption:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
.return-policy-cart {
    background-color: #f0f0f0;
    border: 1px solid #999999;
    clear: both;
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
}

.subcategory-top-callout {
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 1000px;
    display: inline-block;
}


/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('http://js.toolpartsdirect.com/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot');
  src: url('http://js.toolpartsdirect.com/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('http://js.toolpartsdirect.com/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.woff') format('woff'), url('http://js.toolpartsdirect.com/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.ttf') format('truetype'), url('http://js.toolpartsdirect.com/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.glyphicons {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #1d1d1b;
  width: 16px;
  height: 16px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
i.glyphicons:before {
  color: #1D1D1B;
  font: 16px 'Glyphicons';
  left: 0;
  position: absolute;
  top: 0;
}
i.glyphicons.glass:before {
  content: "\e001";
}
i.glyphicons.leaf:before {
  content: "\e002";
}
i.glyphicons.dog:before {
  content: "\e003";
}
i.glyphicons.user:before {
  content: "\e004";
}
i.glyphicons.girl:before {
  content: "\e005";
}
i.glyphicons.car:before {
  content: "\e006";
}
i.glyphicons.user_add:before {
  content: "\e007";
}
i.glyphicons.user_remove:before {
  content: "\e008";
}
i.glyphicons.film:before {
  content: "\e009";
}
i.glyphicons.magic:before {
  content: "\e010";
}
i.glyphicons.envelope:before {
  content: "\2709";
}
i.glyphicons.camera:before {
  content: "\e012";
}
i.glyphicons.heart:before {
  content: "\e013";
}
i.glyphicons.beach_umbrella:before {
  content: "\e014";
}
i.glyphicons.train:before {
  content: "\e015";
}
i.glyphicons.print:before {
  content: "\e016";
}
i.glyphicons.bin:before {
  content: "\e017";
}
i.glyphicons.music:before {
  content: "\e018";
}
i.glyphicons.note:before {
  content: "\e019";
}
i.glyphicons.heart_empty:before {
  content: "\e020";
}
i.glyphicons.home:before {
  content: "\e021";
}
i.glyphicons.snowflake:before {
  content: "\2744";
}
i.glyphicons.fire:before {
  content: "\e023";
}
i.glyphicons.magnet:before {
  content: "\e024";
}
i.glyphicons.parents:before {
  content: "\e025";
}
i.glyphicons.binoculars:before {
  content: "\e026";
}
i.glyphicons.road:before {
  content: "\e027";
}
i.glyphicons.search:before {
  content: "\e028";
}
i.glyphicons.cars:before {
  content: "\e029";
}
i.glyphicons.notes_2:before {
  content: "\e030";
}
i.glyphicons.pencil:before {
  content: "\270F";
}
i.glyphicons.bus:before {
  content: "\e032";
}
i.glyphicons.wifi_alt:before {
  content: "\e033";
}
i.glyphicons.luggage:before {
  content: "\e034";
}
i.glyphicons.old_man:before {
  content: "\e035";
}
i.glyphicons.woman:before {
  content: "\e036";
}
i.glyphicons.file:before {
  content: "\e037";
}
i.glyphicons.coins:before {
  content: "\e038";
}
i.glyphicons.airplane:before {
  content: "\2708";
}
i.glyphicons.notes:before {
  content: "\e040";
}
i.glyphicons.stats:before {
  content: "\e041";
}
i.glyphicons.charts:before {
  content: "\e042";
}
i.glyphicons.pie_chart:before {
  content: "\e043";
}
i.glyphicons.group:before {
  content: "\e044";
}
i.glyphicons.keys:before {
  content: "\e045";
}
i.glyphicons.calendar:before {
  content: "\e046";
}
i.glyphicons.router:before {
  content: "\e047";
}
i.glyphicons.camera_small:before {
  content: "\e048";
}
i.glyphicons.dislikes:before {
  content: "\e049";
}
i.glyphicons.star:before {
  content: "\e050";
}
i.glyphicons.link:before {
  content: "\e051";
}
i.glyphicons.eye_open:before {
  content: "\e052";
}
i.glyphicons.eye_close:before {
  content: "\e053";
}
i.glyphicons.alarm:before {
  content: "\e054";
}
i.glyphicons.clock:before {
  content: "\e055";
}
i.glyphicons.stopwatch:before {
  content: "\e056";
}
i.glyphicons.projector:before {
  content: "\e057";
}
i.glyphicons.history:before {
  content: "\e058";
}
i.glyphicons.truck:before {
  content: "\e059";
}
i.glyphicons.cargo:before {
  content: "\e060";
}
i.glyphicons.compass:before {
  content: "\e061";
}
i.glyphicons.keynote:before {
  content: "\e062";
}
i.glyphicons.paperclip:before {
  content: "\e063";
}
i.glyphicons.power:before {
  content: "\e064";
}
i.glyphicons.lightbulb:before {
  content: "\e065";
}
i.glyphicons.tag:before {
  content: "\e066";
}
i.glyphicons.tags:before {
  content: "\e067";
}
i.glyphicons.cleaning:before {
  content: "\e068";
}
i.glyphicons.ruller:before {
  content: "\e069";
}
i.glyphicons.gift:before {
  content: "\e070";
}
i.glyphicons.umbrella:before {
  content: "\2602";
}
i.glyphicons.book:before {
  content: "\e072";
}
i.glyphicons.bookmark:before {
  content: "\e073";
}
i.glyphicons.wifi:before {
  content: "\e074";
}
i.glyphicons.cup:before {
  content: "\e075";
}
i.glyphicons.stroller:before {
  content: "\e076";
}
i.glyphicons.headphones:before {
  content: "\e077";
}
i.glyphicons.headset:before {
  content: "\e078";
}
i.glyphicons.warning_sign:before {
  content: "\e079";
}
i.glyphicons.signal:before {
  content: "\e080";
}
i.glyphicons.retweet:before {
  content: "\e081";
}
i.glyphicons.refresh:before {
  content: "\e082";
}
i.glyphicons.roundabout:before {
  content: "\e083";
}
i.glyphicons.random:before {
  content: "\e084";
}
i.glyphicons.heat:before {
  content: "\e085";
}
i.glyphicons.repeat:before {
  content: "\e086";
}
i.glyphicons.display:before {
  content: "\e087";
}
i.glyphicons.log_book:before {
  content: "\e088";
}
i.glyphicons.adress_book:before {
  content: "\e089";
}
i.glyphicons.building:before {
  content: "\e090";
}
i.glyphicons.eyedropper:before {
  content: "\e091";
}
i.glyphicons.adjust:before {
  content: "\e092";
}
i.glyphicons.tint:before {
  content: "\e093";
}
i.glyphicons.crop:before {
  content: "\e094";
}
i.glyphicons.vector_path_square:before {
  content: "\e095";
}
i.glyphicons.vector_path_circle:before {
  content: "\e096";
}
i.glyphicons.vector_path_polygon:before {
  content: "\e097";
}
i.glyphicons.vector_path_line:before {
  content: "\e098";
}
i.glyphicons.vector_path_curve:before {
  content: "\e099";
}
i.glyphicons.vector_path_all:before {
  content: "\e100";
}
i.glyphicons.font:before {
  content: "\e101";
}
i.glyphicons.italic:before {
  content: "\e102";
}
i.glyphicons.bold:before {
  content: "\e103";
}
i.glyphicons.text_underline:before {
  content: "\e104";
}
i.glyphicons.text_strike:before {
  content: "\e105";
}
i.glyphicons.text_height:before {
  content: "\e106";
}
i.glyphicons.text_width:before {
  content: "\e107";
}
i.glyphicons.text_resize:before {
  content: "\e108";
}
i.glyphicons.left_indent:before {
  content: "\e109";
}
i.glyphicons.right_indent:before {
  content: "\e110";
}
i.glyphicons.align_left:before {
  content: "\e111";
}
i.glyphicons.align_center:before {
  content: "\e112";
}
i.glyphicons.align_right:before {
  content: "\e113";
}
i.glyphicons.justify:before {
  content: "\e114";
}
i.glyphicons.list:before {
  content: "\e115";
}
i.glyphicons.text_smaller:before {
  content: "\e116";
}
i.glyphicons.text_bigger:before {
  content: "\e117";
}
i.glyphicons.embed:before {
  content: "\e118";
}
i.glyphicons.embed_close:before {
  content: "\e119";
}
i.glyphicons.table:before {
  content: "\e120";
}
i.glyphicons.message_full:before {
  content: "\e121";
}
i.glyphicons.message_empty:before {
  content: "\e122";
}
i.glyphicons.message_in:before {
  content: "\e123";
}
i.glyphicons.message_out:before {
  content: "\e124";
}
i.glyphicons.message_plus:before {
  content: "\e125";
}
i.glyphicons.message_minus:before {
  content: "\e126";
}
i.glyphicons.message_ban:before {
  content: "\e127";
}
i.glyphicons.message_flag:before {
  content: "\e128";
}
i.glyphicons.message_lock:before {
  content: "\e129";
}
i.glyphicons.message_new:before {
  content: "\e130";
}
i.glyphicons.inbox:before {
  content: "\e131";
}
i.glyphicons.inbox_plus:before {
  content: "\e132";
}
i.glyphicons.inbox_minus:before {
  content: "\e133";
}
i.glyphicons.inbox_lock:before {
  content: "\e134";
}
i.glyphicons.inbox_in:before {
  content: "\e135";
}
i.glyphicons.inbox_out:before {
  content: "\e136";
}
i.glyphicons.cogwheel:before {
  content: "\e137";
}
i.glyphicons.cogwheels:before {
  content: "\e138";
}
i.glyphicons.picture:before {
  content: "\e139";
}
i.glyphicons.adjust_alt:before {
  content: "\e140";
}
i.glyphicons.database_lock:before {
  content: "\e141";
}
i.glyphicons.database_plus:before {
  content: "\e142";
}
i.glyphicons.database_minus:before {
  content: "\e143";
}
i.glyphicons.database_ban:before {
  content: "\e144";
}
i.glyphicons.folder_open:before {
  content: "\e145";
}
i.glyphicons.folder_plus:before {
  content: "\e146";
}
i.glyphicons.folder_minus:before {
  content: "\e147";
}
i.glyphicons.folder_lock:before {
  content: "\e148";
}
i.glyphicons.folder_flag:before {
  content: "\e149";
}
i.glyphicons.folder_new:before {
  content: "\e150";
}
i.glyphicons.edit:before {
  content: "\e151";
}
i.glyphicons.new_window:before {
  content: "\e152";
}
i.glyphicons.check:before {
  content: "\e153";
}
i.glyphicons.unchecked:before {
  content: "\e154";
}
i.glyphicons.more_windows:before {
  content: "\e155";
}
i.glyphicons.show_big_thumbnails:before {
  content: "\e156";
}
i.glyphicons.show_thumbnails:before {
  content: "\e157";
}
i.glyphicons.show_thumbnails_with_lines:before {
  content: "\e158";
}
i.glyphicons.show_lines:before {
  content: "\e159";
}
i.glyphicons.playlist:before {
  content: "\e160";
}
i.glyphicons.imac:before {
  content: "\e161";
}
i.glyphicons.macbook:before {
  content: "\e162";
}
i.glyphicons.ipad:before {
  content: "\e163";
}
i.glyphicons.iphone:before {
  content: "\e164";
}
i.glyphicons.iphone_transfer:before {
  content: "\e165";
}
i.glyphicons.iphone_exchange:before {
  content: "\e166";
}
i.glyphicons.ipod:before {
  content: "\e167";
}
i.glyphicons.ipod_shuffle:before {
  content: "\e168";
}
i.glyphicons.ear_plugs:before {
  content: "\e169";
}
i.glyphicons.phone:before {
  content: "\e170";
}
i.glyphicons.step_backward:before {
  content: "\e171";
}
i.glyphicons.fast_backward:before {
  content: "\e172";
}
i.glyphicons.rewind:before {
  content: "\e173";
}
i.glyphicons.play:before {
  content: "\e174";
}
i.glyphicons.pause:before {
  content: "\e175";
}
i.glyphicons.stop:before {
  content: "\e176";
}
i.glyphicons.forward:before {
  content: "\e177";
}
i.glyphicons.fast_forward:before {
  content: "\e178";
}
i.glyphicons.step_forward:before {
  content: "\e179";
}
i.glyphicons.eject:before {
  content: "\e180";
}
i.glyphicons.facetime_video:before {
  content: "\e181";
}
i.glyphicons.download_alt:before {
  content: "\e182";
}
i.glyphicons.mute:before {
  content: "\e183";
}
i.glyphicons.volume_down:before {
  content: "\e184";
}
i.glyphicons.volume_up:before {
  content: "\e185";
}
i.glyphicons.screenshot:before {
  content: "\e186";
}
i.glyphicons.move:before {
  content: "\e187";
}
i.glyphicons.more:before {
  content: "\e188";
}
i.glyphicons.brightness_reduce:before {
  content: "\e189";
}
i.glyphicons.brightness_increase:before {
  content: "\e190";
}
i.glyphicons.circle_plus:before {
  content: "\e191";
}
i.glyphicons.circle_minus:before {
  content: "\e192";
}
i.glyphicons.circle_remove:before {
  content: "\e193";
}
i.glyphicons.circle_ok:before {
  content: "\e194";
}
i.glyphicons.circle_question_mark:before {
  content: "\e195";
}
i.glyphicons.circle_info:before {
  content: "\e196";
}
i.glyphicons.circle_exclamation_mark:before {
  content: "\e197";
}
i.glyphicons.remove:before {
  content: "\e198";
}
i.glyphicons.ok:before {
  content: "\e199";
}
i.glyphicons.ban:before {
  content: "\e200";
}
i.glyphicons.download:before {
  content: "\e201";
}
i.glyphicons.upload:before {
  content: "\e202";
}
i.glyphicons.shopping_cart:before {
  content: "\e203";
}
i.glyphicons.lock:before {
  content: "\e204";
}
i.glyphicons.unlock:before {
  content: "\e205";
}
i.glyphicons.electricity:before {
  content: "\e206";
}
i.glyphicons.ok_2:before {
  content: "\e207";
}
i.glyphicons.remove_2:before {
  content: "\e208";
}
i.glyphicons.cart_out:before {
  content: "\e209";
}
i.glyphicons.cart_in:before {
  content: "\e210";
}
i.glyphicons.left_arrow:before {
  content: "\e211";
}
i.glyphicons.right_arrow:before {
  content: "\e212";
}
i.glyphicons.down_arrow:before {
  content: "\e213";
}
i.glyphicons.up_arrow:before {
  content: "\e214";
}
i.glyphicons.resize_small:before {
  content: "\e215";
}
i.glyphicons.resize_full:before {
  content: "\e216";
}
i.glyphicons.circle_arrow_left:before {
  content: "\e217";
}
i.glyphicons.circle_arrow_right:before {
  content: "\e218";
}
i.glyphicons.circle_arrow_top:before {
  content: "\e219";
}
i.glyphicons.circle_arrow_down:before {
  content: "\e220";
}
i.glyphicons.play_button:before {
  content: "\e221";
}
i.glyphicons.unshare:before {
  content: "\e222";
}
i.glyphicons.share:before {
  content: "\e223";
}
i.glyphicons.chevron-right:before {
  content: "\e224";
}
i.glyphicons.chevron-left:before {
  content: "\e225";
}
i.glyphicons.bluetooth:before {
  content: "\e226";
}
i.glyphicons.euro:before {
  content: "\20AC";
}
i.glyphicons.usd:before {
  content: "\e228";
}
i.glyphicons.gbp:before {
  content: "\e229";
}
i.glyphicons.retweet_2:before {
  content: "\e230";
}
i.glyphicons.moon:before {
  content: "\e231";
}
i.glyphicons.sun:before {
  content: "\2609";
}
i.glyphicons.cloud:before {
  content: "\2601";
}
i.glyphicons.direction:before {
  content: "\e234";
}
i.glyphicons.brush:before {
  content: "\e235";
}
i.glyphicons.pen:before {
  content: "\e236";
}
i.glyphicons.zoom_in:before {
  content: "\e237";
}
i.glyphicons.zoom_out:before {
  content: "\e238";
}
i.glyphicons.pin:before {
  content: "\e239";
}
i.glyphicons.albums:before {
  content: "\e240";
}
i.glyphicons.rotation_lock:before {
  content: "\e241";
}
i.glyphicons.flash:before {
  content: "\e242";
}
i.glyphicons.google_maps:before {
  content: "\e243";
}
i.glyphicons.anchor:before {
  content: "\2693";
}
i.glyphicons.conversation:before {
  content: "\e245";
}
i.glyphicons.chat:before {
  content: "\e246";
}
i.glyphicons.male:before {
  content: "\e247";
}
i.glyphicons.female:before {
  content: "\e248";
}
i.glyphicons.asterisk:before {
  content: "\002A";
}
i.glyphicons.divide:before {
  content: "\00F7";
}
i.glyphicons.snorkel_diving:before {
  content: "\e251";
}
i.glyphicons.scuba_diving:before {
  content: "\e252";
}
i.glyphicons.oxygen_bottle:before {
  content: "\e253";
}
i.glyphicons.fins:before {
  content: "\e254";
}
i.glyphicons.fishes:before {
  content: "\e255";
}
i.glyphicons.boat:before {
  content: "\e256";
}
i.glyphicons.delete:before {
  content: "\e257";
}
i.glyphicons.sheriffs_star:before {
  content: "\e258";
}
i.glyphicons.qrcode:before {
  content: "\e259";
}
i.glyphicons.barcode:before {
  content: "\e260";
}
i.glyphicons.pool:before {
  content: "\e261";
}
i.glyphicons.buoy:before {
  content: "\e262";
}
i.glyphicons.spade:before {
  content: "\e263";
}
i.glyphicons.bank:before {
  content: "\e264";
}
i.glyphicons.vcard:before {
  content: "\e265";
}
i.glyphicons.electrical_plug:before {
  content: "\e266";
}
i.glyphicons.flag:before {
  content: "\e267";
}
i.glyphicons.credit_card:before {
  content: "\e268";
}
i.glyphicons.keyboard-wireless:before {
  content: "\e269";
}
i.glyphicons.keyboard-wired:before {
  content: "\e270";
}
i.glyphicons.shield:before {
  content: "\e271";
}
i.glyphicons.ring:before {
  content: "\02DA";
}
i.glyphicons.cake:before {
  content: "\e273";
}
i.glyphicons.drink:before {
  content: "\e274";
}
i.glyphicons.beer:before {
  content: "\e275";
}
i.glyphicons.fast_food:before {
  content: "\e276";
}
i.glyphicons.cutlery:before {
  content: "\e277";
}
i.glyphicons.pizza:before {
  content: "\e278";
}
i.glyphicons.birthday_cake:before {
  content: "\e279";
}
i.glyphicons.tablet:before {
  content: "\e280";
}
i.glyphicons.settings:before {
  content: "\e281";
}
i.glyphicons.bullets:before {
  content: "\e282";
}
i.glyphicons.cardio:before {
  content: "\e283";
}
i.glyphicons.t-shirt:before {
  content: "\e284";
}
i.glyphicons.pants:before {
  content: "\e285";
}
i.glyphicons.sweater:before {
  content: "\e286";
}
i.glyphicons.fabric:before {
  content: "\e287";
}
i.glyphicons.leather:before {
  content: "\e288";
}
i.glyphicons.scissors:before {
  content: "\e289";
}
i.glyphicons.bomb:before {
  content: "\e290";
}
i.glyphicons.skull:before {
  content: "\e291";
}
i.glyphicons.celebration:before {
  content: "\e292";
}
i.glyphicons.tea_kettle:before {
  content: "\e293";
}
i.glyphicons.french_press:before {
  content: "\e294";
}
i.glyphicons.coffe_cup:before {
  content: "\e295";
}
i.glyphicons.pot:before {
  content: "\e296";
}
i.glyphicons.grater:before {
  content: "\e297";
}
i.glyphicons.kettle:before {
  content: "\e298";
}
i.glyphicons.hospital:before {
  content: "\e299";
}
i.glyphicons.hospital_h:before {
  content: "\e300";
}
i.glyphicons.microphone:before {
  content: "\e301";
}
i.glyphicons.webcam:before {
  content: "\e302";
}
i.glyphicons.temple_christianity_church:before {
  content: "\e303";
}
i.glyphicons.temple_islam:before {
  content: "\e304";
}
i.glyphicons.temple_hindu:before {
  content: "\e305";
}
i.glyphicons.temple_buddhist:before {
  content: "\e306";
}
i.glyphicons.bicycle:before {
  content: "\e307";
}
i.glyphicons.life_preserver:before {
  content: "\e308";
}
i.glyphicons.share_alt:before {
  content: "\e309";
}
i.glyphicons.comments:before {
  content: "\e310";
}
i.glyphicons.flower:before {
  content: "\2698";
}
i.glyphicons.baseball:before {
  content: "\e312";
}
i.glyphicons.rugby:before {
  content: "\e313";
}
i.glyphicons.ax:before {
  content: "\e314";
}
i.glyphicons.table_tennis:before {
  content: "\e315";
}
i.glyphicons.bowling:before {
  content: "\e316";
}
i.glyphicons.tree_conifer:before {
  content: "\e317";
}
i.glyphicons.tree_deciduous:before {
  content: "\e318";
}
i.glyphicons.more_items:before {
  content: "\e319";
}
i.glyphicons.sort:before {
  content: "\e320";
}
i.glyphicons.filter:before {
  content: "\e321";
}
i.glyphicons.gamepad:before {
  content: "\e322";
}
i.glyphicons.playing_dices:before {
  content: "\e323";
}
i.glyphicons.calculator:before {
  content: "\e324";
}
i.glyphicons.tie:before {
  content: "\e325";
}
i.glyphicons.wallet:before {
  content: "\e326";
}
i.glyphicons.piano:before {
  content: "\e327";
}
i.glyphicons.sampler:before {
  content: "\e328";
}
i.glyphicons.podium:before {
  content: "\e329";
}
i.glyphicons.soccer_ball:before {
  content: "\e330";
}
i.glyphicons.blog:before {
  content: "\e331";
}
i.glyphicons.dashboard:before {
  content: "\e332";
}
i.glyphicons.certificate:before {
  content: "\e333";
}
i.glyphicons.bell:before {
  content: "\e334";
}
i.glyphicons.candle:before {
  content: "\e335";
}
i.glyphicons.pushpin:before {
  content: "\e336";
}
i.glyphicons.iphone_shake:before {
  content: "\e337";
}
i.glyphicons.pin_flag:before {
  content: "\e338";
}
i.glyphicons.turtle:before {
  content: "\e339";
}
i.glyphicons.rabbit:before {
  content: "\e340";
}
i.glyphicons.globe:before {
  content: "\e341";
}
i.glyphicons.briefcase:before {
  content: "\e342";
}
i.glyphicons.hdd:before {
  content: "\e343";
}
i.glyphicons.thumbs_up:before {
  content: "\e344";
}
i.glyphicons.thumbs_down:before {
  content: "\e345";
}
i.glyphicons.hand_right:before {
  content: "\e346";
}
i.glyphicons.hand_left:before {
  content: "\e347";
}
i.glyphicons.hand_up:before {
  content: "\e348";
}
i.glyphicons.hand_down:before {
  content: "\e349";
}
i.glyphicons.fullscreen:before {
  content: "\e350";
}
i.glyphicons.shopping_bag:before {
  content: "\e351";
}
i.glyphicons.book_open:before {
  content: "\e352";
}
i.glyphicons.nameplate:before {
  content: "\e353";
}
i.glyphicons.nameplate_alt:before {
  content: "\e354";
}
i.glyphicons.vases:before {
  content: "\e355";
}
i.glyphicons.bullhorn:before {
  content: "\e356";
}
i.glyphicons.dumbbell:before {
  content: "\e357";
}
i.glyphicons.suitcase:before {
  content: "\e358";
}
i.glyphicons.file_import:before {
  content: "\e359";
}
i.glyphicons.file_export:before {
  content: "\e360";
}
i.glyphicons.bug:before {
  content: "\e361";
}
i.glyphicons.crown:before {
  content: "\e362";
}
i.glyphicons.smoking:before {
  content: "\e363";
}
i.glyphicons.cloud-upload:before {
  content: "\e364";
}
i.glyphicons.cloud-download:before {
  content: "\e365";
}
i.glyphicons.restart:before {
  content: "\e366";
}
i.glyphicons.security_camera:before {
  content: "\e367";
}
i.glyphicons.expand:before {
  content: "\e368";
}
i.glyphicons.collapse:before {
  content: "\e369";
}
i.glyphicons.collapse_top:before {
  content: "\e370";
}
i.glyphicons.globe_af:before {
  content: "\e371";
}
i.glyphicons.global:before {
  content: "\e372";
}
i.glyphicons.spray:before {
  content: "\e373";
}
i.glyphicons.nails:before {
  content: "\e374";
}
i.glyphicons.claw_hammer:before {
  content: "\e375";
}
i.glyphicons.classic_hammer:before {
  content: "\e376";
}
i.glyphicons.hand_saw:before {
  content: "\e377";
}
i.glyphicons.riflescope:before {
  content: "\e378";
}
i.glyphicons.electrical_socket_eu:before {
  content: "\e379";
}
i.glyphicons.electrical_socket_us:before {
  content: "\e380";
}
i.glyphicons.pinterest:before {
  content: "\e381";
}
i.glyphicons.dropbox:before {
  content: "\e382";
}
i.glyphicons.google_plus:before {
  content: "\e383";
}
i.glyphicons.jolicloud:before {
  content: "\e384";
}
i.glyphicons.yahoo:before {
  content: "\e385";
}
i.glyphicons.blogger:before {
  content: "\e386";
}
i.glyphicons.picasa:before {
  content: "\e387";
}
i.glyphicons.amazon:before {
  content: "\e388";
}
i.glyphicons.tumblr:before {
  content: "\e389";
}
i.glyphicons.wordpress:before {
  content: "\e390";
}
i.glyphicons.instapaper:before {
  content: "\e391";
}
i.glyphicons.evernote:before {
  content: "\e392";
}
i.glyphicons.xing:before {
  content: "\e393";
}
i.glyphicons.zootool:before {
  content: "\e394";
}
i.glyphicons.dribbble:before {
  content: "\e395";
}
i.glyphicons.deviantart:before {
  content: "\e396";
}
i.glyphicons.read_it_later:before {
  content: "\e397";
}
i.glyphicons.linked_in:before {
  content: "\e398";
}
i.glyphicons.forrst:before {
  content: "\e399";
}
i.glyphicons.pinboard:before {
  content: "\e400";
}
i.glyphicons.behance:before {
  content: "\e401";
}
i.glyphicons.github:before {
  content: "\e402";
}
i.glyphicons.youtube:before {
  content: "\e403";
}
i.glyphicons.skitch:before {
  content: "\e404";
}
i.glyphicons.foursquare:before {
  content: "\e405";
}
i.glyphicons.quora:before {
  content: "\e406";
}
i.glyphicons.badoo:before {
  content: "\e407";
}
i.glyphicons.spotify:before {
  content: "\e408";
}
i.glyphicons.stumbleupon:before {
  content: "\e409";
}
i.glyphicons.readability:before {
  content: "\e410";
}
i.glyphicons.facebook:before {
  content: "\e411";
}
i.glyphicons.twitter:before {
  content: "\e412";
}
i.glyphicons.instagram:before {
  content: "\e413";
}
i.glyphicons.posterous_spaces:before {
  content: "\e414";
}
i.glyphicons.vimeo:before {
  content: "\e415";
}
i.glyphicons.flickr:before {
  content: "\e416";
}
i.glyphicons.last_fm:before {
  content: "\e417";
}
i.glyphicons.rss:before {
  content: "\e418";
}
i.glyphicons.skype:before {
  content: "\e419";
}
i.glyphicons.e-mail:before {
  content: "\e420";
}

/* Layout Configuration */
.mobile {
  display: none;
}
@media (max-width: 770px) {
  .mobile {
    display: block;
  }
}
.mobile .mobile-block {
  display: none;
}
@media (max-width: 770px) {
  .mobile .mobile-block {
    display: block;
  }
}
.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
  width: 100%;
  float: left;
}
.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: -15px;
  float: right;
}
.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
  opacity: 0.7;
}
.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
  background: url(http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
  background: url(http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
  position: fixed;
  width: 80%;
  max-width: 320px;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 199999;
  padding: 20px;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  overflow-y: scroll;
  display: none;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  display: block;
  -webkit-box-shadow: 0px 0 15px 0 #333333;
  -moz-box-shadow: 0px 0 15px 0 #333333;
  box-shadow: 0px 0 15px 0 #333333;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
  right: -80%;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
  right: 0;
}
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  /* None Active */
  left: -80%;
}
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  left: 0;
}
.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
  width: 100%;
}
.desktop {
  display: block;
}
@media (max-width: 770px) {
  .desktop {
    display: none;
  }
}
.desktop .desktop-block {
  display: block;
}
@media (max-width: 770px) {
  .desktop .desktop-block {
    display: none;
  }
}
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 74%;
  float: left;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 23%;
  float: left;
}
.desktop.two-columns-right section.content {
  padding-right: 20px;
}
.desktop.two-columns-left section.content {
  padding-left: 20px;
}
.desktop.three-columns section.content {
  width: 58%;
  float: left;
  padding: 0 18px;
}
.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
  width: 18%;
  float: left;
}
/* List of Posts */
@media (max-width: 1024px) {
  .mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.list .mpblog-post .post-thumbnail {
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mpblog-list.list .mp-read-more {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  float: left;
}
.mpblog-list.grid {
  width: 100%;
}
.mpblog-list.grid .item {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpblog-list.grid .item .post-container {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
}
.mpblog-list.grid .item .post-container .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.grid .item .post-container .post-thumbnail {
  margin: -10px -10px 10px;
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.grid .item .post-container .post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mpblog-list.grid .item .post-container .mp-footer {
  margin-bottom: 20px;
}
.mpblog-list.grid .item .post-container span.comments {
  float: left;
  margin-left: 0;
}
/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
  width: 33%;
}
.three-columns .mpblog-list.grid .item {
  width: 33%;
}
.three-columns .mpblog-list.grid .item.w2 {
  width: 66%;
}
.three-columns .mpblog-list.grid .item.w3 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item.w2,
  .three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item.w3,
  .three-columns .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
  width: 50%;
}
.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.one-column .mpblog-list.grid .grid-sizer {
  width: 20%;
}
.one-column .mpblog-list.grid .item {
  width: 20%;
}
.one-column .mpblog-list.grid .item.w2 {
  width: 40%;
}
.one-column .mpblog-list.grid .item.w3 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item.w2 {
    width: 66%;
  }
  .one-column .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .one-column .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .one-column .mpblog-list.grid .item.w3,
  .one-column .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.mpblog-container.list .mp-pager {
  border-top: 1px solid #cccccc;
}
.mpblog-container .mp-pager {
  margin-top: 40px;
  padding: 10px 5px 0;
}
.mpblog-container .mp-pager .navi a {
  line-height: 16px;
  min-height: 16px;
  width: 45%;
}
.mpblog-container .mp-pager .newer a {
  float: right;
  text-align: right;
}
.mpblog-container .mp-pager .newer a i.glyphicons {
  margin-left: 5px;
}
.mpblog-container .mp-pager .older a {
  float: left;
  text-align: left;
}
.mpblog-container .mp-pager .older a i.glyphicons {
  margin-right: 5px;
}
/** Comments */
@media (max-width: 770px) {
  .comments-action {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .comments-action {
    float: right;
  }
}
.comments-action .leave-a-comment {
  margin-left: 15px;
  line-height: 24px;
}
.comments-action .leave-a-comment a {
  text-transform: uppercase;
  font-size: larger;
}
.comments-action .blog-icon.rss {
  background: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
  /** One for new */
}
@media (min-width: 770px) {
  .comments-action .blog-icon.rss {
    display: inline-block;
  }
}
.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
  float: left;
}
.mpblog-comments-container .comments-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  position: relative;
}
.mpblog-comments-container .comments-header span.leave-a-comment {
  float: left;
  margin-left: 0;
}
.mpblog-comments-container .comments-header span.rss-comments {
  float: left;
  margin-left: 20px;
}
.mpblog-comments-container .mp-comment-header {
  margin-bottom: 10px;
}
.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
  float: left;
  margin-right: 10px;
}
.mpblog-comments-container .mp-comment-willapprove {
  color: red;
  font-style: italic;
  font-size: smaller;
}
.mpblog-comments-container .mp-replies {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 12px;
  }
}
@media (max-width: 600px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 6px;
  }
}
.mp-comment-content,
.mp-comment-form {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #cccccc;
}
.mp-comment-content.my-comment {
  border-color: #3399cc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.comment-form-field {
  margin-bottom: 10px;
  position: relative;
}
.comment-form-field .checkbox + label {
  padding: 0;
}
.comment-form-field textarea,
.comment-form-field input[type="text"] {
  line-height: 1.5;
  padding: 5px !important;
}
.comment-form-field textarea {
  height: 72px;
  width: 100%;
  max-width: 460px;
}
.comment-form-field textarea,
.comment-form-field textarea:focus {
  background-color: #ffffff;
}
.comment-form-field input[type="checkbox"] {
  display: none;
}
.comment-form-field input[type="checkbox"] + label {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.comment-form-field input[type="checkbox"] + label:before {
  content: "";
  background: white;
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.comment-form-field input[type="checkbox"]:checked + label:before {
  background: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}
.comment-form-field input.text {
  width: 70% !important;
}
@media (max-width: 770px) {
  .comment-form-field input.text {
    width: 100% !important;
  }
}
.comment-form-field textarea,
.comment-form-field input.text {
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
  border: 1px dashed red;
}
.form-actions {
  text-align: right;
  position: relative;
}
.form-actions .mp-comment-reply-btn {
  text-transform: uppercase;
}
.form-actions .subscribe {
  position: absolute;
  left: 0;
  border-color: transparent;
}
.mpblog-container h1.mp-title {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .mp-blog-head {
    text-align: center;
  }
}
.mp-blog-head h1 {
  float: left;
  margin-bottom: 0.25em;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .mp-blog-head h1 {
    max-width: 85%;
    font-size: larger;
  }
}
@media (max-width: 770px) {
  .mp-blog-head h1 {
    max-width: 100%;
  }
}
.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
  font-size: smaller;
}
@media (max-width: 770px) {
  .mp-blog-head a.mp-blog-rss-link,
  .mp-blog-head a.mp-blog-print-link {
    display: none;
  }
}
.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
  float: right;
  margin-top: 4px;
}
@media (max-width: 770px) {
  .mp-blog-head span.mp-blog-rss,
  .mp-blog-head span.mp-blog-print {
    display: none;
  }
}
.mpblog-post {
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-post-header h2 {
    font-size: larger;
    margin-bottom: 0;
  }
}
.mpblog-post .post-thumbnail {
  margin-bottom: 1em;
}
.mpblog-post .post-thumbnail img.thumbnail {
  width: 100%;
}
@media (max-width: 1024px) {
  .mpblog-post .post-thumbnail {
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
  float: left;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
  }
}
.mpblog-post .mp-content div.mp-details {
  margin-top: 20px;
}
.mpblog-post .mp-content iframe.blog-video {
  margin-bottom: 1.5em !important;
}
.mpblog-post .mp-content hr.cutter {
  display: none;
}
.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
  margin-left: 20px;
}
.mpblog-post .mp-content img {
  width: 100%;
}
.mpblog-post .mp-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 3px 0;
}
.mpblog-post .mp-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 3px 20px;
}
.mpblog-post .mp-content a > img {
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
  -o-transition: box-shadow 0.15s 0.3s ease-in-out;
  transition: box-shadow 0.15s 0.3s ease-in-out;
}
.mpblog-post .mp-content a > img:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
}
.mpblog-post .mp-content blockquote {
  margin: 0 1.6em 1.5em;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.mpblog-post .mp-content table {
  margin-bottom: 1.5em;
}
.mpblog-post .mp-content table tr th {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
  padding: 5px 10px;
}
.mpblog-post .mp-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
  font-size: smaller;
}
.mpblog-post span.mp-tags {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.mp-tags-pic {
  float: left;
  width: 20px;
}
.mpblog-post span.mp-tags-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.categories {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.categories-pic {
  float: left;
  display: block;
  width: 19px;
  height: 16px;
}
.mpblog-post span.categories-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.posted-by {
  margin-right: 20px;
}
.mpblog-post span.date {
  margin-right: 20px;
}
.mpblog-post span.views {
  margin-right: 20px;
}
.mpblog-post span.comments {
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .mpblog-post span.comments {
    display: none;
  }
}
.mpblog-post i.glyphicons {
  margin-right: 5px;
}
.mpblog-post .customer-action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 770px) {
  .mpblog-post .customer-action-bar {
    text-align: center;
  }
}
.blog-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-icon:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 2px;
  margin-top: 2px;
}
/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
  border: none !important;
  background: none !important;
}
/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
  padding: 5px 10px;
}
.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
}
/* Sidebar Blocks */
.sidebar-common ul li.active a {
  font-weight: bold;
}
.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
  font-size: smaller;
}
.sidebar-common ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
  font-weight: bold;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
  font-size: smaller;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-recentposts .mp-post-thesis {
  margin-top: 3px;
}
.mpblog-recentposts .thumbnail {
  float: left;
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 68px;
  height: 68px;
}
.mpblog-recentposts .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
  -webkit-transition: all 0.15s 0.3s ease-in-out;
  -moz-transition: all 0.15s 0.3s ease-in-out;
  -o-transition: all 0.15s 0.3s ease-in-out;
  transition: all 0.15s 0.3s ease-in-out;
}
.mpblog-recentposts .thumbnail .img {
  width: 60px;
  height: 60px;
}
.mpblog-recentposts ul li {
  margin-bottom: 20px;
}
.mpblog-recentposts ul li:last-child {
  margin-bottom: 0;
}
.mpblog-archives .block-content {
  padding-top: 10px;
}
.mpblog-archives .block-content .actions {
  margin: 10px -10px -5px;
}
/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
  display: none;
}
.mpblog-tags .block-content canvas {
  width: 100%;
  margin-left: -5px;
}
.mpblog-tags ul {
  list-style-type: none;
}
.mpblog-tags ul li {
  display: inline;
}
.mpblog-tags a.tag1 {
  font-size: 0.7em;
  font-weight: 100;
}
.mpblog-tags a.tag2 {
  font-size: 0.8em;
  font-weight: 200;
}
.mpblog-tags a.tag3 {
  font-size: 0.9em;
  font-weight: 300;
}
.mpblog-tags a.tag4 {
  font-size: 1.0em;
  font-weight: 400;
}
.mpblog-tags a.tag5 {
  font-size: 1.2em;
  font-weight: 500;
}
.mpblog-tags a.tag6 {
  font-size: 1.4em;
  font-weight: 600;
}
.mpblog-tags a.tag7 {
  font-size: 1.6em;
  font-weight: 700;
}
.mpblog-tags a.tag8 {
  font-size: 1.8em;
  font-weight: 800;
}
.mpblog-tags a.tag9 {
  font-size: 2.2em;
  font-weight: 900;
}
.mpblog-tags a.tag10 {
  font-size: 2.5em;
  font-weight: 900;
}
/* Social Share */
@media (min-width: 770px) {
  .mpblog-social-container {
    float: left;
  }
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul {
    text-align: center;
    width: 100%;
  }
}
.mpblog-social-container .mp-buttons ul li {
  margin-right: 5px;
  float: left;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.mpblog-social-container .mp-buttons ul li .blog-icon {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/twitter.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/facebook.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.google {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}
.search-query {
  margin-bottom: 20px;
}
.search-query .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.search-query .input-box button.button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 6px 7px;
}
.search-query .input-box button.button i.glyphicons.search {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-query .input-box button.button i.glyphicons.search:hover {
  opacity: 1;
}
.search-query .input-box button.button i.glyphicons.search:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.search-query .input-box input[type="text"] {
  width: 100%;
}
.search-query .advice {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.search-query .advice a {
  font-weight: bold;
}
.mpblog-search .block-content button.button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mpblog-search .block-content input.input-text {
  width: 168px;
  margin-top: 5px;
}
/* Preview */
.mpblog-preview {
  padding: 20px;
}
.mpblog-preview .mpblog-preview-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mpblog-preview-button-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
  opacity: 1;
}
textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
  opacity: 1;
}
textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
  box-shadow: inset 0px 0px 5px 0px #cccccc;
  border: 1px solid #4d4d4d;
}
textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
.fix-me {
  zoom: 1;
  /* IE6&7 */
}
.fix-me:before,
.fix-me:after {
  content: "";
  display: table;
}
.fix-me:after {
  clear: both;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
/* Misc styles */
div.fixed {
  clear: both;
}
/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
  color: #3399cc;
}
i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
  color: #7C0104;
}
i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
  color: #003300;
}
i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
  color: #003366;
}
i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
  color: #333333;
}
i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
  color: #0A263C;
}

.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.fancybox-wrap .page-title {
  padding: 12px 12px 5px;
  text-align: left;
  background: #f4f4f4;
  font: 15px/26px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #223d95;
  border-bottom: 1px solid #d5d5d5;
}

/*-------------Header-base-styles--------------*/
.header-container {
  background: white url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/header-background-image.png") bottom left repeat-x;
}
.header-container .branding {
  width: 280px;
}
.header-container .quick-access {
  width: 680px;
  text-align: right;
  position: absolute;
  bottom: 13px;
  right: 0;
  padding: 0;
}
.header-container .header-contact {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  line-height: 1.1em;
}

.account-links,
.welcome-msg,
.account-links a {
  font: 12px/16px Arial, sans-serif;
  font-weight: bold;
  color: #000;
}

.account-links a {
  font-family: "Arial", Arial, sans-serif;
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
}
.account-links a:hover {
  text-decoration: underline;
  color: #223d95;
}

.top-cart,
.account-links,
.top-links,
.welcome-msg {
  display: inline-block;
}

.account-links .first {
  margin-right: 2px;
}
.account-links .persistent-welcome {
  text-decoration: none;
}
.account-links .persistent-welcome span {
  text-decoration: underline;
}

.top-links {
  margin-right: 155px;
}
.top-links a {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  border-left: 1px solid #bebebe;
  margin-left: 4px;
  padding-left: 7px;
  color: black;
}
.top-links a:hover {
  color: #223d95;
  text-decoration: none;
}

.branding {
  position: absolute;
  left: 0;
  top: 15px;
}

.header {
  height: 103px;
}

.logo img {
  width: 100%;
}

/*-------------Header-base-styles--------------*/
/*-------------fansybox-styles-&-login-popup-block--------------*/
.modal-login-popup .registered-users li {
  margin-right: -20px;
  display: block;
}

.fancybox-wrap .popup-error-message {
  margin-bottom: 20px;
  color: red;
  font-weight: bold;
}
.fancybox-wrap .content {
  padding: 20px;
  text-align: left;
}
.fancybox-wrap .fancybox-inner {
  padding-top: 30px;
}
.fancybox-wrap .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fancybox-wrap .account-login {
  text-align: left;
}
.fancybox-wrap .page-title {
  margin-bottom: 0;
  margin-top: -30px;
}
.fancybox-wrap h1 {
  font-size: 15px;
}
.fancybox-wrap h2 {
  font-size: 14px;
}
.fancybox-wrap .fancybox-close {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
  top: 10px;
  right: 6px;
}
.fancybox-wrap form {
  display: block;
}

.account-login {
  margin-bottom: 0;
}
.account-login .fieldset h2 {
  margin-bottom: 5px;
}
.account-login .new-users,
.account-login .registered-users {
  padding: 10px 20px 15px;
  width: 100%;
}
.account-login .new-users p,
.account-login .registered-users p {
  margin-bottom: 20px;
  line-height: 21px;
}
.account-login .new-users {
  padding-top: 0;
}
.account-login .hr {
  margin-bottom: 10px;
}
.account-login button.button span {
  font-family: "Arial Bold", "Helvetica Inserat LT Std Roman", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.account-login .form-list label,
.account-login .form-list span.label {
  width: 104px;
  padding: 7px 15px 0 0;
}
.account-login .form-list li.note {
  padding-left: 105px;
  clear: both;
  margin-top: -5px;
}
.account-login .form-list li.buttons-set {
  padding-right: 0;
  margin: 0;
}
.account-login .form-list input.input-text {
  width: 280px;
  height: 28px;
}
.account-login a {
  color: #223d95;
  font-size: 11px;
}

/*-------------fansybox-styles-&-login-popup-block--------------*/
.hr {
  clear: both;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
}

.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.footer-container {
  background: white;
  border-top: 5px solid #223d95;
  padding-top: 33px;
  text-align: left;
}

.footer-links-block ul {
  width: 110px;
}
.footer-links-block ul.last {
  margin-left: 10px;
  width: 120px;
}
.footer-links-block li a {
  font: bold 12px/20px Helvetica, sans-serif;
}
.footer-links-block li a:hover {
  color: #223d95;
  text-decoration: none;
}
.footer-links-block .footer-title {
  font: 20px/28px "Arial", Arial, sans-serif;
  color: #7e7e7e;
}

.customer-service-block,
.about-us-block {
  overflow: hidden;
}

.about-us-block {
  float: left;
  margin: 0 44px 0 0;
}

address.copyright {
  margin-top: 15px;
  text-align: left;
  font: bold 10px/20px Helvetica, sans-serif;
  color: #7e7e7e;
}

.newsletter-block {
  float: right;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/footer-block/footer-newsletter-bg.png") 0 0 no-repeat;
  width: 380px;
  min-height: 130px;
  margin: -11px 5px 0 0;
}
.newsletter-block .input-box {
  margin-left: 48px;
}
.newsletter-block .input-box input {
  width: 190px;
  font: 11px/32px "Arial Bold", Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 32px;
}
.newsletter-block button.button {
  width: auto;
  height: 32px;
  margin-left: 10px;
}

.form-subscribe-header {
  font: 20px/50px Helvetica, sans-serif;
  color: #fff;
  margin: 14px 0 0 48px;
}
.form-subscribe-header strong {
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
}

.bottom-information-block {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/footer-block/bottom-information-block-bg.png") 0 0 repeat-x;
  overflow: hidden;
  height: 237px;
  padding: 23px 0 0 22px;
}
.bottom-information-block .content {
  height: 100%;
}

.newsletter-block .v-fix {
  position: relative;
}
.newsletter-block .v-fix .validation-advice {
  position: absolute;
  width: 310px;
  margin-right: 0;
  line-height: 12px;
}
.newsletter-block div.validation-error {
  background-position: 96% 4px;
}

.help-information-block .col1, .help-information-block .col2 {
  width: 49%;
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: top;
  text-align: center;
}
.help-information-block a.button {
  display: block;
  position: absolute !important;
  bottom: 30px;
  right: 80px;
  width: auto;
  height: 32px;
  line-height: 32px;
}
.help-information-block a.button span {
  line-height: 32px;
}
.help-information-block .col1 a {
  bottom: 45px;
  right: 105px;
}
.help-information-block .col2 a {
  right: 110px;
}

.pie-base, .nav-2 .dropdown-menu, .nav-2 .dropdown-menu .topsubcat li .wrap, .nav-1 .dropdown-menu, .nav-1 li .img-wrapper, .navigation-search-block .search-container, .search-by-model .search-container, .search-input input.input-text, .quickorder-block {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.search-input button.button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/*------------top-navigation-menu-------------*/
.lyonscg-brandpage-index-index .nav-container li.nav-1 {
  background: #223d95;
}

.lyonscg-toolpage-index-index .nav-container li.nav-2 {
  background: #223d95;
}

.nav-container {
  position: relative;
  height: 57px;
}
.nav-container li {
  height: 57px;
  text-align: center;
  display: block;
}
.nav-container li.over, .nav-container li.active {
  background: #223d95;
}
.nav-container .nav-1 {
  width: 174px;
}
.nav-container .nav-2 {
  width: 155px;
}
.nav-container .quick-order {
  width: 150px;
}
.nav-container .brand-nav li a {
  display: block;
  margin: 0;
}
.nav-container .brand-nav h2 {
  margin: 15px 0 20px 10px;
}
.nav-container .brand-nav ul {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}
.nav-container .level0, .nav-container .quick-order {
  border-left: 1px solid #223d95;
  padding-left: 15px;
}
.nav-container .level0 a, .nav-container .quick-order a {
  margin-top: 16px;
  font: 15px/26px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: white;
  width: 100%;
}
.nav-container .level0 a:hover, .nav-container .quick-order a:hover {
  text-decoration: none;
}
.nav-container .level0.parent > a, .nav-container .quick-order.parent > a {
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/menu-parent-arrow.png) 92% 8px no-repeat;
  padding-right: 17px;
}
.nav-container p.all-cats-link, .nav-container p.all-brands-link {
  padding: 20px 10px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.nav-container p.all-cats-link a, .nav-container p.all-brands-link a {
  color: #223d95;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_right-active.gif") 100% 1px no-repeat;
  padding-right: 20px;
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}
.nav-container p.all-brands-link {
  padding: 30px 10px 20px;
}

.nav-2 .dropdown-menu {
  display: none;
  width: 930px;
  min-height: 475px;
  height: auto !important;
  height: 475px;
  background: white;
  top: 15px;
  position: relative;
  left: -190px;
  overflow: hidden;
  padding: 10px 15px 15px 10px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
.nav-2 .dropdown-menu.shown-sub {
  display: block;
}
.nav-2 .dropdown-menu .nav0 {
  width: 150px;
  float: left;
}
.nav-2 .dropdown-menu .nav0 li {
  background: #f4f4f4;
  height: auto;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  padding: 0;
  text-align: left;
}
.nav-2 .dropdown-menu .nav0 li:hover, .nav-2 .dropdown-menu .nav0 li.hover {
  background: #223d95;
}
.nav-2 .dropdown-menu .nav0 li:hover a, .nav-2 .dropdown-menu .nav0 li:hover.over, .nav-2 .dropdown-menu .nav0 li.hover a, .nav-2 .dropdown-menu .nav0 li.hover.over {
  color: white;
  text-decoration: none;
}
.nav-2 .dropdown-menu .nav0 a {
  font-size: 14px;
  line-height: 16px;
  color: #223d95;
  text-decoration: none;
  padding: 10px 10px 10px 25px;
  display: inline-block;
  margin: 0;
}
.nav-2 .dropdown-menu .topsubcat,
.nav-2 .dropdown-menu .category-title,
.nav-2 .dropdown-menu .subcat-block,
.nav-2 .dropdown-menu .bottomsubcat {
  width: 730px;
}
.nav-2 .dropdown-menu .category-title {
  font-size: 22px;
  text-align: left;
  padding: 7px 0;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
.nav-2 .dropdown-menu .topsubcat li {
  float: left;
  background-color: #ffffff;
  text-align: center;
  margin: 10px 25px 30px 0;
  position: relative;
  z-index: 1;
  width: 126px;
  height: 175px;
}
.nav-2 .dropdown-menu .topsubcat li.last {
  margin-right: 0;
}
.nav-2 .dropdown-menu .topsubcat li .wrap {
  display: block;
  position: relative;
  border: 1px solid #d5d5d5;
  width: 126px;
  height: 175px;
  padding: 10px;
}
.nav-2 .dropdown-menu .topsubcat li .wrap.active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  background-color: #ffffff;
  border-color: #d94949;
}
.nav-2 .dropdown-menu .topsubcat li:hover span {
  color: #223d95;
}
.nav-2 .dropdown-menu .topsubcat a {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  color: #3c3c3c;
  background-color: #ffffff;
}
.nav-2 .dropdown-menu .topsubcat a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  background-color: #ffffff;
}
.nav-2 .dropdown-menu .topsubcat img {
  width: 105px;
}
.nav-2 .dropdown-menu .bottomsubcat ul {
  width: 182px;
  float: left;
}
.nav-2 .dropdown-menu .bottomsubcat li {
  padding: 5px 0;
  text-align: left;
  height: auto;
}
.nav-2 .dropdown-menu .bottomsubcat a {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  color: #3c3c3c;
}
.nav-2 .dropdown-menu .bottomsubcat a:hover {
  color: #223d95;
}

.nav-1 .dropdown-menu {
  position: relative;
  width: 602px;
  height: auto;
  top: 15px;
  left: -16px;
  clear: both;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  padding: 10px 10px 15px 10px;
  border: 1px solid #d5d5d5;
  background: white;
}
.nav-1 li {
  width: 96px;
  height: 96px;
  float: left;
  margin: 5px 10px 10px 10px;
}
.nav-1 li .img-wrapper {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/navigation-cat-bg.png") 0 0 repeat-x;
  background-color: #f1f1f1;
  margin-bottom: 6px;
  height: 66px;
  width: 96px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  position: relative;
  z-index: 1;
}
.nav-1 li .img-wrapper.active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  background-color: #ffffff;
  border-color: #d94949;
}
.nav-1 li img {
  width: 88%;
}
.nav-1 li.over {
  background-color: #fff;
}
.nav-1 li a {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  color: #3c3c3c;
}
.nav-1 li a:hover {
  color: #223d95;
}
.nav-1 li div {
  color: #3c3c3c;
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}
.nav-1 li:hover p {
  color: #223d95;
}

.quick-order {
  float: left;
  position: relative;
  z-index: 1;
}
.quick-order a {
  float: left;
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/menu-parent-arrow.png) 92% 8px no-repeat;
  padding-right: 26px;
}
.quick-order a:hover {
  text-decoration: none;
}

.level1, .level1.over {
  background: none;
}

.top-navigation-block {
  padding: 0 10px;
}

/*------------top-navigation-menu-------------*/
/*------------top-navigation-search-block-------------*/
.nav-container {
  float: left;
  width: 480px;
  border-right: 1px solid #223d95;
}

.navigation-search-block, .search-by-model {
  border-right: 1px solid #223d95;
  width: 460px;
  padding: 13px 8px 12px;
}
.navigation-search-block .search-container, .search-by-model .search-container {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 32px;
}
.navigation-search-block .model-search,
.navigation-search-block .search-input, .search-by-model .model-search,
.search-by-model .search-input {
  display: block;
  float: right;
}
.navigation-search-block .model-search, .search-by-model .model-search {
  float: left;
  margin-top: 3px;
}
.navigation-search-block .model-search div.selector select, .navigation-search-block .model-search div.selector span, .search-by-model .model-search div.selector select, .search-by-model .model-search div.selector span {
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 11px;
  color: #3c3c3c;
}
.navigation-search-block .model-search div.selector select, .search-by-model .model-search div.selector select {
  height: 24px;
  display: block;
}
.navigation-search-block .model-search div.selector,
.navigation-search-block .model-search div.selector.active,
.navigation-search-block .model-search div.selector span,
.navigation-search-block .model-search div.checker span,
.navigation-search-block .model-search div.radio span,
.navigation-search-block .model-search div.uploader,
.navigation-search-block .model-search div.uploader span.action,
.navigation-search-block .model-search div.button,
.navigation-search-block .model-search div.button span, .search-by-model .model-search div.selector,
.search-by-model .model-search div.selector.active,
.search-by-model .model-search div.selector span,
.search-by-model .model-search div.checker span,
.search-by-model .model-search div.radio span,
.search-by-model .model-search div.uploader,
.search-by-model .model-search div.uploader span.action,
.search-by-model .model-search div.button,
.search-by-model .model-search div.button span {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/search-by-brend-select-button.png") right top no-repeat;
}
.navigation-search-block .model-search .selector, .search-by-model .model-search .selector {
  width: 170px !important;
}
.navigation-search-block .model-search .selector span, .search-by-model .model-search .selector span {
  padding-right: 32px;
  width: 160px !important;
}

.form-search {
  position: relative;
}

.search-input input.input-text {
  height: 31px;
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  line-height: 32px;
  border: 0;
  color: #3c3c3c;
  width: 226px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-input button.button {
  width: 39px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/searcher-button-gray-sprite-bg.png") 0 0 no-repeat;
  margin-top: -1px;
}
.search-input button.button span {
  width: 39px;
}
.search-input button.button:hover {
  background-position: 0 -36px;
}

/*------------top-navigation-search-menu-------------*/
/*------------quick-order-dropdown-block-------------*/
.quickorder-block {
  width: 370px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  margin-top: 0;
  margin-left: 330px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
.quickorder-block .quick-close {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
}
.quickorder-block .add-part {
  cursor: pointer;
}
.quickorder-block .orderdata {
  width: 100%;
}
.quickorder-block p {
  color: #404040;
}

.orderdata .item-block {
  width: 273px;
  margin-right: 11px;
}
.orderdata .qty-block {
  width: 40px;
  text-indent: 4px;
}
.orderdata label {
  display: inline-block;
  font: 12px/12px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #777;
}
.orderdata .order-inputs {
  margin-top: 12px;
}
.orderdata .head-title {
  margin-top: 20px;
  line-height: normal;
}
.orderdata input.input-text {
  border-color: #d7d7d7;
  line-height: 36px;
}

.bottom-buttons {
  margin: 30px 0 10px 0;
}
.bottom-buttons a {
  margin-top: 10px;
  color: #223d95;
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}
.bottom-buttons .add-to-image {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/add-to-bg-image.png") 0 7px no-repeat;
  padding-left: 45px;
}
.bottom-buttons .add-to-btn {
  padding-left: 5px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

#add_to_cart_quick_order span {
  color: #FFFFFF;
  font: 12px/34px "Arial Bold", "Helvetica Inserat LT Std Roman", Helvetica, sans-serif;
  height: 33px;
  width: auto;
}

#qty_part_id-0 {
  margin-left: -3px;
}

/*------------quick-order-dropdown-block-------------*/


.pie-base, .tabs-block ul li, .tab-content.by-brand ul li {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.top-searches-block button.button span,
.top-searches-block button.button span span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.global-promo-spot-block {
  height: 44px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/global-promo-bg.png") 0 -23px repeat-x;
  margin-bottom: -11px;
  position: relative;
}

.global-promo-text {
  color: #fff;
  text-align: left;
  padding-top: 9px;
  font: bold 12px/18px "Helvetica", sans-serif;
}

.content-top-head-block {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/content-top-head-background.jpg") top center repeat-x;
  margin-top: -26px;
}

.cms-index-index .content-top-head-block {
  height: 499px;
  padding-top: 20px;
}

.top-searches-block {
  overflow: hidden;
}
.top-searches-block .f-left {
  width: 420px;
  text-align: left;
}
.top-searches-block .f-left.searcher {
  width: 520px;
}
.top-searches-block p {
  font: 24px/28px "Arial", "Helvetica Ltd Std, Roman", Helvetica, sans-serif;
  color: #ab2828;
  margin: 25px 0 0 70px;
}
.top-searches-block p strong {
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
}
.top-searches-block .input-box {
  position: absolute;
  top: 60px;
  left: 135px;
  width: 315px;
}
.top-searches-block .input-box input.input-text {
  font: 20px/40px "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
  width: 268px;
  display: block;
  float: left;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main {
  padding: 0 5px;
}

.search-by-model {
  position: relative;
}
.search-by-model .search-autocomplete {
  color: #373737;
  left: 168px;
  top: 32px;
  background-color: #fff;
  padding: 0;
  z-index: 7;
  width: 202px;
}
.search-by-model .input-box {
  top: 50px;
}
.search-by-model .find-text-block {
  margin: 0;
  display: block !important;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.search-by-model a {
  color: #fff;
  font: 11px/36px "Arial Bold", Arial, sans-serif;
  text-decoration: underline;
}
.search-by-model a:hover {
  text-decoration: none;
}

.form-search .search-by-model, .form-search .search-by-part {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/searcher-input-bg.png") no-repeat;
  height: 140px;
  width: 100%;
  position: relative;
  margin-top: 15px;
  border: none;
}
.form-search .search-by-model {
  background-position: 0 -23px;
}
.form-search .search-by-part {
  background-position: 0 -174px;
}

.cms-index-index .wrapper {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/homepage-bg.png") 0 0 repeat;
}

/*------tabs-blocks-------*/
.tabs-block {
  margin-top: -54px;
}
.tabs-block ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}
.tabs-block ul li {
  display: block;
  width: 201px;
  height: 40px;
  background: #a5a7a9;
  border: 1px solid #a5a7a9;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-right: 11px;
  text-align: center;
  cursor: pointer;
}
.tabs-block ul li.current, .tabs-block ul li.active {
  border-bottom: 0;
}
.tabs-block .tab-link span, .tabs-block .tab-link-clp span {
  font: 18px/22px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: white;
  text-transform: capitalize;
  line-height: 40px;
}
.tabs-block a {
  display: block;
}
.tabs-block a:hover {
  text-decoration: none;
}
.tabs-block .current, .tabs-block .active {
  background: #fff;
  border: 1px solid #c5c4c4;
}
.tabs-block .current span, .tabs-block .active span {
  color: #223d95;
}
.tabs-block .tab-content {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #c5c4c4;
  width: 100%;
  min-height: 100px;
  margin-top: -1px;
  margin-bottom: 15px;
}
.tabs-block .tab-content .content {
  overflow: hidden;
  padding: 28px 30px;
}
.tabs-block .by-tool .content {
  padding: 15px 3px 0;
}

.tools-block.leftcol, .tools-block.rightcol {
  min-height: 580px;
  height: auto !important;
  height: 580px;
  width: 460px;
  border: 1px solid #d5d5d5;
  margin-bottom: 22px;
}
.tools-block.leftcol h3, .tools-block.rightcol h3 {
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #223d95;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 15px;
}
.tools-block.leftcol img, .tools-block.rightcol img {
  width: 460px;
}
.tools-block.leftcol .subcategory-container, .tools-block.rightcol .subcategory-container {
  padding: 0 18px 18px;
}
.tools-block.leftcol a:hover, .tools-block.rightcol a:hover {
  color: #223d95;
  text-decoration: none;
}
.tools-block .subcategory-container {
  padding: 0 18px 18px;
  overflow: hidden;
}
.tools-block .subcategory-container h3 a {
  color: #223d95;
}
.tools-block .subcategory-container h3 a:hover {
  text-decoration: underline;
}
.tools-block .subcategory-container .subcategories {
  min-height: 380px;
  height: auto !important;
  height: 380px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/tab-devide-line.png") 50% 0 repeat-y;
}
.tools-block .subcategory-container .left-subcats,
.tools-block .subcategory-container .right-subcats {
  width: 195px;
}
.tools-block .subcategory-container .left-subcats li,
.tools-block .subcategory-container .right-subcats li {
  background: none;
  border: none;
  text-align: left;
  height: 30px;
}
.tools-block .subcategory-container .left-subcats a,
.tools-block .subcategory-container .right-subcats a {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}

.tab-content.by-brand ul li {
  width: 129px;
  height: 97px;
  margin: 24px;
  float: left;
  border: 1px solid #e5e5e5;
  background: white url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/homepage-shopbybrand-bg.png") repeat-x bottom center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tab-content.by-brand li.active {
  border-color: #d94949;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
}
.tab-content.by-brand li.active p {
  color: #223d95;
}
.tab-content li .img-wrapper {
  padding: 10px;
}
.tab-content li img {
  width: 100%;
}

#tab-1 p.all-brands-link {
  padding: 20px 20px 20px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
#tab-1 p.all-brands-link a {
  color: #223d95;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_right-active.gif") 100% 1px no-repeat;
  padding-right: 20px;
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}
#tab-1.tab-content .content {
  padding-bottom: 60px;
  position: relative;
}

/*------tabs-blocks-------*/

.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.cms-page-view .main {
  margin-top: 30px;
}

.no-route-top-image {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.cms-no-route h2 {
  margin-bottom: 5px;
}
.cms-no-route .tool-finder a {
  color: #223d95;
  text-decoration: underline;
}
.cms-no-route .tool-finder a:hover {
  text-decoration: none;
}
.cms-no-route .searchtool-finder a {
  color: #fff;
}

.page-sitemap .links {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
}
.page-sitemap .links a {
  color: #223d95;
  text-decoration: underline;
  font-weight: bold;
}
.page-sitemap .links a:hover {
  text-decoration: none;
}
.page-sitemap .pager .amount {
  font-family: "Arial Bold", Arial, sans-serif;
  color: #676767;
  line-height: 29px;
}

/*-------------contact us page---------------*/
.contacts-index-index .col-main .page-title {
  padding: 20px 0 25px;
}
.contacts-index-index .col-main .page-title h1 {
  font-size: 24px;
}
.contacts-index-index .fieldset {
  border: 1px solid #d5d5d5;
  position: relative;
}
.contacts-index-index .fieldset h2 {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/landing-block-title-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d5d5d5;
  color: #373737;
  font: 15px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  height: 40px;
  padding: 0 12px;
  text-transform: capitalize;
  margin: 0;
}
.contacts-index-index p.required {
  position: absolute;
  right: 5px;
}
.contacts-index-index .form-list {
  padding: 30px 20px 0;
  margin: 0;
  list-style-type: none;
}
.contacts-index-index .form-list li {
  padding-bottom: 10px;
}
.contacts-index-index .form-list li.fields {
  padding: 0;
}
.contacts-index-index .form-list li .field {
  padding-bottom: 17px;
}
.contacts-index-index .form-list label {
  font: 12px/12px "Arial Bold", Arial, sans-serif;
  color: #404041;
  width: 140px;
}
.contacts-index-index .form-list input[type="text"] {
  height: 28px;
  width: 300px;
}
.contacts-index-index .form-list .comment-field {
  padding: 10px;
  width: 300px;
  height: 170px;
  resize: none;
  box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.2) inset;
  color: #373737;
  font: 11px/11px "Arial", Arial, sans-serif;
}
.contacts-index-index .buttons-set {
  margin: -5px 0 30px;
}
.contacts-index-index .buttons-set .blue-btn {
  float: none;
  margin: 5px 0 0 160px;
}
.contacts-index-index #messages_product_view {
  margin-top: 40px;
  margin-bottom: -20px;
}

/*-------------END contact us page---------------*/


.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.checkout-cart-index .content-top-head-block {
  display: none;
}

/* Shopping Cart Table */
.cart-table tfoot {
  background: #f3f3f3;
}

.data-table thead {
  background: #f3f3f3;
  font: 12px/22px "Arial Bold", Arial, sans-serif;
}
.data-table th {
  color: #223d95;
  padding: 5px 0;
  border-bottom: 1px solid #d5d5d5;
  text-transform: capitalize;
  white-space: nowrap;
}
.data-table th span {
  display: block;
  padding: 0 20px;
  border-right: 1px solid #d5d5d5;
}
.data-table th.last span {
  border: 0;
}

.cart-table, .review-table, .order-details {
  color: #3c3c3c;
}
.cart-table .product-image, .review-table .product-image, .order-details .product-image {
  display: block;
  border: 1px solid #d5d5d5;
}
.cart-table td, .review-table td, .order-details td {
  padding: 12px 5px 12px 5px;
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
  border-bottom: 1px solid #d5d5d5;
}
.cart-table td a, .review-table td a, .order-details td a {
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
  text-decoration: none;
}
.cart-table td a:hover, .review-table td a:hover, .order-details td a:hover {
  color: #223d95;
}
.cart-table td.product-name, .review-table td.product-name, .order-details td.product-name {
  padding-left: 10px;
}
.cart-table td .part-number, .review-table td .part-number, .order-details td .part-number {
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
  margin-top: 3px;
}
.cart-table td.product-status, .review-table td.product-status, .order-details td.product-status {
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
}
.cart-table td .cart-price, .review-table td .cart-price, .order-details td .cart-price {
  color: #223d95;
}
.cart-table td .old-price, .review-table td .old-price, .order-details td .old-price {
  color: #3c3c3c;
  font-weight: bold;
}
.cart-table td .cart-qty, .review-table td .cart-qty, .order-details td .cart-qty {
  width: 26px;
  height: 26px;
  font: 10px/26px "Arial Bold", Arial, sans-serif;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cart-table td.qty-cart, .review-table td.qty-cart, .order-details td.qty-cart {
  padding-top: 13px;
}
.cart-table td.remove, .review-table td.remove, .order-details td.remove {
  padding-right: 10px;
}
.cart-table td.remove a, .review-table td.remove a, .order-details td.remove a {
  height: 24px;
  width: 24px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
}
.cart-table td .btn-continue,
.cart-table td button.btn-empty span, .review-table td .btn-continue,
.review-table td button.btn-empty span, .order-details td .btn-continue,
.order-details td button.btn-empty span {
  color: #223d95;
  text-decoration: none;
  padding-top: 10px;
}
.cart-table td .btn-continue:hover,
.cart-table td button.btn-empty span:hover, .review-table td .btn-continue:hover,
.review-table td button.btn-empty span:hover, .order-details td .btn-continue:hover,
.order-details td button.btn-empty span:hover {
  text-decoration: underline;
}
.cart-table td button.btn-empty, .review-table td button.btn-empty, .order-details td button.btn-empty {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 4px no-repeat;
  padding: 0 10px 0 20px;
  margin-right: 10px;
  border-right: 1px solid #d5d5d5;
}
.cart-table td button.btn-empty span, .review-table td button.btn-empty span, .order-details td button.btn-empty span {
  padding: 0 0 0 10px;
  font: bold 11px/16px Arial, sans-serif;
}
.cart-table button.button.btn-update span, .review-table button.button.btn-update span, .order-details button.button.btn-update span {
  font-family: "Arial Bold", "Helvetica Inserat LT Std Roman", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
}
.cart-table tfoot td.last, .review-table tfoot td.last, .order-details tfoot td.last {
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkout-policies {
  float: left;
  width: 94%;
  padding-top: 15px;
  margin: 15px 10px 10px;
  border-top: 1px solid #d5d5d5;
}
.checkout-policies h4 {
  font: bold 16px/18px Arial, sans-serif;
  margin-bottom: 10px;
}
.checkout-policies a,
.checkout-policies h4 {
  color: #223d95;
}
.checkout-policies a {
  line-height: 20px;
}

/* END Shopping Cart Table */
/* Shopping Cart Collateral boxes */
.cart .col-1 {
  width: 600px;
}
.cart .col-2 {
  width: 340px;
  border: 1px solid #d5d5d5;
  margin-top: 10px;
}
.cart .sequrity-logos {
  float: right;
}
.cart .totals {
  padding: 15px 10px;
  width: 100%;
}
.cart .totals .checkout-types {
  text-align: right;
}
.cart .totals table th,
.cart .totals table td {
  padding: 0 0 5px;
}
.cart .totals table tfoot strong {
  font-weight: bold;
  font-size: 15px;
  color: #223d95;
  display: block;
  margin: 8px 0 10px;
  padding-top: 8px;
  border-top: 1px solid #d5d5d5;
}
.cart .totals button.button.btn-proceed-checkout span {
  font-family: "Arial Bold", "Helvetica Inserat LT Std Roman", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.cart .order-subtotal {
  font-weight: bold;
}
.cart .crosssell h3 {
  margin: 20px 0 10px;
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  text-transform: capitalize;
}
.cart .crosssell ul {
  overflow: hidden;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/crosssell-bg.jpg") 0 0 repeat-y;
  margin-bottom: 20px;
}
.cart .crosssell .product-information {
  width: 132px;
}
.cart .crosssell .item {
  float: left;
  margin: 0 20px 20px 0;
  padding-right: 20px;
}
.cart .crosssell .item.last {
  margin-right: 0;
  padding: 0;
}
.cart .crosssell .old-price,
.cart .crosssell .regular-price,
.cart .crosssell .special-price {
  font: bold 11px/16px Arial, sans-serif;
}
.cart .crosssell .special-price .price {
  white-space: normal !important;
}
.cart .crosssell .regular-price .price {
  color: #223d95;
}
.cart .crosssell .product-image {
  border: 1px solid #d5d5d5;
  display: block;
}
.cart .crosssell .product-shop {
  margin-top: 5px;
}
.cart .crosssell .product-shop a {
  color: #3c3c3c;
}
.cart .crosssell a.btn-cart {
  padding-top: 5px;
  font: bold 11px/16px Arial, sans-serif;
  color: #223d95;
  display: block;
  text-decoration: none;
}
.cart .crosssell a.btn-cart:hover {
  text-decoration: underline;
}
.cart .crosssell .partnumber {
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
}
.cart .crosssell .product-name a {
  font: bold 11px/16px Arial, sans-serif;
  text-decoration: none;
}
.cart .crosssell .product-name a:hover {
  color: #223d95;
}
.cart .discount {
  padding: 5px 0px;
}
.cart .discount .v-fix {
  float: none;
}
.cart .discount #coupon_code {
  margin: 5px 0px;
}

/* Shopping Cart no items */
.col-main .cart-no-items .page-title {
  padding: 20px 20px 5px;
}
.col-main .cart-no-items .cart-empty p {
  font-size: 12px;
  font-family: "Arial Bold", Arial, sans-serif;
  color: #373737;
}
.col-main .cart-no-items .cart-empty p a {
  color: #223d95;
}

/*END Shopping Cart no items */
/* start Split shipping options */
.split-shipping-options {
  border: 1px solid #d5d5d5;
  background: #f3f3f3;
  padding: 20px 8px;
}
.split-shipping-options h4 {
  font-size: 14px;
  padding-bottom: 10px;
}
.split-shipping-options .options-title {
  font-size: 12px;
  font-weight: bold;
}
.split-shipping-options a, .split-shipping-options span {
  font: 12px/12px "Arial", Arial, sans-serif;
}
.split-shipping-options a:hover, .split-shipping-options span:hover {
  color: #223d95;
}
.split-shipping-options a {
  text-decoration: underline;
}
.split-shipping-options .input-block {
  padding: 20px 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
.split-shipping-options .input-block input {
  float: left;
  display: block;
  height: auto;
}
.split-shipping-options .input-block label {
  margin-left: 20px;
  display: block;
}

.terms-and-conditions {
  margin: 10px 0 25px;
  overflow: hidden;
}
.terms-and-conditions a {
  font: 12px/12px "Arial", Arial, sans-serif;
}
.terms-and-conditions a:hover {
  color: #223d95;
}
.terms-and-conditions a {
  text-decoration: underline;
}
.terms-and-conditions .input-block {
  float: left;
  display: block;
  height: auto;
  position: relative;
}
.terms-and-conditions input {
  position: absolute;
  top: 0;
  left: 0;
}
.terms-and-conditions .validation-advice {
  margin-left: 25px;
}
.terms-and-conditions label {
  margin-left: 25px;
  display: block;
  font-size: 12px;
}
.terms-and-conditions label span {
  font-style: italic;
}

.cart-collaterals {
  margin-bottom: 50px;
}

/* end Split shipping options */
/*--------checkout title--------*/
.opc-wrapper {
  background: none;
}
.opc-wrapper .page-title {
  margin: 50px 0 20px;
  padding: 0;
}

/*--------END checkout title--------*/
/*--------checkout sidebar--------*/
.opc-progress-container {
  width: 220px;
}
.opc-progress-container .opc-block-progress {
  border: 1px solid #d5d5d5;
  font: 14px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
}
.opc-progress-container .opc-block-progress .block-title {
  background: #223d95;
  height: 40px;
  padding: 0 10px;
  border: none;
  margin: 0;
  color: white;
}
.opc-progress-container .opc-block-progress .block-content {
  box-shadow: none;
  color: #373737;
  padding: 0;
}
.opc-progress-container .opc-block-progress .block-content dt {
  padding: 0 10px;
  margin: 0;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
}
.opc-progress-container .opc-block-progress .block-content dd.complete {
  padding: 0 10px 20px;
  font: bold 11px/19px "Arial", Arial, sans-serif;
  color: #3c3c3c;
  letter-spacing: 0;
}

.complete {
  padding: 0 0 15px;
  position: relative;
}
.complete .changelink {
  position: absolute;
  right: 10px;
}
.complete .changelink span {
  color: #d5d5d5;
  font: 15px/15px "Arial", Arial, sans-serif;
}
.complete .changelink a {
  font: 11px/25px "Arial", Arial, sans-serif;
  text-transform: capitalize;
  color: #223d95;
  letter-spacing: 0;
}
.complete address {
  padding: 0 10px;
  font: bold 11px/19px "Arial", Arial, sans-serif;
  color: #3c3c3c;
  letter-spacing: 0;
}

/*--------END checkout sidebar--------*/
/*--------checkout method--------*/
.opc-wrapper .opc {
  width: 700px;
  border: 1px solid #d5d5d5;
  margin-bottom: 260px;
}
.opc-wrapper .opc .step {
  padding: 15px 20px 20px;
}
.opc-wrapper .opc .step-title h2 {
  background: #f3f3f3;
  border-bottom: 1px solid #d5d5d5;
  color: #223d95;
  font: 15px/40px "Helvetica Ltd Std, Black",Helvetica,sans-serif;
  height: 40px;
  padding: 0 12px;
  text-transform: capitalize;
}
.opc-wrapper .opc .allow.active .step-title h2 {
  color: #223d95;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/landing-block-title-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.opc-wrapper .opc .allow .step-title h2 {
  color: #373737;
}
.opc-wrapper .opc .section {
  border-top: 1px solid #d5d5d5;
  margin-top: -1px;
}
.opc-wrapper p.required {
  position: absolute;
  top: 5px;
  right: 10px;
  font: 11px/21px "Arial", Arial, sans-serif;
  color: #373737;
}
.opc-wrapper .messages .error-msg {
  color: #a21717;
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  padding: 5px;
  border: 1px solid #a21717;
}
.opc-wrapper .radio {
  height: 12px;
}

#checkout-step-login .input-box {
  width: 222px;
}
#checkout-step-login .form-alt li {
  padding-bottom: 20px;
}
#checkout-step-login #login-form button {
  margin-left: 105px;
}

.a-item {
  position: relative;
}
.a-item .col2-set {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/checkout-border.png") repeat-y;
  padding: 20px 5px 30px 20px;
}
.a-item h4 {
  font: 15px/20px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #373737;
  margin-bottom: 10px;
}
.a-item p {
  font: 12px "Arial", Arial, sans-serif;
}
.a-item a {
  color: #223d95;
}
.a-item .link-tip {
  position: relative;
}
.a-item .form-list {
  margin-top: 25px;
}
.a-item .form-list .radio {
  height: 12px;
}
.a-item .form-list label {
  font: bold 12px "Arial", Arial, sans-serif;
}
.a-item .input-text {
  height: 30px;
}
.a-item .col-1 .buttons-set {
  margin-top: 10px;
}
.a-item .col-1 .button {
  float: left;
}
.a-item .col-1 .button.button {
  margin-left: 0;
}
.a-item .col-2 .messages {
  list-style-type: none;
}
.a-item .col-2 .messages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.a-item .col-2 .error-msg {
  border: none;
}
.a-item .col-2 .validation-advice {
  width: 220px;
}
.a-item .col-2 div.validation-passed {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/validation-backgounds-pass.png") no-repeat scroll 100% 1px rgba(0, 0, 0, 0);
}
.a-item .col-2 .input-text {
  width: 190px;
}
.a-item .col-2 label {
  width: 100px;
  height: 30px;
}
.a-item .col-2 .note {
  margin-left: 100px;
}
.a-item .col-2 .buttons-set {
  margin-right: 110px;
}
.a-item .control {
  margin-top: 20px;
}
.a-item .control .checkbox {
  height: 12px;
}
.a-item .control label {
  height: 12px;
  padding: 3px;
}
.a-item .control a {
  margin-left: 5px;
}

.whyrequired, .link-tip {
  cursor: help;
}

/*--------END checkout method--------*/
/*--------popup remember tip--------*/
.popup-whyrequired {
  margin-top: -30px;
}

.popup-remember-tip .block-title, .popup-whyrequired .block-title {
  background: white;
  border-bottom: 1px solid #d5d5d5;
  padding: 12px 12px 5px;
}
.popup-remember-tip .block-title strong, .popup-whyrequired .block-title strong {
  color: #223d95;
  font: 15px/26px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  text-transform: capitalize;
}
.popup-remember-tip .block-title .btn-close, .popup-whyrequired .block-title .btn-close {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
}
.popup-remember-tip .block-content, .popup-whyrequired .block-content {
  padding: 17px 17px 2px;
  box-shadow: none;
}

.popup-whyrequired {
  text-align: left;
}

/*--------END popup remember tip--------*/
/*--------shipping method--------*/
.sp-methods .method-name {
  font: 12px/27px "Arial Bold", Arial, sans-serif;
}
.sp-methods .price {
  font: 12px/27px "Arial", Arial, sans-serif;
}
.sp-methods .radio {
  height: 27px;
  margin: 0 5px 0 0;
}

#checkout-step-shipping_method .buttons-set {
  margin-top: 30px;
}
#checkout-step-shipping_method .buttons-set .button {
  margin-left: 15px;
}
#checkout-step-shipping_method .buttons-set .back-link {
  padding: 0;
  line-height: 33px;
  margin-left: 190px;
}

/*--------END shipping method--------*/
/*--------payment method--------*/
#checkout-payment-method-load dt label {
  font: 12px/27px "Arial Bold", Arial, sans-serif;
}
#checkout-payment-method-load .input-text {
  height: 28px;
  width: 300px;
}
#checkout-payment-method-load select {
  margin-top: 3px;
}
#checkout-payment-method-load #ccsave_cc_type {
  width: 300px;
}
#checkout-payment-method-load .month {
  width: 150px;
}
#checkout-payment-method-load .year {
  width: 140px;
}
#checkout-payment-method-load .cvv {
  width: 65px;
}
#checkout-payment-method-load .cvv-what-is-this {
  line-height: 28px;
}
#checkout-payment-method-load .required {
  height: 28px;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
#checkout-payment-method-load .form-list li {
  height: 28px;
  margin: 20px 0;
}
#checkout-payment-method-load .checkout-onepage-payment-additional-giftcardaccount {
  display: none;
}

#payment-tool-tip {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

#checkout-step-payment {
  min-height: 150px;
}
#checkout-step-payment .buttons-set {
  margin-top: 30px;
}
#checkout-step-payment .buttons-set .button {
  margin-left: 15px;
}
#checkout-step-payment .buttons-set .back-link {
  padding: 0;
  line-height: 33px;
  margin-left: 190px;
}

/*--------END payment method--------*/
.field.purchase-order {
  margin-left: 20px;
}
.field.purchase-order label {
  width: 155px;
}

#shipping-new-address-form .tel-description {
  padding-top: 10px;
}

a .back-link {
  color: #223d95;
  font-weight: bold;
}

.buttons-set p.back-link a {
  color: #223d95;
  font-weight: bold;
}

#shipping-buttons-container {
  margin-left: 160px;
}
#shipping-buttons-container p.back-link {
  padding-top: 10px;
}
#shipping-buttons-container a.button,
#shipping-buttons-container button.button {
  margin-left: 0;
}

.form-list .add-field .input-box {
  margin-left: 160px;
}
.form-list .fullwidth {
  width: 460px;
  margin-bottom: 20px;
}
.form-list .fullwidth-input {
  width: 100%;
}
.form-list .fullwidth-label {
  width: 100%;
  margin-bottom: 5px;
}
.form-list .control label {
  padding: 3px 0;
}
.form-list .control .input-box {
  margin-left: 160px;
}
.form-list li label {
  width: 160px;
  padding-top: 8px;
}
.form-list span.validation-passed,
.form-list div.validation-passed {
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/validation-backgounds-pass.png) 100% 1px no-repeat;
}
.form-list .select-block {
  padding-right: 30px;
}
.form-list input.input-text,
.form-list textarea {
  width: 300px;
}
.form-list .input-box {
  float: left;
}
.form-list div.selector,
.form-list div.selector span,
.form-list div.selector select {
  width: 100% !important;
}
.form-list .small-input-block input.input-text {
  padding-right: 30px;
  width: 100%;
}
.form-list .telephone .validation-error,
.form-list .telephone .validation-passed {
  margin-right: 10px;
}
.form-list .telephone .input-box {
  width: 130px;
}
.form-list .telephone a, .form-list .telephone p {
  font-style: italic;
}
.form-list .telephone p {
  padding: 0;
  margin-left: 270px;
}
.form-list .tel-description {
  margin-left: 65px;
}

.a-item .buttons-set a.button,
.a-item .buttons-set button.button {
  float: left;
  margin-left: 160px;
  min-width: 120px;
}

#checkout-step-billing #remember-me-box label {
  width: 175px;
}

.password-fields h3 {
  margin: 40px 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  color: #223d95;
}
.password-fields p {
  padding: 0 0 20px 0;
}

.opc .form-list input.input-text,
.opc .form-list textarea {
  z-index: inherit;
}

.hold-shipment-message p {
  padding: 40px 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.order-review {
  position: relative;
}

.review-table thead th, .order-details thead .review-table th, .review-table .bottom-border, .review-table thead .order-details th, .order-details thead th, .order-details .bottom-border {
  border-top: 1px solid #d5d5d5;
}
.review-table .review-content, .order-details .review-content {
  padding: 0 10px;
}
.review-table .product-name, .order-details .product-name {
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
}
.review-table .bottom-border, .order-details .bottom-border {
  margin: 0 10px;
}
.review-table .devide-row td, .order-details .devide-row td {
  padding: 0;
  border: 0 !important;
}
.review-table td, .order-details td {
  border-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.review-table tr.last td, .order-details tr.last td {
  border: 0;
}

tr.shipping-surcharge-tr td.order-subtotal,
tr.shipping-tr td.order-subtotal {
  padding-top: 5px;
}

#opc-review {
  margin-bottom: -1px;
}

.review-table-totals .devide-row.subtotal-block {
  display: table-row !important;
}
.review-table-totals .devide-row .bottom-border {
  padding-bottom: 10px;
  margin-top: 10px;
}
.review-table-totals tfoot td.a-left {
  padding-left: 350px;
}
.review-table-totals td {
  font-weight: normal;
}
.review-table-totals td.order-subtotal {
  font-size: 12px;
  font-weight: bold;
  padding-top: 15px;
}
.review-table-totals td.a-left {
  width: auto;
}
.review-table-totals tr.last th, .review-table-totals tr.last td {
  border-bottom: 0;
  border-top: 1px solid #D9D9D9;
}
.review-table-totals tr:last-child td, .review-table-totals tr:last-child th {
  border: 0;
}
.review-table-totals tr.last strong {
  font-size: 15px;
  color: #223d95;
}

.split-shipment-title {
  font-size: 18px;
  padding: 5px 10px;
}

table.split-shipment {
  padding-bottom: 30px;
}

#checkout-review-submit {
  position: absolute;
  bottom: -70px;
  right: 0;
}
#checkout-review-submit button.button {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/placeorder-btn-sprite.png") 0 0 repeat-x;
  height: 39px;
  line-height: 39px;
  min-width: 110px;
}
#checkout-review-submit button.button:hover {
  background-position: 0 -42px;
}

.paypal-review-order .paypal-shipping-method {
  padding-left: 0;
}
.paypal-review-order .paypal-shipping-method label {
  width: 160px;
  float: left;
  font-size: 11px;
  text-align: left;
  padding: 8px 15px 0 0;
  font: 11px/16px "Arial Bold";
}
.paypal-review-order .form-list input.input-text, .paypal-review-order .form-list textarea {
  width: 265px;
}
.paypal-review-order .data-table th {
  border-top: 0;
}
.paypal-review-order .devide-row td {
  padding: 5px 0;
}
.paypal-review-order .devide-row.last {
  display: none;
}
.paypal-review-order .review-table-totals tr.last td {
  border: 0;
}
.paypal-review-order .review-table-totals.data-table {
  border-bottom: 1px solid #d5d5d5;
}
.paypal-review-order .review-table-totals td.a-left {
  padding-left: 610px;
}

.checkout-onepage-success .col-main {
  margin-top: 50px;
}
.checkout-onepage-success .col-main p {
  font-weight: bold;
  margin: 0 0 5px;
}
.checkout-onepage-success p {
  font-weight: bold;
  margin: 0 0 5px;
}
.checkout-onepage-success .page-title {
  padding-bottom: 30px;
}
.checkout-onepage-success .sub-title {
  font: bold 14px/22px "Arial", Arial, sans-serif;
  color: #223d95;
}
.checkout-onepage-success p.print-order-link {
  margin-top: 50px;
}
.checkout-onepage-success a {
  color: #223d95;
}
.checkout-onepage-success button.button {
  float: none;
  margin-left: 0;
}
.checkout-onepage-success button.button span {
  padding: 0 15px;
}

.pie-base, .block-content {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.top-cart .block-subtitle {
  padding: 12px 12px 5px;
  text-align: left;
  background: #f4f4f4;
  font: 15px/26px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #223d95;
  border-bottom: 1px solid #d5d5d5;
}

.top-cart {
  width: 136px;
  height: 52px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -21px;
  right: 10px;
  background: #ebeaea;
  font: 13px/13px "Arial Bold", Arial, sans-serif;
}
.top-cart strong {
  float: left;
  text-align: center;
  width: 38px;
  padding: 5px 0 10px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/my-cart-basket.png") 0 0 no-repeat;
  margin: 13px 5px 10px 13px;
}
.top-cart .items-price {
  float: left;
  display: block;
  margin-top: 20px;
  line-height: 18px;
  border-left: 1px solid #bebebe;
  padding-left: 7px;
}
.top-cart .block-content {
  top: 51px;
  background: #fff;
}
.top-cart .block-content {
  width: 459px;
}
.top-cart .block-subtitle {
  margin-bottom: -10px;
}
.top-cart .block-subtitle .close-btn.close {
  width: 24px;
  height: 24px;
  text-indent: -1000%;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
}
.top-cart .product-image {
  border: 1px solid #d5d5d5;
}
.top-cart .inner-wrapper {
  border: 1px solid #d5d5d5;
}
.top-cart .product-details {
  position: relative;
  text-align: left;
  margin-left: 83px;
  min-height: 76px;
  height: auto !important;
  height: 76px;
  padding-bottom: 20px;
}
.top-cart .product-details tr {
  display: block;
  float: left;
}
.top-cart .product-name {
  margin-top: -4px;
  width: 75%;
  line-height: 14px;
}
.top-cart .product-name a:hover {
  color: #223d95;
}
.top-cart .block-content .item {
  padding: 9px 0 20px;
  margin: 11px 9px 0;
}

.block-content {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
.block-content a {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  text-decoration: none;
}
.block-content .qty-price-block {
  position: absolute;
  top: 0;
  right: 0;
}
.block-content table {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
}
.block-content table th {
  vertical-align: middle;
}
.block-content table td {
  padding-left: 10px;
  line-height: 14px;
}
.block-content table td.qty-devider {
  padding: 0 10px 0 5px;
  margin-right: 10px;
  border-right: 1px solid #d5d5d5;
}
.block-content .mini-products-list .part-number {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  color: #3c3c3c;
  padding: 5px 0;
}
.block-content .mini-products-list .part-number span {
  margin: 0 5px 0 0;
  display: inline-block;
}
.block-content .availability {
  font: 11px/12px "Arial", Arial, sans-serif;
}
.block-content .availability span {
  padding-top: 10px;
  display: inline-block;
  color: #223d95;
}
.block-content .subtotal {
  font: 14px/12px "Arial Bold", Arial, sans-serif;
  color: #223d95;
  padding: 10px 0;
  margin: 0 10px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.block-content button.button {
  width: 123px;
}
.block-content .actions {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/top-cart-block/top-cart-menu-bottom-bg.png") bottom left repeat-x;
  height: 67px;
  padding: 15px 10px;
}

.shoppingcart-link {
  padding-top: 7px;
  float: left;
}
.shoppingcart-link a,
.shoppingcart-link .items-count {
  display: inline-block;
  font: 11px/21px "Arial Bold", Arial, sans-serif;
  color: #223d95;
}
.shoppingcart-link a {
  text-decoration: underline;
}

.top-cart-bottom-links {
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-cart-bottom-links a {
  color: #223d95;
  padding-right: 10px;
  line-height: 14px;
}
.top-cart-bottom-links a.btn-edit {
  margin-right: 6px;
  border-right: 1px solid #d5d5d5;
}

.remove-item {
  padding: 20px;
}
.remove-item .bottom-buttons {
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin-bottom: 0;
}

.cart p.error {
  font-weight: bold;
  color: #a21717;
}

.pie-base, .brands-wrapper li.active, .top-brands li:hover .brand-image, .pager li.next-page, .pager li.prev-page,
.pager li a, .pager li.current, .col-left .block-layered-nav .block-content, .brands-wrapper li {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.pager .pages strong {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.brands-wrapper li.active, .top-brands li:hover .brand-image {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  border-color: #d94949;
}

/*----catalogsearch-page------*/
.catalogsearch-result-index .note-msg {
  margin: 0 0 20px;
  color: #404041;
}

.search-no-results #lyonscg-filter-by-attribute-set {
  display: none;
}
.search-no-results .content-top-head-block {
  display: none;
  height: 0;
  margin: 0;
}

.catalogsearch-result-index .page .page-title {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}
.catalogsearch-result-index .page h1 {
  margin-top: 40px;
}
.catalogsearch-result-index .content-top-head-block {
  height: 220px;
  margin-bottom: -60px;
}
.catalogsearch-result-index .bottom-shadow-block {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/content-top-head-block-shadow.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  height: 100%;
}

.searchtool-finder {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/search-tool-finder.jpg") 0 0 no-repeat;
  height: 194px;
  margin-bottom: 25px;
  padding-right: 25px;
  padding-top: 5px;
}

.searchtool-finder .search-by-model, .searchtool-brand-page .search-by-model {
  width: 635px;
  height: 143px;
  float: right;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/serchresult-search-by-model.png");
  padding: 50px 45px 45px 105px;
  border-right: 0;
}
.searchtool-finder .model-search, .searchtool-brand-page .model-search {
  margin-top: 5px;
}
.searchtool-finder .model-search div.selector select,
.searchtool-finder .model-search div.selector span, .searchtool-brand-page .model-search div.selector select,
.searchtool-brand-page .model-search div.selector span {
  font: 20px/40px "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
}
.searchtool-finder .model-search div.selector, .searchtool-brand-page .model-search div.selector {
  width: 235px !important;
  height: 36px;
}
.searchtool-finder .model-search div.selector span, .searchtool-brand-page .model-search div.selector span {
  height: 30px;
  line-height: 30px;
  width: 100% !important;
}
.searchtool-finder .search-container, .searchtool-brand-page .search-container {
  height: 39px;
}
.searchtool-finder input.input-text, .searchtool-brand-page input.input-text {
  height: 39px;
  width: 202px;
  display: block;
  float: left;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  font: 20px/40px "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
  color: #b7b7b7;
}
.searchtool-finder .form-search, .searchtool-brand-page .form-search {
  width: 245px;
}

/*----catalogsearch-page------*/
/*-------------------toolbar-block-------------*/
.toolbar {
  width: 680px;
}

.pager {
  padding: 20px 0 0;
}

.sorter {
  float: left;
  margin: 15px 10px 15px 0;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #e5e5e5;
}
.sorter .sort-by .selector {
  width: 190px !important;
}
.sorter .sort-by .selector span {
  width: 180px !important;
}
.sorter .sort-by, .sorter .sort-by select {
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 12px;
  color: #676767;
  cursor: pointer;
}

.pager {
  border: 0;
  background: none;
}
.pager .limiter {
  float: left;
  line-height: 20px;
}
.pager .limiter label {
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 12px;
  color: #676767;
}
.pager .pages {
  float: right;
  text-align: center;
}
.pager li {
  vertical-align: top;
}
.pager li.next-page, .pager li.prev-page,
.pager li a, .pager li.current {
  padding: 6px 10px;
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font: 15px/15px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
}
.pager li.next-page, .pager li.prev-page {
  padding: 0;
}
.pager li.next-page a, .pager li.prev-page a {
  padding: 14px 15px;
}
.pager li {
  margin-right: 5px;
  display: inline-block;
}
.pager li.prev-page a, .pager li.next-page a {
  border: 0;
}
.pager li.next-page {
  margin-right: 0;
}
.pager li.current,
.pager li a:hover {
  color: #223d95;
}
.pager li a {
  color: #8c8c8c;
}
.pager li a.next, .pager li a.previous {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_right-active.gif") center center no-repeat;
  width: 10px;
  height: 12px;
  display: inline-block;
}
.pager li a.previous {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_left-active.gif") center center no-repeat;
}
.pager li.unactive a {
  cursor: default;
}
.pager li.unactive .next {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_right-unactive.gif") center center no-repeat;
}
.pager li.unactive .previous {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/pager_arrow_left-unactive.gif") center center no-repeat;
}

/*------------------toolbar-block-------------------*/
.catalog-category-view .page-wrapper {
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
.catalog-category-view .col-main {
  padding: 0;
}

.category-view {
  margin: 0;
  padding: 0;
}

/*---------------------view-grig---------------------*/
.product-items-block {
  text-align: center;
}
.product-items-block .price-label {
  display: none;
}
.product-items-block ul {
  width: 682px;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/grid-border.png") repeat-y;
}

.products-grid li.item {
  width: 171px;
  padding: 10px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  margin: -1px 0  0 -1px;
}

.products-grid {
  color: #3c3c3c;
}
.products-grid .product-image {
  width: 150px;
}
.products-grid .brand-name {
  margin-bottom: 5px;
}
.products-grid .product-name, .products-grid .brand-name {
  font: 11px/10px "Arial Bold", Arial, sans-serif;
  line-height: 14px;
  max-height: 30px;
  height: auto !important;
  height: 30px;
  overflow: hidden;
}
.products-grid .product-name a, .products-grid .brand-name a {
  color: #3c3c3c;
  text-decoration: none;
}
.products-grid .product-name a:hover, .products-grid .brand-name a:hover {
  color: #223d95;
}

.view-schematic {
  padding: 25px 0 15px;
}
.view-schematic a {
  color: #223d95;
}

.model-number,
.model-description {
  font-family: "Arial", Arial, sans-serif;
}

.product-items-block {
  color: #3c3c3c;
}
.product-items-block .part-number {
  font: 11px/18px "Arial Bold", Arial, sans-serif;
  color: #3c3c3c;
  padding-bottom: 5px;
}
.product-items-block .part-number span {
  font-family: "Arial", Arial, sans-serif;
  word-wrap: break-word;
  display: block;
}
.product-items-block .replaces {
  color: #f26c4f;
  font-weight: bold;
}
.product-items-block li {
  position: relative;
}
.product-items-block .price-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product-items-block .price-box {
  font: 14px/24px "Arial Bold", Arial, sans-serif;
  color: #223d95;
}
.product-items-block .associated-models {
  font-size: 11px;
}

.schematic-product .part-number, .schematic-product .model-description {
  font: 11px/18px "Arial", Arial, sans-serif;
}
.schematic-product .model-description {
  line-height: 14px;
}

/*---------------------view-grig---------------------*/
/* ---- left sidebar ---- */
.col-left {
  margin-top: 15px;
  width: 212px;
}
.col-left .block-layered-nav {
  border: 1px solid #d5d5d5;
  border-top: none;
}
.col-left .block-layered-nav a {
  font: 11px/12px "Arial Bold", Arial, sans-serif;
  text-decoration: none;
}
.col-left .block-layered-nav a:hover {
  color: #223d95;
}
.col-left .block-layered-nav .block-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.col-left .block-layered-nav .actions {
  margin-top: -20px;
}
.col-left .currently {
  border-top: 1px solid #d5d5d5;
}
.col-left .currently li {
  border-top: 1px solid #d5d5d5;
}
.col-left .currently li.first {
  border: 0;
}
.col-left dt, .col-left .label {
  background-color: #f4f4f4;
  color: #373737;
  font: 15px/15px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  padding: 12px 15px 12px;
}
.col-left .label {
  border-bottom: 1px solid #d5d5d5;
}
.col-left dd {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.col-left dd.last {
  border-bottom: 0;
}
.col-left dd, .col-left .value, .col-left a.btn-clear-all {
  padding: 5px 10px 15px 15px;
}
.col-left li {
  line-height: 22px;
}
.col-left .block-title, .col-left .block-subtitle {
  font: 15px/15px "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
  color: #ababab;
  background-color: #f4f4f4;
  padding: 15px 15px 7px;
}
.col-left .block-subtitle {
  padding-bottom: 0;
  margin-bottom: -5px;
}
.col-left .block-title {
  padding-bottom: 6px;
  border-top: 1px solid #d5d5d5;
}
.col-left .shop-by {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.col-left a.btn-remove, .col-left a.btn-clear-all {
  height: 22px;
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/blue-cross.png) no-repeat right center;
  display: block;
  margin-bottom: 7px;
  line-height: 22px;
}
.col-left a.btn-remove:hover, .col-left a.btn-clear-all:hover {
  color: #223d95;
}
.col-left a.btn-clear-all {
  background: none;
  font-family: "Arial", Arial, sans-serif;
  color: #223d95;
}
.col-left a.btn-clear-all:hover {
  text-decoration: underline;
}

/* ---- end of left sidebar ---- */
/*--------------category header container-----------------*/
.subcategory-top-image {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/content-top-head-block-shadow.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}
.subcategory-top-image .subcategory-top-image-inner {
  padding-top: 27px;
  height: 220px;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}
.subcategory-top-image .subcategory-top-image-inner .category-title {
  padding: 25px 0 18px 0;
}
.subcategory-top-image .subcategory-top-image-inner .clp-placeholder p {
  color: #404041;
  font-size: 12px;
  font-family: "Arial Bold", Arial, sans-serif;
}

/*--------------END category header container-----------------*/
/*search results refinements*/
.catalogsearch-result-index .page-wrapper, .catalog-category-view .page-wrapper {
  border: 1px solid #d5d5d5;
  overflow: hidden;
  margin-bottom: 50px;
}
.catalogsearch-result-index .col2-left-layout, .catalog-category-view .col2-left-layout {
  position: relative;
  z-index: 1;
  margin: -1px 0 0 0;
}
.catalogsearch-result-index .content-top-head-block, .catalog-category-view .content-top-head-block {
  margin-bottom: -39px;
}

.content-top {
  position: relative;
  z-index: 3;
}

/* END search results refinements*/
/*------category-tabs-block------------------------*/
.layered-filter {
  width: 960px;
  margin: 0 auto;
}

/*------ END of category-tabs-block------------------------*/
/*------------- Tools landing page ------------*/
.product-types ul {
  width: 25%;
  float: left;
  padding: 0 20px;
}

/*------------- End of Tools landing page ------------*/
.lyonscg-toolpage-index-index .col-main {
  padding-top: 30px;
}

.seo-placeholder {
  margin: 20px 0;
}

.brands-top-image-inner,
.tools-top-image-inner {
  min-height: 220px;
  height: auto !important;
  height: 220px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding-top: 35px;
}
.brands-top-image-inner img,
.tools-top-image-inner img {
  padding-left: 10px;
}

.lyonscg-toolpage-landing-index.tools-top-image-inner {
  padding: 0;
}

.brands-top-image-inner {
  padding-top: 27px;
}

.brands-top-image,
.tools-top-image {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/content-top-head-block-shadow.png") left bottom repeat-x;
}

.brands-top-static {
  padding: 25px 0px;
}
.brands-top-static p {
  font: 14px/18px "Helvetica", sans-serif;
  color: #373737;
}

/*----brand-index-page------*/
.brands-wrapper {
  border: 1px solid #e5e5e5;
  padding: 12px;
}
.brands-wrapper li {
  display: block;
  margin: 12px 12px 24px;
  float: left;
  width: 128px;
  height: 97px;
  background-color: #fff;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/homepage-shopbybrand-bg.png") bottom center repeat-x;
  border: 1px solid #d5d5d5;
  zoom: 1;
}
.brands-wrapper li a {
  width: 126px;
  height: 94px;
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/homepage-shopbybrand-bg.png") bottom center repeat-x;
}
.brands-wrapper li img {
  width: 94%;
}
.brands-wrapper li p {
  padding-top: 5px;
  text-align: center;
}
.brands-wrapper li.active {
  border-color: #d94949;
  -webkit-box-shadow: 3px 3px 7px 0px #cccccc;
  -moz-box-shadow: 3px 3px 7px 0px #cccccc;
  box-shadow: 3px 3px 7px 0px #cccccc;
}
.brands-wrapper li.active p {
  color: #223d95;
}

/*----brand-landing-page----*/
.brand-information-block {
  width: 270px;
  margin: 10px 0 0;
}
.brand-information-block img {
  padding: 0;
}
.brand-information-block a {
  padding-bottom: 10px;
  display: inline-block;
}

.brand-description {
  margin: 0 0 20px;
}
.brand-description p {
  color: #404041;
  font-size: 12px;
  font-family: "Arial", Arial, sans-serif;
}
.brand-description ul {
  font: 21px/24px "Arial", "Helvetica Ltd Std, Roman", Helvetica, sans-serif;
  color: #ab2828;
  margin: 0;
  padding: 0;
}
.brand-description ul strong {
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
}
.brand-description li {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/list-style-disk-bullet.png") 0 8px no-repeat;
  padding-left: 15px;
}

.search-box .searchtool-brand-page {
  position: relative;
}
.search-box .search-label {
  position: absolute;
  top: 45px;
  left: 105px;
  color: #FFF;
  z-index: 1;
  font: 15px/27px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
}

.searchtool-brand-page .search-by-model {
  float: left;
  margin: 25px 0 0 0;
}

.brand-title {
  margin: 30px 0 15px;
}

.brand-seo-text {
  color: #404041;
}

/*-----tools-landing-page------*/
.landing-title {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/landing-block-title-bg.png") 0 0 repeat-x;
  height: 40px;
  font: 18px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #373737;
  padding: 0 12px 0;
  border: 1px solid #d5d5d5;
}

.product-types {
  margin-top: 20px;
}

.tool-landing-page h1 {
  margin: 10px 0 0;
}
.tool-landing-page .types-block {
  padding: 20px 0px;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
}
.tool-landing-page .types-block .link-container {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/tools-type-bg.png") 0 0 repeat-y;
  overflow: hidden;
}
.tool-landing-page .tool-description {
  color: #404041;
  margin: 5px 0 20px;
}
.tool-landing-page li {
  padding-bottom: 15px;
}
.tool-landing-page a {
  font: 11px/12px "Arial Bold", Arial, sans-serif, Arial, sans-serif;
  color: #3c3c3c;
}
.tool-landing-page a:hover {
  color: #223d95;
  text-decoration: none;
}

.top-brands {
  margin-top: 25px;
}
.top-brands ul {
  overflow: hidden;
  border: 1px solid #d5d5d5;
  padding: 10px;
  margin-top: -1px;
}
.top-brands .brand-name {
  display: block;
  text-align: center;
  font-family: "Arial Bold", sans-serif;
  color: #373737;
  margin-top: 5px;
}
.top-brands .brand-name:hover {
  color: #223d95;
}
.top-brands li {
  float: left;
  width: 133px;
  margin: 10px;
}
.top-brands li:hover .brand-name {
  color: #223d95;
}
.top-brands .brand-image {
  border: 1px solid #d5d5d5;
  display: block;
  width: 100%;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/homepage-shopbybrand-bg.png") 0 0 repeat-x;
}
.top-brands .brand-image img {
  width: 81%;
  margin: 0 10%;
}
.top-brands a:hover {
  text-decoration: none;
}

/*------find-my-brand-popup---------*/
.find-my-brand {
  text-align: left;
}
.find-my-brand h2 {
  font-size: 24px;
  line-height: 26px;
  float: left;
  width: 380px;
  margin-top: 15px;
}
.find-my-brand .popup-header {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/find-my-model-bg.png") 0 0 no-repeat;
  height: 140px;
  padding: 13px 55px 20px 20px;
  margin-bottom: 20px;
}
.find-my-brand .popup-main-content {
  padding: 0 20px 20px;
}
.find-my-brand .popup-main-content li {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/list-style-disk-bg.png") 0 11px no-repeat;
  padding-left: 15px;
  margin-left: 5px;
  line-height: 25px;
}
.find-my-brand .popup-main-content img {
  border: 1px solid #d5d5d5;
}

/*------brandlanding grid styles---------*/
.brand-category {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.brand-category .landing-title {
  border-left: 0;
  border-right: 0;
}
.brand-category ul {
  overflow: hidden;
  width: 100%;
}
.brand-category li {
  width: 135px;
  height: 195px;
  border: 1px solid #d5d5d5;
  margin: -1px 0px -1px -1px;
  padding: 0 10px;
  display: block;
  text-align: center;
  float: left;
}
.brand-category img {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 96px;
  margin: 0 auto;
  display: block;
}
.brand-category span {
  height: 58px;
  padding: 10px;
  color: #3c3c3c;
  font-size: 12px;
  font-family: "Arial Bold", Arial, sans-serif;
  display: table-row;
  overflow: hidden;
}
.brand-category span:hover {
  text-decoration: none;
  color: #223d95;
}
.brand-category a {
  text-decoration: none;
}
.brand-category a:hover {
  text-decoration: none;
  color: #223d95;
}

/*------END brandlanding grid styles---------*/

.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.product-view {
  border: none;
  margin-top: 30px;
  background: white;
}
.product-view .part-replaced-by, .product-view .part-replaced-by a {
  color: #223d95;
  font-family: "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 6px;
}
.product-view .product-main-info {
  width: 730px;
  margin-left: 230px;
}
.product-view .product-img-box {
  margin-left: 10px;
  padding: 0 20px 20px 0;
  width: 220px;
  position: relative;
}
.product-view .product-img-box .product-image {
  border: 1px solid #d5d5d5;
  position: relative;
  z-index: 3;
  width: 202px;
  height: 202px;
  text-align: center;
  vertical-align: middle;
}
.product-view .product-img-box .product-image .small-image {
  width: auto;
  max-width: 198px;
  height: auto;
  max-height: 198px;
}
.product-view .product-img-box .click-zoom {
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: left;
  height: 35px;
  border: 1px solid #d5d5d5;
  line-height: 35px;
  cursor: pointer;
  background: #f4f4f4;
}
.product-view .product-img-box .click-zoom a {
  display: block;
}
.product-view .product-img-box .click-zoom a img {
  margin: 5px 0 0 7px;
}
.product-view .product-img-box .click-zoom a span {
  margin-left: 7px;
  font-family: "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  font-size: 15px;
  color: #223d95;
}
.product-view .product-img-box .click-zoom a:hover {
  text-decoration: none;
}
.product-view .product-img-box .more-views {
  margin-top: 43px;
}
.product-view .product-img-box .more-views ul {
  width: 208px;
}
.product-view .product-img-box .more-views li {
  margin: 0 8px 8px 0;
}
.product-view .product-img-box .more-views li img {
  width: 42px;
  height: 42px;
}
.product-view .product-shop .no-rating {
  display: none;
}
.product-view .product-shop .availability {
  margin: 8px 0;
  font-size: 12px;
  color: #373737;
}
.product-view .product-shop .availability .stock-products-remaining {
  color: #ababab;
  margin-left: 4px;
}

.part-number {
  font-size: 15px;
  font-family: "Helvetica Ltd Std, Bold Cond", Helvetica, sans-serif;
}
.part-number span {
  margin-left: 3px;
}

.price-box {
  font-size: 20px;
}
.price-box .regular-price .price {
  color: #223d95;
}
.price-box .old-price {
  font-family: "Arial", Arial, sans-serif;
  font-size: 20px;
  color: #223d95;
  text-decoration: line-through;
  display: inline-block;
}
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  font-family: "Arial", Arial, sans-serif;
  font-size: 15px;
  color: #ac2426;
  margin: 0 0 0 5px;
  display: inline-block;
}

.add-to-box {
  background: #f4f4f4;
  border: 1px solid #d5d5d5;
  width: 700px;
  height: 58px;
  padding: 0 10px;
  margin-top: 10px;
}
.add-to-box .add-to-links {
  display: none;
}

.replaced-part-information {
  background: #ffc260;
  border: 1px solid #d5d5d5;
  width: 700px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.replaced-part-information .replaced-product-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: 10px;
}
.replaced-part-information span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.replaced-part-information img {
  max-height: 48px;
  vertical-align: middle;
}
.replaced-part-information p {
  font-size: 14px;
}

.replaced-part-information.has-image {
  padding-left: 72px;
}

.add-to-cart-loader {
  display: none;
  position: absolute;
  z-index: 10;
  right: 49%;
  top: 49%;
  padding: 10px;
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_sprite.png");
  background-position: 0 44px;
}

.add-to-cart {
  width: 100%;
  position: relative;
}
.add-to-cart label {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  line-height: 56px;
}
.add-to-cart .qty {
  width: 40px;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  line-height: 40px;
}
.add-to-cart .btn-cart {
  position: absolute;
  top: 12px;
  right: 0px;
}
.add-to-cart .btn-cart .add-to-image {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/add-to-bg-image.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  padding-left: 45px;
}
.add-to-cart .btn-cart span {
  line-height: 34px;
  width: auto;
}

.detailed-info {
  width: 700px;
}
.detailed-info #product-attribute-specs-table {
  display: none;
}

.tools-use-this-part {
  width: 700px;
  float: right;
  margin: 10px 0 60px 0;
  margin-right: 6px;
}
.tools-use-this-part h3 {
  margin: 10px 0;
}
.tools-use-this-part .pages {
  border-top: 1px solid #d5d5d5;
  text-align: right;
  padding: 7px 0;
  line-height: 16px;
}
.tools-use-this-part .pages strong {
  display: none;
}
.tools-use-this-part .pages li {
  display: inline-block;
}
.tools-use-this-part .pages li a {
  padding: 0 7px;
  border-right: 1px solid #d5d5d5;
}
.tools-use-this-part .pages li a img {
  margin-bottom: 2px;
}
.tools-use-this-part .pages li a.last {
  border: none;
}
.tools-use-this-part .pages li.current {
  padding: 0 7px;
  border-right: 1px solid #d5d5d5;
  text-decoration: underline;
}
.tools-use-this-part .pages li.prev-page a,
.tools-use-this-part .pages li.next-page a {
  border: none;
  padding-right: 0;
}
.tools-use-this-part table {
  border: 1px solid #d5d5d5;
  width: 100%;
  font: 11px/22px "Arial Bold",Arial,sans-serif;
  margin-bottom: 10px;
}
.tools-use-this-part .table-brand {
  width: 160px;
}
.tools-use-this-part .table-model {
  width: 135px;
}
.tools-use-this-part .table-descr {
  width: 555px;
}
.tools-use-this-part .table-qty {
  text-align: right;
}
.tools-use-this-part .table-heading {
  background: #f4f4f4;
}
.tools-use-this-part th {
  border: 1px solid #d5d5d5;
  height: 35px;
}
.tools-use-this-part .tools-use-this-part-h {
  color: #373737;
  font: 15px/22px "Arial Bold",Arial,sans-serif;
  padding: 10px;
  line-height: 35px;
}
.tools-use-this-part a:hover {
  color: #223d95;
  text-decoration: none;
}
.tools-use-this-part td {
  padding: 2px 10px;
}

.product-view .box-collateral.box-related {
  margin-bottom: 30px;
}
.product-view .box-related,
.product-view .box-up-sell {
  width: 700px;
  float: right;
  margin: 0 0 40px 0;
  margin-right: 6px;
}
.product-view .box-related h3,
.product-view .box-up-sell h3 {
  margin-bottom: 15px;
}
.product-view .box-related .box-content,
.product-view .box-related .products-grid,
.product-view .box-up-sell .box-content,
.product-view .box-up-sell .products-grid {
  padding: 0;
}
.product-view .box-related .box-content .item,
.product-view .box-related .products-grid .item,
.product-view .box-up-sell .box-content .item,
.product-view .box-up-sell .products-grid .item {
  float: left;
  width: 170px;
  min-height: 230px;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #d5d5d5;
}
.product-view .box-related .box-content .item.first,
.product-view .box-related .products-grid .item.first,
.product-view .box-up-sell .box-content .item.first,
.product-view .box-up-sell .products-grid .item.first {
  width: 150px;
  padding-left: 0;
}
.product-view .box-related .box-content .item.last,
.product-view .box-related .products-grid .item.last,
.product-view .box-up-sell .box-content .item.last,
.product-view .box-up-sell .products-grid .item.last {
  padding-right: 0;
  border: none;
}
.product-view .box-related .box-content .item a.product-image,
.product-view .box-related .products-grid .item a.product-image,
.product-view .box-up-sell .box-content .item a.product-image,
.product-view .box-up-sell .products-grid .item a.product-image {
  border: 1px solid #d5d5d5;
  width: 132px;
  margin: 0 0 5px 0;
}
.product-view .box-related .box-content .item a.product-name,
.product-view .box-related .products-grid .item a.product-name,
.product-view .box-up-sell .box-content .item a.product-name,
.product-view .box-up-sell .products-grid .item a.product-name {
  font: bold 11px/11px Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  margin: 0;
}
.product-view .box-related .box-content .item a.product-name:hover,
.product-view .box-related .products-grid .item a.product-name:hover,
.product-view .box-up-sell .box-content .item a.product-name:hover,
.product-view .box-up-sell .products-grid .item a.product-name:hover {
  color: #223d95;
}
.product-view .box-related .box-content .item .partnumber,
.product-view .box-related .products-grid .item .partnumber,
.product-view .box-up-sell .box-content .item .partnumber,
.product-view .box-up-sell .products-grid .item .partnumber {
  font: bold 11px/16px Arial, sans-serif;
  color: #3c3c3c;
}
.product-view .box-related .box-content .item .price-box,
.product-view .box-related .products-grid .item .price-box,
.product-view .box-up-sell .box-content .item .price-box,
.product-view .box-up-sell .products-grid .item .price-box {
  margin: 0;
  line-height: 11px;
}
.product-view .box-related .box-content .item .price-box .old-price,
.product-view .box-related .box-content .item .price-box .regular-price,
.product-view .box-related .box-content .item .price-box .special-price,
.product-view .box-related .products-grid .item .price-box .old-price,
.product-view .box-related .products-grid .item .price-box .regular-price,
.product-view .box-related .products-grid .item .price-box .special-price,
.product-view .box-up-sell .box-content .item .price-box .old-price,
.product-view .box-up-sell .box-content .item .price-box .regular-price,
.product-view .box-up-sell .box-content .item .price-box .special-price,
.product-view .box-up-sell .products-grid .item .price-box .old-price,
.product-view .box-up-sell .products-grid .item .price-box .regular-price,
.product-view .box-up-sell .products-grid .item .price-box .special-price {
  font: bold 11px/16px Arial, sans-serif;
}

/*---------------ZOOM-----------------*/
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma;
  height: 16px;
  padding-top: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  background: #999;
}

.jqZoomPup {
  overflow: hidden;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/zoom-lens.png") repeat;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 10;
  cursor: crosshair;
  border: none !important;
}

.jqZoomPup img {
  border: 0px;
}

.preload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width: 90px;
  * width: 100px;
  height: 43px;
  *height: 55px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
}

.jqZoomWindow {
  border: 1px solid #d5d5d5;
  background-color: white;
}

/*---------------schematic view-----------------*/
.product-img-box .more-views li.slide-current a {
  border: 2px solid #aaa;
}

.product-img-box .product-image-zoom img {
  cursor: pointer;
}

#slide-loader {
  visibility: hidden;
  position: absolute;
  top: auto;
  left: auto;
  right: 2px;
  bottom: 2px;
}

/*---------------how to videos-----------------*/
.product-videos {
  width: 100%;
  margin: 50px auto 10px;
  float: left;
}
.product-videos .product-videos-block {
  float: left;
}
.product-videos .video {
  width: 347px;
  height: 189px;
  margin: 0 0 25px 28px;
}

/*---------------END how to videos-----------------*/

.pie-base {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.account-login-page {
  margin-bottom: 100px;
}
.account-login-page .page-title {
  margin: 45px 0 15px;
}
.account-login-page .col-1, .account-login-page .col-2 {
  width: 465px;
  border: 1px solid #d5d5d5;
}
.account-login-page .registered-users,
.account-login-page .new-users {
  padding: 0;
}
.account-login-page .new-users .buttons-set button.button {
  margin-left: 0;
  padding: 0 15px;
}
.account-login-page .landing-title {
  border: 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 15px;
}
.account-login-page .col-1 {
  margin-right: 10px;
  float: left;
}
.account-login-page .content {
  padding: 23px;
  position: relative;
  min-height: 280px;
  height: auto !important;
  height: 280px;
}
.account-login-page p.required {
  position: absolute;
  right: 10px;
  top: 5px;
}
.account-login-page li {
  margin-bottom: 15px;
}
.account-login-page .forgot-password {
  display: block;
  margin-left: 104px;
  clear: both;
  padding-top: 2px;
}
.account-login-page .form-list input.input-text {
  width: 195px;
}
.account-login-page .form-list li.control .input-box {
  margin-left: 104px;
}
.account-login-page label {
  font: 12px/12px "Arial Bold", Arial, sans-serif;
}
.account-login-page .buttons-set {
  margin-top: 5px;
}
.account-login-page .buttons-set button.button {
  float: left;
  margin-left: 104px;
}

#remember-me-box label {
  width: 125px;
}

#opc-login #remember-me-box label {
  width: 120px;
}

#opc-login li.note {
  margin-top: -10px;
}

/*----------forgotpassword-popup-------------*/
.forgotpassword-popup .fieldset, .forgotpassword-popup .buttons-set {
  padding: 0 20px 20px;
  text-align: left;
  position: relative;
}
.forgotpassword-popup .fieldset {
  padding-top: 40px;
  margin-bottom: 0;
}
.forgotpassword-popup .buttons-set {
  margin: 0;
}
.forgotpassword-popup .form-list input.input-text {
  width: 195px;
  height: 30px;
}
.forgotpassword-popup .form-list label {
  font: 12px/12px "Arial Bold", Arial, sans-serif;
  width: 130px;
}
.forgotpassword-popup p.required {
  position: absolute;
  right: 10px;
  top: 5px;
}

/*-----------------reset-password-page-----------------------*/
.customer-account-resetpassword .buttons-set button {
  float: none;
  margin-left: 160px;
}

/*-----------------reset-password-page-----------------------*/
.customer-account-page .main .page-title {
  margin-top: 0;
}
.customer-account-page .page-wrapper {
  margin-top: 40px;
}
.customer-account-page .col2-left-layout .col-main {
  width: 700px;
  padding: 0;
}
.customer-account-page .page-title {
  padding: 25px 0 22px;
}
.customer-account-page h1 {
  font-size: 24px;
}
.customer-account-page .messages {
  margin-top: 0;
}

.col-left.sidebar {
  width: 220px;
}

.block-account .block-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-account li {
  padding: 0 0 0 22px;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  background: #373737 url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/customer-menu-icon.png") 3px 13px no-repeat;
}
.block-account li.current, .block-account li:hover {
  background-color: #223d95;
  background-position: -20px 13px;
}
.block-account li.current strong,
.block-account li.current a, .block-account li:hover strong,
.block-account li:hover a {
  background: #223d95;
  color: white;
}
.block-account li strong,
.block-account li a {
  display: block;
  font: 13px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #373737;
  background: white;
  padding-left: 5px;
}
.block-account .block-title {
  padding: 10px 10px 12px 40px;
  margin-bottom: 10px;
  border: 0;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/account-title-bg.png") 0 3px no-repeat;
}
.block-account .block-title strong {
  font: 24px/27px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #373737;
}

.dashboard .no-border, .order-page .no-border {
  border-right: 0 !important;
}
.dashboard h2, .order-page h2 {
  overflow: hidden;
  font-size: 15px;
  padding: 5px 0;
}
.dashboard h2 span, .order-page h2 span {
  border-right: 1px solid #C2C2C2;
  display: block;
  height: 100%;
  line-height: 32px;
  float: left;
  padding: 0 20px;
  margin-right: 10px;
}
.dashboard h2 a, .order-page h2 a {
  font: bold 11px/12px "Arial", Arial, sans-serif;
  color: #223d95;
  display: block;
  line-height: 35px;
  text-transform: capitalize;
  float: left;
}
.dashboard .sub-title, .order-page .sub-title {
  font: bold 14px/16px "Arial", Arial, sans-serif;
  color: #223d95;
  margin: 0 0 5px;
}
.dashboard .info-box, .order-page .info-box {
  border: 0;
  background: none;
}
.dashboard .box-title, .order-page .box-title {
  font: bold 14px/30px "Arial", Arial, sans-serif;
}
.dashboard .box-title span, .order-page .box-title span {
  border-right: 1px solid #C2C2C2;
  display: block;
  height: 100%;
  line-height: 25px;
  float: left;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.dashboard .box-title a, .order-page .box-title a {
  font: bold 11px/12px "Arial", Arial, sans-serif;
  color: #223d95;
  display: block;
  line-height: 27px;
  text-transform: capitalize;
}
.dashboard .box-content, .order-page .box-content {
  clear: both;
  font-size: 11px;
  line-height: 14px;
}
.dashboard .box-content a, .order-page .box-content a {
  font: bold 11px/12px "Arial", Arial, sans-serif;
  color: #223d95;
  display: block;
  margin-top: 20px;
}
.dashboard h3 .box-title, .order-page h3 .box-title {
  font-size: 12px;
}

.dashboard h2.sub-title {
  padding-top: 0;
}

.recentorder-information {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 20px;
}

.account-info,
.address-info,
.my-tools-info {
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/account-inforation-bg.png") 0 0 repeat-y;
  margin-bottom: 20px;
}

.address-info .box-content {
  padding-top: 0;
}

.recent-orders th {
  border-top: 1px solid #d5d5d5;
}
.recent-orders th span {
  padding: 0 12px;
}
.recent-orders a {
  color: #223d95;
}

.my-tools-info {
  padding: 10px 10px;
  background: none;
}

/*-------------Newsletter Subscriptions--------------*/
.newsletter-manage-index .form-list .control .input-box, .account-create .form-list .control .input-box {
  margin: 0;
}
.newsletter-manage-index .form-list .control label, .account-create .form-list .control label {
  width: 100%;
  float: none;
  margin-left: 20px;
  font: 12px/18px "Arial Bold", Arial, sans-serif;
  color: #373737;
}
.newsletter-manage-index .control, .account-create .control {
  padding: 10px 0;
}
.newsletter-manage-index .control p, .account-create .control p {
  width: 420px;
  padding: 0 0 0 20px;
  font: 12px/18px "Arial", Arial, sans-serif;
  color: #373737;
}
.newsletter-manage-index .control span, .account-create .control span {
  font-family: "Arial", Arial, sans-serif;
  font-style: italic;
}
.newsletter-manage-index .input-box input, .account-create .input-box input {
  margin: 0;
}
.newsletter-manage-index .back-link, .account-create .back-link {
  line-height: 33px;
}

.newsletter-manage-index .control {
  padding-top: 20px;
}

/*-------------END Newsletter Subscriptions--------------*/
/*-------------Start-My-Tools-block-----------*/
.tool-item {
  overflow: hidden;
  margin: 10px 0;
  display: block;
}
.tool-item:hover {
  color: #223d95;
}
.tool-item span {
  display: block;
  float: left;
  line-height: 26px;
  margin: 0 0 0 10px;
  font: 12px/26px "Arial Bold", Arial, sans-serif;
}
.tool-item .row-num {
  padding: 0 10px;
  border: 1px solid #d5d5d5;
}

.editaccount-info .landing-title {
  font-size: 15px;
}
.editaccount-info ul {
  padding: 30px 20px;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
}
.editaccount-info label {
  font: bold 12px/16px "Arial", Arial, sans-serif;
}
.editaccount-info input.input-text {
  height: 30px;
  line-height: 30px;
}
.editaccount-info .change-pass {
  margin: 0 5px 0 160px;
  float: left;
}
.editaccount-info .change-pass-label {
  float: none;
  font-weight: normal;
}
.editaccount-info .form-list {
  position: relative;
}
.editaccount-info p.required {
  position: absolute;
  right: 10px;
  top: 0;
}
.editaccount-info em {
  padding-left: 2px;
}
.editaccount-info .buttons-set {
  width: 150px;
  margin-top: 20px;
}
.editaccount-info p.back-link {
  padding-top: 10px;
}

.order-history-info td {
  padding: 15px 20px;
}
.order-history-info td a {
  color: #223d95;
}
.order-history-info .devide-row td {
  padding: 0;
}
.order-history-info .devide-row.last .bottom-border {
  border: 0;
}

.sales-order-history .pager {
  padding: 10px;
  border: 1px solid #d5d5d5;
  margin-bottom: -1px;
}
.sales-order-history .page-item {
  display: none !important;
}
.sales-order-history .amount, .sales-order-history .limiter {
  font-weight: bold;
  line-height: 28px;
  font-family: "Arial Bold", Arial, sans-serif;
  color: #676767;
}
.sales-order-history .limiter {
  margin-left: 150px;
}
.sales-order-history .limiter label {
  vertical-align: middle;
}
.sales-order-history .bottom-pager {
  margin-bottom: 20px;
}
.sales-order-history .bottom-pager .pager {
  margin-top: -1px;
}
.sales-order-history .top-pager {
  margin-top: 15px;
}

#my-orders-table thead th {
  border-top: 1px solid #d5d5d5;
}

.sales-guest-view .order-page .col-1, .sales-guest-view .order-page .col-2 {
  width: 465px;
}
.sales-guest-view .order-details-tfoot .a-right {
  padding-left: 425px;
}
.sales-guest-view .order-details-tfoot .a-right.last {
  padding-left: 0;
}

.order-page a {
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  color: #223d95;
}
.order-page .col2-set {
  padding-bottom: 11px;
}
.order-page .col-1,
.order-page .col-2 {
  width: 345px;
}
.order-page .info-box {
  background: none;
  min-height: 170px;
  height: auto !important;
  height: 170px;
  border: 1px solid #d5d5d5;
}
.order-page .box-title {
  margin: 0;
  padding: 0 10px;
}
.order-page .box-content, .order-page .box-content p {
  padding: 5px 10px 10px;
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  color: #373737;
}
.order-page .box-content p, .order-page .box-content p p {
  padding: 0;
}
.order-page .order-date {
  margin: 0 0 15px;
  color: #373737;
  font-size: 14px;
  font-weight: bold;
}
.order-page .order-date a {
  float: right;
  display: block;
}

.order-details h2 {
  font-size: 18px;
  padding: 5px 10px;
}
.order-details .buttons-set {
  margin-top: -10px;
}
.order-details th, .order-details td {
  vertical-align: middle;
}
.order-details td {
  padding: 12px 10px;
}
.order-details .devide-row td {
  padding: 0;
}
.order-details .last .cart-price {
  color: #373737;
}
.order-details tfoot .a-left {
  padding-left: 505px;
}

.order-details-tfoot {
  padding-top: 5px;
  border-top: 0;
  border-bottom: 1px solid #d5d5d5;
}
.order-details-tfoot tfoot td {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  font-weight: normal;
}
.order-details-tfoot .subtotal {
  padding-top: 10px;
}
.order-details-tfoot .subtotal td {
  font: 12px/16px "Arial Bold", Arial, sans-serif;
}
.order-details-tfoot .grand_total td {
  font-size: 15px;
  color: #223d95;
  padding-bottom: 15px !important;
}
.order-details-tfoot .devide-row.last {
  display: table-row !important;
}
.order-details-tfoot .devide-row.last .bottom-border {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
}

#my-orders-table {
  margin-bottom: 0;
  border-top: 0;
}

/*------order-info-tracking-number--------*/
.order-details .tracking-number {
  padding: 12px 10px;
  color: #373737;
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
.order-details a {
  color: #223d95;
}

/*------shipping-tracking-popup----------*/
.shipping-tracking-popup .data-table th {
  padding-left: 10px;
}

.my-account {
  position: relative;
}

.my-wishlist .product-image {
  border: 1px solid #d5d5d5;
  display: inline-block;
  margin-left: 10px;
}
.my-wishlist .product-name {
  line-height: 12px;
  padding-bottom: 5px;
}
.my-wishlist a {
  text-decoration: none;
}
.my-wishlist a:hover {
  color: #223d95;
}
.my-wishlist .description {
  margin: 0 0 10px;
  height: 2.6em;
  line-height: 1.3em;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
}
.my-wishlist .comment label {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.my-wishlist .comment textarea {
  font-style: italic;
  padding: 10px;
  height: 5em;
}
.my-wishlist .btn-remove {
  margin-right: 0;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
.my-wishlist .devide-row td {
  padding-bottom: 0;
  padding-top: 30px;
}
.my-wishlist .devide-row.first {
  display: none;
}
.my-wishlist .devide-row .bottom-border {
  margin-right: 0;
}
.my-wishlist td {
  position: relative;
  padding: 10px 10px 10px 0;
}
.my-wishlist td.first {
  width: 130px;
  margin-left: 10px;
}
.my-wishlist td.last {
  margin-right: 10px;
}
.my-wishlist .buttons-set2 {
  background: none;
  margin: 20px 0 40px;
}
.my-wishlist .buttons-set2 button {
  margin-left: 10px;
}

.wishlist-index-index .my-account .buttons-set {
  position: absolute;
  bottom: -3px;
  left: 0;
}

p.wishlist-empty {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: left;
  font-style: italic;
}

.account-create {
  margin-top: 40px;
}
.account-create .messages {
  padding: 0;
  border: 0;
}
.account-create h2.legend {
  font-size: 15px;
}
.account-create .page-title {
  padding-bottom: 20px;
}
.account-create .fieldset ul {
  border: 1px solid #d5d5d5;
  padding: 30px 15px;
  border-top: 0;
}
.account-create li label {
  font: 12px/12px "Arial Bold", Arial, sans-serif;
  width: 140px;
}
.account-create input.input-text {
  height: 30px;
}
.account-create .control label {
  line-height: 18px;
}
.account-create p.required {
  position: absolute;
  right: 10px;
}
.account-create .personal-info, .account-create .dealer-info {
  position: relative;
}
.account-create .personal-info .control, .account-create .dealer-info .control {
  padding: 10px 0 0;
  margin: 0;
}
.account-create .personal-info .control .input-box, .account-create .dealer-info .control .input-box {
  margin-left: 140px;
  float: left;
  position: relative;
}
.account-create .personal-info .control label, .account-create .dealer-info .control label {
  float: none;
  margin-left: 8px;
}
.account-create .personal-info .control p, .account-create .dealer-info .control p {
  margin-left: 140px;
  width: 440px;
}
.account-create .personal-info .control strong, .account-create .dealer-info .control strong {
  font-style: italic;
}
.account-create .login-info {
  position: relative;
}
.account-create .login-info .control .input-box {
  margin-left: 140px;
}
.account-create .login-info .control label {
  margin: 0 75px 0 0;
}
.account-create .login-info .link-tip {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  white-space: normal;
  color: #223d95;
}
.account-create button.button {
  float: none;
}
.account-create button.button span {
  padding: 0 15px;
}
.account-create a {
  color: #223d95;
  text-decoration: underline;
}
.account-create a:hover {
  text-decoration: none;
}

.order-status {
  position: relative;
}
.order-status .fieldset {
  margin-top: 10px;
  position: relative;
}
.order-status .landing-title {
  font-size: 15px;
}
.order-status ul {
  border: 1px solid #d5d5d5;
  padding: 20px 15px;
  border-top: 0;
}
.order-status p.required {
  position: absolute;
  right: 10px;
}
.order-status .wide {
  margin: 30px 0 10px;
}
.order-status li {
  margin-bottom: 15px;
}
.order-status li label {
  width: 140px;
}
.order-status li .buttons-set {
  margin-top: 20px;
  margin-bottom: 0;
}
.order-status li .buttons-set button {
  float: none;
  margin-left: 140px;
}
.order-status li .buttons-set button span {
  padding: 0 15px;
}
.order-status .form-list span.validation-passed, .order-status .form-list span.validation-error, .order-status .form-list div.validation-passed, .order-status .form-list div.validation-error {
  width: 330px !important;
}

/*-------------Address Book--------------*/
.customer-address-index .page-title {
  padding: 25px 0 16px;
}
.customer-address-index .page-title button span {
  padding: 0 15px;
}
.customer-address-index .col-1, .customer-address-index .col-2 {
  float: none;
  border: 1px solid #d5d5d5;
  width: 100%;
  margin-top: -1px;
}
.customer-address-index .col-1 h2, .customer-address-index .col-2 h2 {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/landing-block-title-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d5d5d5;
  color: #373737;
  font: 15px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  height: 40px;
  padding: 0 12px;
  text-transform: capitalize;
  margin: 0;
}
.customer-address-index .col-1 ol, .customer-address-index .col-2 ol {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/698x1border.png") repeat-y;
}
.customer-address-index .col-1 li, .customer-address-index .col-2 li {
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 20px;
  display: inline-block;
  width: 49%;
  color: #3c3c3c;
  background: none;
}
.customer-address-index .col-1 h3, .customer-address-index .col-2 h3 {
  margin: 0 0 10px;
  padding: 0;
  font: 12px/12px "Arial Bold", Arial, sans-serif;
}
.customer-address-index .col-1 address, .customer-address-index .col-2 address {
  margin: 0 0 10px;
  padding: 0;
  font: 11px/19px "Arial", Arial, sans-serif;
}
.customer-address-index .col-1 .change-link a, .customer-address-index .col-2 .change-link a {
  text-transform: capitalize;
  font: 11px/19px "Arial Bold", Arial, sans-serif;
  color: #223d95;
}
.customer-address-index .col-1 .empty, .customer-address-index .col-2 .empty {
  width: 100%;
  background: white;
}
.customer-address-index .col-1 .empty p, .customer-address-index .col-2 .empty p {
  font: 11px/19px "Arial", Arial, sans-serif;
  font-style: italic;
}

.addresses-primary {
  margin-bottom: 20px;
}

.customer-address-form .fieldset {
  border: 1px solid #d5d5d5;
  position: relative;
}
.customer-address-form .fieldset h2 {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/landing-block-title-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d5d5d5;
  color: #373737;
  font: 15px/40px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  height: 40px;
  padding: 0 12px;
  text-transform: capitalize;
  margin: 0;
}
.customer-address-form .fieldset p.required {
  position: absolute;
  right: 5px;
}
.customer-address-form .fieldset p {
  margin-left: 160px;
  padding: 0;
}
.customer-address-form .fieldset ul {
  padding: 30px 20px;
}
.customer-address-form .fieldset li {
  margin: 0 0 15px;
}
.customer-address-form .fieldset label {
  font: 12px/12px "Arial Bold", Arial, sans-serif;
  color: #404041;
}
.customer-address-form .fieldset input[type='text'] {
  width: 300px;
  height: 28px;
  color: #404041;
}
.customer-address-form .fieldset .fields {
  margin: 0;
}
.customer-address-form .fieldset .fields .field {
  padding: 0 0 15px;
}
.customer-address-form .fieldset .input-box .phone-field {
  width: 130px;
}
.customer-address-form .fieldset .input-box .validate-zip-international {
  width: 130px;
}
.customer-address-form .fieldset .validate-select {
  width: 300px;
}
.customer-address-form .buttons-set {
  margin-bottom: 100px;
}
.customer-address-form .buttons-set .back-link {
  line-height: 33px;
}
.customer-address-form .buttons-set .blue-btn {
  float: none;
}
.customer-address-form .buttons-set span {
  padding: 0 15px;
}
.customer-address-form .control label {
  font: 12px/26px "Arial", Arial, sans-serif;
  width: 480px;
  margin: -6px 0 0 180px;
}
.customer-address-form .form-list span.validation-passed, .customer-address-form .form-list span.validation-error, .customer-address-form .form-list div.validation-passed, .customer-address-form .form-list div.validation-error {
  width: 340px !important;
}

.addresses-additional.col-2 li .actions {
  border: 0;
}

.pie-base, .red-btn, .blue-btn, .gray-btn, button,
button.button,
button span,
button.button span,
button span span,
button.button span span,
a.button,
a.button span, button.search-button,
.searchtool-finder button.button,
.searchtool-brand-page button.button, input,
input.input-text {
  behavior: url("/skin/frontend/toolparts/toolparts/js/PIE/PIE_uncompressed.htc");
  position: relative;
  zoom: 1;
  z-index: 1;
}

.red-btn, .blue-btn, .gray-btn, button,
button.button,
button span,
button.button span,
button span span,
button.button span span,
a.button,
a.button span {
  font: 12px/22px "Arial Bold", "Helvetica Inserat LT Std Roman", Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  height: 33px;
  line-height: 34px;
  width: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3 {
  font: 35px/26px "Arial Black", "Helvetica Ltd Std, Black", Helvetica, sans-serif;
  color: #223d95;
}

h2 {
  font-size: 24px;
}

h3, h4 {
  font: 18px/22px "Arial Bold", Arial, sans-serif;
  color: #373737;
}

h4 {
  font-size: 11px;
}

.clear {
  clear: both;
}

p {
  font: normal 12px/18px Arial, serif;
  color: #373737;
}
p.smaller {
  font-size: 11px;
}
p.required {
  margin: 0;
  padding: 5px 0 7px;
  text-align: right;
  font-size: 11px;
  color: #373737;
}

a {
  color: #373737;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Success Message */
.messages li.success-msg {
  border-color: #d5d5d5;
  background-color: #f3f3f3;
  color: #373737;
  font: bold 11px/16px "Arial", Arial, sans-serif;
}
.messages li a {
  color: #223d95;
  font: bold 11px/16px "Arial", Arial, sans-serif;
}
.messages li a:hover {
  text-decoration: underline;
}

body {
  background: white;
  font: 12px/1.35 Arial, Helvetica, sans-serif;
  color: #000;
}

.page {
  min-width: 960px;
}

.header,
.top-navigation-block,
.footer,
.top-searches-block,
.global-promo-text,
.bottom-information-block .content,
.col-wrapper,
.breadcrumbs,
.page-title.category-title,
.page-wrapper,
.col-main {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.col2-left-layout .col-main {
  width: 680px;
}

.bottom-border {
  margin: 0 10px;
  border-top: 1px solid #d5d5d5;
}

.wrapper {
  margin-bottom: 28px;
}

.page-title {
  padding: 20px 0 11px;
}

.form-list label {
  font-size: 11px;
  text-align: left;
  padding: 12px 15px 0 0;
  font: 11px/16px "Arial Bold", Arial, sans-serif;
}

.main .page-title {
  margin-top: 45px;
}

.form-list input.input-text {
  height: 30px;
  line-height: 30px;
}

span.validation-error,
div.validation-error {
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/validation-backgounds-error.png) 100% 2px no-repeat;
  padding-right: 32px;
}

span.validation-passed,
div.validation-passed {
  background: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/validation-backgounds-pass.png) 114% 1px no-repeat;
  padding-right: 32px;
}

.validation-advice {
  font: 11px/16px "Arial Bold", Arial, sans-serif;
  padding: 3px 0 0 !important;
  color: #a21717 !important;
}

button.search-button,
.searchtool-finder button.button,
.searchtool-brand-page button.button {
  background: transparent url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/searcher-button-sprite-bg.png") 0 0 no-repeat;
  width: 43px;
  height: 40px;
  display: block;
  float: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
}
button.search-button span,
.searchtool-finder button.button span,
.searchtool-brand-page button.button span {
  padding: 0;
}
button.search-button:hover,
.searchtool-finder button.button:hover,
.searchtool-brand-page button.button:hover {
  background-position: 0 -47px;
}

.searcher button.button span, .search-input button.button span {
  width: 43px;
}

.red-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/red-btn-sprite-bg.png") 0 0 repeat-x;
  background-color: #ac2426;
  min-width: 88px;
  border: 1px solid #ac2426;
}
.red-btn:hover {
  background-position: 0 -38px;
}

.blue-btn {
  background: #223d95 url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/blue-btn-sprite.png") 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5f5f5f;
  min-width: 88px;
}
.blue-btn:hover {
  background-position: 0 -35px;
}

.gray-btn {
  background: #404041 url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/grey-btn-sprite.png") 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #5f5f5f;
  min-width: 88px;
}
.gray-btn:hover {
  background-position: 0 -35px;
}

a.button {
  z-index: 1;
}

button,
button.button,
.button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  position: relative;
}

button > span,
.button > span {
  padding: 0 10px;
  min-width: 88px;
}

input,
input.input-text {
  font: 11px/26px "Arial", Arial, sans-serif;
  color: #373737;
  text-indent: 10px;
  height: 40px;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 13px -3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 13px -3px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 13px -3px inset;
  position: relative;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox] {
  height: auto;
}

/* Breadcrumbs section */
.breadcrumbs {
  text-align: left;
  padding: 7px 20px 5px;
}
.breadcrumbs ul {
  font-size: 11px;
  font-family: "Arial Bold", Arial, sans-serif;
  color: #404041;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul a {
  text-decoration: underline;
}
.breadcrumbs ul a:hover {
  color: #223d95;
}
.breadcrumbs ul a:last-child {
  text-decoration: none;
}

.breadcrumbs-bkg {
  width: 100%;
  background-image: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/breadcrumbs-bg.png);
  position: relative;
}

/* ----------- */
.login-popup-overlay {
  width: 44px;
  height: 44px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/ajax-loader-sprite.png");
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.login-popup-overlay div {
  width: 44px;
  height: 44px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/ajax-loader.gif") center center no-repeat;
}

.spinner-generic {
  width: 44px;
  height: 44px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/ajax-loader.gif") center center no-repeat;
}

.spinner-generic-sprite {
  width: 44px;
  height: 44px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/ajax-loader-sprite.png");
  opacity: 0.8;
  position: relative;
  z-index: 8060;
  left: -10px;
  top: -5px;
  float: left;
  display: none;
}

#add_to_cart_quick_order {
  float: right;
}

/*---Search suggestions---*/
.navigation-search-block .form-search .search-autocomplete {
  width: 231px !important;
}

.form-search .search-autocomplete {
  position: absolute;
  background: white;
  z-index: 1;
  margin-left: 0;
}
.form-search .search-autocomplete ul {
  border: 1px solid #d5d5d5;
}
.form-search .search-autocomplete ul li {
  line-height: 27px;
  height: 27px;
  border-top: 1px solid #d5d5d5;
  padding: 0 10px;
  margin-top: -1px;
  color: #3c3c3c;
  font-size: 12px;
  font-family: "Arial Bold", Arial, sans-serif;
  overflow: hidden;
  cursor: pointer;
}
.form-search .search-autocomplete ul li:hover {
  background: #223d95;
  color: #fff;
}
.form-search .search-autocomplete ul li span {
  float: right;
  max-width: 50px;
}

/*---END Search suggestions---*/
/* sharefriend overlay and link styles */
.email-friend {
  line-height: 21px;
}
.email-friend a {
  color: #919191;
  text-decoration: underline;
}
.email-friend a:hover {
  color: #223d95;
}

.sharefriend {
  width: 442px;
}
.sharefriend .fieldset {
  padding: 18px 0 18px 18px;
  margin: 0px;
}
.sharefriend .fieldset label {
  width: 100px;
  padding: 0px;
  line-height: 27px;
}
.sharefriend .fieldset .input-box {
  width: 310px;
  padding-bottom: 5px;
  text-align: left;
}
.sharefriend .fieldset input {
  height: 27px;
  line-height: 27px;
}
.sharefriend .fieldset input, .sharefriend .fieldset textarea {
  width: 280px;
  padding: 0;
  border: 1px solid #bebebe;
}
.sharefriend .fieldset textarea {
  padding: 5px 10px;
}
.sharefriend .fieldset #textleft {
  margin-top: 5px;
  font-size: 11px;
}
.sharefriend .fieldset .btn-remove {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/header-block/popup-close-btn.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  float: right;
}
.sharefriend .buttons-set.form-buttons {
  width: 420px;
  padding-bottom: 18px;
  line-height: 33px;
}
.sharefriend .buttons-set.form-buttons p.back-link {
  padding: 8px 0 0 0;
}
.sharefriend .buttons-set.form-buttons span {
  padding: 0 10px;
}
.sharefriend .buttons-set.form-buttons a {
  font-weight: bold;
  float: right;
  color: #223d95;
  margin-right: 5px;
}
.sharefriend .buttons-set.form-buttons a:hover {
  text-decoration: underline;
}
.sharefriend .form-list p {
  padding: 0 42px 5px 0;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.schematic-description .add-to-box {
  width: auto;
  height: auto;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}

.schematic-description .share-links {
  float: left;
}

.schematic-description .email-friend,
.product-main-info .email-friend {
  margin-left: 5px;
}
.schematic-description .share-links span.chicklets, .schematic-description .share-links span span, .schematic-description .share-links a,
.product-main-info .share-links span.chicklets,
.product-main-info .share-links span span,
.product-main-info .share-links a {
  font: 11px/21px "Arial", Arial, sans-serif;
  color: #919191;
  text-decoration: underline;
}
.schematic-description .share-links span.chicklets:hover, .schematic-description .share-links span span:hover, .schematic-description .share-links a:hover,
.product-main-info .share-links span.chicklets:hover,
.product-main-info .share-links span span:hover,
.product-main-info .share-links a:hover {
  color: #223d95;
}
.schematic-description .link-wishlist,
.product-main-info .link-wishlist {
  padding: 0 0 0 29px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/scss/content-block/add-to-wishlist-bg.png") 0 0 no-repeat;
  display: inline-block;
  line-height: 22px;
  color: #919191;
  text-decoration: underline;
}
.schematic-description .link-wishlist:hover,
.product-main-info .link-wishlist:hover {
  color: #223d95;
}

/* END sharefriend overlay styles */
.customer-account-logoutsuccess .main .page-title {
  margin-top: 40px;
}

@font-face {
    font-family: "Helvetica Ltd Std, Black";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Blk/HelveticaLTStd-Blk.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Blk/HelveticaLTStd-Blk.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Blk/HelveticaLTStd-Blk.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Blk/HelveticaLTStd-Blk.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Blk/HelveticaLTStd-Blk.svg#HelveticaLTStd-Blk") format("svg");
}

@font-face {
    font-family: "Helvetica Ltd Std, Roman";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Roman/HelveticaLTStd-Roman.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Roman/HelveticaLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Roman/HelveticaLTStd-Roman.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Roman/HelveticaLTStd-Roman.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Roman/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman") format("svg");
}

@font-face {
    font-family: "Helvetica Ltd Std, Bold Cond";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-BoldCond/HelveticaLTStd-BoldCond.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-BoldCond/HelveticaLTStd-BoldCond.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-BoldCond/HelveticaLTStd-BoldCond.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-BoldCond/HelveticaLTStd-BoldCond.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-BoldCond/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond") format("svg");
}

@font-face {
    font-family: "Helvetica Ltd Std Bold";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Bold/HelveticaLTStd-Bold.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Bold/HelveticaLTStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Bold/HelveticaLTStd-Bold.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Bold/HelveticaLTStd-Bold.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaLTStd-Bold/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold") format("svg");
}

@font-face {
    font-family: "Helvetica Inserat LT Std Roman";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaInseratLTStd-Roman/HelveticaInseratLTStd-Roman.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaInseratLTStd-Roman/HelveticaInseratLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaInseratLTStd-Roman/HelveticaInseratLTStd-Roman.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaInseratLTStd-Roman/HelveticaInseratLTStd-Roman.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Helvetica/HelveticaInseratLTStd-Roman/HelveticaInseratLTStd-Roman.svg#HelveticaInseratLTStd-Roman") format("svg");
}

@font-face {
    font-family: "Arial Bold";
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Arial/Arial-Bold/Aria")Bold.eot");
    src: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Arial/Arial-Bold/Aria")Bold.eot?#iefix") format("embedded-opentype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Arial/ArialBold/Arial-BoldMT.woff") format("woff"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Arial/ArialBold/Arial-BoldMT.ttf") format("truetype"),
    url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/fonts/Arial/ArialBold/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/fancybox-2.1.5/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/uniformjs/images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/uniformjs/images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/uniformjs/images/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("http://js.toolpartsdirect.com/skin/frontend/toolparts/toolparts/js/uniformjs/images/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -52px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -208px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -78px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    color: #666;
    text-shadow: 0 1px 0 white; }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

