/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; background-color: white;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow-x: auto ! important;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:none !important; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/js/colorbox/images/colorbox/overlay_1.png) repeat 0 0;}
#colorbox{font-family: 'HarborFreightFont_regular', 'Arial Narrow', helvetica, arial, sans-serif}
#cboxTopLeft{width:21px; height:21px; }
#cboxTopRight{width:21px; height:21px; }
#cboxBottomLeft{width:21px; height:21px; }
#cboxBottomRight{width:21px; height:21px; }
#cboxMiddleLeft{width:0; }
#cboxMiddleRight{width:0; }
#cboxBottomCenter{height:21px; }
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/js/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/js/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/js/colorbox/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/js/colorbox/images/colorbox/loading.gif) no-repeat center center #fff; opacity: 0.8; z-index: 2; }
#cboxClose{ bottom:0; right:0; background:url(/js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;float:right; margin-right: 45px; border: 0; position: absolute; top: 0; right: 0; }
#cboxClose:hover{background-position:-25px -25px;}
div.featherlight-content > span.featherlight-close-icon { background:url(/js/colorbox/images/controls.png) no-repeat -25px 0; }
@font-face{
    font-family:"HarborFreightFont_italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-italic.woff2') format('woff2'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-italic.woff') format('woff'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'HarborFreightFont_regular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-regular.woff2') format('woff2'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-regular.woff') format('woff'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HarborFreightFont_bold';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.woff2') format('woff2'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.woff') format('woff'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HarborFreightFont_bolder';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.woff2') format('woff2'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.woff') format('woff'),
         url('/skin/frontend/enterprise/hft/css/Fonts/robotocondensed-bold.ttf') format('truetype');
}


@charset "UTF-8";
/* CSS Document */


/* sitemap */
#sitemap div.boxcontent div.sitemap_categories ul li,
#sitemap div.boxcontent div.sitemap_pages ul li{ font-size:14px;}
#sitemap h5{ font-size:15px; padding: 10px 0; }

/* left column titled PAGES*/
.sitemap_pages{width:20%;float:left;padding-right:0px;margin-right:20px;border-right:1px solid #7d8fa6;}

/* right column titled CATEGORIES */
.sitemap_categories{float:left;width:75%;}
.sitemap_categories ul.level0{margin-top:20px;}

/* sections */
.sitemap_categories ul li.level0{float:left;width:103%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #7d8fa6;}

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

/* 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; }
.accessibility-text { text-indent: -9999px; display: inline-block; height: 0; width: 0; }
.no-margin          { margin:0 !important; }
.no-padding         { padding:0 !important; }
.no-bg              { background:none !important; }
.clear-b            { clear:both; }
.clear-r            { clear:right; }
/* ======================================================================================= */


#frontbanner #overview { list-style: none; position: absolute; width: 960px; left: 0; top: 0; }
#frontbanner #overview li{ float: left; margin: 0; height: 317px; width: 960px;}
#frontbanner .viewport { width: 960px; height: 317px; float: left; overflow: hidden; position: relative; }
#frontbanner #pager { overflow:hidden; list-style: none; clear: both; }
#frontbanner #pager ul { background:url('/skin/frontend/enterprise/hft/images/bg-slide-home.jpg') repeat-x; }
#pager div, #frontbanner #pager a {
	float: left;
	display: inline; /* ie7 hack */
	line-height:48px;
	width:239px;
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: block;
	background:url('/skin/frontend/enterprise/hft/images/bg-slide-home.jpg') repeat-x;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,0.75);
	border-left:1px solid #666;
}
#frontbanner #pager .selected, #frontbanner #pager div:hover {
	cursor:pointer;
	background:#fff;
	color:#333;
	text-shadow:none;
	border:none;
}

/* Layout ================================================================================ */
.wrapper { background:#fff; padding-bottom:20px; }
.page { width:960px; 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 { margin:0 0 14px; min-height:350px; background-image:url(/skin/frontend/enterprise/hft/images/bkg_cols.gif); background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; }*/
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:230px; 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; width:auto; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; width:75%; /*arbitrary width, in conjunction w/line 106 .col-left above*/}
.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%; }

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


/* 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!important; }
.required em { color:#f15c22; margin-right:2px; font-style: normal; font-family: "HarborFreightFont_regular"; }
p.required { margin:0; padding:5px 0 0 0; text-align:right; width:620px; font-size:11px; color:#f02800; }
.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; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; }

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

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left;  padding:2px 15px 0 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }
.form-list span.label { font-weight:normal; }
.form-list .input-box {  /* width:256px; */ }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; 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(/skin/frontend/enterprise/hft/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; }

.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 {  padding:0 0 9px; }
.form-list li.fields .hiddencountry {display:none }
/* 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; }
a.back-link { color:#999; }
.buttons-set p.back-link a { color:#999; }
.buttons-set a.button,
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:620px; } /* 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; width:225px; padding:2px 15px 0 0; text-align:right; }
.btn-only { /* padding-left:240px; */ }

