/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Address `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/** Address margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; font-weight: 400; }

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 0; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/** Address margins set differently in IE 6/7. */
p, pre { margin: 0 0 1em 0; }

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Address CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/** Address `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 0; }

dd { margin: 0; }

/** Address paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0; }

/** Correct list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
form { margin: 0; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ===== Responsive Table Styles ===== */
.responsiveTable { width: 100%; border-spacing: 0; }

.responsiveTable thead th { font-weight: bold; text-align: left; }

.responsiveTable thead th.tableHeadline { display: none; }

.responsiveTable th, .responsiveTable td { padding: 8px 10px 7px; }

.responsiveTable th:first-child, .responsiveTable td:first-child { border: none; }

.responsiveTable th label, .responsiveTable td label { display: none; }

.responsiveTable th.textMid, .responsiveTable td.textMid { text-align: center; }

.responsiveTable th.textRight, .responsiveTable td.textRight { text-align: right; }
.responsiveTable img { width:100px; }
.responsiveTable img.icon { width:auto; margin-left: 5px; }
/* ===== Media Queries ===== */
@media only screen and (max-width: 767px) {
    .responsiveTable thead th.tableHeadline { display: block; text-align: left; padding: 0 10px; }
    .responsiveTable thead th:not(.tableHeadline) { display: none; }
    .responsiveTable tr { display: block;  overflow: hidden; }
    .responsiveTable tr.expansion { padding: 0; }
    .responsiveTable th, .responsiveTable td { display: block; float: left; border: none; padding: 4px 10px; }
    .responsiveTable th label, .responsiveTable td label { display: inline; font-weight: bold; }
    .responsiveTable th.newLine, .responsiveTable td.newLine { clear: left; }
    .responsiveTable th.right, .responsiveTable td.right { float: left; }
    .responsiveTable .expressInput { min-width: 60%; } }