/* Overrides for 3columns */
.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 .error-large { font-size: 20px; }
.messages .error-large > img { padding: 0px 5px;margin-bottom:-5px; }
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; }
.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(/skin/frontend/enterprise/hft/images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
.messages li.success-msg ul { /* background-image:url(/skin/frontend/enterprise/hft/images/bkg_msg-success.gif); */ }
/* 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(/skin/frontend/enterprise/hft/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; }

/* Page Heading */
.page-title { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(/skin/frontend/enterprise/hft/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { /*font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01;*/

	color:#0c51b0;
	text-transform:uppercase;

}

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

.page-popup .page-title,
.col-main .page-title { margin-left:-20px; margin-right:-20px; }
.col1-layout .col-main .page-title { margin-top:-20px; }

.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 { float:right;float:right; line-height:20px; }

.pager p { margin:0; }
.pager select { padding:0; margin: 0 3px 1px; }
.pager .amount { float:left; font-size:14px; padding:0 20px;}
.pager .limiter { float:right; font-size:14px; }
/*.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; float:right; }*/
.pager .pages a { color:#8c8c8c; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; /*padding:0 2px;*/ }
.pager .pages .current { /*font-weight:bold;*/ padding:0 6px;}
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter { float:left; margin-top:20px; font-size:14px; }
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; margin-left: 3px; }
.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 { 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 { line-height:26px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-top:-1px; clear:both; margin-left:-10px}


.toolbar .pager { /*font-size:12px;*/ margin-top:20px; }
.toolbar .sorter {padding-left: 10px;}
.toolbar-bottom { display:block; }
.limiter{ /*border: 1px solid #ff0000;*/ }

/* SEARCH RESULTS PAGE SORTER TOOLBAR - needed for toolbar to clear the results */
#featured-product-home div.toolbar {margin-left: 0px; height: 50px; }


/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(/skin/frontend/enterprise/hft/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 th { padding:5px 12px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 12px; }
.data-table thead { background:#e8e8e8; font-size:11px; }
.data-table tbody {}
.data-table tfoot { background-color:#ededed; }
.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.odd { background-color:#fff; }
.data-table tr.even { background-color:#fafafa; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width: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 {}
.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; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(/skin/frontend/enterprise/hft/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.tax-details-first td {}

/* 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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }


ul.disc li { padding-left:10px;}
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(/skin/frontend/enterprise/hft/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(/skin/frontend/enterprise/hft/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; }

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:940px; margin:0 auto; padding:12px 0 12px; background:url(/skin/frontend/enterprise/hft/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
/*.branding { position:absolute; left:0; margin:-29px 0 0; top:50%; height:56px; }*/
.logo { float:left; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container { margin:0 0 13px; text-align:left; }
.header { padding:8px 0 9px; min-height:56px; position:relative; z-index:5; /*width:940px; */}
.header .logo { text-decoration:none !important; border:none;}
.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;*/ font-size:.7em;}

/*Send Invitations - invitation/index/send/ */
#invitationForm li label.required em {margin-left: -8px;}
#invitationForm .dashboard-head {padding: 10px;}
#invitationForm label {font-weight: bold;margin: 5px 5px 0;font-size: 15px;}
#invitationForm .input-text{width: 450px;height: 25px;}
#invitationForm li{padding: 18px 0;}
#invitationForm p.required{text-align:left;}
#invitationForm #message{height:170px;padding: 0;}

.sendInvitations{width:482px;height:367px;}

#invitation-send-link { background:url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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 { text-align:center; z-index:994; background:#fff url(/skin/frontend/enterprise/hft/images/bkg_header-panel-bg.gif) repeat-x 0 100%; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */ line-height:28px; padding:0 0 0 11px; }
.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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(/skin/frontend/enterprise/hft/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; }

/********** < Navigation */
.nav-container { background:url(/skin/frontend/enterprise/hft/images/bkg_nav.gif) 0 100% no-repeat; padding-bottom:3px; margin-bottom:-1px; position:relative; z-index:4; }

#nav { /*width:932px;*/ min-height:28px; background:#dedede url(/skin/frontend/enterprise/hft/images/bkg_nav.gif) 0 0 no-repeat; text-align:left; padding:0 4px 0; }

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

/* 1st Level (Top Level) */
#nav li.level-top { float:left; height:28px; position:relative; z-index:1; }
#nav a.level-top { float:left; height:28px; background:url(/skin/frontend/enterprise/hft/images/bkg_nav-item-border.gif) 100% 0 no-repeat; font-weight:bold; font-size:13px; line-height:28px; padding:0 0 0 17px; border-top:1px solid #c0c0c0; text-decoration:none !important; color:#333; }
#nav a.level-top span { float:left; background:url(/skin/frontend/enterprise/hft/images/bkg_nav-item-border.gif) 100% 0 no-repeat; padding:0 19px 0 0; white-space:nowrap; }

#nav li.over a.level-top,
#nav li.active a.level-top { height:29px; background-position:0 -60px; margin-left:-1px; border:0; padding:0 0 0 18px; }
#nav li.over a.level-top { height:31px; line-height:30px; position:relative; z-index:2; }

#nav li.over a.level-top span,
#nav li.active a.level-top span { background-position:100% -60px; padding:1px 19px 0 0; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:13.5em; top:30px; left:-10000px; background:#fbfbfb; padding:5px 11px 10px; border:1px solid #aeaeae; border-top:0; }
#nav div ul { position:static; width:auto; background:none; padding:0; border:0 !important; }

#nav ul li { float:none; height:auto; display:block; border-bottom:1px solid #e2e2e2; }
#nav ul li.last { border-bottom:0; }
#nav ul li.parent { background:url(/skin/frontend/enterprise/hft/images/bkg_parent.gif) 100% 50% no-repeat; }
#nav ul li a { display:block; font-size:12px; line-height:1.2; padding:5px 4px; text-decoration:none !important; color:#444; }
#nav ul li.last > a { padding-bottom:0; }
#nav ul li a:hover { color:#d02600; }
#nav ul li a span {}
#nav ul li.over a.over { color:#d02600; }
#nav ul li.active > a { color:#d02600; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:7px; border-top:1px solid #aeaeae; }

/* Show Menu */
#nav li .shown-sub { left:-1px; z-index:991; }
#nav li .shown-sub .shown-sub { left:100px; }
/********** 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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(/skin/frontend/enterprise/hft/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(/skin/frontend/enterprise/hft/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(/skin/frontend/enterprise/hft/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; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }

.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(/skin/frontend/enterprise/hft/images/btn_remove.gif) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; color:#555; }

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(/skin/frontend/enterprise/hft/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title strong { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image: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; width:50px; margin-right:-50px; }
.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 5px; text-align:center; }

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

/* Top Shopping Cart */
.top-cart { float:right; /* width:360px; */ position:relative; padding-left:7px; }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer; background:#fff url(/skin/frontend/enterprise/hft/images/bkg_topcart.gif) 0 3px no-repeat; color:#1e75b4; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 18px; line-height:18px; height:18px; }
.top-cart .block-title strong { display:block; padding-right:10px; background:url(/skin/frontend/enterprise/hft/images/bkg_header-panel.gif) 100% -71px no-repeat; font-size:11px; color:#1e75b4; font-weight:bold; text-decoration:none; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#d33911; }
/* .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 .inner-wrapper { border:1px solid #c1c1c1; }

.top-cart .block-content .block-subtitle { font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(/skin/frontend/enterprise/hft/images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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 .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item .product-name { font-size:11px; line-height:14px; }
.top-cart .block-content .item .product-name a { font-size:11px; text-decoration:none; color:#444; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left; padding:1px 0; }
.top-cart .block-content .subtotal { background:#fff url(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left; line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(/skin/frontend/enterprise/hft/images/bkg_btn-onbg.gif); background-repeat:no-repeat; }

/* Block: Wishlist */

#wishlist-table a { text-decoration:underline; }

.block-wishlist {}

/* Block: Compare Products */
.block-compare li { padding:5px 0; }

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

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin-bottom:0; border:1px solid #cfcfcf; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(/skin/frontend/enterprise/hft/images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }


.results-view { margin:0 -20px -20px; }
.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; clear: both; }
.category-image img { display:block; margin:0 auto; }

.category-products { padding:25px 0 0; }
.category-products-landing-search { padding:42px 0 0; }
.price-box { font-size:12px; height: 55px !important; }


/* 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(/skin/frontend/enterprise/hft/images/bkg_cols.gif) repeat-y 279px 0; border-top:1px solid #cfcfcf; float:left; width:100%; /*margin:-1px -20px -20px; width:938px;*/ }
#messages_product_view { margin:0 -20px; 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 { clear:both; width:100% }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(/skin/frontend/enterprise/hft/images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7 url(/skin/frontend/enterprise/hft/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%; box-sizing: border-box; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:22px; margin:0; overflow: hidden; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; width:370px; /*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 { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; left: 0; }
.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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1135px; }
.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 .zoom span.btn-zoom-out { position:absolute; left:2px; top:0; width: 20px; height: 18px; display: inline-block; background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -11px -1137px; }
.product-view .product-img-box .zoom span.btn-zoom-in { position:absolute; right:2px; top:0; width: 20px; height: 18px; display: inline-block; background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -33px -1137px; }
.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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* Product Shop */
.product-view .product-shop { /*float:right; width:416px; padding:0 30px;*/ float:left; width:370px;}
.product-view .product-shop .product-main-info { /*margin:0 -30px 30px;*/ padding:20px 30px 5px; background:#f6f6f6 url(/skin/frontend/enterprise/hft/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.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 { font-size:11px; }
.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 .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#111; font-size:14px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:14px; color:#c73615; }
.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 { margin:4px 0; }
.product-view .product-shop .add-to-links { margin:10px 0; }

.product-view .product-name h1 { font-size:22px; line-height:1.2; color:#d12c01; font-weight:normal; }
.product-view .product-ids { text-transform:uppercase; margin-bottom: 5px }
.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; padding:2px 15px 10px 0; }

/* Certona */
.certona-product-view{ float:right; border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(/skin/frontend/enterprise/hft/images/bkg_block.gif) repeat-x 0 0;}
.certona-list-item{ float:left; width:170px; padding:.5em; }

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(/skin/frontend/enterprise/hft/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(/skin/frontend/enterprise/hft/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;display:block;padding:32px 0 15px;}
.availability.pre-order {
	width: 100%;
	line-height: 22px;
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: -15px;
}

.availability.in-stock > .pre-order .sub-label {
	font-size: 10.5pt;
	line-height: 12px;
	display: inline;
}

.clear.pre-order {
	margin: -10px;
	display: table;
}

.availability-only { margin:10px 0 7px; line-height:16px; background:url(/skin/frontend/enterprise/hft/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; cursor:help; }
.availability-only a { background:url(/skin/frontend/enterprise/hft/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:#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 { white-space:nowrap !important; }

.price-box-bundle {}

/* Regular price */
.products-grid .price-box .regular-price .price,
.products-grid .price-box .regular-price .price-label {font-size:19px;}
.products-grid .comp-regular { position: absolute; }


/*.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 { font-weight:normal; text-decoration:line-through; color:#989696; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price {font-size:1.2em;
}
.special-price .price-label { white-space:nowrap; color:#c73615; font-weight:bold; }
.special-price .price { font-weight:bold; color:#c73615; }
.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; }

/* 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:.75em; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#0c51b0; text-decoration:underline; }
.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; width:60px; }


/*******************ANOTHER ADD TO CART BTN STYLE*********************/
button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(/skin/frontend/enterprise/hft/images/bkg_btn-co.gif); padding:0 0 0 13px !important; height:27px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(/skin/frontend/enterprise/hft/images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; }

/* 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 .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .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 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-view .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-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 { float:left; line-height:1.2; width:10em; clear:left; 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(/skin/frontend/enterprise/hft/images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -20px; border-top:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/bkg_cols.gif) repeat-y 460px 0; }
#options-container h1 { text-align:left; }

/* 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-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options,
.col2-right-layout #options-container .product-options-bottom { width:420px; }

.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,
.col3-layout #options-container .product-options-bottom { width:237px; }
.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; font-size:12px; margin:0 0 5px; line-height:27px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { position:absolute; z-index:2; left:643px; margin-top:-1px; background:#fff; width:295px; }
.bundle-summary .product { background:#f6f6f6 url(/skin/frontend/enterprise/hft/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #ddd; padding:14px 20px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {margin-left:60px; padding:0 0 0 13px; }
.bundle-summary .product-details p.availability { margin:5px 0; font-weight:bold; font-size:12px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .summary h4 { font-size:14px; color:#333; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 1px; margin:0; padding:11px 0 7px; }

/* 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:32%; 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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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-index-index #main-conten a,
.cms-index-index .hft-new-store a { display: inline-block; }

.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; }
.cms-page-view .page { line-height: 1.3; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }

/* 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(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap {}
.page-sitemap .sitemap { font-size:1.5em; line-height: 1.4em; }
.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 fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { background-image:url(/skin/frontend/enterprise/hft/images/bkg_btn-co.gif); height:27px !important; padding:0 0 0 13px !important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(/skin/frontend/enterprise/hft/images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; margin:0 !important; }
.cart .title-buttons .checkout-types li { margin:0 0 5px; }

/* Shopping Cart Table */
.cart-table { border-width:1px 0; }
.cart-table .item-msg { font-size:11px; color:red; }
.cart-table thead tr.first th { vertical-align:bottom; border-right: 6px solid white; font-size: 16px; }
.cart-table thead tr.first th.last { border-right:none; }
.cart-table tbody td { padding:12px; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:none; border:none; text-transform:none; color:#444; text-decoration:underline; font-weight:normal; padding:0; }
.cart-table .btn-update { float:right; }

.cart-table tbody td .coupon_exclude,
.cart-table tbody td .returns_disclaimer {
    color: #999;
    font-size: 14px;
}

/* Cart overweight item css added */
 .cart-table tbody td  .productoverweightmsg {
    font-size: 14px;
    color: #999;
}

.cart-table .pre-order-text {
	color: #000000;
	font-size: 14px;
 }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { width:630px; padding:20px 0 10px; }
.cart .cross-inside { background:url(/skin/frontend/enterprise/hft/images/bkg_crosssell.gif) repeat-y 0 0; }
.cart .cart-collaterals h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.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 50px; 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 .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; }

.cart .crosssell { float:left; min-height:400px; width:260px; padding:0 20px 15px 30px; border:1px solid #d9d9d9; border-width:0 1px 0 0; background:#fbf3f0; }
.cart .crosssell h2 { font-size:11px; color:#cd3800; font-weight:bold; text-transform:uppercase; }
.cart .crosssell .item { padding:17px 0 0 ; }
.cart .crosssell .product-image { float:left; margin:3px -90px 0 0; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:275px; padding:23px 15px 0 15px; font-size:14px; }
.cart .totals table { width:100%; }
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { font-weight:normal; display:block;  }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .checkout-types li { margin:0 0 15px; }

/* 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; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }
.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(/skin/frontend/enterprise/hft/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; }

.opc-progress-container { float:left; width:182px; clear: left; }
.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 .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }

.opc { float:right; width:755px; padding-top: 10px; }
.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.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: #E2E2E2;color: black;text-transform: uppercase;font-weight: normal;
                                border-bottom: 1px solid #CFCFCF;cursor: default;font-size: 16px;padding: 5px 20px 2px;line-height: 24px;height: 24px; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#E2E2E2; color:#000; text-transform:uppercase; 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:600px; font-size:12px; background:#fcfcfc; border-top:0; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc #totalsDiv { width: 220px; }

/* Steps */
.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }

.form-list li .pobox-delivery{color: #0C51B0;font-size: 14px;}
#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px;  height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 {}
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .messages ul { padding-left: 10px; padding-right: 10px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 fieldset li { padding-left:10px;}
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#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 .input-text { width:210px; }
#checkout-step-login .checkout-login.messages { margin-left: 20px; margin-right: 20px; width: auto; }
#checkout-step-login .checkout-login.messages .error-msg { margin-bottom: 0; }
#checkout-step-login .verify-our-protection { font-size: 13px; margin-left: 10px; }
#checkout-step-login #google_recaptcha_container { height: 76px; border-radius: 3px; margin-top: 5px; margin-left: 10px; }

.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 .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.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-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; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }

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

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(/skin/frontend/enterprise/hft/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; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-shipping-method-load{font-size: 14px;}
.sp-methods dt { font-weight: normal; font-family: "HarborFreightFont_bold"; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-size: 16px;padding-left: 5px; }
.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 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; }

#paymentExpirationLi .input-box { width: 100%; overflow: hidden; }

.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; }
.checkout-onepage-index .please-wait:before { content: ''; width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: block; }

#successTotalDiv .continue-shopping{float: right; width:209px; margin-top:10px;}
#successTotalDiv .continue-shopping .btnWhite span{ line-height: 24px; width: 162px; margin: 0 0 0 0;text-align: left;}

/* 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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { float:left; width:150px; margin-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(/skin/frontend/enterprise/hft/images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0; }
.gift-message-form .gift-item .fieldset label { width:80px; }


.gift-message-link { display:block; background:url(/skin/frontend/enterprise/hft/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; }
.gift-message dt strong { font-weight:bold; }

.giftCardAddBtn {
	width: 85px;
	height: 27px;
	color: white;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	border: none !important;
	outline: none !important;
}

#gift-card-info {
	display: none;
}

#gift-card-info * {
	font-size: 14px;
}

#gift-card-info .gift-card-info-labels {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#gift-card-info .gift-card-info-labels span:first-child {
	padding-right: 116px;
}

#gift-card-info .gift-card-number {
	padding-right: 83px;
}

#gift-card-info .gift-card-remove {
	color: #0C51B0;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	padding-left: 30px;
}

/* 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; }
/********** 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 ============================================================ */
.my-account {}

.account-login { position:relative; font-size:12px; background:url(/skin/frontend/enterprise/hft/images/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { 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; }
li#remember-me-box.control label { width: 140px; margin-right:20px; white-space:normal; }
li#remember-me-box.control .input-box { margin-left: 150px;}
li#remember-me-box.control .link-tip { display:inline-block; font-size:11px; line-height:16px; padding-top:2px; white-space:normal; }
.account-login .form-list li.buttons-set { float:right; clear:none; padding-right:38px; padding-top:2px; }

#login-form li#remember-me-box.control .input-box { margin-left: 130px; }
#login-form li#remember-me-box.control label { margin-right: 50px; }

.account-create {}


/* My Account ============================================================================= */
/********** < 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; display:table; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:4px; }
.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 {}
.order-page .order-date { margin:0 0 20px; color:#6c6c6c; font-size:11px; }
.order-page .col2-set { padding-bottom:20px; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(/skin/frontend/enterprise/hft/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; }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; 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; 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:136px; height:5.5em; resize:vertical; line-height:1.3em; overflow:auto; margin: 10px 0 0 -12px; }
#wishlist-table .price-box { margin:12px 0; }
#wishlist-table td { text-align:center; }
#wishlist-table td .description { margin:10px 0; max-height:3.9em; line-height:1.3em; overflow:hidden; word-wrap:break-word; max-width:345px; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td { }
#wishlist-table th:first-child,
#wishlist-table td:first-child { padding-right:0; }
#wishlist-table td:first-child { padding-left: 10px; }
#wishlist-table td p { margin:10px 0; }
#wishlist-table td.last { padding:4px 2px; width:124px; }
#wishlist-table td .price-box { font-size:12px; width: 110px; }
#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: 5px; margin-bottom: 4px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
.wishlist-empty { font-size:12px; padding:15px 10px; text-align:center; }
p.wishlist-empty {border:1px solid #d0d0d0;}
/* Multiple Wishlist */

.link-edit { padding-left:18px; line-height:18px; display:inline-block; }
.wishlist-management .link-edit { width:19px; 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%; margin-top: 8px; }
.wishlist-management .sub-title h2 { word-wrap:break-word; font-family: "HarborFreightFont_regular"; color: #333; font-size: 20px; }
.wishlist-management .sub-title h2 span { font-size: 16px; }
.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:#fafaec; padding-left:30px; }
.wishlist-management .table-caption .label { font-size:15px; 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-top: 2px; padding-left:7px; font-weight:normal; font-size:12px; text-transform:none; font-size: 15px; }
#wishlists-select strong span { font-weight:bold; }
#wishlists-select .change { font-size: 13px; text-indent:0; width:auto; background:none; margin-left:4px; border:0; right:auto; left:100%; text-decoration:none; line-height:19px; margin-top:0; font-family: "HarborFreightFont_regular"; }
#wishlists-select .change span { color:#0c51b0; text-transform:none; background:url(/skin/frontend/enterprise/hft/images/bkg_header-panel.gif) no-repeat scroll 100% -72px transparent; padding-right:10px; }
#wishlists-select.active .change span { color:#d33911; background-position:100% -128px; }
#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; font-size: 15px; }
#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 10px; padding-left:12px; }
#wishlists-select .list-container li.new:hover { background-color:#999; background-position:5px -482px; 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(/skin/frontend/enterprise/hft/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; }

.wishlist-management .table-caption { height: 21px; background: url("/skin/frontend/enterprise/hft/images/bg-stripes-3x3_02.jpg") repeat 0 0; border-width: 0; font-family: "HarborFreightFont_regular"; font-size: 15px; }
.wishlist-management .table-caption strong { font-family: "HarborFreightFont_bold"; font-weight: normal; background: none; font-size: 14px; }
.wishlist-management .table-caption .split-button { background: none; }
#wishlist .split-button.light strong { font-size: 13px; color: #333; }
.wishlist-management .table-caption .split-button .change { margin-bottom: 4px; top: 1px; }
.wishlist-management .split-button .list-container li a,
.wishlist-management .split-button .list-container li span { font-size: 15px; }
.wishlist-management .split-button .list-container li.new { background-position: 5px 10px; }
.wishlist-management .split-button .list-container li.new:hover { background-position:5px -482px; }
.wishlist-management .split-button .list-container li:hover { background-position:5px -981px; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(/skin/frontend/enterprise/hft/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 { -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-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; }
/* ======================================================================================= */

/*Footer*/
.footer-container, .copyright { font-size: 0.625em;	text-align:left; width:960px; margin: 0 auto; } /* width and margin for centering */
address.copyright p { margin-bottom:2em;}

/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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; }

/* Clears ================================================================================ */
.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,
.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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

#head .search { padding-top: 15px;height: 56px; }
#topLogoDiv { width: 360px;float: left; cursor: pointer; }
#topLogoDiv h1 { display: inline; }
#topLogoDiv span { position: absolute; top: 44px; height: 18px; line-height: 18px; font-family: Arial, Helvetica, sans-serif, sans-serif; font-weight: bold; font-size: 13px; color: #fff; background: #0169aa; text-align: center; text-transform: none; width: 350px; margin: 0 5px; letter-spacing: 0.4px; }
#topLogoDiv img { margin-bottom: 0; }
#topSearchDiv { float: left;padding-left: 40px;padding-top: 5px; }
#topStoreSearch { float: left;padding-left: 40px;padding-top: 5px; }
.topSearchContentClass { width: 300px; float: left; background-image: url('/skin/frontend/enterprise/hft/images/bg-search.jpg'); height: 40px; padding-left: 5px; background-repeat: no-repeat; }
.searchSubmitButtonClass {
	float: right;
	width: 85px;
	height: 27px;
	color: #FFFFFF;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	margin: 7px 3px;
}
.topSearchContentClass input.check-search-text { float: left; width: 200px; height: 28px; line-height: 27px; margin-top: 5px; font-size: 15px; border: none; }
.searchSubmitButtonClass.catalog-grid {
	width: 140px;
	float: none;
	margin-top: 12px;
	font-size: 14px;
	margin-left: 0;
	font-family: "HarborFreightFont_regular"
}
.searchSubmitButtonClass,
.searchSubmitButtonClass.catalog-grid,
#topStoreSearchDiv .storeSubmitButtonClass,
#confidence .find-a-store a,
div.add-item-tocard input.add.pre-order,
.btn-search, .store-locator-find-store,
#shippingGetQuoteSpan, #shippingUpdateTotalSpan,
.blue-button, #searchSubmitButtonNoRoute,
#find_a_store_button_popup, #btn_contacts_v2,
.btnBlue > span,
.giftCardAddBtn {
	background: #6788bd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iIzY3ODhiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjNhOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6788bd 9%, #063a90 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#6788bd), color-stop(100%,#063a90)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #6788bd 9%,#063a90 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #6788bd 9%,#063a90 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #6788bd 9%,#063a90 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #6788bd 9%,#063a90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#ajaxLoadRingTop { padding-top: 3px;display: none;padding-left: 66px; }
#ajaxRingContainerTop { text-align: center; }

/* Call To Order Banner */
.callToORderContentClass img { margin: 0; }

/* Popup Dialog Block */
.window-overlay { background:#000; }
.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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/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(/skin/frontend/enterprise/hft/images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; font-family: "HarborFreightFont_regular"; font-size: 1.3em; color: #444;  }
.popup-block .block-content .form-list .control label {}
.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:195px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; margin-right: 5px; font-family: "HarborFreightFont_regular"; }
.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(/skin/frontend/enterprise/hft/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; }

.sku-table { border: none; }
.sku-table th { padding: 0 5px 10px 0; background: #fff; border: none; }
.sku-table th.last { padding: 0; }
.sku-table tr.last td { background: none; }
.sku-table td { padding: 0 12px 10px 0; }
.sku-table .input-text { color: #666; font-weight: bold; height: 25px; }
.block-addbysku .block-title { padding: 10px 0; font-size: 1em; }
.block-addbysku .link-widget-sku a { font-size: 13px; color: #0d52b1 }
.block-addbysku .form-list label { width: auto !important; }
.block-addbysku .btn-reset { font-size: 13px; cursor: pointer; }
.block-addbysku .form-list p { padding: 0 0 5px 36px; }
.block-addbysku .btnLgWhite,
.block-addbysku .btnLgYel,
.block-addbysku .form-list .input-box .btnLgWhite,
.block-addbysku .form-list .input-box .btnLgYel{ float: left; font-family: "HarborFreightFont_regular"; margin: 0 5px 5px 0; background-color: #fff; font-size: 14px; }
.block-addbysku input[type=file]{ height: 33px; visibility: hidden; }
.block-addbysku .form-list .input-box a { margin: 0; }

#insidetrack-validate-detail .contact-div { padding-left: 25px; padding-right: 25px; padding-top: 5px; clear:left; font-size: 12px; margin-right: -15px; }
#insidetrack-validate-detail .insidetrack-register-head { text-align: center;padding-top: 5px; }
#insidetrack_response_message { text-align: center;margin-bottom: 15px; }
#insidetrack-register-id .validation-advice { padding-left: 93px !important; }
#insidetrack-register-zip .validation-advice { padding-left: 111px !important; }
#insidetrack-register-id { width: 55%; height: 35px; }
#insidetrack-register-content { font-family: "HarborFreightFont_bold"; }
#insidetrack-register-content .validation-advice { position: relative; font-weight: normal; }
#insidetrack-register-zip .validation-advice { width: 165px; right: 25px; text-align: left; }
#insidetrack-validate-detail .head img { width: 100%; }
#colorbox #insidetrack-validate-detail #c_itc { width: 160px; float: none !important; padding: 2px; border: 1px solid #999; }
#colorbox #insidetrack-validate-detail #c_zip { width: 160px; float: none !important; padding: 2px; border: 1px solid #999; }
#insidetrack-validate-detail #insidetrack-register-input label { padding-right: 5px; font-size: 14px; width: 95px; float: none !important; }
#insidetrack-validate-detail #insidetrack-register-zip { overflow: hidden; width: 45%; text-align: right; }
#insidetrack-register-input { padding-left: 25px; padding-right: 25px; }
#insidetrack-register-button { clear: both; width: 280px; margin: 10px auto 20px; text-align: center; }
#insidetrack-register-button #insideRegister { background: #0C51B0; width: 100px; height: 30px; border: none; border-radius: 5px; }
#insidetrack-register-button #insideRegister span { color: white; font-size: 15px; }
.insidetrack-member-login #insidetrack-validate-detail #insidetrack-register-zip { width: auto; text-align: left; }
.insidetrack-member-login #insidetrack-validate-detail #c_itc,
.insidetrack-member-login #insidetrack-validate-detail #c_zip { float: right !important; }
.insidetrack-member-login #insidetrack-validate-detail .contact-div { width: 345px; margin: 0 auto; }

.notice-inner {font-size: 32px;}

#insidetrack-login-id {
    width: 100%;
}

#insidetrack-login-id label {
    font-size: 16px;
	display: inline-block;
}

#insidetrack-login-input-zip {
    clear: left;
    padding-top: 10px;
}

#insidetrack-login-input-zip label {
    font-size: 16px;
	display: inline-block;
}

#insidetrack-login-content {
	width: 280px;
	margin: 0 auto;
}

#insidetrack-login-content .validation-advice {
	padding-left: 115px !important;
}

/* ------------- Store Inventory ---------------- */
.store-inventory-block {
	background: #fff;
	box-shadow: 0 0 5px #666;
	padding: 5px 10px;
	font-size: 15px;
	overflow: hidden;
	color: #000;
	margin: 10px 0 3px;
	font-family: "HarborFreightFont_regular";
}
.store-inventory-block.available {
	color: #777;
}
.store-inventory-block.available:before {
	background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -631px;
	background-size: 210px auto;
	content: '';
	display: block;
	width: 20px;
	height: 27px;
	margin: 1px 2px 0 0;
	float: left;
}
.store-inventory-block.available .availability {
	display: block;
	text-transform: uppercase;
	font-family: "HarborFreightFont_bold";
	font-size: 16px;
	font-weight: normal;
}
.store-inventory-block.available .availability.available,
.store-inventory-popup .store-list .available,
.store-inventory-popup .content .near .count-stores {
	color: #009825;
}
.store-inventory-block.available .address-line {
	padding-left: 22px;
	display: block;
	font-family: "HarborFreightFont_bold";
}
.store-inventory-block.available .address {
	text-transform: capitalize;
}
.store-inventory-button {
	text-transform: uppercase;
	background: #0059a7;
	color: #fff;
	width: 144px;
	border: none;
	font-family: "HarborFreightFont_bold";
	float: right;
	font-size: 16px;
	padding: 1px 5px;
}
.store-inventory-popup {
	overflow: hidden;
	padding: 0 22px 0 10px;
}
.store-inventory-popup .media {
	float: left;
	padding: 0 15px 0 0;
}
.store-inventory-popup .content {
	margin: 0 0 0 265px;
	font-size: 14px;
	font-family: "HarborFreightFont_regular";
}
.store-inventory-popup .content h3 {
	color: #000;
	text-transform: none;
	font-size: 19px;
}
.store-inventory-popup .content .title-infor {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	font-family: "HarborFreightFont_bold";
	font-size: 16px;
	padding-top: 5px;
}
.store-inventory-popup .content .fields {
	margin: 0 0 20px;
	overflow: hidden;
}
.store-inventory-popup .content label {
	font-family: "HarborFreightFont_bold";
	text-transform: uppercase;
}
.store-inventory-popup .full-line {
	display: block;
	padding: 0 0 5px;
}
.store-inventory-popup .input-text {
	height: 25px;
	width: 481px;
	font-weight: normal;
	color: #666;
	border: 1px solid #acacac;
}
.store-inventory-popup select {
	height: 27px;
	min-width: 90px;
	font-size: 15px;
	box-sizing: border-box;
	text-transform: none;
}
.store-inventory-popup .validation-advice {
	width: auto;
	clear: none;
	position: absolute;
	text-transform: none;
}
.store-inventory-popup .button-set {
	margin-bottom: 15px;
}
.store-inventory-popup .store-inventory-button {
	float: none;
	width: 85px;
	height: 27px;
	line-height: 25px;
	margin-left: 30px;
	font-size: 13px;
}
.store-inventory-popup #inventory-edit {
	float: right;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.store-inventory-popup .content p {
	font-size: 13px;
}
.store-inventory-popup #inventory-search-form {
	display: block;
	padding-bottom: 20px;
}
.store-inventory-popup .content .near {
	font-size: 16px;
	font-family: "HarborFreightFont_bold";
	padding-bottom: 5px;
	padding-top: 15px;
	border-top: 1px solid #d7d7d7;
}
.store-inventory-popup .content .not-found {
	color: #D73C3E;
}
.store-inventory-popup .content .button-set {
	overflow: hidden;
	padding: 0 0 5px;
}
.store-inventory-popup .content .button-set label {
	display: block;
	float: left;
}
.store-inventory-popup .store-list {
	height: 159px;
	overflow: auto;
	border: 1px solid #aaa;
}
.store-inventory-popup .store-list li {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.store-inventory-popup .store-list li:last-child {
	border-bottom: none;
}
.store-inventory-popup .store-list .f-right {
	text-align: right;
}
.store-inventory-popup .store-list .not-available {
	color: #fe0015;
}
.store-inventory-popup .store-list .limited {
	color: #000;
}
.store-inventory-popup .store-list .store-hours {
	color: #0556a7;
	text-decoration: underline;
	position: relative;
}
.store-inventory-popup .store-list .store-hours .time {
	display: none;
	position: absolute;
	top: 28px;
	left: -35px;
	background: #fff;
	width: 130px;
	padding: 8px 0;
	box-shadow: 0 0 5px #333;
	color: #000;
	text-align: center;
	z-index: 1;
	font-size: 13px;
	border-radius: 1px;
}
.store-inventory-popup .store-list .store-hours .time:after {
	content: '';
	display: block;
	width: 41px;
	height: 15px;
	position: absolute;
	top: -14px;
	left: 45px;
	background:url(/skin/frontend/enterprise/hft/images/tooltip-corner.png) no-repeat 0 0;
}
.store-inventory-popup .store-list .bottomItem .store-hours .time {
	top: -75px;
}
.store-inventory-popup .store-list .bottomItem .store-hours .time:after {
	top: auto;
	bottom: -14px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pac-container {
	z-index: 10000;
}
.pac-container.pac-logo:after {
	display: none !important;
}
#inventory-search-form ::-webkit-input-placeholder {
	color: #000;
}
#inventory-search-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#inventory-search-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#inventory-search-form :-ms-input-placeholder {
	color: #000;
}
#inventory-search-form #inventory-address {
	color: #000;
}

/* ------------- Address Validation ---------------- */
.loading {
	background:url(/skin/frontend/enterprise/hft/images/colorbox/loading.gif) no-repeat center center #fff;
	opacity: 0.8;
	z-index: 10000;
	position: fixed;
	left: 50%;
	top: 50%;
	height: 32px;
	width: 32px;
	padding: 10px;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	margin: -21px 0 0 -21px;
}
.address-validation-popup {
	padding: 0 44px;
	color: #000;
	font-family: "HarborFreightFont_regular";
}
.address-validation-popup h2 {
	padding: 10px 0 15px;
}
.address-validation-popup h3 {
	padding: 20px 0 30px;
}
.address-validation-popup h4 {
	text-transform: capitalize;
	font-size: 22px;
	padding: 0 0 10px;
}
.address-validation-popup p {
	line-height: 1.4;
	font-size: 18px;
}
.address-validation-popup .cols {
	overflow: hidden;
	position: relative;
	padding-bottom: 78px;
}
.address-validation-popup .left-col,
.address-validation-popup .right-col {
	float: left;
	width: 50%;
	padding-left: 53px;
	box-sizing: border-box;
}
.address-validation-popup .cols .checkbox {
	display: block;
	height: 38px;
	width: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
	border: 2px solid #545454;
	cursor: pointer;
}
.address-validation-popup .cols input {
	display: none;
}
.address-validation-popup .cols input:checked + label.checkbox{
	border: none;
	background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1210px;
}
.address-validation-popup .recommended .checkbox {
	left: 50%;
}
.address-validation-popup button {
	height: 38px;
	font-size: 21px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: none;
	position: absolute;
	bottom: 0;
	font-family: "HarborFreightFont_regular";
}
.address-validation-popup .you-entered button {
	width: 238px;
	background: #999;
	left: 0;
}
.address-validation-popup .recommended button {
	width: 311px;
	background: #00a650;
	left: 50%;
}
.address-validation #cboxClose,
.address-validation #cboxClose:hover {
	background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 3px -1253px;
	position: relative;
	top: 10px;
	right: 7px;
	z-index: 1;
}
.address-validation #cboxTopCenter {
	display: none;
}

@media (max-width: 767px) {
	.address-validation-popup .cols {
		padding-bottom: 0;
	}
	.address-validation-popup .left-col,
	.address-validation-popup .right-col {
		float: none;
		width: 100%;
		position: relative;;
	}
	.address-validation-popup .left-col {
		margin-bottom: 25px;
	}
	.address-validation-popup .recommended .checkbox {
		left: 0;
	}
	.address-validation-popup button {
		position: static;
		margin: 10px 0 0 0;
		width: 100% !important;
		font-size: 20px;
	}
}

/* Mouseflow */
.mf-heatmap-clicked + ul {
    display: block !important;
    left: -1px !important;
    margin-top: -5px !important;
    top: auto !important;
}

input:not([type='radio']) {
	border-radius: 0;
}

.zurich-brand-main {
	display: none;
}

#insidetrack-login-id label,
#insidetrack-login-input-zip label {
	font-size: 14px;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * 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.magento.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@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

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

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(/skin/frontend/enterprise/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

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

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(/skin/frontend/enterprise/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(/skin/frontend/enterprise/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

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

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

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

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */

.help-button {
    color: #0D52B1;
    display: block;
    height: 29px;
    line-height: 29px;
    padding-left:20px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align:left;
    width: 106px;
}
.help-button:hover {
    background-color:#fff;
}
#useAnyCouponsNow {
    text-decoration: none;
}
.help-item{
    margin:0 0 10px 0;
    padding:0;
}
.help-menu li{
    float: left;
    margin-left: 0;
    position: relative;
    text-align: center;
    width: 126px;
    list-style:none;
    color:#333;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    z-index: 1000;
}
.help-menu li .arrow {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -169px;
    width: 10px;
    height: 8px;
    display: block;
    float: right;
    position: relative;
    top: 11px;
    right: 11px;
}

.help-menu li:hover{
    background-color:#fff;
    -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5); 
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.help-menu .sfHover .arrow,
.help-menu li:hover .arrow {
    background: none;
}

.help-menu li .help-content{
    left: -999em;
    margin-top: 0px;
    position: absolute;
    text-align: left;
    width:260px;
    background-color:#fff;
    z-index:100;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 10px 0px;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}


.help-menu li:hover .help-content {
    left:-1px;
    top:auto;
    margin-top:-5px;
}
.help-content p{
    margin:0;
    font-size:.85em;
    padding: 0px 10px 3px;
}

.help-content .h-name{
    color:#0D52B1;
    text-transform:uppercase;
}
.help-content .p-phone{
}
.help-border{
    border-bottom:solid 1px #ccc;
}
.help-icon-1{
    float:left;
    width:40px;
    margin-bottom: 10px;
}
.help-icon-1 span {
    display: inline-block;
    width: 36px;
    height: 33px;
    background: url("/skin/frontend/enterprise/hft/images/hft-sprite.png") no-repeat;
}
.help-icon-1.mouse span {
    background-position: 0 0;
}
.help-icon-1.phone span {
    background-position: 0 -34px;
}
.help-icon-1.tools span {
    background-position: 0 -68px;
    height: 34px;
}
.help-icon-1.clock span {
    background-position: 0 -102px;
    height: 32px;
}
.help-icon-1.return span {
    background-position: 0 -136px;
    height: 32px;
}
.help-info{
    float:right;
    width:200px;
    margin-bottom:5px;
}
.help-info a{
    display:block;
    width:200px;
    height:auto;
    text-decoration:none;
    color:inherit;
}


.menu-dropdown{
    margin:0;
    padding:0;
}
.menu-dropdown li{
    /*background: none repeat scroll 0 0 #fff;  commented by nick*/
    border: 0px solid #ccc;
    float: left;
    margin-left: 0px;
    position: relative;
    width: 165px;
    list-style:none;
    color:#333;
    z-index: 12;
}
.menu-dropdown li .item-name{
    text-transform:uppercase;
    background: url(/skin/frontend/enterprise/hft/images/drop-dow-shop.jpg) no-repeat right center;
    text-decoration:none;
    display:block;
    line-height:40px;
    height:40px;
    position:absolute;
    border-bottom:solid 0px #fff;
    border-top:solid 1px #fff;
    text-align:left;
    width: 150px;
    padding-left: 15px;
}

.menu-dropdown li.dif .item-name2{
    text-transform:uppercase;
    background: url(/skin/frontend/enterprise/hft/images/drop-dow-shop.jpg) no-repeat right center;
    text-decoration:none;
    display:block;
    line-height:40px;
    height:40px;
    position:absolute;
    border-bottom:solid 0 #fff;
    border-top:solid 1px #fff;
    padding-left: 15px;
    text-align:left;
    width: 150px;
}

.menu-dropdown li:hover .item-name{
    position:absolute;
    z-index:200;
    /*background-color:#fff;  commented by nick*/
    background: url(/skin/frontend/enterprise/hft/images/item-name-hover.png) no-repeat left top;
    width:165px;
}

.menu-dropdown li.dif:hover .item-name2{
    position:absolute;
    z-index:200;
    background: url(/skin/frontend/enterprise/hft/images/item-name2-hover.png) no-repeat left top;
    width:165px;
}

.menu-dropdown li .item-name a:hover, .menu-dropdown li .item-name:link, .menu-dropdown li .item-name:visited{
    text-decoration:none;
    color:#0D52B1;
}

.menu-dropdown li .menu-content{
    left: -999em;
    margin-top:40px;
    padding: 10px 10px 10px;
    position: absolute;
    text-align: left;
    width:200px;
    background-color:#fff;
    z-index:100;
    box-shadow: 0 0 4px 1px #666666;

}
.menu-dropdown li.dif .menu-content{
    left: -999em;
    margin-top: 40px;
    padding: 10px 0 0 0;
    position: absolute;
    text-align: left;
    width:230px;
    background-color:#fff;
    z-index:12;
}
.menu-dropdown li:hover{
    background-color:#fff;
}
.menu-dropdown li:hover .menu-content {
    left:4px;
    top:1px;
}

.menu-dropdown li.dif:hover .menu-content{
    left:-69px;
    top:1px;
}
.menu-dropdown li .menu-content h3{
    margin:0;
    padding:5px 5px 0;
    text-transform:uppercase;
    color:#0D52B1;
}
.search-module{
    background-color:#0D52B1;
    color:#fff;
    padding: 10px 20px 20px;
}
.search-module h2{
    text-transform:uppercase;
    font-weight:normal;
    padding: 0;
    margin: 10px 0 0;
    color: #ffffff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.75);
}
.menu-content-2{
    font-size:1.2em;
    padding: 10px 20px;
}

.menu-content p{
    margin:0;
    padding: 0px 0 5px;
}

.textbox{
    height:30px;
    margin:1px;
    padding:0 5px;
    float:left;
    font-size:1.4em;
    color:#666666;
}

.button2{
    background: url(/skin/frontend/enterprise/hft/images/btn-find-a-store.jpg) repeat-x;
    height:40px;
    cursor:pointer;
    
    font-size:1.4em;
    color:#333;
    text-align:center;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
    text-transform:uppercase;
    border:none;
    width:187px;
    margin-top:5px;
    box-shadow: 0 1px 2px #444;
}
.width-input{
    width:172px;
    margin-bottom:5px;
}

.button3{
    background-image:url(/skin/frontend/enterprise/hft/images/button-bg.jpg);
    cursor:pointer;
    /* margin-bottom:30px; commented out by nick*/
    	border:none;
    color:#000;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
    text-transform:uppercase;
    font-size:1.2em;
    height: 30px;
}
.menu-dropdown a:link, .menu-dropdown a:visited{
    text-decoration:underline; color:#0D52B1;
}
.menu-dropdown a:hover{
    text-decoration:underline; color:#0D52B1;
}

/************ Power tools Demo ******/
#topnav li ul li{
    background:#fff;
    border: 0 solid #ccc;
    margin-left: 0;
    position: relative;
    text-align: center;
    list-style:none;
    color:#000;
}

ul#topnav li ul li:hover .megamenu {
    left:0;
    top:auto;
}
#megamenu ul li{
    background:#fff;
}

.menu-content-2 strong{font-size:1em;}

.megamenu{position:absolute;margin-right:auto;margin-left:auto;top:2.4em;left:0;background:#f3f3f3;border-top:0 solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;z-index:1;width:958px;background-image:linear-gradient(top,#f1f2f4,#f3f3f3);-ms-box-shadow:0 0 4px #b6b6b6;box-shadow:0 0 4px #b6b6b6;font-size:.85em;color:#333;padding:9px 0 0}.megamenu .column h3.padtop{padding-top:20px}.megamenu .column{float:left;width:180px;margin-right:5px}.megamenu .column ul{margin:0;padding:0;list-style-type:none;border-left:1px solid #ccc;padding-left:10px}.megamenu .column ul li{padding-bottom:5px}.megamenu .column h3{color:#0c51b0;margin:0 0 5px;padding-left:10px}.megamenu .column ul li a{text-decoration:none;color:#000}.megamenu .column ul li a:hover{color:#0c51b0;text-decoration:none}.fx_submenu .mg-menu-1 li{padding-right:10px}.megamenu .column1{float:left;margin-right:5px;width:180px}.mg-menu-1{border-left:none!important}.mga-menu-2{font-size:16px;font-weight:500;margin:0 0 5px;padding-left:10px;text-transform:uppercase;color:#0d52b1}
/* FROM MAGE styles.css */

* { margin:0; padding:0; }

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

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

/*****************************FROM MORANGE's style.css**********************************/


/* CSS Document */
html {
    min-width: 970px;
}
body{
    font-family: Arial Narrow,helvetica,arial,sans-serif;
    color: #333;
    /*    line-height: 1.1em;*/
    font-size:1em;
}

em{
    font-family:'HarborFreightFont_italic';
    font-style:italic;
}
strong {
    font-weight:normal;
    font-family:"HarborFreightFont_bold";
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    font-family:"HarborFreightFont_bold";
    text-transform:uppercase;
}

.cl { clear: both; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/***************************ID SELECTORS***************************/
div#wrapper{
    /*    font-size:.625em;*/
    font-family:"HarborFreightFont_regular";
    position:relative;
}

div#wrap-conten
{
    width:960px;
    min-height:500px;
    margin:0 auto;
}

#main-conten {
    width:960px;
    position:relative;

    /*FONT SIZE*/
    font-size:.625em;
}

.no-route-background {
    position:relative;
    height:387px;
}
.no-route-search {
    position:absolute;
    z-index:600;
    margin-left:626px;
    top:0;
    margin-top:36px;
}

.store-marker {
    float:left;
    width:29px;
    height:50px;
    background: url('/skin/frontend/enterprise/hft/images/sm_pin.jpg') no-repeat;
    text-align: left;
    margin-top: 3px;
}

#store-locator-find-store {
    float:left;
}

.store-locator-find-store {
    font-family: Arial,'Arial Narrow',helvetica,arial,sans-serif;
    width: 95px;
    height: 27px;
    color: white;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-left:5px;
    cursor: pointer;
    font-size: 1.35em;
    margin-top: 7px;
}

.your-store {
    font-family: "HarborFreightFont_regular";
    font-size: 1.3em;
    float:left;
    margin-left: -25px;
    width: 177px;
}

.store-city-state {
    font-family: "HarborFreightFont_regular";
    font-weight: 900;
    letter-spacing:1px;
    margin-top: -3px;
}

.store-links {
    font-family: "HarborFreightFont_regular";
    margin-top: -1px;
    font-size: 0.95em;
    color: #0064C9;
    cursor: pointer;
}

.store-links a {
    color: #0064C9;
}

#store-info {
    float:left;
}
#store-info .arrow {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -249px;
    width: 13px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 0 0 2px;
    float: right;
}

#store-change {
    float:left;
}

.top-store-popup-wrapper {
    top: -33px;
    position: absolute;
    left: 496px;
    z-index:1450;
}

.zip-search-popup-wrapper {
    top: -34px;
    position: absolute;
    left: 652px;
    z-index:1450;
}

#store-info-dropdown {
    background: none repeat scroll 0 0 #fff;
    border:#0C51B0 2px solid;
    display: none;
    float: left;
    text-align: left;
    width: 528px;
    height:158px;
    z-index: 1500;
    color: #000;
    margin-top:3px;
    padding: 15px 7px 15px 19px;
    margin-left: -70px;
    font-size: 1.2em;
}

#zip-search-popup {
    background: none repeat scroll 0 0 #fff;
    border:#0C51B0 2px solid;
    display: none;
    float: left;
    text-align: left;
    width: 370px;
    height: 125px;
    z-index: 1500;
    color: #000;
    margin-top:3px;
    padding: 7px 7px 7px 19px;
    margin-left: -51px;
    font-size: 1.3em;
}

.enter-zip-code {
    margin-bottom: 10px;
    margin-left: 110px;
    margin-top: 10px;
}

.top-store-search-wrapper {
    margin-left: 5px;
}

#close-zip-search-popup {
    width: 15px;
    height: 20px;
    position: absolute;
    margin-left: 357px;
    *margin-left: 330px;
    _margin-left: 330px;
    margin-top: 0;
    cursor: pointer;
    padding:3px;
}

#close-store-info-dropdown {
    width: 15px;
    height: 20px;
    padding:3px;
    position: absolute;
    margin-left: 515px;
    margin-top: -12px;
    cursor: pointer;
}

.store-info .store-hours {
    float: left;
}

.store-info .store-location {
    float: left;
    margin-left:30px;
    width: 174px;
}

.store-info {
    height: 120px;
}

.store-info .store-image {
    float: left;
    margin-left:30px;
}

#store-info-dropdown .store-directions a {
    color: #0064C9;
}

.storeSubmitButtonClass {
    cursor: pointer;
}

#searchInputField {
    width: 185px;
    border: medium none;
    float: left;
    font-size: 15px;
    height: 28px;
    line-height: 27px;
    margin-top: 5px;
}

#topSearchContentDiv {
    width: 278px;
    float: left;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -208px;
    height: 40px;
    padding-left: 5px;
}

#topSearchDiv {
    padding-left: 25px !important;
}

#topStoreSearchDiv {
    display: none;
    width: 200px;
    float: left;
    height: 40px;
    padding-left: 5px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -208px;
    margin-left: 40px;
}

#topStoreSearchDiv .storeInputFieldClass {
    width: 100px;
    border: medium none;
    height: 28px;
    line-height: 27px;
    margin-top:5px;
    font-size: 14px;
}

#topStoreSearchDiv .storeInputFieldClass::placeholder {
    color: #000000;
    opacity: 100;
}


#topStoreSearchDiv .storeSubmitButtonClass {
    width: 88px;
    height: 27px;
    color: #FFFFFF;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-left:5px;
}

#zipcode_input_popup {
    width: 340px;
    border: medium none;
    height: 28px;
    line-height: 27px;
    margin-top: 5px;
    font-size: 14px;
}

#find_a_store_button_popup {
    width: 88px;
    height: 27px;
    color: white;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-left:5px;
}

.find_a_store_button_popup_wrapper {
    margin-left: 125px;
    margin-top: 10px;
    padding-top: 52px;
}

#topStoreSearchDivPopup {
    width: 340px;
    float: left;
    height: 40px;
    padding-left: 5px;
    background: url('/skin/frontend/enterprise/hft/images/bg-search.jpg') no-repeat;
}

/*billing*/
.billingAddressList {
    float: left;
    width: 496px;
}

#react-header {
    min-height: 186px;
}

#react-header header {
    margin-bottom: 0 !important;
}

.checkout-onepage-index #react-header {
    min-height: 10vw;
}

/*success*/
body.checkout-onepage-success {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
}

body.checkout-onepage-success #goog_conv_iframe {
    width: 0 !important;
    height: 0 !important;
}

.cms-zurich-diagnostics .top-section .preorder-btn-section {
    background-position: 238px -32px;
}

@charset "UTF-8";
/* CSS Document */

div.slide {
    height: 365px;
    margin-top: 18px;
    position: relative;
}

.slide {
    height: 365px;
}

ul#featured li {
    display: inline; /*hack ie6 loi bac thang */
    line-height:48px;
    text-align:center;
    text-transform:uppercase;
}
ul#featured li.top a
{
    border:none;
}
ul#featured li.last a
{
    width:240px;
}
ul#featured li a {
    display:block; float:left;
    height:48px; width:239px;
    color:#999;
    text-decoration:none;
    background:url(/skin/frontend/enterprise/hft/images/bg-slide-home.jpg) repeat-x;
    border-left:1px solid #666;
    font-size:1.8em;
    text-shadow:0 -1px 0 rgba(0,0,0,0.75);

}

ul#featured li a:hover, ul#featured li a.selected {
    background:#FFFFFF;
    color:#333;
    text-shadow:none;
}
.imageBox {
    width: 960px;
}

div.name
{
    font-size:1.8em;
    color:#333;
    text-transform:uppercase;
    text-align:left;
    padding-left:10px;
    padding-top:15px;
    font-family:'HarborFreightFont_bold';}
div.img
{
    text-align:center;
    padding-top:10px;
}
form.shop-now input
{
    position:absolute;
    right:20px;
    top:18px;
    width:85px;
    height:28px;
    border:none;
    color:#FFFFFF;
    text-transform:uppercase;
    font-family:'HarborFreightFont_bold';    background:#cc0000;
    font-size:1.3em;
    text-shadow:0 -1px 0 rgba(0,0,0,0.75);

}
form.shop-now input:hover
{
    cursor:pointer;
}
span
{
}
div.adv-center p.enjoy
{
    margin:10px 0 0 20px;
    color:#1c3635;
    font-size:1.8em;
}
div.adv-center p.enjoy span
{
    font-family:'HarborFreightFont_bold';
    font-style:italic;
}
div.adv-center p.policy
{
    margin-left:20px;
    color:#1c3635;
    font-size:1.8em;
}
div.adv-right p.new
{
    margin:10px 0 0 20px;
    font-family:'HarborFreightFont_bold';    font-size:1.8em;
}
div.adv-right span
{
    font-weight:normal;
    color:#1c3635;
}
div.adv-right a
{
    margin-left:20px;
    font-size:1.3em;
    color:#0c51b0;
}

/*************************Product**********************/
div.product
{
    clear:both;
    height:435px;
    margin-top:100px;

}

div.product ul
{
    border:1px solid #ccc;
    position:relative;
}

#quantity-box {
    float:left;
    width:47px;
}
.fb_edge_widget_with_comment {
    margin-top: -1px;
    float: right;
}

/***********************featured************************/
div.featured
{   clear:both;

}
div.featured-title
{
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:5px;
}

div.featured-product
{
    height:188px;
}
div.featured-product ul.featured-product li
{
    list-style:none;
    width:184px;
    height:188px;
    margin-left:10px;
    float:left;
}
div.featured-product ul.featured-product li a
{
    display:block;
    text-decoration:none;
    color:inherit;
}
div.featured-product ul.featured-product li.first
{
    margin-left:0;
}

/**********************************popular**********************************/
div.popular
{
    margin-top:22px;
    font-size: .625em;
}
div.popular-left
{
    width:575px;
    float:left;

}
div.popular-right
{
    float:right;
    width:370px;
    margin-left:15px;
}
p.popular
{
    font-size:2.4em;
    text-transform:uppercase;
    color:#333333;
    float:left;
    padding-top:7px;
}
a.view
{
    float:right;
    font-size:1.3em;
    color:#0c51b0;
    padding-right:15px;
    text-decoration:underline;
    padding-top:12px;
}
a.view:hover
{
    cursor:pointer;
}
div.popular-left-conten
{
    height:330px;
    clear:both;
    margin-top:40px;
    background: rgb(217,217,217);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgb(217,217,217) 0%, rgb(229,229,229) 2%, rgb(242,242,242) 4%, rgb(242,242,242) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(217,217,217)), color-stop(2%,rgb(229,229,229)), color-stop(4%,rgb(242,242,242)), color-stop(100%,rgb(242,242,242)));
    background: -webkit-linear-gradient(top,  rgb(217,217,217) 0%,rgb(229,229,229) 2%,rgb(242,242,242) 4%,rgb(242,242,242) 100%);
    background: -o-linear-gradient(top,  rgb(217,217,217) 0%,rgb(229,229,229) 2%,rgb(242,242,242) 4%,rgb(242,242,242) 100%);
    background: -ms-linear-gradient(top,  rgb(217,217,217) 0%,rgb(229,229,229) 2%,rgb(242,242,242) 4%,rgb(242,242,242) 100%);
    background: linear-gradient(top,  rgb(217,217,217) 0%,rgb(229,229,229) 2%,rgb(242,242,242) 4%,rgb(242,242,242) 100%);
}
div.popular-left-conten div.col
{
    width:165px;
    padding-left:25px;
    padding-top:25px;
    float:left;
}
div.popular-left-conten div.col li
{
    list-style:none;
    line-height:14px;
}
div.popular-left-conten div.col li a
{
    text-decoration:none;
    font-size:1.4em;
    color:#000000;

}
div.left
{
    width:175px;
    float:left;
}
div.right
{
    float:right;

}
div.popular-title img
{
    margin-top:10px;
}
div.popular-title-conten-top
{
    height:100px;
    margin-top:20px;
}
div.popular-title-conten img
{
    float:left;
}
div.popular-title-conten-top img
{
    float:left;
    margin-top:0px;
}
div.popular-title-conten-top h3
{
    font-size:2.8em;
    color:#000000;
    float:left;
    width:250px;
    margin-left:10px;
    line-height: 1.2;
}
div.popular-title-conten h3
{
    font-size:2.8em;
    color:#000000;
    float:left;
    width:250px;
    margin-left:10px;
    line-height: 1.2;
}

div.bottom-title
{
    font-family:'HarborFreightFont_bold';    font-size:1.4em;
    color:#000000;
    float:left;
    width:175px;
    border-bottom:1px solid #cccccc;
    text-transform:uppercase;
    margin-top:22px;
    line-height:30px;
}
div.right div.bottom-title
{
}
div.bottom-list ul
{
    width:175px;
    padding-top: 60px;
}
div.bottom-list ul li
{
    list-style:none;
    line-height:16px;
}
div.bottom-list ul li a
{
    font-size:1.4em;
    text-transform:capitalize;
    color:#000000;
    text-decoration:none;
}
div.bottom-list ul li a:hover
{
    text-decoration:underline;

}

/*************************Product Detail*************************/
div.product-detail
{
    width:960px;
    margin:0 auto;

}
div.product-detai-title
{
    height:27px;
    text-align:center;
    text-transform:uppercase;
    font-size:1.5em;
    line-height:27px;
    width:100%;
    background: url("/skin/frontend/enterprise/hft/images/freeshipping.jpg") no-repeat center top;
}
div.product-detai-title span.red
{
    color:#CC0000;
    font-style:italic;
    font-family:'HarborFreightFont_bold';

}
div.product-detai-nav ul.nav
{
    margin-top:16px;
    float:left;
    padding-left:10px;
}
div.product-detai-nav ul.nav li
{
    list-style:none;
    float:left;
}
.product-detai-nav ul.nav li a
{
    height:11px;
    font-size:1.3em;
    color:#0c51b0;
    line-height:11px;
    border-right:1px solid #696969;
    padding:0 10px 0 10px;
    text-decoration:none;
}
.product-detai-nav ul.nav li a.nav-last
{
    border:none;
}

div.detai-product
{
    width:398px;
    clear:both;
    float:left;
}
div.detai-product img
{
    max-width:398px;
    max-height:337px;
    text-align:center;
    border:none;
    display:block;
}
div.img-small
{
    margin-top:30px;

}
div.img-small img
{
    float:left;
    margin-right:10px;
}
div.product-information
{
    width:382px;
    float:left;
    margin-top:20px;
}
div.product-information-title
{
    font-size:2.4em;
    color:#333;
    font-family:'HarborFreightFont_bold';    width:388px;
    text-transform:capitalize;
    line-height:1;
    margin-top: -32px;
}

div.product-information-title h1
{
    font-size: 20px;
    text-transform: none;
}

div.title-infor
{
    color:#333;
    font-size:1.4em;
    text-transform:capitalize;
    padding:10px 0;
}

div.title-infor  span {padding: 0px 1px 0px 1px}

div.point img
{
    float:left;
}
div.point a, div.point p
{
    float:left;
    font-size:1.4em;
    color:#0c51b0;
    text-transform:capitalize;
    line-height:22px;
}

.cms-page-view .add-to-links {
    font-size: 12px;
}

.thumbnail-wrap {
    clear: left;
}

.thumbnails {
    width: 720px;
    float: left;
    margin-bottom: 22px;
}
.thumbnails.active {
    overflow: hidden;
    position: relative;
    padding: 0 21px;
}
.thumbnails.active .thumbnails-inner {
    width: 9999em;
    overflow: hidden;
    transition: margin-left 0.5s;
    transition-delay: 0s;
}
.thumbnails.active .thumbnails-inner a.item {
    display: block;
    float: left;
}
.thumbnails.active .thumbnails-inner a.item img {
    margin: 0 5px;
}
.thumbnail-video {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    border-right: 1px solid #999;
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon-on.png') no-repeat -9999px 0;
}
.thumbnail-video .product-video-item,
.thumbnail-video .product-video-item:hover {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    padding: 0 4px 0 4px;
    background-position: center;
    background-size: cover;
}
.thumbnail-video .product-video-item[data-featherlight=image] {
    cursor: zoom-in;
}

.thumbnails #product-video.product-video-item,
.thumbnails #product-fan-video.product-video-item {
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon.png') no-repeat 0 0;
}

.thumbnails #product-fan-video.product-video-item:hover,
.thumbnails #product-fan-video.product-video-item:focus,
.thumbnails #product-video.product-video-item:hover,
.thumbnails #product-video.product-video-item:focus {
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon-on.png') no-repeat 0 0;
}

.thumbnails.active .product-video-item {
    margin: 0 5px;
    padding: 0;
    background-position: 5px 0;
}
.thumbnails.active .product-video-item img {
    margin: 0 5px;
}
.thumbnails.active .btn {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: #fff;
    width: 21px;
}
.thumbnails.active .btn div {
    background: url("/skin/frontend/enterprise/hft/images/btns/arrows.gif") no-repeat;
    height: 15px;
    width: 9px;
    margin-top: 27px;
}
.thumbnails.active .btnL {
    left: 0;
}
.thumbnails.active .btnL div {
    background-position: 0 0;
    margin-left: 6px;
}
.thumbnails.active .btnL.disabled div {
    background-position: 0 100%;
}
.thumbnails.active .btnR {
    right: 0;
}
.thumbnails.active .btnR div {
    background-position: 100% 0;
    margin-right: 0; margin-left: auto;
}
.thumbnails.active .btnR.disabled div {
    background-position: 100% 100%;
}

.thumbnails .wizards-item {
    width: 80px !important;
}

.thumbnails .wizards-wrapper-outer {
    z-index:100;
}

.thumbnails .wizards-theme .wizards-controls {
    z-index: 0;
}

button:active,button:hover{cursor:pointer}.btnLgWhite,.btnLgYel,.btnWhite,.btnYel{color:#333;display:block;font-size:14px;margin:0 0 5px 5px;text-decoration:none;text-shadow:0 1px 0 hsla(0,0%,100%,.75);text-transform:uppercase;position:relative;border:0;cursor:pointer;overflow:visible}.btnLgWhite span,.btnLgYel span,.btnWhite span,.btnYel span{padding:1px 30px 0;position:relative;display:block;white-space:nowrap;margin-top:-1px}.btnWhite{background:url(/skin/frontend/enterprise/hft/images/btn_White.png) no-repeat scroll 0 0 transparent;height:27px}.btnWhite span{line-height:25px}.btnWhite:hover{background-position:right -27px}.btnWhite:hover span{background-position:0 -27px}.btnWhite:active,.btnWhite:active span{background-position:right -54px}.btnLgWhite{background:url(/skin/frontend/enterprise/hft/images/btnLg_White.png) no-repeat scroll 0 0 transparent;height:34px}.btnLgWhite span{line-height:32px}.btnLgWhite:hover{background-position:right -34px}.btnLgWhite:hover span{background-position:0 -34px}.btnLgWhite:active,.btnLgWhite:active span{background-position:right -68px}.btnWhite::-moz-focus-inner{border:none}.btnLgWhite::-moz-focus-inner{border:none;padding-top:1px}.wishlist_addtocart_column{background:url(/skin/frontend/enterprise/hft/images/wishlist_addtocart.jpg) no-repeat scroll 0 0 transparent}.wishlist_addtocart_column,.wishlist_remove_column{color:#327aab;display:inline;font-size:15px;height:auto}.wishlist_remove_column{padding-left: 0 !important;}.wishlist_remove_column span{background:url(/skin/frontend/enterprise/hft/images/wishlist_remove.jpg) no-repeat scroll 0 0 transparent; padding-left: 22px;}.wishlist_addtocart_column span,.wishlist_remove_column{line-height:32px;padding-left:22px;padding-top:1px}.wishlist_addtocart_column::-moz-focus-inner,.wishlist_remove_column{border:none;padding-top:1px}.wishlist_addtocart_column:hover,.wishlist_remove_column:hover{color:#c00}.btnYel{background:url(/skin/frontend/enterprise/hft/images/btn_yel.png) no-repeat scroll 0 0 transparent;height:27px}.btnYel span{line-height:25px}.btnYel:hover{background-position:right -27px}.btnYel:hover span{background-position:0 -27px}.btnYel:active,.btnYel:active span{background-position:right -54px}.btnYel::-moz-focus-inner{border:none}.btnLgYel{background:url(/skin/frontend/enterprise/hft/images/btnLg_yel.png) no-repeat scroll 0 0 transparent;height:34px}.btnLgYel span{line-height:32px}.btnLgYel:hover{background-position:right -34px}.btnLgYel:hover span{background-position:0 -34px}.btnLgYel:active,.btnLgYel:active span{background-position:right -68px}.btnLgYel::-moz-focus-inner{border:none;padding-top:1px}#wishlist-table .btnLgWhite,#wishlist-table .btnLgYel{min-width:160px}div.adv-4 ul.adv-4-product li form.adv4-sign-up input.btn-sign-up:hover{cursor:pointer}button.button.btn-cart,form.brandpage-related-products-form input,img.button.btn-cart{background:url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -2px -1007px;border:medium none;height:30px;width:140px;margin:10px 0}button.button.btn-in-store{background:url(/skin/frontend/enterprise/hft/images/in-store-only-btn.gif) no-repeat scroll 50% transparent;border:medium none;height:30px;width:140px;margin:10px 0;text-indent:-9999em}button.button.btn-cart:hover,button.button.btn-in-store,form.brandpage-related-products-form input:hover{cursor:pointer}button{overflow:visible}button::-moz-focus-inner{border:none;margin-right:-2px}.buttons-set .form-buttons .button{clear:both;margin:15px 0}.buttons-set a.button,.buttons-set button.button,.form-buttons .button{float:left}.form-buttons .button{margin-left:0}
@charset "UTF-8";
/* CSS Document */
.my-wishlist textarea { font-family: 'HarborFreightFont_regular'; padding: 2px; font-size: 13px; }
.my-wishlist .success-msg span span { float: right; }
#wishlist-sharing textarea#email_address.validate-emails.required-entry { width:354px; height:50px; font-family: 'HarborFreightFont_regular'; font-size: 13px; overflow: auto; padding: 2px 5px; }
#wishlist-sharing textarea#message { width:354px; height:100px; font-family: 'HarborFreightFont_regular'; padding: 2px 5px; font-size: 13px; overflow: auto; }

#wishlist-sharing #form-validate p.required { width:320px; }
#wishlist-sharing #form-validate div.buttons-set.form-buttons { width: 265px; float: right; padding: 0 52px 0 0; }
#wishlist-sharing #form-validate .btnLgYel { background: #fadf71; height: 40px; }
#wishlist-sharing #form-validate .btnLgYel span { padding: 1px 20px 0; }
#wishlist-sharing #form-validate .btnLgWhite { background: #f6f6f6; font-family: Arial; height: 27px; margin-top: 7px; }
#wishlist-sharing #form-validate .btnLgWhite span { line-height: 27px; }

.form-list input.input-text,.form-list textarea{float:left;width:160px;vertical-align:top;height: 25px;margin-top: 5px;}
.form-list label{float:left;width:180px;font-size:12px;font-weight:normal;color:#444;text-align:right;}
.form-list select { margin-top: 5px; height: 27px; box-sizing: border-box; }

.form-list .input-box1{float:left;padding:0 90px 20px 0;width: 185px;}
.form-list .input-name-box{float:left; /*padding: 0 20px 26px 0; */}

.form-list .input-mi-box{float:left;padding: 0 20px 20px 20px; margin-left:30px;width: 185px;}
.form-list .input-ln-box{float:left;padding: 0 0 20px 20px;width: 165px;}
.validation-advice{clear:both;font-weight: bold;font-size:11px!important;padding:3px 0 0!important;color:#D73C3E!important;}

.form-list .span-mi-box{float:left;padding:0 50px;margin-top:2px}
.form-list input.input-mi-text{float:left;width:30px;vertical-align:top;}

.account-create mi-label{width:50px;text-align:left}

.form-list p.note{ margin:0; padding:0; font-size:11px; width:180px;font-weight: normal }
.form-list .subscribe-newsletter{font-size:12px; padding: 0 0 20px 20px;width: 300px;margin: -17px 0 0;}

.form-list .password-text {font-size: 11px;font-weight: normal;margin-top: -17px; padding: 1px 0 0 84px;float: left; width:93px;}

.account-create-info{margin-top:5px;width:29.5%;float:left;}
.account-create{margin-top:5px;width:70%;float:right;border:none;}

.account-create label{width:180px;text-align:left}

.account-create-info ul {
    padding-left: 10px;
    width: 90%;
}
.account-create-info ul li{
    background:url(/skin/frontend/enterprise/hft/images/create_account.jpg) no-repeat 0 3px;
    color:#6F6F6F;
    font-size:12px;
    padding: 5px 2px 15px 21px;
}

.rc-anchor-red{border:1px solid #f47d4e !important}
#google_recaptcha_container{ width: 302px;height: 67px;}

.boxTopheader{height:50px;text-align:left;}
.boxTopheader h1{font-size:24px;color:#535353;padding:0 0 0 10px;line-height:50px;}
.form-error{width:100%;text-align:left;padding: 5px 0 10px 10px}
.boxheader{
    background:#F4F1EA;
    height:28px;
    text-align:left;
    border:none;
    padding-top: 4px;
    padding-left: 8px;
    margin-bottom: 10px;
}
.boxheader h1{font-size:15px;color:#4A4A4A;padding:4px 8px;}
.boxheader h3{font-size:14px;color:#4A4A4A;padding:4px 8px;}
.boxcontent{background:#ffffff; padding:9px 0 9px 5px;line-height:150%;position:relative;}


#btn_contacts{
    background: url(/skin/frontend/enterprise/hft/images/customer-submit.png)  no-repeat; border: none;
    width: 225px;
    height: 39px;
}

/* Account Login Page */
.account-login .page-title, .my-account .page-title, #wishlist .page-title, #logout .page-title, #wishlist-sharing .page-title, #wishlist-shared .page-title, #newsletter .page-title, #my-invitations .page-title, #retail-flyer .page-title, #forgot-password .page-title {
    background: none;
    border: none;
    color: #333;
    font-size: 1.9em;
    text-transform: uppercase;
    padding: 15px 0 2px;
    margin-bottom: 0;
    border-bottom: 0;
}
.account-login .verify-our-protection {
    font-weight: normal;
    font-size: 1.3em;
    color: #444;
}
.account-login span.require {
    color: #f15c22;
    margin-right: 2px;
    font-style: normal;
    font-family: "HarborFreightFont_regular";
    font-size: 15.6px;
}
.account-login #google_recaptcha_container {
    height: 76px;
    border-radius: 3px;
    margin-top: 5px;
}
#forgot-password-content input {
    height: 1.9em;
}
#forgot-password-content .input-box {
    padding-top: 5px;
}
#forgot-password .sub-title-text a, #wishlist .sub-title .sub-title-text a {
    font-size:12px;
    color:#0c51b0;
    text-decoration:underline;
    padding-right:5px;
    text-transform: capitalize;
}
#forgot-password-content .form-list label {
    float: none;
    font-weight: normal;
    font-size: 1.3em;
    padding: 0 0 5px;
}
#forgot-password .dashboard-head {
    font-size: 1.4em;
    margin-top: 10px;
}
#forgot-password-content {
    padding: 10px;
    margin-top: 20px;
}
.print_sku {
    display: none;
}
#newsletter p {
    font-size: 1.3em;
    padding: 10px;
}
#newsletter p a {
    color: #0C51B0;
}

#wishlist .sale {
    width: 110px;
}
#wishlist .buttons-set2 button {
    margin-right: 2px;
}
.colorbox-wishlist-sharing {
    padding-bottom: 0 !important;
}
.colorbox-wishlist-sharing #cboxTopLeft,
.colorbox-wishlist-sharing #cboxTopRight {
    display: none;
}
.colorbox-wishlist-sharing #cboxClose {
    z-index: 1;
    position: absolute;
    top: 22px;
    right: 9px;
}
.colorbox-wishlist-sharing #cboxContent {
    margin-top: -12px;
    margin-bottom: 15px;
}
#wishlist-sharing {
    font-size: 1.3em;
}
#wishlist-sharing .success-message {
    font-size: 16px;
    font-family: Arial;
    margin: 16px 25px 20px;
    position: relative;
    height: 22px;
    line-height: 22px;
    padding-left: 25px;
}
#wishlist-sharing .success-message:before {
    content: '';
    display: block;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) 0 -1301px no-repeat;
}
#wishlist-sharing .error-message {
    position: absolute;
    color: #ff0400 !important;
    font-size: 13px !important;
    font-weight: normal;
    width: 100%;
    left: 25px;
    padding: 7px 0 0;
}
#wishlist-sharing .popup-title {
    text-transform: uppercase;
    border-bottom: 1px solid #bcbcbc;
    padding: 21px 24px 10px;
}
#wishlist-sharing .form-list label {
    width: 150px;
}
#wishlist-sharing label {
    font-weight: normal;
    font-size: 1.2em;
    color: #000;
    padding: 7px 7px 0 0;
}
#wishlist-sharing label[for='message'] {
    padding-top: 16px;
}
#wishlist-sharing label.required + .input-box {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}
#wishlist-sharing .form-list .validation-advice {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ff0400 !important;
    font-size: 12px !important;
    font-weight: normal;
    width: 100%;
}
#wishlist-sharing #wishlist-sharing {
    font-weight: bold;
}
#wishlist-sharing .fieldset {
    margin: 25px 0 10px;
}
#wishlist-sharing .note {
    float: right;
    font-size: 11px;
    color: #000;
    padding: 0 30px 0 0;
    margin-bottom: -3px;
}

#wishlist-sharing .wishlist-captcha {
    float: left;
    padding-left: 25px;
}

#wishlist-sharing .verify-our-protection {
    width: 125px !important;
    float: left
}

#wishlist-sharing #google_recaptcha_container {
    float: left;
    padding-left: 7px;
    margin-bottom: 19px;
}

#wishlist-sharing .verify-our-protection label {
    font-size: 0.7em;
}

#logout p {
    font-size: 1.3em;
}
#logout {
    min-height: 100px;
}
.my-account .page-title, #wishlist .page-title {
    font-size: 2.4em;
    padding-bottom: 20px;
}
#address-book .title-buttons {
    text-align: left;
}
#address-book .col2-set .col-1 {
    width: 100%;
}
#address-book .info-box {
    background: none;
    border:none;
    font-size: 1.4em;
}
#address-book .info-box a {
    color: #0063b1;
}
#address-book .addresses-list .box-content {
    font-size: 1em;
}
#address-book .info-box .box-title {
    margin: 0;
}
#address-book .info-box .box-content {
    padding: 10px 17px 17px 0;
}
#address-book .col2-set .col-2 {
    float:left;
}
#address-book .addresses-list .col-2 li address {
    padding: 0;
    font-size: 1.3em;
}
#address-book .addresses-list .col-2 li .actions {
    border: none;
    padding: 0;
}
#address-book .actions {
    margin-top: 10px;
    font-size: 1.4em;
}
#address-book .col-2.addresses-additional ol li {
    float: left;
    margin-bottom: 25px;
    width: 33%;
}
#address-book .buttons-set {
    float: left;
}
#address-book .left-bar-addition {
    width:400px;
    margin-right:10px;
}
#default-address-content {
    margin-top:20px;
    padding:5px;
}
#address-title {
    font-weight: bold;
}
#address-book .right-bar-additional {
    width:550px;
}
#address-book .box-content-empty {
    font-size: 1.4em;
}
#address-book .col2-set .col-2 {
    width: 100%;
}
#address-book .actions a {
    color: #0063b1;
}
.my-account .form-list label {
    width: 225px;
}
.my-account div.no-longer-ship-outside-us{
    margin-left: 240px;
    display: inline-block;
}