.responsiveTable thead { text-transform: uppercase; }
.responsiveTable.hasExpansion tbody { background: #e1e1e1; }
.responsiveTable.hasExpansion tbody:nth-child(odd) { background: none; }
.responsiveTable.hasExpansion tbody.open { border: 1px solid #c8c8c8; }
.responsiveTable.lined tr { border-top: 1px solid #e1e1e1; }
.responsiveTable.lined tr:first-child { border-top: none; }
.responsiveTable.shadedRows tbody tr { background: #e1e1e1; }
.responsiveTable.shadedRows caption { text-align:left; padding: 0px 7px 0px 10px;}
.responsiveTable.shadedRows th { padding: 5px 10px 7px; }
.responsiveTable.shadedRows tbody tr:nth-child(even) { background: none; }
td.max-width {max-width: 314px;}
.responsiveTable .expressInput input { width: 100%; }
.responsiveTable tfoot { font-weight: bold; }

.distOrderSummary span { display: block; }

.expansion { background: white; }
.expansion > td { padding: 0; }
.expansion div { display: none; }

.shaded { background: #ebebeb; }
.shaded:nth-child(even) { background: none; }
.shaded:hover { cursor: pointer; }

.origTable { display: none; }

@media only screen and (max-width: 767px) {
    .responsiveTable tr { position: relative; }
    .responsiveTable .expanderCell { position: absolute; left: 0; top: 50%; margin-top: -8px; padding: 0; }
    .responsiveTable .deleteCell { position: absolute; right: 0; top: 50%; margin-top: -14px; }
    .responsiveTable .updatedCell { position: absolute; right: 6%; top: 50%; margin-top: -14px; }
    .responsiveTable .expansion > td { width: 100%; }
}

@media only screen and (max-width: 320px) {
    .responsiveTable .updatedCell {right: 0; top: 24%;}
}
/* ========================================================================== HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) ========================================================================== */
.siteQuickLinks { position: absolute; z-index:100; top: 0; left: 0; padding: 20px; background: white; border: 1px solid #e1e1e1; -webkit-transform: translate3D(-100%, 0, 0); -moz-transform: translate3D(-100%, 0, 0); -ms-transform: translate3D(-100%, 0, 0); -o-transform: translate3D(-100%, 0, 0); transform: translate3D(-100%, 0, 0); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.siteQuickLinks.active { -webkit-transform: translate3D(0, 0, 0); -moz-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); -o-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); }
.siteQuickLinks .tabToggle { font-size: 15px; position: absolute; top: 5px; right: -42px; background: #afafaf; color: white; width: 42px;  text-align: center; padding: 6px 0px;}

html, button, input, select, textarea { color: #222; }

a:link, a:visited { color: #008ab0; text-decoration: none; text-transform: uppercase; }

a.btn, a.largeBtn, button.btn, button.largeBtn { background: #008ab0; color: white; text-decoration: none; padding: 11px 20px; border-radius: 2px; text-transform: uppercase; line-height: 1; border: 0; display: inline-block; }
a.bt2{ background: #666666; color: white; text-decoration: none; padding: 11px 20px; border-radius: 2px; text-transform: uppercase; line-height: 1; border: 0; display: inline-block; }
a.largeBtn, button.largeBtn { font-size: 14px; font-weight: bold; padding: 16px 30px; }

a.btn2 { display: inline-block; border: 1px solid #008ab0; padding: 10px; border-radius: 2px; text-transform: uppercase; line-height: 1; }

input { border: 1px solid #d6d5d5; border-radius: 2px; padding: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.qty { display: inline-block; width: 50px; text-align: center; }
.qty input { width: 100%; margin-bottom: 3px; text-align: center; }
input[readonly] {
    border: none;
}

h3 { font-size: 18px;}

.bold { font-weight: bold; }

ul { list-style: none; }

select { border: 1px solid #e1e1e1; box-shadow: 0 0 0 rgba(0, 0, 0, 0.01); background: white; height: 28px; }

.error { color: #c71013; }
.error input { border: 1px solid #c71013; }

.error select { border: 1px solid #c71013; }

body { background: #fafafa; font-size: 12px; line-height: 1.4; }

.container { max-width: 1000px; margin: 0 auto; padding: 0 1.5%; }

.pageHeader { background: white; /*padding: 20px 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/ margin-bottom: 30px; }

.minicart { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 99; font-size: 11px; text-transform: uppercase; color: #4c4c4c; background: #eeeeee; border-radius: 2px; border: 1px solid #d6d5d5; float: right; padding: 4px 10px; }
.minicart:hover { cursor: pointer; }
.minicart span { padding-top: 2px; }
.minicart .orders { background: url("../images/icon-minicart-orders.png") right center no-repeat; padding-right: 28px; margin-right: 10px; }
.minicart .shoppingAs { margin-right: 15px; }
.minicart .cart { background: url("../images/icon-minicart-cart.png") left center no-repeat; padding-left: 25px; margin-right: 10px; }
.minicart .cartCount { background: #008ab0; color: white; font-size: 10px; display: inline-block; padding: 1px 5px; border-radius: 2px; position: relative; }
.minicart .cartCount:after { content: ''; position: absolute; display: block; border: 3px solid transparent; border-right: 3px solid #008ab0; top: 5px; right: 100%; }
.minicart .dropdown { display: none; position: absolute; top: 115%; left: -1px; width: 272px; border-radius: 0 0 2px 2px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 10px; background: #eeeeee; border: 1px solid #d6d5d5; }
.minicart .dropdown:before { content: ''; display: block; position: absolute; top: -5px; left: -1px; height: 5px; width: 100px; background: #eeeeee; border-left: 1px solid #d6d5d5; border-right: 1px solid #d6d5d5; }
.minicart .dist { padding: 5px 10px; }
.minicart .dist.active { background: #d6d5d5; color: inherit; }
.minicart .btn2 { display: block; text-align: center; width: 232px; margin: 0 auto 10px; }
.minicart .btn2:before { content: '+ '; font-size: 1.4em; font-weight: bold; }
.minicart .totals { font-weight: bold; }
.minicart .viewCart { display: block; width: 160px; text-align: center; margin: 10px auto; }

section { width: 72%; /*float: right;*/ padding-left: 1.5%; }

article header { margin-bottom: 40px; }

aside { width: 23.5%; float: left; border-right: 1px solid #cccccc; min-height: 500px; padding-right: 1.5%; }
aside .btn2 { display: block; margin-left: -15px; }
aside .dist { margin-left: -15px; }
aside hr { clear: both; margin: 20px 0 5px; }
aside .inputGroup { margin-left: -11px; }
aside .agelocmeLink { margin-left: -15px; }
aside .agelocmeLink img{ border:1px solid #ccc;}

.quickSelect { margin-bottom: 10px; }
.quickSelect .dist:hover { cursor: pointer; }

.dist { padding: 10px 15px; -webkit-transition: 0.1s all ease; -moz-transition: 0.1s all ease; -o-transition: 0.1s all ease; transition: 0.1s all ease; }
.dist.active { background: #9eacb0; color: white; }
.dist span { float: left; }
.dist .name { width: 33%; }
.dist .cartQty { width: 33%; text-align: center; }
.dist .psv { width: 33%; text-align: right; }

h1 { font-size: 24px; text-transform: uppercase; }
h2 { font-size: 18px; text-transform: uppercase; color:#ffffff;background:#9eacb0; padding:5px;}
.inputGroup { margin-bottom: 15px; height: 28px; }
.inputGroup input { float: left; border-radius: 2px 0 0 2px; border-right: none; padding: 7px 10px 5px; height: 100%; }
.inputGroup button { border-radius: 0 2px 2px 0; padding: 8px 14px; height: 100%; }
.inputGroup button.block {display:block;}

.productSearch { float: right; }
.productSearch input { padding-left: 30px; width: 200px; background: white url("../images/icon-search.png") 8px 6px no-repeat; }

/*.row { margin-bottom: 15px; }*/

.tableHead, .tableFoot { font-weight: bold; text-align: center; margin: 30px 0 8px; width: 100%; line-height: 1.2; }
.tableHead .mainCell, .tableFoot .mainCell { text-align: left; }

.tableFoot { margin-top: 10px; }

.distOrderSummary { padding: 7px; }
.distOrderSummary.open { font-weight: bold; }
.distOrderSummary.open i.icon-expand:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.checkout .warning { color: #c71013; }
.checkout .checkoutMainWarning { font-size: 13px; margin-bottom: 20px; text-align: center; text-transform: uppercase; }

i[class^='icon-']:hover { cursor: pointer; }
i[class^='icon-']:before { display: inline-block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

i.icon-warning:before { content: url("../images/icon-warning.png"); position: relative; top: 3px; }

i.icon-expand { padding: 10px; }
i.icon-expand:before { position: relative; top: 1px; content: url("../images/icon-expand.png"); }
i.icon-expand.open:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

i.icon-delete:before { content: url("../images/icon-delete.png"); position: relative; top: 2px; }
i.icon-save:before { content: url("../images/tick.png"); position: relative; top: 2px; }
i.icon-edit:before { content: url("../images/pencil.png"); position: relative; top: 2px; }

a.icon-add:before { content: '+ '; font-size: 1.4em; line-height: 1.4; font-weight: bold; margin-right: 5px; }

.checkoutStep { clear: both; position: relative; background: #ebebeb; margin-bottom: 5px; padding: 8px; border-radius: 4px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.checkoutStep:not(.active):hover { cursor: default; }
.checkoutStep .title { font-size: 15px; line-height: 26px; color: #808080; overflow: hidden; }
.checkoutStep .title .numeral { float: left; width: 24px; height: 24px; background: white; border-radius: 50%; text-align: center; margin-right: 8px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.checkoutStep .title h2 { text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.checkoutStep .excerpt { display: none; padding-left: 32px; color: #808080; }
.checkoutStep .excerpt a.btn2 { position: absolute; right: 13px; top: 13px; }
.checkoutStep .content { display: none; padding: 17px; overflow: hidden; }
.checkoutStep.active { background: none; padding: 0; margin-top: 20px; }
.checkoutStep.active .title { font-size: 24px; line-height: 40px; color: #4c4c4c; }
.checkoutStep.active .title .numeral { width: 38px; height: 38px; border: 1px solid #4d4d4d; background: transparent; }

.checkoutSideSteps { text-align: right; font-size: 14px; }
.checkoutSideSteps span { display: block; padding: 12px 0; color: #808080; position: relative; }
.checkoutSideSteps span:after { content: ''; position: absolute; right: -24px; top: 15px; }
.checkoutSideSteps span.active { color: #4c4c4c; font-weight: bold; }
.checkoutSideSteps span.active:after { content: url("../images/icon-checkoutSideStep-active.png"); }
.checkoutSideSteps span.complete { color: #b2b2b2; }
.checkoutSideSteps span.complete:after { content: url("../images/icon-checkoutSideStep-complete.png"); }

.goRight { float: right; text-align: right; }

.textRight { text-align: right; }

.formCell { width: 50%; float: left; margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.formCell input[type="text"], .formCell input[type="email"], .formCell input[type="password"] { width: 95%; margin-bottom: 10px; }
.formCell input[type="radio"] { width: auto; }
.formCell label { padding-left: 6px; margin-bottom: 2px; display: block; font-weight: bold; }
.formCell li { margin: 4px 0; }
.formCell li input[type="radio"] { margin-right: 3px; }
.formCell li label { font-weight: normal; }

.navButtons { clear: both; text-align: right; padding: 13px 40px; }
.navButtons .btn, .navButtons a.largeBtn, .navButtons button.largeBtn, .navButtons .largeBtn { margin-left: 20px; }

.clearfix:before, .dist:before, .row:before, .checkoutStep:before, .clearfix:after, .dist:after, .row:after, .checkoutStep:after { content: " "; display: table; }

.clearfix:after, .dist:after, .row:after, .checkoutStep:after { clear: both; }

.clearfix, .dist, .row, .checkoutStep { *zoom: 1; }

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* ========================================================================== Media Queries ========================================================================== */
@media only screen and (max-width: 1030px) { aside .btn2 { margin-left: 0; }
    /*.container .pc_box{display: none;}*/
}
@media only screen and (max-width: 767px) {
    aside { display: none; }
    section { width: 100%; padding: 0; float: none; }
    .pageHeader { margin-top: 0px; }
    h1 { clear: both; }
    .minicart { background: #293133; color: #a9adad; border: none; border-radius: 0; position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
    .minicart .cart, .minicart .volume { display: none; }
    .productSearch { width: 100%; }
    .formCell { width: 100%; } }
/* ========================================================================== Print styles ========================================================================== */
@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    /* Don't show links for images, or javascript/internal links */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; /* h5bp.com/t */ }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; } }


/*==header== */
#siteQuickLinks{
    position: fixed;
}
/*== footer */
footer {
    width:100%;
    float:left;
    clear:both;
    color:blue;
    margin-top:20px;
}
.formCell_W100 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smallBlue {
    color: #6666aa;
    font-family: "Arial","Mingliu","Verdana";
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}
.formCell_W100_2{
    width: 100%;
    float: left;
    margin: -20px 0px 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==loginForm dialog */
.jqmOverlay {
    background-color: #000;
    opacity: 0.5 !important;
}
a.text-btn {
    background: -moz-linear-gradient(center top , #0081a8 5%, #006280 100%) repeat scroll 0 0 #0081a8;
    border: 1px solid #006280;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    min-width: 50px;
    padding: 6px 15px;
    text-decoration: none;
}

a.text-btn div {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

a.login-close {
    background: url("../images/btnClose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 15px;
}

a.login-btn {
    display: block;
    height: 27px;
    text-indent: -999.9em;
}
a.login-btn:hover {
    background-position: 0 -27px;
}
a.login-btn:link, a.login-btn:visited {
    color: #008ab0;
    text-decoration: none;
}
#domWindow {
    box-shadow: 1px 1px 35px #555;
    display: none;
    left: 50%;
    margin: 0 0 0 -169px;
    position: fixed;
    top: 30%;
    z-index: 150;
}

#addrWindow {
    box-shadow: 1px 1px 35px #555;
    display: none;
    left: 50%;
    margin: 0 0 0 -169px;
    position: fixed;
    top: 30%;
    z-index: 150;
}

#addrWindow.addrWindow_adjustIPad {
    box-shadow: 1px 1px 35px #555;
    display: none;
    left:40%;
    margin: 0 0 0 -20%;
    position: absolute;
    top: 15%;
    z-index: 150;
}
#addrWindow2 {
    box-shadow: 1px 1px 35px #555;
    display: none;
    left: 50%;
    margin: 0 0 0 -169px;
    position: fixed;
    top: 30%;
    z-index: 150;
}

#addrWindow2.addrWindow_adjustIPad {
    box-shadow: 1px 1px 35px #555;
    display: none;
    left:40%;
    margin: 0 0 0 -20%;
    position: absolute;
    top: 15%;
    z-index: 150;
}
#campaignsText {
    float: left;
    display: none;
}
.dialogTop {
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    float: left;
    font-size: 12px;
    padding: 25px;
    transition: all 0.3s ease 0s;
    width: 256px;
}
.logInFormPanel {
    min-height: 250px;
    font-family: "Microsoft YaHei",Arial,sans-serif;
}

.popupForm a.login-close {
    float: right;
    margin-top: 4px;
}
.popupForm a, .logInForm a {
    position: relative;
}

.popupForm hr, .logInForm hr {
    border-color: -moz-use-text-color -moz-use-text-color #cbcbcb;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    height: 0;
    margin-bottom: 12px;
    margin-top: 10px;
    width: 100%;
}
.logInForm {
    font-size: 12px;
    padding-left: 25px;
    padding-top: 10px;
}
.popupForm h5, .logInForm h5 {
    clear: left;
    color: #008ab0;
    float: left;
    font-size: 15px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 50%;
    font-weight: bold;
}
.popupForm p, .logInForm p {
    float: left;
    line-height: 1.25em;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 256px;
}
.popupForm a, .logInForm a {
    position: relative;
}
.popupForm a[class^="btn-"], .popupForm button[class^="btn-"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.popupForm button.btn-primary {
    background: none repeat scroll 0 0 #008ab0;
    border: 1px solid #008ab0;
    color: white;
    transition: all 0.3s ease 0s;
}
.popupForm button.btn-primary:hover {
    background: none repeat scroll 0 0 #03a0d3;
}
.popupForm button.btn-secondary {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #008ab0;
    box-shadow: 1px 1px 0 #a1aaad;
    color: #008ab0;
}
.popupForm button.btn-secondary.sml {
    font-size: 11px !important;
    height: 27px;
    padding: 0 7px;
}

.popupForm fieldset {
    float: left;
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    width: 255px;
}
.logInForm fieldset {
    float: left;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
    width: 100%;
}
.popupForm label, .logInForm label {
    color: #363636;
    display: block;
    padding-bottom: 3px;
}
.popupForm input, .logInForm input {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 3px 5px;
    width: 195px;
}
.popupForm a.text-btn, .logInForm a.text-btn {
    background: none repeat scroll 0 0 #008ab0;
    border: 1px solid #008ab0;
    border-radius: 2px;
    float: left;
    font-weight: normal;
    margin: 10px 0;
    padding: 11px 15px;
    text-transform: uppercase;
}
.popupForm .links, .logInForm .links {
    float: left;
    width: 250px;
}
.popupForm .links a, .logInForm .links a {
    clear: both;
    color: #008ab0;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
    text-decoration: none;
}
.logInForm .links a {
    width: 100%;
}
.popupForm .links a:hover, .logInForm .links a:hover {
    text-decoration: underline;
}
.logInFormErrors {
    color: red;
    display: none;
    float: left;
    line-height: 1.25em;
    padding-bottom: 10px;
    width: 256px;
}

.popupForm input.zipcode {
    border: none;
    width:auto;
}

.popupForm input.zipcode {
    border: none;
    width:auto;
}

.popupForm select{
    width:100px;
    margin-right:20px;
}

.popupForm input.addline {
    width:90%;
}
.formCell .height_17 {
    height:17px;
}
/** confirmOrder.html **/
.mright_8{
    margin-right:100px;
}
.Lfloat{
    float:left;
}
/** login.html **/
.mr_8{
    margin-right:8px;
}
.mr_25{
    margin-right:25px;
}

.ml_20 {
    margin-left:20px;
}

.mb_20 {
    margin-bottom:20px;
}

.remind_font{
    font-size:12px;
    color:#ff9900;
}
.warn_font{
    font-size:12px;
    color:red;
}
/** instruction.html **/
.txt15_bk { font-size: 15px; line-height: 24px; color: #000000; text-decoration: none; }
.txt15_b {	font-size: 15px; line-height: 26px; color: #0066CC; text-decoration: none; font-style: normal; font-weight: normal; }
.txt13_list2 {
    color: #777;
    font-size: 12px;
    line-height: 24px;
    list-style: inside none disc;
    text-decoration: none;
}
.instrucTable ul{
    list-style-type :disc;
}
.instrucTable img {
    width: auto;
}
/** archiveOrder **/
p.promo {
    margin-top : 12px;
}
/** distOrder **/
span.mrt-2{
    margin-right:2px;
}

header .row_coupons_icon {
    margin-top : 20px;
}

.font_size_15 {
    font-size: 15px;
}

.font_error_1 {
    color:#ff9966;
    font-size: 14px;
}
.formCell input.directCardNo {
    width: auto;
}
.borderless{
    border:none;
}

input.readOnly {
    border:none;
}
/** **/

.block-addtocart {
    background: #333 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    margin-right: 15px;
    margin-top: 45px;
    position: fixed;
    opacity: 0;
    top: -100px;
    right: 0;
    text-align: center;
    transition: all 0.5s linear 0s;
    width: 280px;
    z-index: 199;
}

@media screen and (max-width: 767px) {
    .block-addtocart {
        margin-right: -140px;
        right: 50%;
    }
}

.largeBlue {
    color: #6666aa;
    font-family: "Arial","Mingliu","Verdana";
    font-size: 15px;
    line-height: 150%;
}

.smallGray {
    color: #666;
    font-family: "Arial","Mingliu","Verdana";
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}
.noMargin {
    margin :0px;
}

.promo_word {
    color: #ff9900;
}
.font_blue{
    color: #0066cc;
}
.font_size15{
    font-size: 15px;
}
.stock_name {
    font-size: 15px;
    color: #666699;
}
.productList h1{
    color: #0066cc;
}
div.row .smallGray2 {
    color: #666;
    font-family: "Arial","Mingliu","Verdana";
    font-size: 12px;
    line-height: 2.4;
    text-decoration: none;
}

div.row span.readOnly{
    padding:6px;
    background-color:#f0f0f0;
    border-radius: 2px;
}
/** editProfilePC.html **/
div.row span.span2{
    float:left;
    width:75px;
}
div.row span.span3{
    margin-left :3px;
}
@media screen and (max-width: 767px) {
    .phoneType2{
        margin-top: 10px;
    }
}

.promptMobile {
    color:#ff9900;
    margin : 5px 0px 0px 76px;
}
/** invoiceOrder.html **/
div.deliveryRelease .title{
    color:#008ab0;
    font-size: 15px;
}
div.deliveryRelease label {
    color: #666;
    font-family: "Arial","Mingliu","Verdana";
    font-size: 12px;
    line-height: 2.4;
    text-decoration: none;
}
div.deliveryRelease span {
    float:left;
    width:85px;
}
.loader {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 0;
}
.loader .loader-image {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.paddingTop_6 {
    padding-top:6px;
}
a.shopVideo {
    color:#0066cc;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
}


.systemMaintain {
    font-size :400%;
}
/** paymentInfo **/
.dash_bottom {
    border-bottom : 1px dashed #ccc;
}

.sendInv label{
    font-weight: normal;
    color:  #804000;
}

.red {
    color:red;
}

.lettering {
    color: #0084b4;
    margin : 5px 0px 0px 12px;
}
.lettering h3{
    font-size: 1.2em;
}

/** searchAddressView.html **/
.address_err {
    color:red;
}
@media (max-width: 768px) {
    #domWindow{
        margin:0 0 0 -126px;
    }


}

.pay7_style .clearfix .checkout_msg {
    position:absolute;
    bottom : 0px;
    right :10px;
    color:red;
}

.loader .loader-checkout {
    color: red;
    font-size: 15px;
    height: 30px;
    position: absolute;
    right: 35%; /** 不跑馬燈的話 , set to 24%; **/
    top: 60%;
    width: 30%;
}

.uppercase {
	text-transform: uppercase;
}

/* start add by edd on 2017/08/11 for 我的優惠券頁面調整版面 */
.ticket-list {
    margin-bottom: 10px;
    width: 100%;
    min-height: 135px;
    display: table;
}

.ticket-content {
    word-break: break-all;
    font-family: "Microsoft YaHei";
    vertical-align: top;
    display: table-row;
}

.ticket-title {
    width: 227px;
    min-width: 227px;
    max-width: 227px;
    padding: 20px 10px;
    color: white;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-top-left-radius: 10px;
    display: table-cell;
    vertical-align: top;
    background: #108CB2 url(../images/new/quan_background.png) right top repeat-y;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ticket-title {
        width: 172px;
        min-width: 172px;
        max-width: 172px;
    }
}

.ticket-description {
    padding: 20px 35px;
    color: #999;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0px 5px 5px 0px;
    display: table-cell;
    border-left: 0;
    vertical-align: top;
}
/* end add by edd on 2017/08/11 for 我的優惠券頁面調整版面 */