.my-account .order-page a.btnLgWhite {
    margin-right: 5px;
}
.my-account .order-page a.last {
    margin-left: 0;
}
.discount .price {
    color: #CC0000;
}
.my-account .pager {
    float:left;
    width:100%;
    margin-top:5px;
}
.my-account .pager .pages ol {
    font-size: 1.1em;
}
.colHead {
    display:block;
    background-color:#e2e2e2;
    padding:8px 0 8px 10px;
    font-size:16px;
    margin-top:10px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.createaccountto {padding-bottom:10px;}
.createaccountto ul li { list-style-type: disc; list-style-position: outside; margin-left: 20px; padding-bottom:5px }

.account-login .new-users, .account-login .registered-users {
    padding: 0;
}

.account-login, .my-account {
    background: none;
}
.col2-set .buttons-set {
    width: 169px;
}

.account-login .form-list label, .account-login .form-list span.label,.account-login .form-list label, .my-account .form-list span.label, .my-account .form-list span.label,.my-account .form-list label {
    font-weight: normal;
    font-size: 1.3em;
}
.account-login .form-list input.input-text, .my-account .form-list input.input-text {
    height: 1.9em;
}
.account-login .form-list label, .account-login .form-list .input-box {
    float: none;
}
.account-login .form-list li {
    padding-bottom: 3px;
}
.account-login p.required, .account-login .btn-only{
    padding-left: 0;
    text-align: left;
}
#forgot-password-content p.required {
    padding-left: 0;
    text-align: left;
}

#sign-in-button {
    margin: 0 15px 0 0;
}

.forgot-password {
    width: 250px;
    padding-top: 8px;
    font-size: 15px;
    text-decoration: underline;
}
.account-login .btn-only .forgot-password  a {
    float: none;
    color: #0C51B0;
    white-space: normal;
}

.sub-title {
    text-transform: uppercase;
    float: right;
    margin-top:20px;
}
.sub-title span {
    color: #0C51B0;
}
#quick-links {
    width:200px;
    float:left;
    margin-right:10px
}
#recent-activity {
    width:440px;
    float:left;
    margin-right:10px;
}
#inside-track-dash {
    width:300px;
    float:left;
}

#quick-links-content {
    background:transparent url('/skin/frontend/enterprise/hft/images/bg-stripes-3x3_02.jpg');
    width: 100%;
    height: 100%;
}
.dashboard-head {
    display:block;
    background-color:#e2e2e2;
    padding:8px 10px 8px 10px;
    font-size:16px;
    text-transform: uppercase;
    min-height: 19px;
}
#dashboard-top,#dashboard-bottom {
    margin-top:10px;
}
.block-account {
    padding: 20px;
    font-size: 1.4em;
}
.block-account a, #inside-track-dash-content a, #top-manage a {
    color: #0C51B0;
    text-decoration: underline
}
.block-account a:hover, #inside-track-dash-content a:hover, #top-manage a:hover {
    text-decoration: none;
}
.block-account li {
    padding-bottom: 5px;
}
#recent-activity-content {
    background: none;
}
#my-orders-table tr {
    border-bottom: 1px solid black;
    height:45px;
    font-size: 1.25em;
}
#my-orders-table thead tr {
    border: none;
}
#my-orders-table.data-table, #wishlist-table.data-table {
    border: none;
    border-collapse: collapse;
}
#wishlist .page-title span {
    text-transform: none;
    font-size: 0.75em;
    padding: 0 0 0 5px;
}
#wishlist .page-title span small {
    font-size: 0.7em;
}
#wishlist-back {
    padding: 5px;
}
#wishlist p {
    font-size: 1.6em;
}

#wishlist-table td {
    text-align: left;
}
#wishlist-table .product-desc {
    margin-bottom:10px;
    /*  width: 200px; */
}
#wishlist-table .sale {
    font-size: 1.6em;
}
#wishlist-table .comment-box {
    padding-left: 0;
    padding-right: 0;
    padding-top : 15px
}
#wishlist-table .product-desc p {
    font-size:14px;
    color:#333;
}
textarea {
    resize: none;
}
.product-link {
    font-size:18px;
    color:#0c51b0;
    text-decoration:none;
    display:block;
    margin:10px 0;
}
.product-link:hover {
    color:#cd2027;
}
#my-orders-table.data-table tr.even, #wishlist-table tr.even  {
    background-color: #FFF;
    border-collapse: collapse;
}
#my-orders-table th, #wishlist-table th {
    padding: 0 5px 0 0;
}
#wishlist-table tbody tr td {
    border-bottom: 1px solid #E5E5E5;
}
#wishlist .buttons-set2 { padding-right: 0; }
#wishlist .buttons-set a.button, #wishlist .buttons-set2 {
    background-color: #fff;
}

#my-orders-table .last-column, #wishlist-table .last-column {
    padding-right: 0;
}
#my-orders-table thead, #wishlist-table thead {
    background: none;
}
.myaccount-order-history .price {
    font-size: 1.1em;
}
#view_all {
    margin-top:10px;
    float: right;
}
#inside-track-dash-content {
    font-size: 1.3em;
    padding:10px;
}
#edit_address {
    float:left;
    margin-top: 10px;
}
#top-manage {
    margin-bottom: 5px;
}
#connect-hft{
    float:left;
    width:300px;
}
#connect-hft-content {
    padding-top: 15px;
}
#connect-hft-content img {
    float: left;
}
#connect-hft-content .img_content {
    font-size:1.3em;
    float:right;
    width:250px;
    margin-top: 10px;
}
#account-pref {
    width:650px;
    float:left;
    margin-right:10px;
}
#account-pref-content {
    padding: 10px;
    font-size: 1.3em;
}

#account-pref-content div.left {
    width: 50%;
}

#account-pref-content div.right {
    width: 40%;
    padding-left: 10px;
}

#my-orders-table  td {
    border-bottom:1px solid #E5E5E5;
}

.order-detail-table td.order-detail-content {
    padding:15px;
}

.order-detail-table td.order-detail-qty {
    padding: 28px 15px;
    text-align:center;
}

.order-detail-table td.order-detail-price {
    padding:10px;
}
.order-detail-table div.subtotal {
    border-left: 1px dotted #AAA;
    padding-top: 15px;
    padding-right: 10px;
    font-size: .75em;
    background:transparent url('/skin/frontend/enterprise/hft/images/bg-stripes-3x3_01.jpg');

}
#order-detail-totals table {
    width:100%;
}
#order-detail-totals td {
    background-color: #E2E2E2;
    border-right: 2px solid white;
    border-bottom: 4px solid white;
    padding: 6px;
}
#order-detail-totals td.label {
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: right;
}
#order-detail-totals .price {
}
#order-detail-totals .grand_total .label {
    background: black;
    color: white;
}

#order-detail-totals .grand_total .last {
    background-color: #f9df71;
}
#left-bar {
    float:left;
    width:200px;
    margin-right:10px;
}
.order-detail-left-content-box {
    margin-bottom: 10px;
    font-size: 1.3em;
}
#left-bar .first {
    margin-bottom: 30px;
}
.order-detail-left {
    padding: 10px;
}
#right-bar {
    float: left;
    width:750px;
}
#order-detail-payment {
    width: 440px;
    margin-top: 10px;
    margin-right: 10px;
    float:left;
}
#order-detail-payment-content {
    padding:15px;
    font-size:1.3em;
}
#order-detail-payment-content p {
    margin: 0 0 5px;
}
#order-detail-totals {
    width: 300px;
    margin-top: 10px;
    float:left;
}
#right-bar .order-bottom {
    margin-top: 30px;
}
.order-detail-content h2 {
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #0C51B0;
}

.order-detail-content .prod-sku{
    display: none;
}

#personal-details label {
    font-size: 1.3em;
    font-weight: normal;
}
#personal-details input {
    height: 1.9em;
}
#personal-details ul.form-list {
    margin-top: 10px;
}
#personal-details .buttons-set button {
    margin-top: -2px;
}
#personal-details .buttons-set button, #personal-details .buttons-set a {
    float: right;
    margin-right: 5px;
}
#wishlist-table a {
    text-decoration: none;
    margin-bottom: 5px;
}
#wishlist-table .wishlist-qty {
    height: 30px;
    width: 47px;
    text-align: center;
    margin-right: 10px;
    margin-top: 11px;
    border-width: 1px;
    border-style: solid;
}
#wishlist-table .wishlist_update_column {
    color: #327AAB;
    font-size: 15px;
    padding-top: 4px;
    display: inline-block;
    margin-bottom: 0;
}
#wishlist-table label.wishlist_update_column {
    padding-top: 7px;
    padding-right: 10px;
    color: #333;
}
#wishlist-shared .comment-box {
    font-size: 12px;
}
#recent-activity-content .price {
    font-size: 12px;
}
.itc-expires-title {
    font-size:18px;
}
.itc-expires-content {
    font-size: 16px;
}

.input-name-box .name-firstname{
    width: 165px;
    padding-right: 30px;
}

#btn_create_account{
    background: url(/skin/frontend/enterprise/hft/images/create_account.png)  no-repeat; border: none;
    width: 225px;
    height: 39px;
}

#btn_create_account:hover{
    background: url(/skin/frontend/enterprise/hft/images/create_account_b.png)  no-repeat; border: none;
    width: 225px;
    height: 39px;
}

.trackinglink { color:#110a6a; }
.trackinglink:hover { color:black; text-decoration: underline; }

.my-wishlist .btnWhite span,
.my-wishlist .btnLgWhite span,
.my-wishlist .btnYel span,
.my-wishlist .btnLgYel span { font-family: "HarborFreightFont_regular"; }

#wishlist .buttons-set .btnLgWhite span,
#wishlist .buttons-set .btnLgYel span { padding: 1px 15px 0 !important; }

#wishlist-table th:last-child,
#wishlist-table td:last-child { padding-right:0; }

#wishlist-table td.empty-header { padding: 0 5px 0 0; border: none; width: auto; }
#wishlist-table td.empty-header .dashboard-head { height: 20px; }

#wishlist-table .qty { width: 15px; float: left; margin: 0 5px 0 0; text-align: center; padding: 4px 0; width: 22px; }

#wishlist_preview .dashboard-head { padding: 8px 0 8px 10px; }
#wishlist_preview #wishlist-table th { padding: 0 5px 0 0; }
#wishlist_preview #wishlist-table th:first-child { width: 30px; }
#wishlist_preview #wishlist-table th:first-child .dashboard-head { padding: 8px 10px 8px 10px; }

#wishlist_preview .wishlistprice .sale {width:130px}
#wishlist_preview .wishlistprice .price-box{width:100px;}
#wishlist_preview #wishlist-table tbody tr td {
    border-bottom: none;
}

#wishlist_preview .wishlist-preview th{border-bottom: none;}
#wishlist_preview .todaydate{font-size:13px;padding-bottom:7px;}
#wishlist_preview .wishlist-header .info{display: inline;
    font-weight: bold;
    font-size: 18px;
    float: left;
    width: 237px;
    line-height: 25px;
    margin-left: 178px;
}

#wishlist_preview .wishlist-header .wishlist-logo{
    float: left;
    padding-bottom: 28px;
    padding-top: 31px;
    margin-left: -5px
}

#wishlist_preview .wishlist-preview-title {padding-top:18px;}
#wishlist_preview .wishlist-preview-title .wl-header{text-transform: uppercase;
    font-weight: bold;
    float: left;
    font-size: 25px;
    padding-bottom: 20px;
    width:281px;
}

#wishlist_preview #wishlist-table tbody tr td {
    border-bottom: none;
}

#wishlist_preview #wishlist-table tbody tr td:first-child { padding-left: 0; }

#wishlist_preview #wishlist-table .price-box {
    margin: 12px 0;
}

#wishlist_preview .price-box {
    font-size: 12px;
    height: 55px !important;
}

#wishlist_preview .wishlistprice .price-box {
    width: 100px;
}

#wishlist_preview div.only {
    font-size: 13px;
    text-align: left;
    line-height: 12px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    float: left;
    color: #333;
    text-decoration: line-through;
}

#wishlist_preview .only .price-label, .only #old-price-554 {
    font-size: 13px;
}

#wishlist_preview div.sale {
    font-size: 1.3em;
    color: #CC0000;
    float: left;
    width: 350px;
    line-height: 1.1em;
}

#wishlist_preview .data-table {
    border: none;
    border-collapse: collapse;
    border-bottom: 0;
    width: 100%;
}

#wishlist_preview .data-table thead {
    background: none;
    font-size: 11px;
}


#wishlist_preview .data-table th {
    color: #2d2d2d;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.wishlist-preview .product-link { font-size: 14px; }

.wishlist-management { padding: 0 0 10px; }

.customer-address-form .validation-advice { margin-left: 240px; }

.popup-block label[for=wishlist-name] { padding-top: 9px; }
.popup-block input#wishlist-public { margin-top: 3px; }

.customer-account-create .name-firstname { width: 165px; }
.customer-account-create .form-list .input-mi-box { margin-left: 50px; }

.review-customer-view #main-conten,
.review-customer-index #main-conten { font-size: 1rem; }
.review-customer-index .page-title h1,
.review-customer-view .page-title h1 { font-size: 1.5rem; color: #333; font-weight: normal; font-family: "HarborFreightFont_regular"; }
.review-customer-view .product-review .details .product-name,
.review-customer-view .product-review strong,
.review-summary-table td.label { font-family: "HarborFreightFont_bold"; font-weight: normal; color: #333; }
.review-summary-table .data-table td.value { vertical-align: middle; }
.review-customer-view .product-review .product-img-box { width: auto; }
.review-customer-view .pr-review-summary { padding-top: 10px; }
.review-customer-view .data-table td.value { vertical-align: middle; }
.review-customer-index .product-name { font-size: 1rem; }
.review-customer-index .pager .clear { display: none; }
.review-customer-index .pager { margin: 10px 0; }
.review-customer-index .data-table td.last a { color: #0c51b0; text-decoration: underline; font-size: 0.9rem; }
.review-customer-index .data-table td.last a:hover { text-underline: none; }

#forgot-password-content button {
    background: url("/skin/frontend/enterprise/hft/images/submit_blue_btn.jpg") no-repeat 0 0;
    width: 110px;
    margin: 0;
}

#forgot-password-content button span {
    text-indent: -9999px;
}
 
.order-detail-table .h-col{
    text-align: center;
}

.subtotal .cart-price  .price {
    text-align: center !important;
}

.itc-register .details {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.itc-register .details h4 {
    text-align: center;
    font-size: 15pt;
    font-weight: normal;
    font-family: "HarborFreightFont_bold";
}

.itc-register .details p {
    width: 570px;
    margin: 20px auto;
    text-align: left;
    font-size: 12pt;
    color: #515151;
}

.itc-register .hdr-img-section {
    padding-bottom: 15px;
    text-align: center;
}

.itc-register .img-section {
    padding: 15px 0;
    text-align: center;
}

.itc-register .itc-card {
    width: 560px !important;
    height: auto;
}

.itc-register .disclaimer {
    width: 560px;
    font-size: 8.5pt;
    color: #515151;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
}

.itc-register .disclaimer h5 {
    font-size: 10pt;
}

img.itc-logo {
   width: 289px !important;
}

.box-title {
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 5px;
}

@charset "UTF-8";
/* CSS Document */

div.add-view
{
    clear:both;
    float:left;
    margin-top:10px;
    width:100%
}
div.add-view a
{
    color:#0c51b0;
    font-size:1.4em;
    font-family: "HarborFreightFont_regular";
}
div.add-view a:link, div.add-view a:visited,div.add-view a:active
{
    text-decoration: underline;
}
div.add-view a.view-shipping  { /*margin-left:20px;*/  /*position: relative;*/ }

.compat_link {
    color: #0c51b0;
    text-decoration:underline;
}

.find input {
    cursor: pointer;
    text-align:center;
    float:right;
    margin:10px;
}

div.product-adv
{
    width:172px;
    float:right;
}
div.play-video {
    display: inline;
    margin-right: 10px;
}

div.play-fan-video {
    display: inline;
    margin-top: -15px;
}

div.product-video-item {
    padding: 0 51px 38px 0;
    background-size: 51px 47px;
}

.product-video-item,
.product-youtube-video-item {
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon.png') no-repeat 0 0;
    text-align: center;
}

.product-video-item:hover,
.product-video-item:focus,
.product-youtube-video-item:hover,
.product-youtube-video-item:focus{
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon-on.png') no-repeat 0 0;
}

#product-video {
    background: url('//images.harborfreight.com/media/products/thumbnails/video-icon.png') left top no-repeat;
}

.product-video-item .play-icon {
    color: #fff;
    margin-top: 25%;
}

div.add-item {
    width: 347px;
    background:#eee;
    float:left;
    margin-top:15px;
    padding:10px 10px 10px 15px;
    position:relative;
}

div.add-item .in-store-only {
    float: right;
}

.online-only-wrap .online-only{
    color: #0072bc;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 7px;
}

div.product-information-bottom img
{
    margin-top:20px;
}

div.only {
    clear:both;
    font-size:16px;
    color:#333;
    text-decoration:line-through;
}
div.sale
{
    font-size:2.3em;
    color:#CC0000;
    float:left;
    line-height:1.1em;
}
.availability.in-stock
{
    font-size:1.6em;
    color:#333;
    line-height:26px;
    margin-right: 3px;
    font-weight: normal;
}
div.sale p strong
{
    text-transform:uppercase;
}

div.add-item-tocard {
    clear:both;
}
div.add-item-tocard input
{
    width:47px;
    height:28px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1073px;
    text-align:center;
    line-height:28px;
    border:none;
    display:block;
    float:left;
    color:#333;
    font-size:13px;
    margin: 10px;
}
div.quantity
{
    line-height:25px;
    margin: 10px 0 10px 10px;
    color:#333;
    font-size:14px;
    float:left;
}
div.quantity label {
    font-weight: normal;
    font-size: 14px;
}
div.add-item-tocard input.add
{
    width:176px;
    height:44px;
    float:right;

    margin-top:0;
    color:#333333;
    text-transform:uppercase;

    background: rgb(252,239,184);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWZiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZWZiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZGY3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWRmNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(252,239,184) 0%, rgb(252,239,184) 50%, rgb(249,223,113) 50%, rgb(249,223,113) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252,239,184)), color-stop(50%,rgb(252,239,184)), color-stop(50%,rgb(249,223,113)), color-stop(100%,rgb(249,223,113)));
    background: -webkit-linear-gradient(top,  rgb(252,239,184) 0%,rgb(252,239,184) 50%,rgb(249,223,113) 50%,rgb(249,223,113) 100%);
    background: -o-linear-gradient(top,  rgb(252,239,184) 0%,rgb(252,239,184) 50%,rgb(249,223,113) 50%,rgb(249,223,113) 100%);
    background: -ms-linear-gradient(top,  rgb(252,239,184) 0%,rgb(252,239,184) 50%,rgb(249,223,113) 50%,rgb(249,223,113) 100%);
    background: linear-gradient(top,  rgb(252,239,184) 0%,rgb(252,239,184) 50%,rgb(249,223,113) 50%,rgb(249,223,113) 100%);
    font-size: 1.8em;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
div.add-item-tocard input.add:hover
{
    cursor:pointer;
}
div.add-item-tocard input.add.pre-order
{
    color: #ffffff;
    text-shadow: none;
    font-size: 1.7em;
}
div.find-store
{
    clear:both;

    margin-top:15px;
    float:left;


}
div.find-store
{
    width:346px;
    height:46px;
    background:#FFFFFF;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
div.find-store p
{
    font-size:1.4em;
    color:#333;
    width:190px;
    padding:5px 10px;

}

div.find-store.find input {
    background:#333333;
    color:#FFFFFF;
    text-transform:uppercase;
    text-align:center;
    width:108px;
    height:25px;
    border:none;
    font-size:1.3em;
    display:block;
    right:25px;
    bottom:53px;
    text-shadow:0 -1px 0 rgba(0,0,0,0.75);

}

div.find-store form.find input:hover
{
    cursor:pointer;
}

/*****************************Product-ADV**********************************/
div.protect-this-item
{
    height: 82px;
    background:#fbfbfb;
    margin-top:7px;
    border:1px solid #ccc;
    padding:10px;
}
p.adv-title
{
    font-size:1.5em;
    color:#0c51b0;
    text-transform:uppercase;
}
p.infor
{
    font-size:1.4em;
    color:#333;
    text-transform:capitalize;
    line-height:20px;
}
.price
{
    font-size:1.4em;
}
.sale .price
{
    font-size:inherit;
}
.catalog-product-view .price
{
    font-size:2.5em;
}
.price-box > .price-label {
    font-size: 2.5em;
}
.price-box > .price-label,
.price-box > .regular-price {
    color:#CC0000;
}
.price-box .price {
    font-weight: normal;
}
.product-information .point {
    min-height: 23px;
}
.product-information .price-box {
    text-align: left;
    height: 30px !important;
    position: relative;
    top: -10px;
    width: 100%;
    padding-bottom: 10px;
}

.product-information .price-box .sale {
    float: none;
}

.product-information .price-box .only,
.product-information .price-box .comp {
    margin-top: 5px;
    position: static;
    clear: both;
}

.price-box.compat-price-display {
    top: -25px !important;
    padding-bottom: 15px;
    display: inline-block;
}

.price-box .comp span {
    line-height: 110%;
}

div.comp {
    text-decoration: none;
}
div.product-adv input
{
    width:55px;
    height:31px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1102px;
    float:right;
    cursor: pointer;
}
form.product-adv input:hover
{
    cursor:pointer;
}
div.accessories
{
    border:1px solid #ccc;
    padding:10px;

}
.accessories .price-label {
    font-size: 13px;
}
div.access-top
{
    margin-top:7px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
}
div.access-bottom
{
    margin-top:10px;
}
div.access-top p.price,div.access-bottom p.price
{
    padding-left: 10px;
    text-align: center;
    padding-top:10px;
}
img.access
{
    float:left;
}
p.access-infor
{
    font-size:1.3em;
    color:#333;
    text-decoration:underline;
    text-transform:capitalize;
    line-height:16px;
    text-align:left;
}

/****************************************************/
div.overview
{
    margin-top:6px;
    clear:both;
    float: left;
}
div.related-product-box
{
    width:960px;
}
.p-tabLink{
    font-size:1.7em;
    padding:6px 50px 8px 50px;
    border-left:solid 1px #fff;
    border-top:solid 1px #ccc;
    text-decoration:none;
    color:#333333;
    height:30px;
    background:url(/skin/frontend/enterprise/hft/images/bg-tab.jpg) repeat-x;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);

}
a.p-tabLink-last
{
    border-right:solid 1px #ccc;
}
a.first
{
    border-left:solid 1px #ccc;
}
.p-tabLink:hover,.p-activeLink{
    text-decoration:none;
    background:#fff;


}
.content-related-product-box{
    border:solid 1px #ccc;
    margin:3px 0 10px 0;
    padding:20px;
    border-radius:0 3px 3px 3px;
    -moz-border-radius:0 3px 3px 3px;
    -webkit-border-radius:0 3px 3px 3px;
    -ms-border-radius:0 3px 3px 3px;
    -o-border-radius: 0 3px 3px 3px;
    font-size:1.1em
}
.content-related-product-box li{
    list-style: disc outside;
}
.p-hide{
    display:none;
}
div.p-sendtofriend-form
{
    padding:20px;
}
div.overview-description
{
    width:446px;
    float:left;
}
div.overview-description .endorsements {
    color:#000000;
    font-style: italic;
    font-size: 1.1em;
    line-height: 22px;
    min-height: 8px;
    font-weight: bold;
    margin-top : 7px;

}

div.overview-description .endorsements-source {
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.1em;
    line-height: 22px;
    min-height: 8px;
    color:#000000;
    margin-top : -5px

}

div.title
{
    width: 426px;
    border-bottom:1px solid #333;
    font-size:1.6em;
    color:#333;
    line-height:20px;
}

img.des-logo
{
    margin-top:20px;
}
.product-information img.des-logo {
    margin-top: 8px;
}

div.des-title
{
    font-size:1.2em;
    color:#333;
    margin-top: 20px;

}
div.des-conten ul
{
    margin:20px 0 0 40px;
    font-size: 1.1em;
}
div.des-conten ul li
{
    font-size:1.1em;
    color:#333;
    list-style: disc outside;
    line-height:16px;
}

div.overview-specifications
{
    width:413px;
    float: right;
    padding-right:40px;
    min-height: 320px;
    overflow-y: auto;
}

div.clear
{
    clear:both;
}
div.Specifications ul li
{
    width:413px;
    height:25px;
    list-style:none;
    line-height:25px;
    padding-left:15px;
}
div.Specifications ul li.color
{
    background:#eeeeee;
}
p.property
{
    float:left;
}
p.value
{
    padding-left:150px;
}
div.Specifications ul
{
    margin:20px 0 0 0;
}
div.related-products-title
{
    margin-top:20px;
    margin-bottom:5px;
    font-size:2.4em;
    text-transform:uppercase;
    color:#333;
}
.print-item {
    cursor: pointer;
    float:right;
    margin-top:4px;
}
.backorder-text {
    margin-top:5px;
    float: right;
    font-size: 1.3em;
    margin-bottom: 12px;
}
div.related-products-title a
{
    float:right;
    color:#0033cc;
    font-size:.55em;
    line-height:16px;
}
li.related-products
{
    list-style:none;
    width:228px;
    float:left;
    margin-left:12px;
}
li.related-products img
{
    padding:10px;
}
a.track-your-order
{
    color:#FFFFFF;
    text-decoration:none;
    padding-right:16px;
}
a.track-your-order .arrow {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -730px;
    display: inline-block;
    float: right;
    width: 14px;
    height: 16px;
    position: relative;
    top: 2px;
}
a.track-your-order:hover
{
    cursor:pointer;text-decoration:underline;
}


.slide-product .slide-product-back
{
    background:url(/skin/frontend/enterprise/hft/images/slide-product-back.jpg) left center no-repeat;
    border:none;
    width:27px;
    height:56px;
    position:absolute;
    left:-1px;

    top:160px;
}
.slide-product input:hover
{
    cursor:pointer;
}
.slide-product .slide-product-next
{
    background:url(/skin/frontend/enterprise/hft/images/slide-product-next.jpg) right center no-repeat;
    border:none;
    width:27px;
    height:56px;
    position:absolute;
    right:-1px;

    top:160px;
}

.slide-product .slide-product-back
{
    background:url(/skin/frontend/enterprise/hft/images/slide-product-back.jpg) left center no-repeat;
    border:none;
    width:27px;
    height:56px;
    position:absolute;
    left:-1px;

    top:160px;
}
.slide-product input:hover
{
    cursor:pointer;
}
.slide-product .slide-product-next
{
    background:url(/skin/frontend/enterprise/hft/images/slide-product-next.jpg) right center no-repeat;
    border:none;
    width:27px;
    height:56px;
    position:absolute;
    right:-1px;

    top:160px;
}
.product ul.ul-product li.top
{
    margin-left:35px;
}
ul.ul-product li.related-products
{
    list-style:none;
    width:18%;
    float:left;
    margin-left:12px;
}

.freeshipping {
    background: url(/skin/frontend/enterprise/hft/images/freeshipping.jpg) no-repeat center top;
    border-top:1px #cccccc solid;

}

.prop-warning-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 5px 0;

}

.prop-warning-section:after {
    border-top: 1px solid #ccc;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    content: '';
    display: block;
    position: relative;
    top: -25px;
    left: 2px;
}

.prop-warning-section:nth-of-type(-n+2):after {
    border: none;
}

.prop-warning-icon {
    float: left;
    width: 12%;
    font-size: 28pt;
    color: #fcde00;
    text-align: center;
    line-height: 100%;
}

.prop-warning-icon .fa-stack{
    line-height: 100%;
    height: auto;
}

.prop-warning-icon .exclamation-stack-0 {
    -webkit-text-stroke: 1px #c8b000;
}

.prop-warning-icon .exclamation-stack-1 {
    color: #000;
    font-size: 25px;
    top: 9px;
    line-height: 100%;
}

.prop-warning-text {
    float: left;
    width: 86%;
}

.prop-warning-text b{
    font-family: "HarborFreightFont_bold" !important;
    font-weight: normal;
}

.prop-more-info {
    text-align: center;
}

.prop-more-info .link-blue {
    color:#0645AD;
    font-size: 11pt;
}

#prop-content {
    padding-right: 5px;
}

#ca_resident .fa-caret-right {
    font-size: 12pt;
    padding-left: 5px;
}

#ca_resident_info strong {
    font-size:17px;
}
#ca_resident_info ul li {
    list-style: disc outside;
    margin-left: 41px;
}

#ca_resident_info{
    font-family: "HarborFreightFont_regular" !important;
    color: #444242;
    overflow-y: auto;
}

#ca_resident_info .ca_scroll{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.ca_scroll, div.ca_scroll , p.ca_scroll {
    font-family: HarborFreightFont_regular !important;
}

.socialmedia{
    background-repeat:no-repeat;
    width:136px;
    height:39px;
    float:right;
    margin-top:10px;
    padding-top:5px;
}

/** Product Page Modifications */
.product-view .product-img-box {
    width: 378px;
    margin-right: 12px;
    clear:both;
    float:left;

}
.product-view {
    background: none;
}
.product-view .product-img-box img {
    text-align:center;
    border:none;
    display:block;
}

#product_video_overlay{
    width:650px;
    margin-left:142px;
    margin-right:auto;
    padding-top:0;
    margin-top: -5px;
    height:420px;
}
#product-attribute-support-table a {
    color: #0072BC;
}
.no-orders {
    font-size: 1.3em;
    padding: 10px;
}
.product-detail .product-pricing {
    background-color: #EEEEEE;
    border: none;
    float: left;
    margin-top: -40px;
}
/** colateral tabs for product page */

#collateral-tabs .tab {
    font-size:1.7em;
    padding:3px 38px 14px 28px;
    border-left:solid 1px #fff;
    border-top:solid 1px #ccc;
    text-decoration:none;
    color:#333333;
    height:17px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite-bg.png) repeat-x 0 -113px;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
    margin-right: 0;
}

#collateral-tabs.manyTabs .tab {
    padding: 3px 20px 14px;
}
#collateral-tabs.manyTabs .tab span {
    padding: 0;
}
#collateral-tabs.manyTabs .warranty {
    width: auto;
}
#collateral-tabs.manyTabs .reviews {
    padding-left: 20px;
}

#collateral-tabs .warranty{
    width:45px;
}


#collateral-tabs .guide {
    padding: 3px 5px 14px;
    width:240px;
}
#collateral-tabs .guide span {
    padding: 0 10px;
}

#collateral-tabs .reviews {
    padding-left: 36px;

}

#collateral-tabs .first
{
    border-left:solid 1px #ccc;
}
#collateral-tabs .last
{
    border-right:solid 1px #ccc;
}
#collateral-tabs .active, #collateral-tabs .tab:hover {
    text-decoration:none;
    background:#fff;
}
.collateral-tabs .tab span {
    background-image: none;
    font-weight: normal;

}

#collateral-tabs .tab-container {
    border:solid 1px #ccc;
    margin:7px 0 10px 0;
    border-radius:0 3px 3px 3px;
    -moz-border-radius:0 3px 3px 3px;
    -webkit-border-radius:0 3px 3px 3px;
    -ms-border-radius:0 3px 3px 3px;
    -o-border-radius: 0 3px 3px 3px;
    font-size:1.1em;
    z-index: 3;
}

_:-ms-fullscreen,
:root #collateral-tabs .tab-container {
    max-width: 99.99%;
}


#collateral-tabs .tab-container.pr-popup-open {
    z-index: 3000;
}
#collateral-tabs .tab.reviews + .tab-container {
    display: block !important;
    left: -9999em;
    opacity: 0 !important;
}
#collateral-tabs .tab.reviews.active + .tab-container {
    left: 0;
    opacity: 1 !important;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#collateral-tabs .tab-content {
    border: none;
    padding: 20px;
    font-size: 1.1em;
}

#collateral-tabs .tab-container .pr-review-engine {
    font-size:1.3em;
}

#collateral-tabs .data-table {
    border: none;
    font-size: 1.2em;
}
#collateral-tabs .data-table .label {
    border: none;
    padding-top:20px;
    font-size: 16px;
}

#collateral-tabs .data-table .guide {
    font-weight:bold;
}

#collateral-tabs .data-table .intro {
    border: none;
    font-size: 16px;
}
#collateral-tabs .data-table .data {
    border: none;
    padding-top:20px;
    font-size: 14px;
}
.data-table tr.even {
    background-color: #EEEEEE;
}
#collateral-tabs .description {
    float: right;
    width:413px;
}

.data-table tr.last th{
    border:none;
}
.data-table th.label {
    background-color:  #fff;
    font-weight: normal;
}
#collateral-tabs .data-table td.last {
    border: none;
}
.overview-description p {
    padding-top:20px;
}

.accessories .sale {
    font-size: 1.1em;
    margin-top: 0;
    text-align: center;
    width:160px;
}
.accessories .price-box {
    width: 60px;
    float: left;
}
.accessories .only {
    font-size: 1em;
    text-align: center;
    width:155px;
}
.accessories .members {
    clear: both;
    font-size: 1.4em;
    margin-left: 45px;
}
.accessories .minimal-price-link {
    margin: 0 0 0 37px;
}
#overlay-hidden-content {
    display: none;
}

#featureBlurbDiv {width: 350px;color: #0F79DF;font-size: 14px;font-family:'HarborFreightFont_regular'}
#featureBlurbDiv strong {font-family:'HarborFreightFont_bold'}

.itc-sale {
    text-decoration: line-through;
}
.members {
    font-size: 1em;
    color:#CC0000;
}
.members .price {
    font-size: 1em;
    color:#CC0000;
}
.itc-price-product {
    display: none;
    background-color: #CC0001;
    float:left;
    width:340px;
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
    color: #FFF;
    font-size: 2.1em;
}
.itc-price-product .itc-price-value {
    padding:5px;
    float:left;
}

#messages_product_view {
    margin: 0 0 10px;
}

#coupon_error_wrapper {
    width: 250px;
    text-align:justify;
    padding-left:25px;
}
#coupon_error_wrapper a {
    color: #0072BC;
}
#coupon_error_heading {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
#coupon_error_message{
    background:transparent url('/skin/frontend/enterprise/hft/images/bg-stripes-3x3_02.jpg');
    padding: 15px;
    margin-bottom: 10px;
    color: #cb0101;
    text-align:center;
}
#coupon_error_footer img {
    padding: 10px 0;
    width: 260px;
}
#coupon_error_general, #coupon_error_thank {
    padding:10px 0;
}

#pricematching-price {
    float:right;
    color:#CC0000;
    font-size: 14px;
    text-align: right;
    width:200px;
    margin-bottom: 5px;
}
#pricematching-coupon-price {
    font-weight: normal;
    font-family: "HarborFreightFont_bold";
}

.online-only-wrap {
    position:absolute;
    top: 10px;
    right: 20px;
}


/** CERTONA HORIZONTAL STYLE STARTS **/
.product-adv-horizontal {
    float: left;
}

.product-adv-horizontal .recview {
    color: #fff;
    background-color: #0059a7;
    text-transform: uppercase;
    font-size: 15px;
    vertical-align: middle;
    margin: 0;
    height: 20px;
    padding: 5px 0 3px 10px;
    width: 200px;
}

#certona_containerPDP {
    border: 1px solid #999;
    height: 180px;
    margin: 0;
    width: 948px;
    display: none;
}

#certona_containerPDP_additional {
    margin: 0;
    width: 758px;
    height: 180px;
    border: 1px solid #999;
    display: none;
}

div#quickview_rr #certona_containerPDP {
    width: 758px;
}

.hgrid_1 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    height: 166px;
    width: 178px;
    padding: 5px;
}
.haccess {
    width: 75px;
    height: 80px;
    margin: 0;
    padding: 0;
    float: left;
}
.itmname {
    width: 100px;
    height: 106px;
    margin: 0;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
}
.itmname p {
    color: #333333;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    clear: both;
    font-weight: 400;
    padding: 5px 0 0 5px;
    margin: 0;
    height: 55px;
    min-height: 55px;
}
.itemnumber {
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 12px;
}

.saleonly3 {
    font-size: 13px;
    text-align: left;
    line-height: 12px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-decoration: line-through;
}
.regularonly3 {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    float: left;
}
#old-price-5542 {
    font-size: 14px;
    padding-bottom: 5px;
}

.price-box2 .sale {
    font-size: 16px;
    color: #d91b00;
    text-align: left;
    line-height: 16px;
    padding: 0 0 10px 0;
    font-weight: 400;
    margin: 5px 0 0;
}

.clearsp {
    clear: both;
    height: 4px;
}

/** CERTONA HORIZONTAL STYLE ENDS **/
/** endorsements text styling fix start **/
.endorsements {
    margin-top: 5px;
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
    color: #0C51B0;
}

.endorsements-source {
    color: #333333;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}
/** endorsements text styling fix end **/

/** PREVIOUS/NEXT LINK (ECOMM-5750) STARTS**/

div.prevnext-container{
    float:right;
    margin-right:172px;
    font-size:14px;
    color:#0c51b0;
    line-height:38px;
}
div.prevnext-container a{
    text-decoration: none;
}

div.prevnext-container a.prevnext-disabled{
    color: rgb(153, 153, 153);
    cursor: not-allowed;
}

/** PREVIOUS/NEXT LINK (ECOMM-5750) ENDS**/

.catalog-product-view div.add-view a + a {
    border-left: 1px solid #0C51B0;
    margin-left: 16px !important;
    padding-left: 16px !important;
}

/** HFT Share This **/
/* Animation */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein { /* Firefox */
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein { /* Opera */
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadeout { /* Firefox */
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadeout { /* Safari and Chrome */
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadeout { /* Opera */
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeIn {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari */
    -o-animation: fadein 1s;/* Opera */
}


@keyframes bounce {
    from { transform: translateY(0px); }
    to   { transform: translateY(-5px); }
}

@-moz-keyframes bounce {
    from { transform: translateY(0px); }
    to   { transform: translateY(-5px); }
}

@-webkit-keyframes bounce {
    from { transform: translateY(0px); }
    to   { transform: translateY(-5px); }
}

@-o-keyframes bounce {
    from { transform: translateY(0px); }
    to   { transform: translateY(-5px); }
}

.sharethis ul {
    font-size: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.sharethis li {
    float: left;
    width: 33%;
    position: relative;
}

.sharethis li a {
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.sharethis li a:hover,
.sharethis li a:active,
.sharethis li a:focus {
    color: #007be8;
}

.sharethis .middle-col:before,
.sharethis .middle-col:after {
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    top: 8px;
    background-color: #686868;
}

.sharethis .middle-col:before {
    left: 5px;
}

.sharethis .middle-col:after {
    right: 5px;
}

/** Quickview share **/
.quickview-open .sharethis .middle-col:before {
    left: -8px;
}

.quickview-open .sharethis .middle-col:after {
    right: -8px;
}

.quickview-open .sharethis .middle-col{
    margin-left: 15px;
    margin-right: 14px;
    width: 25%;
}

.sharethis .fa {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

/* The element to hover over */
.sharethis .popover {
    position: absolute;
    width: 140px;
    line-break: auto;
    background-color:#ffffff;
    border: 1px solid #ccc;
    color: #000000;
    padding: 15px 0;
    top: 100%;
    left: 80px;
    z-index: 125;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(102,102,102,1);
    box-shadow: 0 0 5px rgba(102,102,102,1);
}

.sharethis .popover > .arrow,
.sharethis .popover > .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sharethis .popover > .arrow {
    border-bottom-color: #ccc;
    top: -22px;
    left: 48%;
}

.sharethis .popover > .arrow:after {
    border-bottom-color: #ffffff;
    content: '';
    margin-left: -11px;
    margin-top: -10px;
}

.sharethis .popover .fa {
    font-size: 28px;
    top: 0;
    padding-right: 5px;
}

.sharethis .popover div.item {
    padding: 5px 10px;
}

.sharethis .popover div > a{
    margin: 0 10px;
    text-decoration: none;
    float: none !important;
}

.sharethis .popover div > a > span{
    position: relative;
    top: -5px;
}
.sharethis .popover > .item:hover {
    background-color: #ccc;
}

.sharethis .popover > .item:hover > a > i {
    animation: bounce 500ms infinite alternate;
    -moz-animation: bounce 500ms infinite alternate; /* Firefox */
    -webkit-animation: bounce 500ms infinite alternate; /* Safari */
    -o-animation: bounce 500ms infinite alternate; /* Opera */
}

.sharethis .fa-facebook-square {
    color: #3b5998;
}

.sharethis .fa-pinterest-square {
    color: #bd081c;
}

.sharethis .fa-twitter-square {
    color: #1da1f2;
}

.sharethis .fa-reddit-square {
    color: #ff4500;
}

.sharethis .fa-envelope-square {
    color: #848484;
}

/************** Video block *****************/
.videos-block {
    clear: left;
    border: solid 1px #ccc;
    margin: 7px 0 10px 0;
    padding: 10px 20px 20px;
}

.videos-block .title {
    width: auto;
    font-size: 19px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.videos-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.videos-wrap .video {
    width: 42%;
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
}

.videos-wrap .video a {
    display: block;
}

.videos-wrap .video:last-child {
    margin-right: 40px;
}

.videos-wrap .video img {
    width: 100%;
    height: 225px;
}

.videos-wrap .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 34px;
    background: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    padding: 0 0 0 6px;
    box-sizing: border-box;
    text-align: center;
    margin: -22px 0 0 -22px;
}


#top-bar, #head{
    font-size:.625em;
}

div#top-bar
{
    height:29px;
    margin-bottom: 4px;
    width:100%;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite-bg.png) repeat-x 0 0;
    font-weight: normal;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
}

div#my-cart {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -17px -178px;
}

div.top-bar-conten
{
    width:960px;
    height:33px;
    margin:0 auto;
}
div.help
{
    float:left;
}
div.help
{
    width:106px;
    height:29px;
    font-size:15px;
    float: left;
}
img.fix1
{
    margin-left:75px;
    float:left;
}

p.aaa
{
    color:#0c51b0;
    padding:4px 0 0 10px;
    float:left;
}
div.help select
{
    width:135px;
    height:29px;
    border:none;
    background:transparent;
    color:#0c51b0;
    padding:4px 0 0 10px;
    background:url(/skin/frontend/enterprise/hft/images/drop-help.jpg) right center no-repeat;
    overflow:hidden;
}
div.bar-center
{
    width:189px;
    height:29px;
    float:left;
    font-style:normal;
    color:#333333;
    text-transform:uppercase;
    line-height:29px;
    text-align:center;
    font-size:15px;
    border-right: 1px solid #FFF;
    overflow: hidden;
    margin-left: 20px;
    font-family:"HarborFreightFont_regular";
}
div.bar-center span
{
    color:#cc0000;
}
div.myaccount
{
    width:68px;
    height:29px;
    float:left;
    text-transform:uppercase;
    text-align:center;
    line-height:29px;
    font-size:15px;
    border-right: 1px solid #FFF;
}

div.myshoppinglist
{
    width:208px;
    height:29px;
    float:left;
    text-transform:uppercase;
    text-align:center;
    line-height:29px;
    font-size:15px;
    border-right: 1px solid #FFF;
}

div.myshoppinglist a,div.my-wish a
{
    text-decoration:none;
    color:#333;
}
div.myshoppinglist a:hover,div.my-wish a:hover
{
    color:#0c51b0;
}

div.myaccount a,div.my-wish a
{
    text-decoration:none;
    color:#333;
}
div.myaccount a:hover,div.my-wish a:hover
{
    color:#0c51b0;
}
/*add*/
div.myaccountLogin
{
    width:180px;
    height:29px;
    float:left;
    text-transform:uppercase;
    text-align:center;
    line-height:29px;
    font-size:15px;
    border-right: 1px solid #FFF;
}
div.myaccountLogin a,div.my-wish a
{
    text-decoration:none;
    color:#333;
}
div.myaccountLogin a:hover,div.my-wish a:hover
{
    color:#0c51b0;
}
/*end added*/
div.my-wish
{
    width:120px;
    height:29px;
    float:left;
    text-transform:uppercase;
    text-align:center;
    line-height:29px;
    font-size:15px;
}

div.my-card
{
    width:40px;
    height:29px;
    background:#333;
    float:left;
    text-align:center;
    text-shadow:none;

}
div.my-card a
{
    color:#f9df71;
    text-decoration:none;
    line-height:29px;
    font-size:16px;
}
div.check-out
{
    width:117px;
    height:29px;
    background:#f9df71;
    float:right;
    text-transform:uppercase;
    text-align:center;
    line-height:29px;
    font-size:15px;
    border-right: 1px solid #FFF;
}

div.check-out a
{
    color:#333333;
    text-decoration:none;
    line-height:29px;
    display: block;
    float: left;
}

div.check-out a:hover
{
    color:#0C51B0;
}

div.check-out #cart-btn-name {
    margin-left: 17px;
}

div.check-out #cart-qty-wrapper {
    margin: -6px 0 0 17px;
}

div.check-out #cart-qty-wrapper .cart-qty {
    display: block;
    text-align: center;
    width: 26px;
}

/******************Head********************/
#head {
    margin: 0 auto;
    width: 960px;
    position: relative;
}
div.search
{
    height:90px;
    position: relative;
    z-index:1;
}
div.logo
{
    display:block;
    position: absolute;
    left: 0;
    top: 6px;
}
/*************************search************************/
div.form-search {
    width:383px;
    height:34px;
    position: absolute;
    left: 390px;
    top: 23px;
    background: url(/skin/frontend/enterprise/hft/images/bg-search.jpg) no-repeat center center;
    padding-top: 6px;
    padding-left: 6px;
}

.btn-search
{

    font-family:"HarborFreightFont_regular";
    width:85px;
    height:27px;
    color:#FFFFFF;
    line-height:27px;
    text-transform:uppercase;
    text-align:center;
    border:none;
    font-size:15px;
    text-shadow:0 -1px 0 rgba(0,0,0,0.75);
    margin-left: 15px;
}

.btn-search:hover
{
    cursor:pointer;
}

input.txt-search
{
    border: medium none;
    height: 28px;
    line-height: 27px;
    width: 267px;
    color:#666666;
    font-size:15px;
    padding: 0 0 0 5px;
    font-family:"HarborFreightFont_regular";

}
div.dropdown
{
    z-index:1000;
    font-size:16px;
    width: 165px;
    top: 18px;
    right: 190px;
    position: absolute;
}
div.dropdown2
{
    z-index:900;
    font-size:16px;
    position: absolute;
    right: 10px;
    width: 165px;
    top: 18px;
}
.menu-content {
    font-size:.75em;
}

div.dropdown select
{
    border:none;
    margin-top: 27px;
    margin-left:25px;
    width:150px;
    height:27px;
    line-height:27px;
    text-transform:uppercase;
    color:#0c51b0;
}
div.dropdown2 select
{
    border:none;
    margin-top: 27px;
    margin-left:25px;
    width:150px;
    height:27px;
    font-size:13px;
    line-height:27px;
    text-transform:uppercase;
    color:#0c51b0;
}

div.nav-top
{
    z-index:400;
    font-size:1.3em;
    position: relative;
}

div.nav-top img {
    margin-bottom: 0;
}

ul#topnav {
    float: left;
    width: 960px;
    position: relative;
    height: 32px;
}

ul#topnav li  {
    height: 32px;
    padding: 0;
    list-style:none;
    background:#cccccc;
    width:auto;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -975px;
    position:relative;
    z-index:1000;
}
ul#topnav li.topnav-li
{
    width:170px;
    float:left;
}
ul#topnav li.first
{
    float:left;
}
ul#topnav li.noline
{
    background:none;

}
ul#topnav li a {
    text-align:center;
    display: block;
    color: #000;
    text-decoration: none;
    line-height:32px;
    text-transform:uppercase;
    font-size:17px;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
}
ul#topnav li.first a {
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
    color:#990000 !important;
}
ul#topnav li.last
{
    /*    float:right;
        overflow:hidden;*/
    background: none repeat scroll 0 0 #F9DF71;
}
ul#topnav li.last a {
    background: url("/skin/frontend/enterprise/hft/images/bg-nav.jpg") no-repeat scroll left center #0C51B0;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
ul#topnav li.last a:hover {
    color:#f9df71;
}
ul#topnav li:hover {

}
ul#topnav li:hover a
{
    color:#0C51B0;
}
ul#topnav li ul.children a
{
    color:#FFFFFF;
    text-shadow:none;
}
ul.children {
    max-height: 32px;
    line-height: 32px;
    padding: 0;
    position: relative;
    left: 0; top: 0;
    display: none;
    width: 181px;
    color: #000;
    background:#2a2a2a;
    font-size:.85em;
    z-index:10000;
    text-align:left;
}
ul#topnav li ul.children li a
{
    text-transform:uppercase;
    font-weight:normal;
    text-align:left;
}
ul#topnav li ul.children li {
    width:164px;
    background:#666;
    border-bottom:1px #2b2b2b solid;
    border-top:1px #8c8c8c solid;
    text-align:left;
    padding-left:30px;
}

ul#topnav li ul.children li.auto-menue-bg {
    background: #666 url(/skin/frontend/enterprise/hft/images/sub-menu-bg.gif) repeat-x left top;
    display:block;
    height:32px;
}

#topnav li.topnav-li ul.children li {
    position:relative;
    z-index:10;
}

ul#topnav li:hover ul {
    display: block;
}

ul#topnav li ul a {
    display: inline;
    color:#fff;
}

ul#topnav li ul a:hover {

}

ul#topnav li ul li:hover {
    background-color:#999999;
    color:#333333;

}
ul#topnav li ul li:hover a{
    color:#333333;
}

ul#topnav li a {font-size:15px;}
#topnav {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite-bg.png) repeat-x 0 -30px !important;
}
#topnav .first a.newmenu {color: #e31e03 !important;}
ul#topnav li.first ul.children a {color: #FFF !important;}
#topnav .schools.schools {color: #015401 !important;}

.fx_submenu {
    display:block;
    position:relative;
    z-index:-10;
    background: #003575;
    color: #000000;
    float: left;
    font-size: 0.95em;
    line-height: 48px;
    max-height: 48px;
    height:48px;
    width: 960px;
    margin: 3px 0 2px 0;
}

.fx_submenu li {
    font-size: 15px;
    float:left;
    height: 48px;
    border-right: inset 1px #000;
    text-align:center;
    vertical-align:middle;
}

.fx_submenu li a, .fx_submenu li.last a {
    font-weight: normal;
    display:inline-block;
    padding:8px 0 0 0;
    color: #fff;
    line-height:17px;
    font-size:16px;
    text-shadow:0 1px 0 rgba(25,25,25,0.75);
    text-align:center;
    text-transform:uppercase;
    text-decoration: none;
}

.fx_submenu li a:hover , .fx_submenu li.last a:hover {
    font-weight: normal;
    display:inline-block;
    color:#fff300;
    line-height:17px;
    font-size:16px;
    text-shadow:0 1px 0 rgba(25,25,25,0.75);
    text-align:center;
    text-transform:uppercase;
    background-color:transparent;
}

.fx_submenu li.last {
    border-right:none;
}


.breadcrumbs {
    margin-top: 10px !important;
}

.catalogsearch-result-index .breadcrumbs {
    margin-top: 0 !important;
}

.fx_submenu li.all_cat {
    float:right;
}

.fx_submenu li.all_cat a{
    background: url(/skin/frontend/enterprise/hft/images/all-cat-bg.gif) repeat-x left top;
    width:112px;
    height:32px;
    display:block;
    text-align:center;
    color:#fff;
    font-size: 1.1em;
    text-decoration:none;
    padding: 0;
}

.fx_submenu li.all_cat a:hover{
    background: url(/skin/frontend/enterprise/hft/images/all-cat-bg.gif) repeat-x left top;
    color:#FFF;
    text-decoration:none;
}

.menuPromoBanner {
    height:28px;
    line-height:28px;
    text-align:center;
    text-transform:uppercase;
    position:absolute;
    bottom:0;
    width:100%;
    background: url("/skin/frontend/enterprise/hft/images/freeshipping.jpg") no-repeat center top;
    border-top: 1px solid #CCCCCC;
}

ul.fx_submenu ul {
    display: none;
    line-height: 12px;
    box-shadow: 0 0 4px #b6b6b6;
}
ul.fx_submenu ul ul {
    display: block;
    position: relative;
    box-shadow: none;
}
ul.fx_submenu li li {
    background: none;
    float:none;
    line-height: 20px;
}
.fx_submenu li li a {
    padding: 0;
}
.menuBanner {
    min-height: 355px;
}
.fx_submenu ul{
    position: absolute;
    left: 0;
}
.fx_submenu ul ul{
    position: relative;
}
.megamenu {
    position: relative;
    top: 0;
}
ul.children {
    background: none;
    max-height: none;
}
ul#topnav li ul.children li {
    width: auto;
}
ul#topnav li ul.children li a {
    padding-right: 5px;
}
.help-menu li {
    z-index: 1000;
}
.help-menu li li {
    float: none;
    margin-left: 0;
    position: relative;
    list-style:none;
    text-align: left;
    background-image: none;
    border-right: 0 none;
    border-left: 0 none;
    width: auto;
    z-index: 1000;
}
.help-menu li li:hover {
    background: none;
    box-shadow: none;
}
li.help-item{
    margin:0 0 10px 0;
    padding:0;
}
.menu-dropdown li li {
    width: auto;
}
.menu-dropdown li li:hover {
    background-color: #0D52B1;
}
.menu-dropdown li.dif .menu-content {
    z-index: 4000;
}
ul#topnav li ul.children li {
    padding-left: 20px;
}
.menu-dropdown li.dif .menu-content {
    width:228px;
}
.search-module h2 {
    color: #fff;
}

#searchSubmitButton {
    float:right;
    width: 85px;
    height: 27px;
    color: white;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    margin:7px 3px;
    border: none !important;
    outline: none !important;
}

@charset "UTF-8";
/* CSS Document */

#certona-home {font-size: 14px;}
#certona-home.certona-items-area{ width:960px; height:355px; border:1px solid #ccc; position: relative;  }
#certona-home .viewport { width:960px; height:355px; overflow:hidden;  position: relative;  }
#certona-home .overview { list-style: none; position: absolute; }
#certona-home .overview li{
    list-style:none;
    width: 153px;
    float:left;
    margin:15px 0 15px 24px;
    padding-right: 16px;
    border-right:1px solid #cccccc;
}
#certona-list .related-products-name a {line-height:16px;margin:0}

#certona-list.certona-items-area{ width:718px; height:363px; border:1px solid #ccc; position: relative;  }
#certona-list .viewport { width:718px; height:400px; overflow:hidden;  position: relative;  }
#certona-list .overview { list-style: none; position: absolute; }
#certona-list .overview li {
    list-style:none;
    width: 146px;
    float:left;
    margin: 4px 5px 0 16px;
    padding-right: 13px;
    border-right:1px solid #cccccc;
    line-height:1em;
}

#certona-list .overview .related-products-item {
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 12px;
}

#certona-list div.viewport ul.ul-product-inner.overview li.related-products-inner.top button.button.btn-cart {
    width:127px;
}

#certona-list div.viewport ul.ul-product-inner.overview li.related-products-inner.top .product-image{
    width:125px; height:125px;margin-bottom: 10px
}
.slide-product-inner input:hover {cursor:pointer;}

.related-products-name {
    width: 130px;
    height: 55px;
}

.slide-product-inner input {
    border:none;
    width:27px;
    height:56px;
    position:absolute;
    top:160px;
}

.slide-product-inner .slide-product-back-inner
{
    background:url(/skin/frontend/enterprise/hft/images/category-arrow-left-hover.jpg) right center no-repeat;
    left:-2px;
}

.slide-product-inner .slide-product-next-inner
{
    background:url(/skin/frontend/enterprise/hft/images/category-arrow-right-hover.jpg) right center no-repeat;
    right:-1px;
}

#certona-home .disable, #certona-list .disable { visibility: hidden; }

form.related-products-form input
{
    margin:10px 0;
    background:url(/skin/frontend/enterprise/hft/images/btn-add-item-to-cart.jpg) center center no-repeat;
    width:144px;
    height:30px;
    border:none;
}

form.related-products-form input:hover
{
    cursor:pointer;
}

a.add-to-wishlist-inner
{
    color:#0c51b0;
    text-decoration:underline;
    height:15px;
    line-height:15px;
    font-size: 12px;
    float:left;
}

#certona-list .regular-price .price, #certona-list .regular-price .price-label {
    font-size: 19px;
    color: #333333;
}

#certona-list .regular-price {
    float: left;
    padding-top: 25px;
}
#certona-home .regular-price .price-label, #certona-home .regular-price .price {
    font-size: 19px;
    color: #333333;
}
#certona-list .regular-price, #certona-home .regular-price {
    float: left;
    padding-top: 25px;
}


/* Certona Styling */

.related-products-name{ height: 105px !important;}
.price-box {height:50px;}

.horizontal-button input {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -2px -1007px;
    border: medium none;
    height: 30px;
    margin: 0;
    width: 140px;
    cursor: pointer;
}

.horizontal-button{
    float:left;
    padding-bottom:8px;
}

button {
    overflow: visible;
}

.sale-certona .price-label-certona, .sale-certona .price-certona {
    color: #CC0000;
    font-size: 15px;
}

.taccessories {
    border: 1px solid #CCCCCC;
    float:right;
    width:170px;
    display:block;
    margin:0;
    height:auto;
}

.adv-title-acc {
    color:#fff;
    background-color:#0059a7;
    text-transform:uppercase;
    font-size:15px;
    text-align:center;
    vertical-align:middle;
    margin:0;
    height:23px;
    padding:5px 4px 3px 4px;
}

.access_items {
    padding:0 5px;
    height:auto;
}

.access_last_items {
    padding:0 5px;
    height:auto;
    clear:both;
    overflow:visible;
}
.taccess {
    width:120px;
    height:120px;
}
.taccess-infor {
    color: #333333;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    width:100%;
    clear:both;
    font-weight:400;
    padding-bottom:5px;
    margin:0;
    margin-left: -14px;
}

.taccess-infor a {
    color: #0C51B0;
    text-decoration: underline;
}

.taccessories .price-box {
    float: left;
    width: 90px;
    dislay:block;
    padding:5px 0 0 0;
    margin:0;
    text-align:left;
    height:40px !important;
}

.taccessories .product-adv {
    float:right;
    margin:0;
    text-align:left;
    width:60px;
}

.taccessories .price-box2 {
    float: left;
}

.taccessories .price-box2 .sale,
.taccessories .price-box2 .regularonly3 {
    padding: 0 0 5px 0;
}

.only .price-label,.only #old-price-554 {
    font-size: 13px;
}
.access-top .price, .access-bottom .price {
    text-align: left;
}

.catalog-product-view .saleonly3 {
    font-size: 12px;
    position: absolute;
}

.catalog-product-view .price-box2 .sale,
.catalog-product-view .price-box2 .regularonly3 {
    margin: 16px 0 0;
    color: #d91b00;
}

.price-box div.only,
.price-box div.only-certona,
.price-box div.comp {
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
}

.price-box div.only,
.price-box div.comp {
    text-align: left;
    padding:0;
    margin:0;
    position: absolute;
}

#wishlist-table .price-box div.comp {
    position: relative;
}

#sale-554 {
    font-size:16px;
    color:#d91b00;
    text-align: left;
    line-height:16px;
    padding:0;
    margin:0;
    font-weight:400;
}

.taccessories hr {
    border: 0 #999 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin:0;
}

.sale-certona {
    color:#CC0000;
    font-size:13px;
    padding-top:13px;
}

.product-image .price-box{
    float:left;
    position:relative;

}

.product-image{
    left:20px;
}

div.cart1_rr-title { font-size: 2em; line-height: 2em; margin-top: -30px; }

.cart1_rr {
    border: 1px solid #ccc;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    padding-bottom: 13px;
}

.cart1_rr .taccess {
    height: auto;
    width: auto;
}

.cart1_rr .tgrid_1 {
    border-right: 1px solid #cccccc;
    float: left;
    line-height: 1em;
    list-style: outside none none;
    margin: 4px 5px 0 16px;
    padding-right: 13px;
    width: 156px;
}

.cart1_rr .tgrid_1:last-child {
    border-right: none;
}

.cart1_rr .horizontal-button {
    padding-top: 25px;
}

.cart1_rr .tgrid_1 .taccess-infor2 { font-size: 16px; line-height: 16px; height: 105px !important; }
.cart1_rr .tgrid_1 .only2, .cart1_rr .tgrid_1 .regularonly2 { font-size: 13px; line-height: 12px; }
.cart1_rr .tgrid_1 .only2 { text-decoration: line-through; }
.cart1_rr .tgrid_1 .price-box2 { height: 50px; }


#emptycart_rr .certona-items-area{width: 960px !important;}
#emptycart_rr .viewport{width: 960px !important;}
#emptycart_rr .horizontal-button input{margin-left: -10px;cursor: pointer}
#emptycart_rr .overview li {width: 126px !important;}
#emptycart_rr .related-products-name a{font-size: 15px; color:#000000;}
#emptycart_rr .product-image p{padding-bottom:5px;font-size: 15px}
#emptycart_rr .product-image .price-box span{font-size: 14px;}

.cart1_rr {
    border: 1px solid #ccc;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    padding-bottom: 13px;
}
.cart1_rr .tgrid_1 {
    border-right: 1px solid #ccc;
    float: left;
    line-height: 1em;
    list-style: outside none none;
    margin: 4px 5px 0 16px;
    padding-right: 13px;
    width: 156px;
}
#certona-list .related-products-name,
.cart1_rr .tgrid_1 .taccess-infor2 {
    font-size: 14px;
    line-height: 16px;
    height: 72px;
}
#certona-list .related-products-name a,
.cart1_rr .tgrid_1 .taccess-infor2 a {
    color: #0C51B0;
    text-decoration: underline;
}
.cart1_rr .tgrid_1:last-child {
    border-right: none;
}
.viewport .price-box2 .saleonly3,
.cart1_rr .tgrid_1 .saleonly3 {
    position: absolute;
    font-size: 12px;
}
.viewport .price-box2 .sale,
.cart1_rr .tgrid_1 .price-box2 .sale,
.viewport .price-box2 .regularonly3,
.cart1_rr .tgrid_1 .price-box2 .regularonly3 {
    margin: 16px 0 0;
    padding-bottom: 10px;
    color: #CC0000;
}
.cart1_rr a.add-to-wishlist-inner {
    margin-top: 10px;
}

@charset "UTF-8";
/* CSS Document */

.breadcrumbs,
.breadcrumbs-main {
    color:#0c51b0;
    width:auto;
    text-align:left;
    padding-bottom:15px;

}

.breadcrumbs {
    float: left;
}
.breadcrumbs ul,
.breadcrumbs-main-tx{
    font-size:12px;
    color:#0c51b0;
    text-decoration:none;
    padding:15px 0;

}

.breadcrumbs ul li{
    float:left;
    padding-left:10px;
    font-size:14px;
}

.breadcrumbs ul li.home { padding:0; margin:0 }

.breadcrumbs ul li a,
.breadcrumbs-main-tx a{
    font-size:14px;
    color:#0c51b0;
    text-decoration:underline;
    padding-right:5px;
    text-transform:capitalize;
    display:inline;
}

.breadcrumbs .bread{
    font-size: 14px;
    text-decoration: underline;
    padding-right: 5px;
    text-transform: capitalize;
    display: inline;
    font-family: "HarborFreightFont_bold";
}


.breadcrumbs ul li a:hover,
.breadcrumbs-main-tx  a:hover{
    color:#0c51b0;
    text-decoration:none;
}

.breadcrumbs h1 {
    font-size:14px;
    text-transform:capitalize;
}

.breadcrumbs h1 {
    font-size:14px;
    text-transform:capitalize;
    text-decoration:none;
}

.category-title-div {
    clear:left;
    padding-top: 10px;
    margin-bottom: -15px;
}

h1.category-title{
    display:inline-block;
    font-family: "HarborFreightFont_bold";
    font-size: 24px;
    text-transform: none;
    border:none;
}

/* Breadcrumbs on Landing pages */
body.cms-page-view .breadcrumbs ul li{
    margin-bottom: 10px;
}

@charset "UTF-8";
/* CSS Document */

div#footer
{ margin-top:17px; }
div.coppy
{
    height:90px;
    border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
	font-size:8px;
}
div.cop
{
    margin-top:20px;
    float:left;
}
div.cop1
{
    width:228px;
}

div.cop2
{
    width:348px;
}

div.cop2 p,div.cop2 p span
{
    color: #000;
}

div.cop3
{
    width:119px;
    margin-top: 15px;
    margin-left: 30px;
}
div.cop4
{
    width:134px;
    margin-top: 0;
}
div.cop5
{
    width:130px;
}
.disclaimer
{
    padding:15px 0 30px;
    font-size: 13px;
}
.disclaimer p { margin-top: 11px; }

/* visitor action section in footer */
div.adv-4
{
    margin-top:30px;
    height:120px;
    font-size: 10px; /* added for moving the track order boxes to footer */
}

div.adv-4 ul.adv-4-product li
{
    list-style:none;
    float:left;
    width:228px;
    height:120px;
    margin-left:16px;
    background:#333333;
}
div.adv-4 ul.adv-4-product li.first
{
    margin-left:0px;
}
div.adv-4 ul.adv-4-product li.last{
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -747px;
}

div.adv-4 ul.adv-4-product li p.next
{
    float:left;
}
div.adv-4 ul.adv-4-product li p.title
{
    color:#FFFFFF;
    text-transform:uppercase;
    font-size:18px;
    padding:13px 0 0 15px;
}
div.adv-4 ul.adv-4-product li p.conten
{
    width:185px;
    padding:15px 0 0 15px;
    font-size:13px;
    color:#cccccc !important;
}
div.adv-4 ul.adv-4-product li p.conten a {
    color:#cccccc !important;
}
div.adv-4 ul.adv-4-product li a.join-now
{
    padding-left:15px;
    color:#f9df71;
    font-size:13px;
    text-transform:uppercase;
    border:none;
    text-decoration:none;
}

div.adv-4 ul.adv-4-product li a.join-now .arrow {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -264px;
    width: 11px;
    height: 12px;
    display: inline-block;
}

/*************** Footer New Store Starts *************/


div.adv-4 ul.new-store-ul  li {
    width:145px;
    float:left;
    padding-left:17px;
}
div.adv-4 ul.new-store-ul  li.first{
    margin-left:-17px;
}

div.adv-4 ul.new-store-ul  li.last{
    padding-left:21px;
}
div.adv-4 ul.new-store-ul  h2 {
    font-size: 14px;
}

div.adv-4 ul.new-store-ul  li .store-info-hft {
    width: 120px;
    padding-left:4px;
}

div.adv-4 ul.new-store-ul  li .store-info-hft .store-address {
    text-transform:uppercase;
    font-size: 11px;
}

div.adv-4 ul.adv-4-product li p.track-title {
    background: url("/skin/frontend/enterprise/hft/images/trackorder_down_arrow.png") no-repeat scroll 165px 14px transparent;
    color: #FFFFFF;
    font-size: 18px;
    padding: 13px 0 0 15px;
    text-transform: uppercase;
    width: 78%;
}

#overlay_custom_second { height: 2715px; display:none; background:#000; left: 0;position: absolute; top: 0; width: 100%; z-index: 4000; }

#httpshidethird iframe {
	border:1px solid #333;
    height: 52px;
}
div.adv-4 ul.adv-4-product li form.adv4-sign-up input.txt-zipcode
{
	float:left;
    width:137px;
    height:27px;
    font-size:13px;
    margin:5px 0 0 15px;
    padding:0 0 0 10px;
    border:none;
}

div.adv-4 ul.adv-4-product li form.adv4-sign-up input.btn-zipcode
{
	float:left;
    width:50px;
    margin:5px 0 0;
	height:27px;
    color: black;
	border:none;
    background: #fdf7db;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZkZjdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y5ZGY3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWRmNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fdf7db 0%, #fdf7db 50%, #f9df71 51%, #f9df71 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf7db), color-stop(50%,#fdf7db), color-stop(51%,#f9df71), color-stop(100%,#f9df71));
    background: -webkit-linear-gradient(top,  #fdf7db 0%,#fdf7db 50%,#f9df71 51%,#f9df71 100%);
    background: -o-linear-gradient(top,  #fdf7db 0%,#fdf7db 50%,#f9df71 51%,#f9df71 100%);
    background: -ms-linear-gradient(top,  #fdf7db 0%,#fdf7db 50%,#f9df71 51%,#f9df71 100%);
    background: linear-gradient(top,  #fdf7db 0%,#fdf7db 50%,#f9df71 51%,#f9df71 100%);
}

/*  Index Footer  - Page Bottom */

div.footer-items
{
	margin-top:15px;
	clear: both;
}



a.HFTview
{
float:right;
font-size:1.3em;
color:#0c51b0;
padding-right:15px;
text-decoration:underline;
display:block;
}
a.view:hover
{
cursor:pointer;
}


/*  Popular Searches */

div.popularSearches {
    width: 575px;
}
div.popularSearchesHeader {
	height:50px;
	line-height:50px;
	width: 575px;
	display:block;

}
p.popularSearchesTitle {
    color: #333333;
    float: left;
    font-size: 24px;
    text-transform: uppercase;;
}

div.popularSearchesContent {
	padding-bottom:40px;
	font-size:14px;
	background-image:url(/skin/frontend/enterprise/hft/images/bg_popularsearches.gif);
	background-color: #f2f2f2;
	background-repeat: repeat-x;
}
div.popularSearchesContent ul {
    padding-left: 20px;
    padding-top: 25px;
    width: 165px;
	float:left;
}
div.popularSearchesContent div.col li {
    list-style: none outside none;
}
div.popularSearchesContent div.col li a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;

}
.popularSearchesContent a:hover {
    text-decoration: underline;

}

/*  End Popular Searches  */

/*  HFT Corporate Information */

div.HFTInformation {
    float:left;
    width:100%;
    padding-bottom:11px;

}
div.HFTInformationTop {
	display:block;
	padding-bottom:15px;
}
div.HFTInformationTopContent .logo_content {
	width:250px;
	display:block;
	margin-left:120px;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
        text-transform:uppercase;
}
div.HFTInformationTopContent img {
	float:left;
}
div.HFTInformationBottom {
	clear:left;
	font-size:14px;
}
div.HFTInformationBottomBlock1{
	width:175px;
	padding-top:15px;
	float:left;
}
div.HFTInformationBottomBlock2{
	width:175px;
	padding-top:15px;
	float:left;
	padding-left:25px;
}
div.HFTInformationBottomBlock3{
	width:175px;
	padding-top:15px;
	padding-left:25px;
	float: left;
}

div.HFTInformationBottomBlock4{
	width:339px;
	padding-top:15px;
	padding-left:25px;
	float:left;
}
div.HFTInformationBottomBlock4 .HFTbBottomList > strong {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
    padding-bottom: 15px;
}
div.HFTBottomTitle
{
	color:#333;
	border-bottom:1px solid #cccccc;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:10px;
}
.HFTInformationBottomBlock4 .alleft {
    text-align: center;
}
.HFTInformationBottomBlock4 div.HFTbBottomList ul li {
    padding-bottom: 10px;
}
.HFTInformationBottomBlock4 div.HFTbBottomList ul li p {
    padding-top: 2px;
}
div.HFTbBottomList ul
{
   overflow:hidden;
}
div.HFTbBottomList ul li
{
	list-style:none;
	line-height:20px;
}
div.HFTbBottomList ul li p
{
}
div.HFTbBottomList ul li img
{
	float:left;
	clear:left;
	margin-top:-3px;
	padding-bottom:5px;
}
div.HFTbBottomList ul li span
{
    margin-left: 1px;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat;
    text-indent: -9999em;
}
div.HFTbBottomList ul li .facebook {
    background-position: 0 -277px;
}
div.HFTbBottomList ul li .email {
    background-position: -70px -449px;
    height: 51px;
    display: block;
    margin: -8px auto 0;
}
div.HFTbBottomList ul li .twitter {
    background-position: 3px -321px;
}
div.HFTbBottomList ul li .instagram {
    background-position: 0 -500px;
}
div.HFTbBottomList ul li .pinterest {
    background-position: 0 -365px;
}
div.HFTbBottomList ul li .blog {
    background-position: 0 -545px;
}
div.HFTbBottomList ul li .youtube {
    background-position: -2px -410px;
    width: 60px;
}
div.HFTbBottomList ul li .google {
    background-position: 0 -590px;
}
div.HFTbBottomList ul li .linkedin {
    background-position: -70px -589px;
    height: 45px;
    width: 45px;
    margin-bottom: -1px;
}
div.HFTbBottomList ul li a
{
	text-transform:capitalize;
	color:#333;
	text-decoration:none;
}
div.HFTbBottomList ul li a:hover
{
	text-decoration:underline;

}



/*****************  subpage item to add  *********************/

/*  HFT Corporate Information Subpages*/

div.HFTInformationSubpage {
width:960px;
padding-bottom:20px;
padding-top:15px;
}
div.HFTInformationSubpageTopBlock {
	width:225px;
	overflow:hidden;
	float:left;
}
div.HFTInformationSubpageTop {
	padding-top:10px;
	display:block;
	padding-bottom:15px;
}
div.HFTInformationSubpageTopContent .logo_content {
	width:125px;
	display:block;
	margin-left:90px;
        text-transform:uppercase;
	font-size:17px;
	font-weight:normal;
	line-height:18px;
}
div.HFTInformationSubpageTopContent img {
	float:left;
}
div.HFTInformationSubpageBottom {
	font-size:14px;
}
div.HFTInformationSubpageBottomBlock1{
	width:185px;
	float:left;
	padding-left:20px;
}
div.HFTInformationSubpageBottomBlock2{
	width:165px;
	float:left;
	padding-left:10px;
}
div.HFTInformationSubpageBottomBlock3{
	width:155px;
	padding-left:10px;
	float:left;
}
div.HFTInformationSubpageBottomBlock4{
	width:175px;
	padding-left:10px;
	float:left;
}

.HFTbBottomList{
    /*width:290px; */
    padding:0;
    margin:0;
    display:inline-block;

}

.alleft {
    width:90px;
    float:left;
    padding:0;
    margin:0;
    list-style:none;
}

.HFTbBottomList, .HFTBottomTitle {
    width:180px;
}

.HFTInformationBottomBlock4 .HFTBottomTitle { width:360px; text-align: center; }
.HFTInformationBottomBlock4 .HFTBottomTitle > strong {
    text-transform: none;
    color: #000;
}
.HFTInformationBottomBlock4 .HFTbBottomList{width:360px;}

div.HFTInformationSubpageBottomTitle
{
	color:#333;
	border-bottom:1px solid #cccccc;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:10px;
}
div.HFTInformationSubpageBottomList ul
{
}
div.HFTInformationSubpageBottomList ul li
{
	list-style:none;
	line-height:20px;
	float:left;
	clear:left;
}
div.HFTInformationSubpageBottomList ul li p
{
	width:110px;
	float:right;
	clear:right;
	line-height:16px;
	padding-bottom:10px;
	padding-left:10px;
}
div.HFTInformationSubpageBottomList ul li img
{
	float:left;
	clear:left;
	margin-top:-3px;
	padding-bottom:5px;
}
div.HFTInformationSubpageBottomList ul li a
{
	text-transform:capitalize;
	color:#333;
	text-decoration:none;
}
div.HFTInformationSubpageBottomList ul li a:hover
{
	text-decoration:underline;
}

/*************** end subpage item to add  *********************/

/*  Confidence Language - Footer-Items */

#confidence {
    clear: left;
    font-size: 14px;
}

#confidence .find-a-store {
    float: right;
    text-align:center;
}

#confidence .find-a-store div {
    font-size: 17px;
    font-weight: bolder;
    color: #000000;
}

#confidence .find-a-store div small {
    position: relative;
    top: -1px;
}

#confidence .find-a-store a {
    width: 240px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-size: 14pt;
    padding: 5px 0px;
}

#confidence .conf-signup {
    width: 100px;
    margin-left: 115px;
    margin-top: -35px;
}

#confidence h2 {
    font-size: 16px;
    line-height:1.1em;
    padding-bottom:5px;
}

#confidence .footer-storelocator {
    margin-top:-64px; float:right;
    margin-right: 55px;
}

.clear-left {
    clear: left;
}

#confidence_inner {
    background-color: #FFED00 !important;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px;
    width: 535px;
}

#confidence_inner  ul {
    list-style-type: disc!important;
    margin:5px 0 0 37px;
}

#confidence_inner  ul li {
    padding: 0;
}

#confidence_inner .whyhft {
    margin-top: 15px;
    margin-bottom: 3px;
}

/*  Copyright Adjustments  */

#container_stores {
    margin-left: auto;
    margin-right: auto;
    width: 958px;
}

.new_store_entry {
    width: 150px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.new_store {
    width: 150px;
    float: left;
    text-align: center;

}

.new_store_info .storename {
    margin:0;
    padding:0;
    font-size:15px;
    font-weight: 900
}

.new_store_image {
    margin-bottom: 5px;
}

.new_store_info {
    line-height: 1em;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.new_store_info a {
    text-decoration: none;
    color: #333;
}

.hft-new-store {
    background-color: #F6F5FA;
    padding: 8px 44px 11px 23px;
    margin-bottom: 10px;

}

.hft-new-store .new-store-button {
    float: right;
    margin-top: -21px;
}

.hft-new-store .new-store-button .storeSubmitButtonClass {
    background: #0C51B0;
    width: 88px;
    height: 26px;
    color: white;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-left: 5px
}

.hft-new-store h2 {
    font-size: 16px;
    font-weight: bold;
}

div.coppy {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 13px;
    height: 75px;
}

div.cop2 {
    width: 550px;
}

.footer1 {
    padding-top: 15px;
}

.footer1 p {
    font-size: 10px;
    padding-bottom: 8px;
    line-height: 12px;
}

#mcAffeeSealDiv {
    padding-right: 30px;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 26px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -672px;
    width: 67px;
    height: 58px;
    text-indent: -9999em;
    z-index: 10;
}

.footer-signup {
    width: 123px !important;
    height: 27px !important;
    margin: 0;
    padding: 0 0 0 7px;
    border: none;
}

#footer_emailAddress {
    font-size:13px;
}

.adv4-sign-up .footer-nws-text{
    display: inline;
    float: left;
    padding: 0;
    margin-left: 10px;
    margin-top: 6px;
}

.adv4-sign-up .footer-nws-btn{
    display:inline;
}

.adv4-sign-up .sign-up-response-message{
    color: #FFFF66;
    clear: both;
    padding-left: 13px;
    font-size: 13px;
}

.btn-sign-up {
    margin-bottom: 0px;
    margin-top: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 75px;
    height: 27px;
    color: gray;
    border:none;
    background: #e7e7e7;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #fbfbfb),color-stop(1, #d3d3d3));
    background: -webkit-repeating-linear-gradient(top,#fbfbfb 0%,#d3d3d3 100%);
    background: repeating-linear-gradient(to bottom,#fbfbfb 0%,#d3d3d3 100%);
    background: -ms-repeating-linear-gradient(top,#fbfbfb 0%,#d3d3d3 100%);
}

#react-footer {
    clear: both;
    margin-top: 15px;
}
@charset "UTF-8";
/* CSS Document */


.leftnav-link{ text-transform:capitalize; }


/*MAIN CATEGORY DESC*/

.category-view{ clear:both; }
.category-view .note-msg { padding:24px 0 0 0;clear:both;}
.category-description { padding:0 0 0 10px;clear:both;}

.category-description1 { padding:15px 0 0 10px;clear:both;}

.category-right-items-main h1, h1.featured-category-title,
.category-right-items-main h4, h4.featured-category-title,
.featured-title  {
    font-size:24px;
    font-weight:normal;
    line-height:2em;
    text-transform:uppercase;
    padding:25px 0 0 0;
    clear:both;
}

#view-all-link {
    padding-top: 15px;
    cursor:pointer;
    clear:both;
}

.category-right-items-main {
    width:720px;
    text-align:left;
    position:relative;
    padding:0 0 30px 0;
}

.catalog-category-view .messages {
    margin-bottom: -10px;
}

.catalog-category-view .sorter .view-mode a.list-fix, .catalog-category-view .sorter .view-mode a.list, .catalog-category-view .sorter .view-mode strong.list-fix, .catalog-category-view .sorter .view-mode strong.list, .catalog-category-view .sorter .view-mode a.grid-fix,.catalog-category-view .sorter .view-mode a.grid, .catalog-category-view .sorter .view-mode strong.grid-fix, .catalog-category-view .sorter .view-mode strong.grid, .catalog-category-view .sorter .view-mode {
    float: none;
}

.catalog-category-view .sorter .view-mode  {
    float: left;
}

.catalog-category-view .sorter .sort-by {
    float: left;
    margin-top: -3px;
}

/* CAT PAGES & SEARCH RESULTS HEADING */
div.boxheader h2 {margin:3px 0; padding:0; word-wrap:break-word;}
#featured-product-home {padding-top:16px}

#featured-product-home div.boxheader h2 {font-weight: 100}

#featured-product-home div.boxheader  .prod_count{font-weight: normal}

#featured-product-home div.boxheader  .search_term{ font-weight: normal}
/***********PRODUCT LISTINGS***********/

.brandpage-right-items-area {
    border: 1px solid #CCCCCC;
    height: 353px;
    padding: 20px 18px;
    position: relative;
    text-align: left;
    width: 682px;
}
.brandpage-right-items-area1 {
    border: 1px solid #CCCCCC;
    height: 353px;
    margin-top: -1px;
    padding: 20px 18px;
    position: relative;
    text-align: left;
    width: 682px;
}

.products-grid { /*padding:0 0 0 20px; margin:0 0 40px 0;*/
    border: 1px solid #ccc;
}

/*category product lists*/
.col2-left-layout .products-grid li.item {
    float:left; 
    width:158px;
    margin:15px 0 15px 20px;
    overflow:hidden; 
    border-right:1px solid #cccccc;
}

.col2-left-layout .products-grid li.item-landing-search {
    float:left;
    width:198px;
    padding:0 25px 5px 15px;
    overflow:hidden;
    border: 1px solid #CCCCCC;
    margin-left: -1px;
    margin-top: -1px;
}
/*CMS pages*/
#cms-page .category-products .products-grid li, .products-grid li.item{
    float:left; 
    width:163px;
    margin:15px 0px 15px 27px;
    overflow:hidden;
    border-right:1px solid #cccccc;
}


.col2-left-layout .products-grid li.last,
.products-grid li.last { margin-right:0; border:none; }

.products-grid .actions .btn-cart {
    text-indent: -9999em;
}
.products-grid .product-image {
    /*	display:block; */
    text-decoration:none !important;
    /*	position:relative; */
}

.products-grid .product-name {
    font-size: 16px !important;
    font-weight: normal;
    font-family: "HarborFreightFont_bold";
    height: 111px;
    overflow: hidden;
    text-decoration: none;
    width: 141px;
}

.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,
#product_comparison .price-box {
    clear: both;
    height: 65px !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.category-products .products-grid .comp {
    width: 90%;
    position: inherit;
    color: #000;
    margin-top: 2px;
    clear: both;
}

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(/skin/frontend/enterprise/hft/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; }



/**************POWER REVIEWS***************/

.catalog-category-view div.pr-snippet-read-reviews,
.catalog-category-view a.pr-snippet-link,
.cms-page-view div.pr-snippet-read-reviews,
.cms-page-view a.pr-snippet-link,
.category-products div.pr-snippet-read-reviews,
.category-products a.pr-snippet-link {display:none;}


/*.products-grid li.item*/

.brandpage-mostpopular-iteams-main {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin-right: 16px;
    padding-right: 10px;
    width: 150px;
}
.brandpage-mostpopular-iteams-main1 {
    float: right;
    width: 150px;
}
h2.product-name, h3.product-name {
    text-transform: capitalize;
}
.product-name a,
.brandpage-mostpopular-tx-bold {
    color: #333333;

    font-size: 16px;
    text-decoration:none;
}
.brandpage-mostpopular-tx {
    color: #333333;

    /*    font-size: 1.3em;*/
    line-height: 26px;
}
.brandpage-mostpopular-tx-sales {
    color: #CC0000;
    font-weight:bold;    font-size: 2.2em;
}

.products-grid .itcmembersPricingDiv {
    height: 17px;
}
.products-grid div.sale,
#product_comparison div.sale {
    color: #CC0000;
    float: left;
    font-size:19px;
    height:30px;
    line-height: 35px;
}

.brandpage-sortby-main {
    float: left;
    width: 724px;
}
.brandpage-sortby-main li {
    float: left;
    text-align: right;
    width: auto;
}
.brandpage-sortby-main li label {
    color: #333333;
    font-size: 1.4em;
    line-height: 26px;
    margin-right: 10px;
    text-align: right;
    width: auto;
}
.brandpage-sortby {
    height: 23px;
    margin-right: 20px;
    position: relative;
    width: 97px;
}
.brandpage-iteamsperpages {
    height: 23px;
    margin-right: 20px;
    position: relative;
    width: 57px;
}
.show-clearance-only {
    color: #CC0000;
    font-size: 1.4em;
    line-height: 26px;
    margin-right: 10px;
}
.products-grid div.regular-only .price-label {
    padding-right: 5px;
    color: #CC0000;
}

/***********EASYASK GROUPED SEARCH RESULTS***********/

.grpheader {
    display: block;
    text-transform:uppercase;
    background:#E5E5E5;
    height:25px;
    text-align:left;
    border:none;
    padding-top: 5px;
    padding-left: 8px;
}

.grpheader-landing-search {
    display: block;
    float: right;
    margin-left: 169px;
    margin-top: 4px;
    position: absolute;
    text-align: right;
    width: 50px;
}

.landing-image {
    padding: 15px 0;
}

.grpbottom-landing-search {
    text-transform: uppercase;
    height: 37px;
}

.grp { clear:both; }
.view-all-grp { /*float:right;*/ text-transform:none; margin-right:10px;}
.view-all-grp a {text-decoration:none;padding-left:8px;}


/* SEARCH RESULTS, SUBCATEGORY */

div.col-left.sidebar, #featured-product-home .boxheader {
    margin:3px 0 0 0;
}
.easyask-header {
    float: left;
    margin-top: 5px;
    width:99%;
    line-height:25px;
    padding-bottom: 5px;
    height: auto;
}

.pager .pages,
.brandpage-123of9 {
    color: #0C51B0;
    float: right;

    font-size: 14px;
    padding-top:10px;
}
.pager .pages a,
.brandpage-123of9 a {
    color: #0C51B0;
    padding: 0 3px;
}

.pager .pages a span {
    display: inline-block;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat;
    height: 17px;
    width: 17px;
}

.pager .pages .previous,
.pager .pages .next {
    text-decoration: none;
}

.pager .pages a .arrow-next {
    background-position: 0 -1038px;
    text-indent: -9999em;
}

.pager .pages a .arrow-prev {
    background-position: 0 -1055px;
    text-indent: -9999em;
}

#main-conten div.page-sitemap div.pager div.pages ol li a.previous {
    text-decoration: none;
}

.pager .pages a:hover,
.brandpage-123of9 a:hover {
    color: #333333;
    text-decoration: none;
}
.pager .pages a.selected,
.brandpage-123of9 a.selected {
    color: #333333;
    text-decoration: none;
}

#hp_left_cat_list h2,
.block-layered-nav h2{
    font-size:1.2em;
    padding: 0 0 10px 0;
    text-transform:uppercase;
}

/* BROWSE BY SUBHEADING WITH GREY BKGND 
    narrow your results, etc */
#hp_left_cat_list div.boxcontent strong,
.btitle,
.category-left-con-main h2 {
    /*    background-color:#eeeeee;*/
    padding:5px;
    font-size:1.4em;
    color:#0c51b0;
    text-decoration:none;
    text-transform:uppercase;
}
.btitle .cattitle{
    font-weight: bold;
    font-size: 22px;
}
.btitle{margin-left: -10px}

.btitle h1{font-size:1.1em;font-weight: normal}

.sidebar .block-layered-nav dd li,
.boxcontent a {
    line-height:1.5em;
    display: display;
}

.sidebar .block-layered-nav,
.boxcontent {
    font-size:.95em;
    padding-top:0;
    margin-top:0;

}

/* Block: Layered Navigation 
                FROM MAGE DEFAULT SYLES */

.sidebar .block-layered-nav { background:none; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.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(/skin/frontend/enterprise/hft/images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; }
.sidebar .block-layered-nav .currently li { padding:5px 0; color:#444; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; }
.sidebar .block-layered-nav .actions { text-align:left; padding-right:7px; display:none; }



div.product-category
{

    clear:both;
    height:435px;
    margin-top:100px;

}

div.product-category ul
{
    border:1px solid #ccc;
    position:relative;
}

div.featured-category
{
    height:235px;

}
div.featured-category-title
{
    color: #333333;
    font-size: 1.4em;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom:5px;
    font-weight:bold;
}

div.featured-category-product ul.featured-category-product li
{
    list-style:none;
    background:#eeeeee;
    width:234px;
    height:186px;
    margin-left:8px;
    float:left;
    margin-bottom:8px;
}
div.featured-category-product ul.featured-category-product li a
{
    display:block;
    text-decoration:none;
    color:inherit;
}
div.featured-category-product ul.featured-category-product li.first
{
    margin-left:0;
}

/*View All Category LINK*/
.view-all-category-tx {
    font-size:14px;
    color:#0c51b0;
    text-decoration:underline;
    padding-left:10px;
    cursor:pointer;
}

.view-all-category-tx a{
    color:#0c51b0;
    text-decoration:underline;
}

.view-all-category-tx a:hover{
    color:#0c51b0;
    text-decoration:none;
}

#view-more-link {
    float: left;
    padding-left: 22px;
    margin-bottom: -4px;
}

.category-main-con-area {
    width:960px;
    float:left;
}
.category-left-main {
    width:230px;
    float:left;
    text-align:left;
    margin-top:46px;
}

.category-left-con-main {
    width:230px;
    position:relative;
    text-align:left;
    margin-bottom:20px;
}

.category-left-con-main h1 {
    font-size:2.1em;
    color:#333333;
    text-decoration:none;
    border-bottom:none;
}

.category-left-menu-main li{
    font-size:1.6em;
    color:#333333;
    font-weight:normal;
    text-decoration:none;
    line-height:24px;
}

.category-left-menu-main li a {
    color:#333333;
    text-decoration:none;
}

.category-left-menu-main li a:hover{
    color:#0C51B0;
    text-decoration:none;
}

.cms-page-view .products-grid .regular-price .price,
.cms-page-view .products-grid .regular-price .price-label,
.catalog-category-view .products-grid .regular-price .price,
.catalog-category-view .products-grid .regular-price .price-label {
    font-size: 19px;
}

.catalog-category-view .regular-price {

}
.cms-page-view .product-ids, #searchresult_top_sellers .product-ids {
    font-size: 16px;
}

/* no results on search page */

#try-again, #search_form {display:block; margin:25px 0;}
#try-again { clear: left; padding-top: 10px; }

#search-noresult { width:250px; height:23px; }

.pr-snippet { height:15px; }
.related-products-name { height: 74px; }

.catalogsearch-result-index .pr-snippet { height:15px; }
.catalogsearch-result-index .related-products-name { height: 74px; }

.block-compare .block-title {
    padding: 5px 5px 5px 0;
    font-size: 1.4em;
    color: #0c51b0;
    text-decoration: none;
    text-transform: uppercase;
}
.block-compare .product-name a {
    font-size: 15px;
    font-family: "HarborFreightFont_regular";
}
.block-compare .block-content ol {
    margin: 0;
    padding: 0;
}
.block-compare li.item {
    padding-left: 5px;
}
.block-compare .actions a {
    font-size: 14px;
    color: #0c51b0;
    display: inline-block;
    margin-top: 7px;
}
.block-compare .actions {
    padding: 5px 5px 0;
}
.block-compare .actions .button,
.catalog-product-compare-index .buttons-set .button {
    float: right;
    border: 1px solid #7f7f7f;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: "HarborFreightFont_regular";
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9df71), color-stop(48.51%, #f9df71), color-stop(51.25%, #f6ebbb), color-stop(100%, #f6ebbb));
    background: -webkit-linear-gradient(bottom, #f9df71 0%, #f9df71 48.51%, #f6ebbb 51.25%, #f6ebbb 100%);
    background: -moz-linear-gradient(bottom, #f9df71 0%, #f9df71 48.51%, #f6ebbb 51.25%, #f6ebbb 100%);
    background: -ms-linear-gradient(bottom, #f9df71 0%, #f9df71 48.51%, #f6ebbb 51.25%, #f6ebbb 100%);
    background: -o-linear-gradient(bottom, #f9df71 0%, #f9df71 48.51%, #f6ebbb 51.25%, #f6ebbb 100%);
    background: linear-gradient(bottom, #f9df71 0%, #f9df71 48.51%, #f6ebbb 51.25%, #f6ebbb 100%);
}

.catalog-product-compare-index .page-title { background: none; }
.catalog-product-compare-index .data-table { border: none; }
.catalog-product-compare-index .data-table tr.even { background-color: #fff; }
.catalog-product-compare-index .data-table tr.last th { border-bottom: 1px solid #d9d9d9; }
.catalog-product-compare-index .data-table thead { background: #fff; }
.catalog-product-compare-index .data-table thead a img { vertical-align: middle; }
.catalog-product-compare-index .data-table thead a[title="Remove Product"] { color: #999; }
.catalog-product-compare-index .data-table thead a[title="Remove Product"]:after { content:'Remove'; padding-left: 5px; font-size: 14px; vertical-align: middle; }
#product_comparison .btn-cart { text-indent: -9999em; }
#product_comparison .pr-snippet { height: auto; }
#product_comparison .pr-snippet-read-write { float: none; margin: 0; padding: 0; }
#product_comparison .pr-snippet-read-reviews { padding: 0; }
#product_comparison .pr-snippet-write-review { line-height: 1.1; padding-left: 8px !important; }
#product_comparison .pr-snippet-read-write { padding: 5px 0 10px; font-size: 13px; font-family: "HarborFreightFont_regular"; }
#product_comparison .pr-snippet-stars { padding: 10px 0 5px; }
#product_comparison .link-wishlist { font-size: 13px; font-family: "HarborFreightFont_regular"; text-decoration: underline; }
#product_comparison .btn-cart { margin-bottom: 0; }
#product_comparison .product-name { height: 111px; }
#product_comparison div.sale { font-family: "HarborFreightFont_regular"; }
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color: #0072bc; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 10000;

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or empty content */
		min-width:  600px;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

.overlay_custom{background:none repeat scroll 0 0 #000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#feedbackWindow{font-weight:400;width:620px;padding:0 0 0 13px;background:url(/skin/frontend/enterprise/hft/images/feedback-window-bg.png) repeat-y}#feedbackWindow img{float:left}#feedbackWindow p{font-size:18px}#feedbackWindowClose{width:20px;height:20px;display:block;background:url(/skin/frontend/enterprise/hft/images/feedback-close.png) no-repeat;float:right}#feedbackHeader{height:66px}.feedbackQ{font-weight:400;min-height:100px;margin-left:30px;margin-top:40px;width:560px;clear:both}.feedbackQ form{margin:0;padding:0}.feedbackQ textarea{width:520px;height:180px;margin-top:20px;margin-left:0}.feedbackA{margin:20px 0 0;padding:0}.feedbackA ul{margin:0}.feedbackA li,.feedbackA ul{padding:0;list-style-type:none}.feedbackA li{width:280px;margin:0 0 10px;float:left;color:#737373;list-style-position:outside}.feedbackA li input{padding:0;margin:0 5px 0 0}#btnFeedbackSubmit{margin-top:42px;display:block;background:url(/skin/frontend/enterprise/hft/images/feedback-submit.png) repeat-x;border:none;width:620px;position:relative;bottom:0;height:41px;cursor:pointer;font-size:18px;color:#fff;font-weight:700;font-weight:400}
div#colorbox div.product-view {
    border-top: none;
    font-size: .625em;
}

/* colorbox close button */
div#colorbox #cboxClose {
    margin-right: 1px;
}

/*
.catalog-category-view div#cboxOverlay {
    background: none;
    opacity: 0;
}
*/
/* Image zoom window - close button*/
div.featherlight-content > span.featherlight-close-icon {
    background-position: -25px 0 !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px !important;
}

div#colorbox .product-essential {
    height: 585px;
}

div#colorbox #product_addtocart_form > div.product-detai-conten > div.product-essential > div.product-information > div.title-infor {
    color: #333;
    font-size: 1.4em !important;
    text-transform: capitalize;
    padding: 10px 0;
}

#cboxLoadedContent > div > div.product-detail {
    width: 100%;
    padding-bottom: 20px;
}

div#colorbox #product_addtocart_form > div.product-detai-conten > div.product-essential > div.product-information > div.add-item > div.add-view > a {

    text-decoration: underline;
}

div#colorbox #product_addtocart_form > div.product-detai-conten > div.product-essential > div.product-information > div.add-item > div.add-view > a.link-wishlist.add-to-wish {
    margin-left: 8px;
}

div#colorbox .product-view .product-img-box .product-image {
    z-index: 0;
}

div#colorbox .pr-snippet-read-write a.pr-snippet-link, div#colorbox div.pr-snippet-read-reviews, div#colorbox a.pr-snippet-link {
    display: block;
}

div#colorbox .pr-snippet-read-write a.pr-snippet-link {
    text-decoration: underline;
}

div#colorbox .review-placeholder {
    width: 366px;
}

div#colorbox .price-label {
    float: left;
}

div.product-image-quickview {
    width: 135px;
    height: 135px;
    position: relative;
}

div.link-container-quickview a.quickview {
    position: absolute;
    bottom: 55px;
    left: 28px;

    background-color: #F8F8F8;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1px 6px 1px 6px;
}

div.link-container-quickview a.quickview {
    color: #0c51b0;
    font-size: 1rem;
}

body.cms-clearance div.link-container-quickview a.quickview {
    font-size: 1rem;
}

div.product-image-quickview div.link-container-quickview a.quickview {
    display: none;
    font-size: 1rem;
}

div.product-image-quickview:hover div.link-container-quickview a.quickview {
    display: inline;
}

a.quickview-product-link {
    color: #333;
}

a.quickview-product-link:hover {
    color: #0c51b0;
    text-decoration: underline;
}

div#colorbox {
    border: 1px solid #333;
}

#cboxCurrent {
    display: none !important;
}

#cboxPrevious,
#cboxNext {
    color: #0c51b0;
    font-weight: bold;
    background: none !important;
    width: auto !important;
    text-indent: 0px !important;
    bottom: 28px;
    left: auto;
    border: none;
    font-size: 16px;
    font-family:"HarborFreightFont_regular";
}

#cboxPrevious.inactive,
#cboxNext.inactive {
    color: #999;
    cursor: default;
}

#cboxPrevious {
    right: 110px;
}

#cboxNext {
    right: 10px;
}

div#colorbox div.product-information-title {
    width: auto;
    margin-top: 10px;
}

/* popup window */
div#colorbox .product-view .product-img-box {
    width: 370px;
}

div#colorbox .product-view .product-img-box .product-image {
    width: 360px;
}

div#colorbox .product-view .product-img-box img {
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
}

div#colorbox .product-detai-conten .thumbnail-wrap {
    margin: 0 0 0 20px;
}

div#colorbox .product-detai-conten .thumbnail-video {
    margin-left: 15px;
}

div#colorbox .product-detai-conten div.img-small {
    margin: 30px 0 10px 0;
}

div.featherlight-content {
    overflow: hidden !important;
}

/* Video popup start*/
div.featherlight-content #product_video_overlay {
    width: 640px;
    margin-left: 0 !important;
    padding-top: 30px !important;
    margin-bottom: -35px !important;
}
.catalog-product-view #cboxTopCenter {
    display: none !important;
}
.catalog-product-view div#colorbox {
    padding-bottom: 20px !important;
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.7) !important;
}


.cms-about-us div#cboxTopCenter,
.cms-about-us div#cboxBottomCenter,
.cms-employment-opportunities-html div#cboxTopCenter,
.cms-employment-opportunities-html div#cboxBottomCenter {
    display: none;
}

.cms-about-us div#colorbox,
.cms-employment-opportunities-html div#colorbox {
    padding:0 !important;
}

.cms-about-us div#cboxLoadedContent,
.cms-employment-opportunities-html div#cboxLoadedContent {
    overflow-y: hidden ! important;
}
/* Video popup end */

div#colorbox .add-view a {
    display: block;
    float: left;
}

div.add-view a + a {
    border-left: 1px solid #0C51B0;
    margin-left: 16px !important;
    padding-left: 16px !important;
}

div.pr-snippet-read-write div + div {
    border-left: 1px solid #0C51B0;
    margin-left: 8px !important;
    padding-left: 16px !important;
    line-height:13px;
}

/*print quickview*/
body.catalog-category-view .product-img-box img {
    max-width: 360px;
}

body.catalog-category-view div.product-information-title {
    margin-top: 10px;
}

.print-block {
    padding-left: 20px;
}

.print-block div.quantity {
    margin: 10px 0 10px 0;
}
.print-block div.add-item {
    padding: 0;
}

.print-block div.title-infor {
    font-size: 14px;
}

.print-block div.img-small {
    margin: 10px 0 0;
}

.print-block .product-img-box img {
    max-width: 360px;
}
.print-block div.add-item,
.print-block div.product-information,
.print-block .thumbnails {
    background: none;
    float: none;
}
.print-block .add-item-tocard,
.print-block .add-view {
    display: none;
    background: none;
}

.catalog-category-view .product-view {
    min-height: 590px;
}
.catalog-category-view #messages_product_view {
    display: none;
}

#colorbox div.comp span.price-label {
    margin-right: 5px;
}

#cboxLoadedContent .quickview-error {
    height: 40px;
    padding-left: 73px;
    padding-bottom: 10px;
}

div#colorbox div.product-view .product-adv-horizontal {
    margin: 10px 38px 30px;
    height: 210px;
}

div#colorbox div.product-view .product-adv-horizontal div.recview {
    font-stretch: condensed;
}

.quickview-open #cboxTopLeft,
.quickview-open #cboxTopRight {
    display: none !important;
}
.quickview-open #cboxContent {
    padding-top: 30px;
}
.quickview-open #cboxWrapper > div {
    position: relative;
    overflow: hidden;
}
.quickview-open #cboxContent {
    position: static;
}
#colorbox .product-view {
    float: none;
    overflow: hidden;
}
#colorbox .thumbnails {
    height: 70px;
}
#colorbox div.product-information {
    position: relative;
    padding-bottom: 41px;
    margin-top: 0;
}

.wizards-carousel .wizards-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.wizards-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.wizards-carousel .wizards-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.wizards-carousel .wizards-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.wizards-carousel .wizards-wrapper-outer.autoHeight {
    -webkit-transition:
        height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.wizards-carousel .wizards-item {float: left}
.wizards-buttons{margin-top: 7px;}
.wizards-controls .wizards-page, .wizards-controls .wizards-buttons div {
    cursor: pointer
}
.wizards-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
.grabbing {}
.wizards-carousel .wizards-wrapper, .wizards-carousel .wizards-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.wizards-theme .wizards-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.wizards-theme .wizards-controls .wizards-buttons div {
    display: inline-block;
    zoom: 1;
    *display:inline;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    text-indent: -9999px;
    margin-right: -14px;
    margin-left: -14px;
}
.wizards-prev {
    border-right: 10px solid #999;
    margin:0 0 0 -20px;
}
.wizards-next {
    border-left: 10px solid #999;
    float: right;
    margin:0 -20px 0 0;
}
.wizards-prev:hover, .wizards-next:hover {border-color: #666}
.wizards-theme .wizards-controls.clickable .wizards-buttons div:hover {
    opacity: 1;
    text-decoration: none
}
.wizards-theme .wizards-controls .wizards-page {
    display: inline-block;
    zoom: 1;
    *display:inline;
}
.wizards-theme .wizards-controls .wizards-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.wizards-theme .wizards-controls .wizards-page.active span, .wizards-theme .wizards-controls.clickable .wizards-page:hover span {
    opacity: 1
}
.wizards-theme .wizards-controls .wizards-page span.wizards-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.wizards-theme .wizards-controls .wizards-buttons div.disabled {display: none }

.colorbox-atc-overlay #cboxTopLeft,
.colorbox-atc-overlay #cboxTopCenter,
.colorbox-atc-overlay #cboxTopRight,
.colorbox-atc-overlay #cboxBottomLeft,
.colorbox-atc-overlay #cboxBottomCenter,
.colorbox-atc-overlay #cboxBottomRight {
    display: none;
}

.colorbox-atc-overlay {
    border: none !important;
}

div.colorbox-atc-overlay#colorbox {
    padding-bottom: 0 !important;
}

.colorbox-atc-overlay #cboxLoadedContent {
    margin-bottom: 0;
}

.colorbox-atc-overlay #cboxClose {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gYVDDoLxL68sQAAAddJREFUSMel1j3P8VAcx/GvMohIN14HyiToKlZvxVBdPAwaDYs3wNhRGosF8TJq0o3BIJEmHnoPV0jcl4ueOmPPST45/3P+v57IeDz2LcuiUCigaRrxeJxvx+12wzRNlssltVqNSLFY9D3PA6BUKtHr9b6Cbrcb7Xab2WwGQCwWQyqXy48F6/UaTdO4o6Ljer0+AQD5fJ7ofD5vbTYbttstANvtFsdxUFWVWCwmBHQ6nScgk8lgGAYR3/d9z/PQNI31ev1YIFK6v4DhcIgsy0gA8XicXq9HqVQSLt0nAPhBwkJBgCdEFAoK/ELeQc1m8wGJAMDPwb8qxavLUKlU0HWd0WiEbduBgLfIX1A6nWa32wUGPiJ3SNd1VqvVrzlFUTBN8y0QCAE4nU7U6/WnHciyjGVZpFKpj30kBWk00zTZ7/dP34/HI/1+P1AESUEazbZt7htOJpMA+L7PYrEI1LCSSCfncjkmkwmqqgolw8szeQVks1kGgwGyLCOadZIoECaCJFEgTARJYQBRSAoLiECR8/nsd7vdUMCnCLpfhmgikWhNp9OvgPuDQVVVHMd5+pW7rkvU87zW5XL5CvgERRuNRst1XRRFwTCM0MD/kOu6HA4HqtUq/wBCZ6/fM1oqRQAAAABJRU5ErkJggg==');
    background-size: contain;
}

@media screen and (max-width: 795px) {
    .colorbox-atc-overlay #cboxClose {
        opacity: 0.9;
        border-radius: 50%;
    }
}

.colorbox-atc-overlay .error-message {
    padding: 40px 20px;
    color: #CC0000;
}

.atc-popup {
    padding: 30px 40px;
}

.atc-popup .title {
    text-transform: none;
    color: #039000;
    padding-left: 35px;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.atc-popup .title:before {
    content: '';
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ5cHgiIGhlaWdodD0iNDlweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9IiMwMzkwMDAiCiBkPSJNMTMuNjk4LDIyLjU3NCBMMjAuMzM5LDM1Ljc3MSBDMjAuMzM5LDM1Ljc3MSAzMS4xMzIsOC45NTIgNDguMTUxLDAuMDEzIEM0Ny43MzYsNi4zOTggNDYuMDc1LDExLjkzMiA0OC45ODEsMTguNzQzIEM0MS41MDksMjAuNDQ2IDI2LjE1MSwzOS42MDIgMjEuMTcwLDQ4Ljk2NyBDMTQuMTEzLDQwLjAyNyA1LjgxMSwzMy4yMTYgMC4wMDAsMzEuMDg4IEwxMy42OTgsMjIuNTc0IFoiLz4KPC9zdmc+') center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
}

.atc-popup .content {
    margin-bottom: 25px;
}

.atc-popup .buttons {
    clear: both;
    margin-top: -45px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.atc-popup .actions {
    flex: 0 0 50%;
    text-align: center;
}

.atc-popup .actions button.buttonBlue {
    border-color: #0059a8;
    background: #0059a8;
    color: #ffffff;
    transition: all 0.1s ease-in-out;
}

.atc-popup .actions button.buttonWhite {
    background: #ffffff;
    color: #0059a8;
    border-color: #0059a8;
    transition: all 0.1s ease-in-out;
}

.atc-popup .actions button.buttonBlue:hover {
    color: #ffffff;
    border-color: #00437e;
    background: #00437e;
}

.atc-popup .actions button.buttonWhite:hover {
    color: #00437e;
    border-color: #00437e;
}

.atc-popup .actions button {
    display: inline-block;
    padding: 9px 25px;
    line-height: 21px;
    height: 40px !important;
    width: 240px !important;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 21px
}

.atc-popup .top {
    display: flex;
}

.atc-popup .product-block,
.atc-popup .cart-block {
    flex: 0 0 50%;
    padding: 0 0 60px;
    box-sizing: border-box;
    color: #000;
}

.atc-popup .product-block h3 {
    text-transform: none;
    line-height: 1.1;
    color: #000;
}
.atc-popup .product-block .brand {
    color: #666666;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 5px;
}

.atc-popup .product-block h3 a {
    color: #000;
}

.atc-popup .product-block p {
    font-size: 1em;
    padding-top: 3px;
}

.atc-popup .img-div {
    float: left;
    padding: 0 8px 0 0;
}

.atc-popup .product-block .detail {
    padding-left: 0;
}

.atc-popup .detail {
    min-height: 145px;
    padding: 0 15px 15px;
}

.atc-popup .cart-block {
    border-left: 1px solid #dddddd;
    text-align: center;
    font-size: 1.2em;
    font-family: "HarborFreightFont_bold";
}
.atc-popup .cart-block h3 {
    text-transform: none;
    font-size: 30px;
}

.atc-popup .cart-block h3 i{
    font-size: 45px;
    color: #0059a8;
    display: block;
    margin-bottom: 10px;
}

.atc-popup .cart-block p {
    margin-top: 5px;
    font-size: 24px;
    font-family: 'HarborFreightFont_regular';
}

.atc-popup .cart-block .saved {
    color: #34A853;
}

.atc-popup .button {
    margin: 0 auto;
    color: #000;
}
.atc-popup .btn-cart {
    display: block;
    padding: 9px 25px;
    line-height: 21px;
    width: 100%;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none;
    text-align: center;
    border: 1px solid #0059a8;
    border-radius: 4px;
    font-size: 21px;
    color: #0059a8;
    background: #FFF;
    box-sizing: border-box;
}

.atc-popup .btn-cart:hover {
    color: #00437e;
    background: #FFF;
    border-color: #00437e;
}

.atc-popup .atc-certona {
    height: 434px;
}

.atc-certona .featured-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    white-space: nowrap;
    line-height: 1.42857;
}

.atc-certona .featured-title > span {
    margin-right: 20px;
}

.atc-certona .featured-title:after {
    border-top: 1px solid #000000;
    content: '';
    width: 100%;
    position: relative;
}

.atc-certona #addtocart1_rr {
    border: none;
    padding-bottom: 0;
}

.atc-certona .atc-certona-container {
    width: 652px;
    margin: 0 auto;
    display: none;
}

.atc-certona a.add-to-wishlist-inner {
    display: none;
}

.atc-certona .atc-certona-container .tgrid_1 .taccess-infor2 {
    height: 60px !important;
    font-size: 13px;
    padding-top: 5px;
}

.atc-certona .atc-certona-container .tgrid_1 .taccess-infor2 a {
    font-weight: 700;
    color: #000000;
    margin-top: 10px;
    text-decoration: none;
    font-size: 18px;
}

.atc-certona .atc-certona-container .tinnerbox .itemnumber {
    display: none;
}
.atc-certona .atc-certona-container .tinnerbox {
    position: relative;
}

.atc-certona .atc-certona-container .tgrid_1 .price-box2 {
    height: auto;
    font-size: 36px;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 20px;
}

.atc-certona .price-box2 .sale .price-label2 {
    display: none;
}

.atc-certona .price-box2 .sale {
    margin: 0 !important;
    float: none;
    font-size: 36px;
    margin-top: 10px;
    color: inherit;
    line-height: 1;
}

.atc-certona .wizards-theme .wizards-controls .wizards-buttons .wizards-prev {
    border-left-color: #000000;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.atc-certona .wizards-theme .wizards-controls .wizards-buttons .wizards-next {
    border-right-color: #000000;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.atc-certona .wizards-theme .wizards-controls .wizards-buttons .wizards-prev.disabled {
    border-left-color: #dddddd;
    border-bottom-color: #dddddd;
    cursor: default;
    display: inline-block;
}

.atc-certona .wizards-theme .wizards-controls .wizards-buttons .wizards-next.disabled {
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    cursor: default;
    display: inline-block;
}

.atc-certona .wizards-theme .wizards-controls .wizards-buttons div {
    border: 2px solid transparent;
    border-bottom-color: #000000;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.atc-certona .atc-certona-container .tinnerbox .actions {
    margin-top: 20px;
}

.atc-certona .atc-certona-container .tgrid_1 {
    padding-bottom: 15px;
    padding-right: 13px;
    margin: 4px 5px 5px 16px;
    width: 156px;
}

.atc-certona #sale-554 {
    padding-bottom: 10px;
}

@charset "UTF-8";
/* CSS Document */

#checkout-progress{
    float: right;
    width: 720px;
    font-size: 14px;
    text-transform: uppercase;
}

#checkout-progress li {
    display: block;
    float: left;
    line-height: 15px;
    width: 160px;
    padding: 5px 0 5px 10px;
    margin-left: 10px;
    background-color: #F2F2F2;
    color: #999;
}

#checkout-progress li.active {
    color: white;
    background: #0C51B0 url('/skin/frontend/enterprise/hft/images/progress_tip.png') no-repeat top right;
}

.GrandTotalText,
.SubTotalText {
    text-transform: uppercase;
    padding: 5px;
    text-align: right;
    font-size: 18px;
    border-right: 10px white solid;
}

.GrandTotalDollars,
.SubTotalDollars {
    padding: 5px;
    width: 80px;
    text-align: center;
}

.GrandTotalText{
    background: black;
    color: white;
}

.GrandTotalDollars{
    font-size: 14px;
    background: #F9DF71;
}

.SubTotalText{
    background: #E5E5E5;
    color: black;
    border-bottom: 10px white solid;
}

.SubTotalDollars{
    font-size: 14px;
    background: #E5E5E5;
    border-bottom: 10px white solid;
}

#shopping-cart-totals-table tfoot tr {
    border-right: 10px solid white;

    border-bottom: 10px solid white;
}

#cartQuantityRemoveInput a:hover {
    cursor:pointer;
    color: #0C51B0;
}

.shippingPrice{
    padding-left: 5px;
    font-weight: normal;
    font-family: "HarborFreightFont_bold";
    font-size: 14px;
}

#cart_wrapper{
    margin-top: 15px;
    position: relative;
}

#cart_title_and_steps{
    clear:both;
    margin-bottom: 26px;
    padding-top: 1px;
}

.checkout-messages.messages li {
    margin-bottom: 0;
}

#cart_header_title{
    font-size: 2em;
    color:#333;
    margin: 0;
}

#cart_body{
    clear: both;
    margin-top: 5px;
}
#cart_body h2, #cart_body h3 {
    text-transform:capitalize;
}

#cart_body h3 {
    padding-bottom: 5px;
}

#shopping-cart-table{
    border:none;
}

.cart-table tr.even {
    background: none;
}

.cart-table thead {
    background: #f2f2f2;
    font-family: "HarborFreightFont_bold";
}

.cart-table tbody td,
.cart-table tr.last td {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
}

.cart-table tbody td.contain-coupon {
    padding-bottom: 35px;
}

.cart-table .price {
    font-size: 1.4em;
    font-family: "HarborFreightFont_bold";
}

.cart-table .item-links {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 1.3em;
    white-space: nowrap;
}

.cart-table .item-links > span {
    padding: 0 3px;
}

.cart-table .add-wishlist-message {
    position: absolute;
    right: 38px;
    padding: 20px 50px 20px 52px;
    background: #f1f6ed;
    border: 1px solid #628040;
    z-index: 1;
    top: 27px;
    color: #678351;
    display: none;
    text-align: left;
}

.cart-table .add-wishlist-message.login {
    color: #333;
    background: #fff;
    border-color: #7d7d7d;
    padding-left: 24px;
    padding-right: 40px;
    width: 145px;
    white-space: normal;

}

.cart-table .add-wishlist-message.login a {
    color: #1a79d6;
}

.cart-table .add-wishlist-message:after {
    content: '';
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -55px -1331px;
    width: 24px;
    height: 15px;
    display: block;
    position: absolute;
    top: -14px;
    right: 22px;
}

.cart-table .add-wishlist-message.login:after {
    background-position: -119px -1331px;
}

.cart-table .add-wishlist-message .close {
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat -26px -1331px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 14px;
    right: 13px;
    cursor: pointer;
}

.cart-table .add-wishlist-message.login .close {
    background-position: -89px -1331px;
}


.cart-table .add-wishlist-message.success:before {
    content: '';
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1331px;
    width: 17px;
    height: 15px;
    display: block;
    position: absolute;
    left: 30px;
}

#totalsDiv{
    padding-right:0;
}

#couponBlockDiv{
    margin-left: 0;
    width: 300px;
}

#cart_bottom_buttons{
    margin-top: 20px;
}

#continueShoppingSpan:hover{
    cursor:pointer;
}

.productNameLink{
    color: #0C51B0;
    text-decoration: none;
    display: block;
    margin: 0 0 10px;
}

.free-item .productNameLink {
    color: #008000;
}

.cartItemQuantityInputField {
    height: 30px;
    width: 47px;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
}

.item-links {
    font-size: 12px;
    color: #333;
}

.item-links a {
    color: #333;
}

.add-wishlist-loading {
    position: relative;
}

.add-wishlist-loading:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background:url(/skin/frontend/enterprise/hft/images/colorbox/loading.gif) no-repeat bottom right;
    bottom: -9px;
    left: -40px;
    position: absolute;
}

.cart_item_unit_price_dollars {
    padding-right: 6px;
}

.cart_item_row_total{
    font-family: "HarborFreightFont_bold";
}

.cart_item_unit_total .price {
    font-size: 1.4em;
    text-decoration: line-through;
    font-weight: normal;
}

.cart_item_row_total_dollars .price {
    font-size: 1.6em;
}

.cart_item_unit_discount_number span,
.cart_item_unit_discount_number .price {
    font-size: 1em;
    font-weight: normal;
}

.smallDiscountPrice,
.smallCartitemCouponCode {
    font-size: 14px;
}

#shopping-cart-table .cart_item_unit_discount_number span,
#shopping-cart-table .cart_item_unit_discount_number .price {
    font-size: 1.4em;
}

#checkout-review-table .cart_item_unit_discount_number span,
#successItemsEachwrapper .cart_item_unit_discount_number span {
    font-size: 14px;
}

.cart_item_unit_price_free{
    color:#34A853;
    font-size: 1.4em;
    font-weight: normal;
    font-family: "HarborFreightFont_bold";
}

.cart_item_unit_discount_text{
    float:left;
    font-size: 14px;
}

#shopping-cart-table .cart_item_unit_discount_text{
    padding-top: 5px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #065fbf;
    font-family: "HarborFreightFont_bold";
}

.couponRemoveImage{
    padding-top: 1px;
    width: 12px;
}

#checkoutProgressStepsUl{
    float: right;
    width: 720px;
    font-size: 14px;
    text-transform: uppercase;
}

#discountCouponDiv{
    background: #f7f7f7;
    padding: 10px;
}

#discountCouponDiv .v-fix .validation-advice {
    width: 16em;
}

#discountCouponDiv .need-help {
    float: right;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 65px -1279px;
    display: block;
    height: 20px;
    padding: 0 15px 0 0;
    font-size: 14px;
}

#discountCodeTitleHeader{
    margin-bottom: 10px;
}

#coupon_code{
    height: 25px;
    width: 175px;
    padding-left: 2px;
    font-family: "HarborFreightFont_regular";
    border: 1px solid #797979;
    color: #000;
}

.btnBlue {
    color: #fff;
    background: #0c5bb9;
    text-shadow: 0 -1px 0 rgba(0, 0, 100, 0.70);
}
.btnBlue span {
    padding: 1px 20px 0;
    font-size: 15px;
}
.btnWhite:active, .btnWhite:active span,
.btnWhite:hover span {
    background-position: 0 0;
}

#coupon_help { z-index: 10000; top: 182px; /*left: 142px;*/ left: 50%; margin-left: -481px; position: fixed; display: none; }
#coupon_help .close { font-size: 15px; color: white; float: right; }
#coupon_help .close a { font-size: 15px; color: white;float: right; }

.gift-card-faq {
    margin: -23px 0 15px 288px;
    position: relative;
}
.gift-card-faq .link {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 0 14px 0 0;
    width: 100px;
}
.gift-card-faq .link:after {
    content: '';
    width: 8px;
    height: 14px;
    background: url(/skin/frontend/enterprise/hft/images/hft-sprite.png) no-repeat 0 -1280px;
    position: absolute;
    right: 0;
    top: 0;
}
.gift-card-faq .popup {
    width: 218px;
    position: absolute;
    top: -60px;
    left: 73px;
    background: #fff;
    border: 1px solid #797979;
    padding: 9px;
    min-height: 145px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 1;
}
.gift-card-faq:hover .popup {
    visibility: visible;
    opacity: 1;
}
.gift-card-faq .popup h3 {
    text-transform: none;
    margin: 0 0 8px;
    color: #111;
    font-size: 13px;
}
.gift-card-faq .popup p {
    font-size: 12px;
}

.gcsOverlay #cboxTopLeft,
.gcsOverlay #cboxTopCenter
.gcsOverlay #cboxTopRight {
    display: none;
}

.gcsOverlay #cboxContent {
    height: 210px !important;
    margin-top: -20px !important;
}

.gcsOverlay #cboxContent #cboxLoadedContent {
    height: 200px !important;
    margin-top: 10px !important;
    overflow: hidden !important;
}

#shippingCartDiv {
    width: 230px;
    background: #E7F0FC;
    padding: 10px;
}

#shipping_zipcode_input {
    float:left;
    width: 225px;
}

#postcode {
    height: 23px;
    width: 102px;
    float:left;
}

#ShippingZipQuoteButton{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 100, 0.70);
    height: 27px;
    border: none;
    float: right;
    width: 110px;
}

#shippingGetQuoteSpan{
    display: block;
    line-height: 17px;
    padding: 5px 10px;
}

#shippingMethodChoices{
    padding-top: 40px;
    font-size: 14px;
}

#co-shipping-method-form{float:left;}

#shippingUpdateTotalButton{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 100, 0.70);
    height: 27px;
    border: none;
}

#shippingUpdateTotalSpan{
    display: block;
    line-height: 17px;
    padding: 5px 10px;
}

#progressContentDiv dt{
    display: block;
    font-size: 14px;
    background-color: #E5E5E5;
    padding: 4px 0 4px 5px;
    margin: 20px 0;
    text-transform: uppercase;
}

#progressContentDiv dl{
    font-size: 14px;
}

#successShippingAddressDiv {
    font-size: 14px;
    font-style: normal;
    padding: 0 10px 8px;
}

#onePageRegisterTextDiv ul li{
    list-style: disc;
    line-height: 2em;
    font-size: 12px;
}

#onePageRegisterTextDiv ul{
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
    text-transform: none;
}


.checkout-choice li input{
    margin-right: 10px;
}

.checkout-choice li label{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: normal;
}

.require {
    color: #C00;
    font-size: 1.5em;
    line-height: .5em;
}

#checkout-step-shipping{
    width:715px
}

#checkout-step-shipping fieldset{
    width: 450px;
}

#checkout-step-shipping .customer-name-middlename .name-middlename{
    display:none;
}

#checkout-step-shipping .input-box input{
    height: 25px;
    width: 100%;
    font-weight: bold;
    color: #666;
    clear: both;
}

#checkout-step-shipping label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

#checkout-step-shipping fieldset label{
    background-color: #fcfcfc;
}

#checkout-step-shipping .name-firstname{
    float: left;
    width: 200px;
}

#checkout-step-shipping .name-lastname{
    float: left;
    width: 200px;
    padding-left: 30px;
}

#checkout-shipping-method-load{
    padding: 20px;
}

.shippingAddressList, .billingAddressList{
    float: left;
    width: 496px;
}

#checkoutSteps .form-list .validation-advice {
    width:200px;
}

#checkoutSteps .form-list label { float:none; }

#shipping-buttons-container { padding-top: 10px; }
#shipping-buttons-container button { margin:0 0 10px 0; }

#co-shipping-method { background-color: #E6EDF7;width: 415px;padding: 10px; }

#shippingContinueButton { margin: 20px 0 10px; }

#checkout-step-payment{
    width: 735px;
    padding-left: 0px;
    min-height: 800px;
}

#CheckoutPaymentAreaLeftDiv {
    padding-top: 12px;
}
#proceed_to_checkout_link {
    margin-left: 0;
}
#payment-buttons-container + p.required {
    position: absolute;
    top: 47px;
    left: 20px;
}

#billingAddressFromDiv .name-middlename{
    display:none;
}

#co-payment-form li {
    margin-bottom: 10px;
}

#co-payment-form .form-list label,
#billingAddressFromDiv label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

#co-payment-form .input-text {
    border: 1px solid #D3D3D3;
    margin-top: 5px;
}

#checkout-payment-method-load div#pjs_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #0C51B0;
    cursor:pointer;
}

#checkout-payment-method-load div#pjs_overlay #pjs_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 1;
}
#co-payment-form .input-text,
#billingAddressFromDiv input{
    height: 25px;
    width: 100%;
    font-weight: bold;
    color: #666;
}

#billingAddressFromDiv .name-firstname{
    width: 200px;
    float: left;
}

#billingAddressFromDiv .name-lastname{
    width: 200px;
    float: left;
    padding-left: 30px;
}

#shipping-address-select{
    width: 430px;
}

#CheckoutShippingAreaLeftDiv{
    width: 450px;
    float: left;
}

#CheckoutShippingAreaLeftDiv .no-longer-ship-outside-us{
    padding-left: 4px;
}
.priceRedSmall{
    color: black;
    font-size: 14px;
}

#checkout-step-review{
    padding-top: 20px;
}

#checkout-step-review .sales-tax-info {
    float: left;
    padding: 8px 10px 0;
}

#successTotalDiv .sales-tax-info {
    clear: right;
    text-align: right;
    padding: 3px 0 0;
}

.sales-tax-info a {
    color: #0057b1;
    font-size: 13px;
}

#review-buttons-container.buttons-set {
    margin-bottom: 300px
}

#successTotalDiv li {
    display: block;
    height: 33px;
    margin-bottom: 10px;
}

#successTotalDiv li span, #successTotalDiv li p {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #E5E5E5;
}

#successTotalDiv span {
    width: 192px;
    line-height: 33px;
    text-align: right;
    margin-right: 10px;
    padding-right: 10px;
}

#successTotalDiv .nofloat > .price{
    float: none;
}

#successTotalDiv p {
    width: 115px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
}

#successTotalLabel,
.successTotalLabel {
    background-color: #303030 !important;
    color: white;
}

#successTotalNum,
.successTotalNum {
    background-color: #F9DF71 !important;
}

#subtotal .price{
    float:none;
}

#shipping-cost .price{
    float: none;
}

#tax .price, #discount .price{
    float: none;
}

#successTotalNum .price,
.successTotalNum .price {
    float: none;
    background-color: #F9DF71 !important;
}

#billing-address-select{
    width:430px;
}

#advice-validate-cc-cvn-hftpayment_cc_cvn{
    float: left;
}

#advice-required-entry-hftpayment_cc_cvn{
    float: left;
}

div.nav-top{
    height: 0!important;
}
.opc-progress-container .opc-block-progress dt {
    font-weight: normal;
}
.opc .step {
    font-size: 10px;
}
h4.product-name {
    text-transform: capitalize;
}

#opc-payment .messages {
    background: #fcfcfc;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

#successLeftWrapper {
    width: 200px;float: left;
}

#checkoutProcessText {
    display: block;
    background-color: #E2E2E2;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#successOrderNumberDiv, #successInvoiceNumberDiv {
    display: block;
    background-color: #E5E5E5;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#successInvoiceNumberText {
    font-size: 24px;
    padding: 0 10px 5px;
}

#successItemSubtotalHeader {
    background-color: #E5E5E5;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    width: 220px;
    float: left;
}

.cart .totals table tfoot td .price {
    font-weight: normal;
}
.cart-empty {
    font-size: 12px;
}
.cart-empty a {
    color: #0C51B0;
    text-decoration: underline;
}
.cart-empty a:hover {
    text-decoration: none;
}

.cart-empty .cart-empty-msg {
    font-size: 18px;
    padding-bottom: 9px;
}

.cart-empty .btnLgYel {
    margin-left: 0;
}

.cart .messages, .cart .messages li {
    margin-bottom: 2px;
}

.cart .messages li.notice-msg span,
.cart .messages li.notice-msg font {
    color: #000;
}

#securedCreditCardImages { padding-top: 30px;text-align: right; }

#CartShippingAreaRightDiv { width: 250px; float: left; border-left: 1px solid #E5E5E5; padding-left: 10px; }

.f-left200 { float: left; width: 200px; }
.pad-l30 { padding-left: 30px !important; }

#shippingMethodChoicesDl .dt-select { font-size: 14px; text-transform: uppercase; border-bottom: 1px solid black; font-weight: normal; margin-bottom: 10px; width: 100%; line-height: 1.1}

#onePageProgressTitleDiv { display: block; background-color: #E2E2E2; padding: 8px 0 8px 10px; font-size: 16px; margin-top: 10px; font-weight: normal; text-transform: uppercase; }
#onePageProgressTitleDiv .edit { text-transform: capitalize;color: #0C51B0;font-weight: bold; }
#onePageProgressTitleDiv .complete { font-size: 14px; }

#verisignTrustSeal { padding-top:30px;padding-left:5px; }
a.verisign { color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px; }

/* #ShoppingCartRightDiv { float: left; padding-bottom: 10px; } */
#ShoppingCartRightDiv .CartFirstColumnDiv { width: 50px; float: left; }
#ShoppingCartRightDiv .CartSecondColumnDiv { width: 140px;float: left;padding-left: 5px; }
#ShoppingCartRightDiv .product-name { width: 130px; }
#ShoppingCartRightDiv h3 { width: 130px;font-size: 14px; }
#ShoppingCartRightDiv .cart_item_unit_discount_text { padding-right: 5px; }
#ShoppingCartRightDiv .CartThirdColumnDiv { width: 55px;float: left; }
#ShoppingCartRightDiv .cart_item_row_total { border-top:none; }

.ShoppingCartRightEachItemDiv { float: left; padding-bottom: 10px; }

#checkout-step-login .col-1 ul {font-size: 14px; margin-bottom: 10px;}

#co-shipping-method .freight-collect-pending{
    color: #D00F0F;
    text-transform: none;
}

#co-shipping-method .freight-collect-msg{
    font-size: 14px;
    display: inline
}

#shippingMethodChoices .freight-collect-pending{
    color: #D00F0F;
}

#shippingCartDiv .freight-collect-msg-hide{
    display:none;
}

#shippingCartDiv .freight-collect-msg{
    display:inline;
}

p.verbiage-message {
    font-size: 15px;
    padding: 0;
}
.verbiage-message.shipping-logged {
    max-width: 435px;
    padding-top: 5px;
}
.verbiage-message.payment-logged {
    padding-top: 5px;
}
.verbiage-message.shipping-guest {
    padding-bottom: 10px;
}
.verbiage-message.payment-guest {
    padding-bottom: 10px;
    margin-top: -5px;
}
.fraud-message {
    font-size: 15px;
    border: 1px solid black;
    padding: 5px 10px;
    margin-bottom: 10px;
    float: right;
    width: 182px;
}

.shippingCouponRemoveBlock,
.entireCartCouponRemoveBlock {
    font-size: 14px;
    padding: 5px 0;
    color: #0d52b1;
    font-weight: bold;
}

.shippingCouponRemoveBlock {
    margin-top: 10px;
}

#no-free-shipping-notice {
    /*color: #d74c63;*/
}
.checkout-cart-index .cart .totals {
    width: 300px;
}
.checkout-cart-index .cart .totals .price {
    font-size: 18px;
}
.checkout-cart-index .SubTotalDollars {
    width: auto;
    min-width: 100px;
}
.checkout-cart-index .SubTotalDollars,
.checkout-cart-index .SubTotalText,
.checkout-cart-index .GrandTotalText,
.checkout-cart-index .GrandTotalDollars {
    background: #f2f2f2;
    text-align: right;
    padding-right: 10px;
}
.checkout-cart-index .GrandTotalText strong,
.checkout-cart-index .GrandTotalDollars strong span {
    color: #333;
}

.saved-color {
    color: #34A853
}

#totalsDiv .saved-text {
    background: #f7f7f7;
    text-transform: uppercase;
    padding: 5px 10px 5px 5px;
    text-align: right;
    font-size: 18px;
    border-right: 10px white solid;
    border-top: 10px white solid;
    font-weight: bold !important;
}
#totalsDiv .saved-amount {
    font-size: 14px;
    background: #f7f7f7;
    padding: 5px 10px 5px 5px;
    text-align: right;
    border-top: 10px white solid;
    width: 80px;
}

.cartOverlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/**
 * Checkout Redesign : 08.2017
 */
.cart_page-title .cart-top-buttons{
    float: right;
    width: 50%;
}

.discount .btnBlue {
    float:right;
}

.cart-title-messages {
    width: 50%;
    float: left;
    clear: none !important;
    margin-bottom: 7px !important;
    padding-top: 12px !important;
}

/*------ cvv Image Overlay --------*/
#cvvImageOverlayDiv {
    z-index: 10000;
    top: 50%;
    left: 50%;
    margin: -162px 0 0 -377px;
    position: fixed;
    display: none;
}
#overlay_custom_second {
    opacity: 0.7;
    cursor: pointer;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/skin/frontend/enterprise/hft/css/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


#tt-reviews-display {
    clear: left;
}

.generic-response .page-title {
    font-family: "HarborFreightFont_bold";
    background: none;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0 2px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.generic-response .text {
    font-family: "HarborFreightFont_regular";
    font-size: 18px;
    padding: 0 15px;
}

.generic-response a.link {
    display: block;
    color: #0c5ba5;
    font-size: 18px;
    padding: 15px;
}



.donation h1 {
    font-size: 18px;
    margin: 15px 0;
}
.donation .field {
    float: left;
    padding: 0 25px 15px 0;
    box-sizing: border-box;
}

.donation input.input-text,
.donation select {
    height: 27px;
    width: 350px;
    border: 1px solid rgb(169, 169, 169);
    box-sizing: border-box;
}

.donation textarea.input-text {
    width: 725px;
    border: 1px solid rgb(169, 169, 169);
    box-sizing: border-box;
}

.donation label {
    font-size: 14px;
    height: 17px;
    display: block;
}

.donation .validation-advice {
    position: absolute;
    padding: 2px 0 0!important;
    width: auto;
}

.donation p {
    clear: both;
    font-size: 16px;
    margin: 15px 0;
}

.donation p.required {
    text-align: left;
}

.donation .btn-submit {
    background: url("/skin/frontend/enterprise/hft/images/customer-submit.png") no-repeat;
    border: none;
    width: 97px;
    height: 26px;
    text-indent: -9999em;
    margin: 30px auto 0 315px;
    display: block;
    clear: both;
}

.donation #google_recaptcha_container {
    width: 304px;
    height: 78px;
    clear: left;
    padding: 0;
    margin: 5px 0 15px;
}

