/* WESCO */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! END normalize.css v3.0.2 | MIT License | git.io/normalize */

fieldset{
    border: 0;
}

/* SELECTORS */
html, body {
    height: 100%;
    font-family: "Arial", "Helvetica", sans-sarif;
    min-width: 980px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
i{
    font-style: italic;
}

b{
    font: bold;
}

hr {
    border: 0;
    background: #ccc;
    height: 1px;
}

button,
input {
    font-family: inherit;
}

input[type=text],
input[type=password],
textarea{
    outline: none;
    border: 1px solid #a9a9a9;
    padding: .25em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
/*  margin: 5px 0px; */
}
button:disabled{
    color: graytext;;
}

select{
    border: 1px solid #a9a9a9;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .2em;
}

/* ICON ANCHORS */
a.icon{
    display: inline-block;
    padding-left: 21px;
    overflow:hidden;
    position: relative;
}
a.icon:before{
    content: url(../images/icons/social_icons_sprite.png);
    margin-right: 5px;
    position: absolute;
    left: 0;
}

a.icon.facebook:before{
    top: -2px;
}
a.icon.twitter:before{
    top: -74px;
}
a.icon.linkedin:before{
    top: -38px;
}
a.selected {
    color: #656565 !important;
}
/* ICON ANCHORS end */

/* FORM */
.stackedForm label{
    display: block;
    font-size: 11px;
}

.modalFieldset{
    padding: 0;
    border-top: 1px solid #d7d7d7;
    margin: 29px 16px;
    padding-top: 20px;
}
.modalFieldset ul,
.modalFieldset ol,
.modalFieldsetCC ul,
.modalFieldsetCC ol,
.tableForm ol,
.tableForm ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modalFieldsetPO{
    margin: 29px 16px;
}

.modalFieldsetQV{
    border-top: 1px solid #d7d7d7;
    margin: 5px 0;
    padding-top: 15px;
}

.modalFieldsetCC {
    border-top: 1px solid #d7d7d7;
    margin: 25px 16px;
    padding-top: 5px;
    width: 604px;
}

select.countrySelection {
    width: 285px;
}

.loginModal input{
    width: 277px;
}

/* FORM end */

/* Begin Success Page */
ol.thankYouList {
    list-style-type: decimal;
    margin: 0 0 20px 20px;
    line-height: 2.5;
    padding: 35px 0 0;
}

ol.thankYouList li {
    font-weight: bold;
    font-size: 15px;
}

ol.thankYouList li a {
    color: #00337F;
    text-decoration: underline;
}

ol.thankYouList li a:hover,
ol.thankYouList li a:visited {
    text-decoration: none;
}

.thankYouListing p {
    color: #524D51;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 100px;
}

.branchName {
    font-weight: bold;
}

.branchLabel {
    display: inline;
    padding: 0 5px 0 0;
}
/* End Success Page */


/* MINICART */

.minicart{
    top: 1px;
    right: -26px;
}
.minicart .modalFieldset{
    margin-top: 55px;
    margin-bottom: 14px;
}
.minicart h2{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}
.minicart th{
    font-weight: bold;
    color: #000;
}

.minicart p{
    line-height: 14px;
    padding-bottom: 2px;
    margin: 0;
}

.minicart tbody tr{
    border-top: 1px solid #CCC;
}

.minicart td{
    padding: 8px 0 10px 0;
    vertical-align: top;
}

.minicart th{
    padding: 10px 0 8px 0;
}

.minicart .close{
    right: 6px;
    top  : 6px;
}


/* MINICART end */

/* Buttons */
button,
input[type="submit"].primary {
    cursor: pointer;
}

button.cart{
    background: #fdc501; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdc501 0%, #ff9c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc501), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdc501 0%,#ff9c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc501', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
    border: none;
    padding: 4px 14px;
}
button.primary,
span.button.primary,
input[type="submit"].primary {
    background: #585858; /* Old browsers */
    background: -moz-linear-gradient(top,  #585858 0%, #313131 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#313131)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #585858 0%,#313131 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #585858 0%,#313131 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #585858 0%,#313131 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #585858 0%,#313131 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
    border: none;
    padding: 4px 14px;
    color: white;
}

input[type="submit"].primary {
    padding: 3px 14px;
}

button.secondary,
button.standard,
button.icon{
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e4e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e4e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e4e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e4e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e4e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e4e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e4e3e3',GradientType=0 ); /* IE6-9 */

    border: solid 1px #c3c3c3;
    padding: 2px 12px;
}

span.button{
    display: inline-block;
}

span.button,
button.cart,
button.primary,
button.secondary,
button.standard,
button.icon,
input[type="submit"].primary {
    border-radius: 4px;
    font-size: 12px;
}

button.icon{
    font-size: 9px;
    font-weight:bold;
    padding: 7px 8px 5px 26px;
    color: #00337f;
    overflow:hidden;
    position: relative;
    border: solid 1px #c3c3c3;
/*  background-image: url(../images/icons/button_icons_sprite.png); */
}

.slideCart {
    margin-top: 8px;
}



button.icon:before{
    content: url(../images/icons/button_icons_sprite.png);
    position: absolute;
    left: 6px;
}

button.icon.print:before{
    top: -3px;
}
button.icon.print:after{
    content: 'Print';
    text-transform: uppercase;
}

button.icon.chat:before{
    top: -31px;
}
button.icon.chat:after{
    content: 'ONLINE CHAT';
    text-transform: uppercase;
}

button.primary {
    margin: 0 0 5px;
}

div.buttons {
    width: 100%;
}
div.buttonsMedium {
    width: 50.5%;
}
div.buttonsSmall {
    width: 40.5%;
}
div.buttons button {
    float: right;
}
/* Buttons end */


/* UNIQUES */
.shiftList li{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px 0;
    padding-left: 3px;
}
.shiftList li:hover{
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .2s;
    transition: background-color .3s;
    background-color: #DDD;
}

.justAdded{
    -webkit-transition: color 2s, background-color 2s;
    -moz-transition: color 2s, background-color 2s;
    transition: color 2s, background-color 2s;
    background: green;
    color: #FFF;
}
.beenAdded{
    background: #FFF;
    color: #000;
}

.footer .separator{
    padding: 0 .6em;
}

.close{
    background-image: url(../images/icons/close_icon.png);
    background-position: 0 -22px;
    background-repeat: no-repeat;
    /*background-color: #666;
    color: #FFF;*/
    height: 13px;
    width: 13px;
    text-align: center;
    line-height: 14px;
    font-size: 1.4em;
    /*
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.close:hover{
    cursor: pointer;
}
.outerShell{
    min-height: 100%;
/*  overflow: scroll; */
}
* html .outerShell{
    height: 100%;
}

.logo{
	padding-top: 10px;
	margin-bottom:7px;
}
.logo,
.partnerLogo{
	margin-top: 4px;
}
.partnerLogo {
	margin-left : 20px;
	border-left: #CCC 1px solid;
	padding-left: 20px;
}

.mainNav{
    background: #2c77b7; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c77b7 0%, #014785 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c77b7), color-stop(100%,#014785)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2c77b7 0%,#014785 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c77b7', endColorstr='#014785',GradientType=0 ); /* IE6-9 */
    margin-top: 15px;
}

.mainNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mainNav li{
    border-right: 2px #2873B2 groove;
}

.mainNav li a{

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;

    display: block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 26px;
    font-size: 14px;
}

.mainNav li.active{
    background: #fdc501; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdc501 0%, #ff9c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc501), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdc501 0%,#ff9c00 100%); /* W3C */
}

.mainNav li.active a{
    color: #000;
}
.mainNav li.nav-search{
    border-right: 0;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    width:34%;
}

.byTwo{
    width: 50%;
}
.byThree{
    width: 33%;
}
.byFour{
    width: 25%;

}
.mainNav.byFive li{
    width: 20%;
}

/* megaMenu */
.megaMenu{
    background: rgb(14,14,14); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(56,56,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(56,56,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(56,56,56,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(56,56,56,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    width: 100%;

    -webkit-box-shadow: 0 6px 5px rgba(0,0,0,.5);
       -moz-box-shadow: 0 6px 5px rgba(0,0,0,.5);
            box-shadow: 0 6px 5px rgba(0,0,0,.5);
}

.megaMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subNav ul{
    margin: 12px 0 26px 12px;
}
.subNav ul a{
    -webkit-transition: background-color .4s, border-color .5s;
       -moz-transition: background-color .4s, border-color .5s;
            transition: background-color .4s, border-color .5s;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    font-size: 12px;
    display: block;
    padding: 8px 11px;
    background-color: transparent;
    border: 1px solid transparent;

}
.subNav ul a:hover{
    background-color: #000;
    background-color: rgba(0,0,0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    border-top: 1px solid rgba(255,255,255,.1);
}

/* megaMenu end */

.contentFrame{
    border-bottom: 8px solid #004684;
}

.searchBar {
	padding:6px 0 6px 10px;
}
.searchFields label{
	width: 100px;
	padding-right: 14px;
	font-size: 14px;
	display: inline-block;
}
.searchFields .searchTerm{
	/*width: 366px;*/
	display: block;
	height:100%;
}
.searchFields .searchTerm input{
	display: block;
	width: 95%;
	padding:1% 2%;
	height: 19px;
	border: 1px solid #a9a9a9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchFields .searchTerm button{
	right: 4px;
	top: 2px;
	width: 24px;
	height: 24px;
	border: none;
	background: url(../images/icons/search_magnifier.png) no-repeat center transparent;
}
.suggest,
.results .suggest {
	background: #fff;
	margin-top: -1px;
	border-right: 1px solid darkGray;
	border-left: 1px solid darkGray;
	border-bottom: 1px solid darkGray;
}
.suggest ul li,
.results .suggest ul li {
	font-size: 11px;
	padding: 10px;
}
.suggest ul li.ac_over,
.results .suggest ul li.ac_over {
	background: #eee;
	cursor: pointer;
}
.suggest strong,
.results .suggest strong {
	font-weight: bold;
}
.innerShell{
	width: 940px;
}

.slideShow {
    background: #ebebeb;
    border: 1px solid #CCC;
    width: 700px;
    height: 230px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slideShow ul{
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    width: auto;
}

.slideShow .pager{
    border: 1px solid #A6A6A6;
    font-size: 11px;
    position: absolute;
        bottom: .5em;
        right: .5em;
        z-index: 25;
}

.slideShow .pager a{
    display: inline-block;
    background: #7B7B7B;
    color: #FFF;
    background: linear-gradient(to bottom, #9C9C9C, #7B7B7B);
    background: -webkit-linear-gradient(to bottom, #9C9C9C, #7B7B7B);
    padding: .25em .5em;
    text-align: center;
}

.slideShow .pager a.activeSlide{
    color: #333;
    background: #FFF;
}

.slideShow .slide{display: none;}
.slideShow .slide.first{display: block;}

.slideProductDetail {
    width: 336px;
    margin-top: 7px;
}

.slideProdDetailTop {
    height: 130px;
}

.slideProductDetail > p {
    width: 270px;
}


.slideProductDetail .priceInfo {
    width: 230px;
}

.slideControls {
    top:-25px;
    left: -15px;
}

.sidebarBox {
    width: 220px;
    height: 230px;
}

.tollFree{
    margin:16px 0 14px 0;
}

.newsletter{
	margin-top: 9px;
}
.newsletter h3, .customerCare h3{
	background: url(../images/icons/newsletter.png) no-repeat 0 1px;
	padding-left: 26px;
}
.newsletter input{
	width: 186px;
}

.promos {
    width:  310px;
}

.footer{
    margin-bottom: 40px;
}

a.addmore {
    margin-top: 20px;
    margin-left: 23px;
}

.featuredProduct {
	 border-left:1px solid #ccc;	
    width: 145px;
}

h2.sectionHeader {
    margin: 1em 0;
    font-weight: bold;
}

.productDescription {
    width: 120px;
}

.accountCurrent{}
.accountCurrent:after{
    content: "\25BC";
}
.accountCurrent.active:after{
    content: "\25B2";
}

.accountLinks ul{
    margin: 7px 14px 20px;
}
.accountLinks ul li{
    padding: 0 5px;
    border-radius: 4px;
    text-align:right;
}

.promoText {
    width: 120px;
    margin: 10px 0px 0 40px;
}

.promoText p {
    margin-top: 10px;
}

.noteworthy {
    height: 38px;
    background: #f2f2f2;
}

.noteworthy h2 {
    font-size: 18px;
    margin: 0;
    padding: 12px 0 0 20px;
}

.newsStories {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 220px;
    width: 360px;
}

.productInfoBlock h2 {
    width: 285px;
    font-size: 22px;
    line-height: 34px;

}

.indProductBlock {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.modalFieldsetQV .prodDescBlock {
	width: 510px;
}

/*** THis is for the scrollbars to show in OSX Lion *****/
.newsStories::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.newsStories::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.story {
    width: 492px;
    padding: 0px 10px 0px 20px;
}

.story:first-child {
    padding-top:10px;
}

.formUtility {
    background: none repeat scroll 0 0 #EBEBEB;
    border-top: 1px solid #CCCCCC;
    clear: both;
    display: block;
    padding: 10px 14px;
}

body .backgroundForm .addExistingUser {
    width: auto !important;
}

.backgroundForm .formUtility {
    width: 300px !important;
    margin: 0 0 0 0px !important;
}

.globalError .formUtility {
    width: 513px !important;
    margin: 0 0 0 0px !important;
}

.warning{
    color: #B00;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 7px;
    padding-left: 19px;
    background: url(../images/icons/warning_icon.png) no-repeat 0 0;
}

.sliderLeft {
    line-height: 80px;
    top: 50px;
}

/* Sidebar styles */
.sideBar {
    width: 218px;
    height: 100%;
}
.sideBar h2:first-child{
    font-size: 16px;
    margin-bottom: 0;
}

.mainContent {
    width: 700px;
    border-left: 1px solid #ccc;
    -webkit-box-shadow: 11px 0px 7px -11px #B8B8B8 inset;
    box-shadow: 11px 0px 7px -11px #B8B8B8 inset;
    padding-left: 20px;
    min-height: 350px;
}

.mainContentNoSide {
    width: 100%;
    border:none;
    box-shadow: none;
    padding-left: 0px;
}


.mainContent .subNav {
    width: 97%;
}

.mainContent .subNav a,
.mainContent .shoppingListsNav a {
    color: #00337f;
    font-weight:bold;
}

.mainContent .subNav a.active,
.mainContent .shoppingListsNav a.active  {
    color: #999;
    font-weight:bold;
}

h3#name, h3#description{
  font-size: 12px;
  margin: 0 1em .5em 0;
}

.paginationSection a{
    color: #00337f;
    padding-left: 3px;
    padding-right: 3px;
}

.paginationSection a.active {
    color: #999;
}

.prodInformation {
    width: 540px;
}
.prodInformation p{
    margin: 0;
}

.prodDetailInfo {
    width: 450px;
    padding-right: 10px;
}

.prodDetailInfo h2[itemprop="name"]{
    margin-top: 0;
}

.prodDetailInfo p{
    margin: 0;
}

.prodDetailInfo .iconList,
.productInfoBlock .iconList{
    list-style-type: none;
    margin: 1em 1.5em 0 0;
    padding: 0;
}

.productDetailAvail .prodPriceInfo {
    border:none;
}

.productDetailAvail {
    border-bottom: none;
}

form[id^=addToCartForm] fieldset{
    padding: 0;
}

form[id^=addToCartForm].visibilityHidden{
    display: none;
}

form[id^=addToCartForm] .qtyLabel{
    padding-top: 1em;
    margin-bottom: 0;
}

.prodPriceInfo {
    border-left: 1px  solid #ccc;
    width: 138px;
}

.prodPriceInfo .requiredDateContainer p{
    margin: 0;
}

/* Forms */
#j_username,
#j_password {
    padding: 0 .25em;
    height: 17px;
}

.userDetails fieldset ol{
  list-style-type: none;
  padding: 0;
}
.userDetails fieldset label {
    display: block;
}

.labelHor,
label.bold,
.userDetailsOpt ol li label {
    margin: 0 20px 0 0;
}
.userDetailsOpt ol li ol li {
    display: block;
    float: none;
}

.userDetails textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.userDetails .compAdmins {
    padding-right: 25px;
}

.userDetails .compInformation {
    border-left: 1px solid #CCCCCC;
    padding-left: 16px;
    width: 314px;
}

.insetBoxShadow {
    box-shadow: 0 0px 2px 2px #eee inset;
}

/* Registration */

.regSelectBox {
    height: 152px;
    overflow-y: auto;
    overflow-x: hidden;
}

.regSelectBox::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}

.regSelectBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 7px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.regSelectBox::-webkit-scrollbar-track{
    width: 20px;
    background-color: #EEE;
}


/* carousel */
.carousel{
    margin: 1em 0;
    overflow: hidden;
    width: 680px;
}
.carouselSlider{
    width: 10000px;
}

.disabled{
    color: #F0F8FF;
    cursor:default;
}
.carousel p{
    margin: 0 0 .5em;
}
.carousel .product{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    float: left;
    padding: 0 1em;
    width: 200px;
}
.carousel .image-wrap{
    text-align: center;
}
.carousel .mainImg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.carousel .image-wrap img{
    max-height: 100%;
    max-width: 100%;
}
.carousel button,
.carousel .button{
    background: #fdc501; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdc501 0%, #ff9c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc501), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdc501 0%,#ff9c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc501', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 4px;
    color: black;
    display: block;
    font-size: 12px;
    margin: 1em auto;
    padding: 5px 15px;
    text-align: center;
    width: 60px;
}

.jcarousel-prev,
.jcarousel-next{
    background: #CCC;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    color: white;
    font-size: 21px;
    font-weight: bold;
    height: 25px;
    position: absolute;
    text-align: center;
    transition: .25s ease;
    top: 40px;
    width: 25px;
}
.jcarousel-prev:hover,
.jcarousel-next:hover{
    background: #004785;
}
.jcarousel-prev[disabled],
.jcarousel-next[disabled],
.jcarousel-prev:hover[disabled],
.jcarousel-next:hover[disabled]{
    background: #E2E2E2;
    cursor: default;
}
.jcarousel-next{
    right: 0;
}

/* carousel end */


.errorContainer {
    display: none;
}
.trkNumber {
    width: 120px;
}
.uploadedImage {
    background: #eee;
    border: 1px solid #ccc;
    width: 150px;
    height: 150px;
}
.registrationBox {
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
    clear: both;
    height: 50px;
    line-height: 50px;
}
/* UNIQUES end */


ul.controls  {

    background: #9c9c9c;
    background-image: linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -o-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -moz-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -webkit-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -ms-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.26, #9C9C9C),
        color-stop(0.63, #7B7B7B)
    );

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    width: auto;
}

ul.controls li {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;

    padding:3px 5px;
    margin: 1px;
}

ul.controls li.active,
ul.playPause li.active {
    background: #fff;
    color: #000;
}

ul.playPause li{
    background: #9c9c9c;
    background-image: linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -o-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -moz-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -webkit-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -ms-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.26, #9C9C9C),
        color-stop(0.63, #7B7B7B)
    );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    width: auto;
    padding:4px 6px;
    margin: 0px 0 0 5px;
}

ul.playPause li a:before{
    content: "||";
}

ul.playPause li.active a:before{
    font-size: 8px;
    margin:-1px;
    content: "\25B6";

}

.filterList{
    padding: 0;
}
.filterList li {
    padding:2px;
    position: relative;
    overflow: hidden;
    width: 194px;
}
.filterList li a {
    width: 180px;
    display: block;
    overflow: hidden;
}

.filters .filterList li span {
/*
    background: #9c9c9c;
    background-image: linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -o-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -moz-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -webkit-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);
    background-image: -ms-linear-gradient(top, #9C9C9C 26%, #7B7B7B 63%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.26, #9C9C9C),
        color-stop(0.63, #7B7B7B)
    );

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;*/
    background-image: url(../images/icons/close_icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /*
    padding: 1px 3px;
    line-height: 10px;

    font-size: 11px;
    */
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.filters {
    padding:20px 10px;
}
.filters h3:first-child{
    margin-top: 0;
}

.chatLink {
	background: url(../images/icons/chatLink.png) top left no-repeat;
	position: relative;
	padding:1px 0 1px 17px;
}
.callLink {
	background: url(../images/icons/callLink.png) top left no-repeat;
	position: relative;
	padding:1px 0 1px 17px;
}
.helpLink {
	background: url(../images/icons/helpLink.png) top left no-repeat;
	position: relative;
	padding:1px 0 1px 17px;
}

.cartLauncher:before{
    content: url(../images/icons/cart_icon.png);
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.accordion{
    margin:0px;
}
.accordion ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion dd,
.accordion dt {
    margin: 0;
    padding:10px;
}

.accordion dt {
    cursor: pointer;
    background: #216aa9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNmFhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDY1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #216aa9 0%, #2065a2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#216aa9), color-stop(100%,#2065a2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #216aa9 0%,#2065a2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #216aa9 0%,#2065a2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #216aa9 0%,#2065a2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #216aa9 0%,#2065a2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216aa9', endColorstr='#2065a2',GradientType=0 ); /* IE6-8 */
    border-bottom: 2px solid #0d508b;
}

.accordion.regAccord dt {
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    border: none;
    color: #00337f;
}


.accordion dt.active {
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    border: none;
}

.accordion dt.active  {
	color: #000;
}

.accordion dt span {
	background: url(../images/icons/wh_down_icon.png) no-repeat;
	width: 14px;
	height: 8px;

}

.accordion.regAccord dt span {
	background: url(../images/icons/bl_down_icon.png) no-repeat;
	width: 14px;
	height: 8px;

}

.accordion dt.active span {
	background: url(../images/icons/grey_up_icon.png) no-repeat;
	width: 14px;
	height: 8px;

}

.accordion dd:last-of-type,
.accordion dt:last-of-type {
}

.accordion dd ,
.accordion dt  {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.accordion dd{
	border-top:0;
	font-size:12px;
	color: #000;
	font-weight: normal;
	padding-bottom:40px;
	overflow-x: hidden;	
}

.manufacturerNav,.productNav{
	max-height: 370px;
	overflow-y: auto;
}

.accordion dd:last-of-type {
	border-top:1px solid #fff;
	position:relative;
	top:-1px;
}

.accordion dd ul li a{
	color: #3571a7;
	font-size: 11px;
}
.accordion .open {
	display: block !important;
}

.productNoFloat {
    width: 141px;
    margin-top: 20px;
    padding: 0px 22px 0 22px;
    border-right: 1px solid #ccc;
}

.productNoFloat.first {
    padding-left: 0;
    padding-right: 22px;
}

.productNoFloat.last {
    padding-right: 0;
}

.recShopList .relatedProducts .productNoFloat {
    padding: 0px 29px 15px 29px;
}

.recShopList .relatedProducts .productNoFloat:first-of-type {
    padding-left: 0px;
    padding-right: 29px;
}

.relatedProducts .productNoFloat:first-of-type {
    padding-left: 0px;
    padding-right: 22px;
}


.relatedProducts .productNoFloat:first-of-type {
    padding-left: 0px;
    padding-right: 22px;
}

.relatedProducts {
    padding-bottom: 0px;
}

td:first-of-type .productNoFloat {
    padding-left: 0px;
    padding-right: 22px;
}

.product-col1 {
    padding-left: 0px;
    padding-right: 22px;
}

.recShopList .relatedProducts .productNoFloat:last-child {
    padding-left: 28px;
    padding-right: 0px;
    border: none;
}

.relatedProducts .productNoFloat:last-of-type {
    padding-left: 20px;
    padding-right: 0px;
    border: none;
}

td:last-of-type .productNoFloat:last-of-type {
    padding-left: 20px;
    padding-right: 0px;
    border: none;
}

.relProdInfo {
    width: 145px;
}

.relProdInfo {
    width: 145px;
}

.relProdInfo .mfrName {
    margin-top: 5px;
}

.relProdInfo .unitPrice {
    margin: 10px 0 0 0;
}


.prodPriceInfo dt {
    background-color: #FFF;
/*  background-image: url(../images/bg/parchment.png); */
    background-attachment: fixed;
    padding-left: .35em;
    padding-right: 2px;
    font-size: 11px;
    float: left;
    clear: both;
    line-height: 11px;
    display: block;
}

.prodPriceInfo dd {
    margin-left: .5em;
    font-size: 10px;
    line-height: 8px;
    margin-bottom: 7px;
    text-align: right;
    border-bottom: 1px dotted #888;
}

.prodPriceInfo dd span{
    background-color: #FFF;
/*  background-image: url(../images/bg/parchment.png); */
    background-attachment: fixed;
    position: relative;
    bottom: -3px;
    padding-left: 4px;
}



/* Tabs */

.tabs ul {
    margin: 0;
    padding: 0;
}

.tabs ul li.tabUi {
    list-style: none;
    float: left;
    position: relative;
    top: 2px;
    margin: 0 .2em 1px 0;
    border-bottom: 0;
    padding: 0px;
    white-space: nowrap;
    background: rgb(159,159,159); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(159,159,159,1) 0%, rgba(137,135,136,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,159,159,1)), color-stop(100%,rgba(137,135,136,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(159,159,159,1) 0%,rgba(137,135,136,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(159,159,159,1) 0%,rgba(137,135,136,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(159,159,159,1) 0%,rgba(137,135,136,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(159,159,159,1) 0%,rgba(137,135,136,1) 100%); /* W3C */
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.tabs.detailTabs ul li.tabUi {
    list-style: none;
    float: left;
    position: relative;
    top: 2px;
    margin: 0 .2em 1px 0;
    border-bottom: 0;
    padding: 0px;
    white-space: nowrap;
    background: #2c77b7; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c77b7 0%, #014785 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c77b7), color-stop(100%,#014785)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2c77b7 0%,#014785 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2c77b7 0%,#014785 100%); /* W3C */

    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.tabs ul li.tabUi a {
    color: #fff !important;
    display: block;
    padding: 8px 24px;
    font-size: 11px;
}

.tabs ul li.active {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,252,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,252,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,252,252,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,252,252,1) 100%); /* W3C */
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.tabs.detailTabs ul li.tabUi.active {
    background: #fff;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.tabs ul li.tabUi.active a {
    color: #000 !important;
}

.tabs .tab {
    display: block;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    border: 1px solid #c0c0c0;
    /*overflow: hidden;*/
    /*padding: 1em 1.4em;*/
    background: none;
}

.tabs .tab-hide {
    display: none;
}

.tabs .relatedProducts {
    margin-left: 0px;
}


.tabs .specTable {
    font-size: 11px;
}

.tabs .specTable td:first-of-type {
    text-align: right;
    font-weight: bold;
    padding-right: 20px;
    line-height: 15px;

}

.thumbViewer {
    margin-right: 20px;
}

.prodDetailTable tr td:first-of-type {
    font-weight: bold;
    width: 122px;
    color: #000;
}

.prodDetailTable tr td {
    color: #333;
}

.productThumbs div {
    margin:10px 5px;
    cursor:pointer;
}

.productThumbs div:first-child {
    margin-left: 0px;
}

.prodEnlarge {
    background: url(../images/icons/enlarge_icon.png) no-repeat;
    padding-left: 20px;
    font-size:11px;
    line-height: 15px;
    height: 17px;
}

.dateInput input{
    width: 100px;
    margin-right: 5px;
}

.datePickerIcon {
    cursor:pointer; cursor: hand;
    vertical-align: top;
}

.alignedDate .datePickerIcon {
    float:left;
}


.prodDownloads ul {
    list-style-type: none;
    float:left;
    margin:0px 25px;
    font-size:11px;
}

.prodDownloads ul:first-of-type {
    margin: 0px 25px 0 0;
}

.prodDownloads li:first-of-type {
    font-weight: bold;
}

.prodDownloads li {
    line-height: 15px;
}

.prodDownloads li a{
    text-decoration: underline;
}

.prodNA {
    background: url(../images/icons/error_icon.png) 0 2px no-repeat;
    padding-left: 18px;
    color: #bb0d02;
}

.globalError {
background: none repeat scroll 0 0 #FFD6D6;
color: #000000; padding: 0 18px;
}

.globalError p{
  margin: 0;
}

.errorIcon {
background: url("../images/icons/error_icon.png") no-repeat scroll 0 8px transparent;
padding: 2px 22px;
}

.errorIcon p {
font-size: 12px;
padding: 5px 0 6px;
}

.formError {
padding-left:40px;
padding-bottom: 4px;
}


.productThumbs p {
    cursor:pointer;
}


.breadCrumbs a.active {
    color: #000;
}


.tableForm {
    width: 100%
}
.tableForm td {
    width: 50%;
}


.quickView {
    top: 55px;
    left: 23px;
}

.dpcTable,
.cartTable,
.dashboardTable {
    border:1px solid #b6b6b6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
/*  overflow-y: scroll; */

}


.cartTable,
.dashboardTable {
/*  overflow-y: hidden; */
}

.alignTop,
.cartTable table, .dpcTable table {
    vertical-align: top;
}

.cartTable table td
{
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cartTable table td div.close {
    float:right;
}

.cartTable,
.dashboardTable {
    height: auto;
}
.cartTable .cartItem {
    width: 270px;
}
.dpcTable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.dpcTable::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


.dpcTable table,
.cartTable table,
.dashboardTable table {
    width: 100%;
}


.dpcTable tr,
.cartTable tr,
.dashboardTable tr {
    border-top: 1px solid #d5d5d5;
}
.dpcTable th,
.cartTable td, .cartTable th,
.dashboardTable th,
.ordReviewContainer td, .ordReviewContainer th {
    padding:2px 10px;
    vertical-align: top;
}
.ordReviewContainer .requiredDateCell p{
    margin: 0;
    padding: 0;
}

.dpcTable td {
    padding:2px 10px;
    vertical-align: middle;

}

.dashboardTable td {
    padding: 10px 10px;
}

.dpcTable td:first-child,
.cartTable td:first-child {
    padding-left:0px;
    text-align: center;
}

.cartTable.tdPadding td{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.dpcTable th {
    color: #00337f;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-align: left;

}

.cartTable th,
.dashboardTable th {
    color: #000;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-align: left;
}

.shopLists th span {
    line-height: 12px;
    display: block;
}
.shopLists th a {
    color: #00337F;
    background: url('../images/icons/sort_arrow.png') right 3px no-repeat;
    display: block;
    float: left;
    padding: 0 15px 0 0;
    line-height: 12px;
}

.shopLists .inputHorizontal {
	padding-left: 0;
	padding-right: 0;
}

.shopLists input[type="checkbox"]{
    display: inline-block;
    margin: 0 .5em;
    width: auto;
}

.orderHistoryTable th span {
    line-height: 12px;
    display: block;
}
.orderHistoryTable th a {
    color: #00337F;
    background: url('../images/icons/sort_arrow.png') right 3px no-repeat;
    display: block;
    line-height: 12px;
    float: left;
    padding: 0 20px 0 0;
}

/*.orderHistoryTable th:after {
    content: url('../images/icons/sort_arrow.png');
    position:absolute;
    top:5px;
    padding-left: 10px;
}
*/

.orderHistoryTable td:first-child {
    text-align: left;
}

.shopLists td,
.orderHistoryTable td
 {
    line-height: 16px;
    text-align: left;
}

.shopLists th.noSort,
.orderHistoryTable th.noSort {
    background: -moz-linear-gradient(center top , #E2E2E2 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
}

.ordReviewContainer th {
    color: #000;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-align: left;
}

.dpcTable thead, .cartTable th, .ordReviewContainer thead,
.dashboardTable th  {
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.dpcBullets  {
    list-style-type: disc;
    padding: 10px 30px;
}

.dpcBullets li  {
    padding: 5px 10px;

}

ul.dpcSelection li
{
	margin: 1px;
	padding: 3px 5px;
	transition: all 1s linear 0s;
}

ul.dpcSelection li.active
{
	background-color: #868686;
	color: white;
}

.quickFind ~ div > p {
    padding-top: 5px;
}

.gradientHead {
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    padding:10px 0px;

    border-bottom: 1px solid #ccc;
}

.checkoutLogReg {
    width: 900px;
    margin: 0px auto;
    border: 1px #ccc solid;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.checkoutLogReg .displayTable{
    width: 100%;
}

.checkoutLogReg .gradientHead{
    padding-left: 10px;
    width: 890px;
    font-size: 14px;

}

/* updated for guest checkout 2013-09-23 */
.regSide {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    display: table-cell;
    border-left: 1px solid #CCC;
    padding: 1.5em;
    width: 50%;
}
.regSide ul{
    font-size: 14px;
}
.regSide ul li{
    margin-bottom: .5em;
}
.regSide ul li:before {
    content: "* ";
}

/* updated for guest checkout 2013-09-23 */
.loginSide {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    display: table-cell;
    padding: 1.5em;
    width: 50%;
}

/* updated for guest checkout 2013-09-23 */
.guestCheckoutSide {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.loginCheckout label {
    margin-bottom: 3px;
}

.required {
    color: #bb0d02;
}

.contShopLink {
    background:url("../images/icons/left-blue-arrow.png") no-repeat;
    padding-left: 10px;
}


table .extPriceTh {
    width: 90px;
}

.cartNotice {
    background: #cae2fb;
    padding: 3px 10px;
    margin: 10px 15px 0px 15px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*.contShopLink::before {
    content:url("../images/icons/left-blue-arrow.png");
}*/


.commentContent textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

th.itemTh {
    /*width: 250px;*/
    padding-left: 20px;
}

.cartTable .itemChk {
    width: 60px;
    text-align: center;
}

.cartTable .itemDescription {
    width: 260px;
}

.cartTable .itemDate {
    width: 211px;
    text-align: center;
}

.cartTable .itemPrice {
    font-size: 12px;
    width: 160px;
}

.cartTable .itemQty {
    width: 130px;
}

.cartTable .itemExtPrice {
    width: 82px;
    padding-right: 14px;
}

.cartTable .close {
    font-size: 13px;
    cursor: pointer;
}

#_cart-totals span.totals
{
	padding-right: 10px;
}

#redeemWrapper h2
{
	background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   padding: 10px 5px;
}

#redeemWrapper div.redeemContainer
{
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
}

#redeemWrapper span
{
	margin-left: 10px;
}

.ordReviewContainer {
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.roundedContainer {
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ordReviewHead {
    padding: 10px 0px 10px 20px;
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    font-weight: bold;

}

.ordReviewContainer .itemTh {
    width: 400px;
}

.ordReview .itemChk {
    width: 60px;
    text-align: center;
}

.ordReview .itemDescription {
    width: 400px;
}

.ordReview .itemDescComment {
    width: 220px;
    word-wrap: break-word;
}

.ordReview .itemDescComment h3{

}

.ordReview .itemDate {
    text-align: center;
}

.ordReview .itemPrice {
    font-size: 12px;
}

.ordReview .itemQty {
    text-align: center;
}

.ordReview .itemExtPrice {
    width: 52px;
    padding-right: 14px;
}

.ordReview .close {
    font-size: 13px;
}

.ordReviewHead .itemH {
    width: 385px;
}

.ordReviewHead .qtyH {
    width: 120px;
    text-align: center;
}
.ordReviewHead .dateH {
    width: 165px;
    text-align: center;
}
.ordReviewHead .yourPriceH {
    width: 130px;
}
.ordReviewHead .extPriceH {
    width: 110px;
}

.ordReviewTotal {
    width: 200px;
}

/* warning containers */
.warningContainer{
background-color: #ffdbdb;
}
form .inputError,
.warningContainer .qty{
    border: 1px solid #bb0d02;
}
/* warning containers end */

.warningContainer .warningMsg {
    padding: 5px 0px 10px 30px;
}

.warningContainer .confMsg {
    padding: 5px 20px 5px 20px;
    color: #bb0d02;
}

form.compInfo tr td {
padding: 5px 5px 5px 0;
}
form.compInfo tr td:first-of-type {
    width: 90px;
    text-align: right;
}

.compAdmins table tr td {
    padding: 2px 10px 2px 0;
}

.compInfo table tr td input,
.compInfo table tr td select {
    margin-left: 10px;
}

.compDetailBottom {
    height: 20px;
    width: 100%;
    padding: 0 0 15px;
}

/* @group Progress Bar */
.progress-bar {
    margin: 30px 0;
}

.progress-bar ul {
    float: left;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.progress-bar ul li {
    float: left;
    height: 25px;
    line-height: 16px;
    list-style-type: none;
    min-width: 143px;
    text-align: center;
    width: auto;
}

.progress-bar ul li.active span {
    color: #000;
    background: #fdc501; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdc501 0%, #ff9c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc501), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdc501 0%,#ff9c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdc501 0%,#ff9c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc501', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}

/*
.progress-bar ul li.active.next-default {
    background-image: url('../images/progress-bar/progress-bar-divider-active-default.png');
}

.progress-bar ul li.active.next-active {
    background-image: url('../images/progress-bar/progress-bar-divider-active-active.png');
}
*/

.progress-bar ul li.last {
    background-image: none;
}

.progress-bar ul li span {
    background: #959595; /* Old browsers */
    background: -moz-linear-gradient(top,  #959595 0%, #807E7E 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(100%,#807E7E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #959595 0%,#807E7E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #959595 0%,#807E7E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #959595 0%,#807E7E 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #959595 0%,#807E7E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#807E7E',GradientType=0 ); /* IE6-9 */
    color: #D3D3D3;
    display: block;
    margin-right: 1px;
    padding: 4px 7px 6px 10px;
}

.progress-bar ul li.first span {
    border-radius: 4px 0 0 4px;
}

.progress-bar ul li.last span {
    border-radius: 0 4px 4px 0;
}
/* @end Progress Bar */

.dashboardNotice {
    background: #f2f2f2;
    border: 1px solid #d3d2d2;
    padding: 6px;
}

.shoppingListSideMenu ul li {
    background: url('../images/icons/shopping_lists_sprite.png') no-repeat;
    padding: 0px 20px;
    height: 25px;
    list-style-type: none;
}

.shoppingListSideMenu ul li.copy {
    background-position: 0 0px;
}

.shoppingListSideMenu ul li.export {
    background-position: 0 -22px;
}

.shoppingListSideMenu ul li.delete {
    background-position: 0 -47px;
}

.shoppingList span.ellipsis {
	   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
    width: 80px;
    cursor:help;
}


.createShoppingList {
    border: 1px solid #ccc;
    padding:10px;
}

.searchResultShoppingList
{
	display: block;
	height: 250px;
	overflow-y: scroll;
}

.greyBG {
    background: #f2f2f2;
    padding: 10px;
}

.orderHistory .greyBG {
    width: 189px;
    padding: 15px;
    min-height: 225px;
}

.inlineForm .partNumberMsg {
    width: 300px;
    line-height: 16px;
}

.listsTable td:first-child {
    padding-left: 10px;
    text-align: left;
}

.ccPayment table td {
    vertical-align: top;
    padding:15px 0px;
}

.ccPayment td.cardInfo label {
    background-image: url('../images/icons/cc_sprite.png');
    background-repeat: no-repeat;
    display:block;
    height:23px;
    float:left;
    padding-left: 45px;
    line-height: 13px;
}

.ccPayment > input {
    float:left;
}

.ccPayment .cardInfo {
    width: 230px;
}
.amexCC {
    background-position: 0 -105px;
}

.masterCard {
    background-position: 0 0px;
}

.visaCC {
    background-position: 0 -53px;
}

.discoverCC {
	background-position: 0 -159px;	
}

.cardUpdateSuccess {
    background: url('../images/icons/success_icon.png') no-repeat;
    padding-left: 20px;
    height: 20px;
}

.success {
    background: url('../images/icons/success_icon.png') no-repeat;
    color: green;
    font-weight: bold;
    padding-left: 15px;
    margin-left: 5px;
}

/* Custom upload css */
.customUpload {
    position: relative;
    height: 40px;
    width: 425px;
    float: left;
    margin: 3px 10px 0 0;
}

.customUpload input[type=file] {
    outline:none;
    position: relative;
    text-align: right;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;

}

.customUpload .fakeFile {
    background:url('../images/fileUploadBtn.png') center right no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 299px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    overflow: hidden;
}
.customUpload button {
    position: absolute;
    top: -1px;
    right: 0;
}
.customUpload .fakeFile input {
    background: #fff;
    outline: none;
    border: 1px solid darkGray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 216px;
    height: 20px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.detailsModal {
    position: fixed;
    top: 8%;
    left: 50%;
    margin-left: -450px;
    background: #fff;
    width: 900px;
    height: 600px;
    overflow:scroll;
}

.detailsModal .formUtility {
    background: #fff;
    border: none;
}

.quickViewModal {
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    width: 700px;
    height: auto;
}
.quickViewModal .formUtility.empty{
    padding-top: 14px;
    margin-left: -15px;
    margin-right: -15px;
/*  width: 100%; */
}
.quickViewModal .modalFieldset{
    /*margin-top: 5px;*/
}
.quickViewModal .quickviewRightPanel p{
    margin: 0;
}
.quickViewModal .quickviewRightPanel ul,
.quickViewModal .quickviewRightPanel ol{
    list-style-type: none;
    padding: 0;
}
.quickViewModal .prodPriceInfo p{
    margin: 0;
}
.quickViewModal .prodPriceInfo p.marginVertSmall{
    margin: 8px 0;
}

.enlargeModal {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    width: auto;
    height: 350px;
}
/* Custom upload css ends */

.priceQty span.Qtyleft {
    text-align: right;
    display: block;
    width: 18px;
}

.addressColumn {
    width: 200px;
    float: left;
}

/* UNIQUES end */

/* PADDING */

.paddingNormal {
    padding: 15px;
}

.paddingNormalMedium {
    padding: 10px;
}

.paddingHorMain,
.paddingHorizontalMain{
    padding-left: 20px;
    padding-right: 20px;
}

.dateLabel {
    width: 100%;
    float: left;
}

.paddingTopMain{
    padding-top: 15px;
}

.paddingTopSmall {
	padding-top:4px;
}
.paddingTopMedium {
	padding-top:15px;
}
.paddingTopLarge{
	padding-top: 40px;
}

.paddingVertMain,
.paddingVerticalMain{
    padding-bottom: 15px;
    padding-top: 15px;
}
th.paddingVertSmall {
    padding: 4px 0;
}

.paddingVertSmall {
    padding: 4px 0;
}
.paddingTopSecondary {
    padding-top: 12px;
}

.paddingRightSecondary {
    padding-right: 15px;
}
.paddingTopSlides {
    padding-top: 30px;
}

.paddingProductSlides {
    padding: 30px 40px 20px 50px;
    width: 575px;
}

.paddingRightFooter{
    padding-right: 18px;
}
.paddingLeftFooter{
    padding-left: 18px;
}

.paddingVertMain,
.paddingVerticalMain{
    padding-bottom: 15px;
    padding-top: 15px;
}

.inputHorizontal {
    padding: 0px 10px;
}

.paddingLeftMain {
    padding-left: 20px;
}
.paddingRightMain {
    padding-right: 20px;
}

.paddingBottomSmall {
    padding-bottom: 20px;
}

.paddingBottomXSmall {
    padding-bottom: 10px;
}
.paddingBottomXLarge {
    padding-bottom: 40px;
}

.paddingXSmall {
    padding: 4px;
}
.paddingLight {
    padding: 12px 9px;
}

.paddingTopNone {
    padding-top:0px !important;
}

.paddingTopLarge{
	padding-top: 40px;
}

.paddingTopLayer{
	padding-top: 0px;
}

/* PADDING end */

.borderRight {
    border-right: 1px solid #CCCCCC;
}

/* $Margins */

section.top-categories div:first-child {
    margin:100px;
}



.top-categories div {
    margin: 10px 16px
}

.top-categories div.noLeftMargin {
    margin-left: 0;
}

.top-categories div.noRightMargin {
    margin-right: 0;
}

.marginSmall {
	margin: 10px;
}
.marginNormal {
	margin: 15px;
}

.marginLeftButton {
	margin-left: 15px;
}

.marginHorSmall {
	margin-left: 5px;
	margin-right: 5px;
}

.marginRgtBtmMedium {
	margin-right: 15px;
	margin-bottom: 15px;
}

.marginRgtBtmSmall {
/* 	margin-right: 15px; */
	margin-bottom: 8px;
}

.marginBottomSmall {
	margin-bottom: 10px;
}

.marginBottomXSmall {
	margin-bottom: 5px;
}

.marginBottomMedium {
	margin-bottom: 15px;
}

.marginBottomLarge {
	margin-bottom: 30px;
}
.marginBottomLarger{
	margin-bottom: 75px;
}

.marginBottomXLarge {
	margin-bottom: 90px;
}


.marginTopLarge {
	margin-top: 30px;
}
.marginTopXLarge {
	margin-top:65px;
}

.marginTopSecondary {
	margin-top: 22px;
}

.marginTopSmall {
	margin-top: 15px;
}

.marginTopXMedium{
	margin-top: 22px;
}

.marginTopMedium{
	margin-top: 16px;
}
.marginVertMedium{
	margin: 16px 0;
}
.marginVertSmall{
	margin: 8px 0;
}

.marginTopSmaller {
	margin-top: 10px;
}
.marginTopEditCC{
	margin-top: 19px;
}

.marginTopXSmall {
	margin-top: 8px;  
}
.marginTopXXSmall {
	margin-top: 6px;  
}

.marginLeftLarge {
	margin-left: 35px;
}

.marginLeftSmall {
	margin-left: 10px;
}

.marginLeftMedium {
	margin-left: 20px;
}

.marginRightLarge {
	margin-right: 35px;
}

.marginRightSmall {
	margin-right: 10px;
}
.marginRightXSmall {
	margin-right: 5px;
}

.marginRightMedium {
	margin-right: 20px;
}

.marginOverflow {
	margin: 0 -10px;
}

.marginQuickInputs {
	margin: 5px 0px;
}

/* BORDER */

.separatorLeftUtil{
    border-left: 1px solid #ccc;
}
.separatorRightUtil{
    border-right: 1px solid #ccc;
}

.borderPrimary {
    border: 1px solid #e5e5e5;
}

.borderSecondary {
    border: 1px solid #c0c0c0;
}

.borderTertiary {
    border: 1px solid #bb0d02;
}

.borderBottom {
    border-bottom:1px solid #ccc;
}

.borderModal{
    border: 1px solid #e5e5e5;
}

.noBorder {
    border:none !important;
}

.headerHr {
    background: url(../images/header-hr.png) no-repeat;
    width: 698px;
    height: 20px;
}

.bottomHr {
    background: url(../images/bottom-hr.png) no-repeat;
    width: 698px;
    height: 20px;
}

.borderTop {
    border-top: 1px solid #ccc;
}
.borderRight{
    border-right: 1px solid #ccc;
}

/* BORDER end */


/* BACKGROUNDS */
.bg1,
.backgroundMain{
	 background: #090909 url(../images/background/bg_main-lightGrey.gif) fixed;    
}
.bgPrimary,
.backgroundPrimary{
    background-color: #FFF;
}

.bgForm,
.backgroundForm{
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

.bgMessage,
.backgroundMessage{
    background: #E0E0E0;
    background: rgba(0,0,0,.1);
}

.bgBranch {
    background: url(../images/branch-locator.png) no-repeat;
    height: 54px;
    width: 157px;
    padding: 10px 0 0 63px;

}

.bgPromo {
    background: url(../images/promo-bg.png) no-repeat;
    height: 115px;
    width: 281px;
    padding: 20px 0 0 23px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.gridIconActive {
    background: url(../images/icons/grid-list-sprite.png) no-repeat;
    background-position: 0px 2px;
    padding-left: 12px;
}

.gridIcon {
    background: url(../images/icons/grid-list-sprite.png) no-repeat;
    background-position: 0px -11px;
    padding-left: 12px;
}

.listIcon {
    background: url(../images/icons/grid-list-sprite.png) no-repeat;
    background-position: 0px -37px;
    padding-left: 15px;
}

.listIconActive {
    background: url(../images/icons/grid-list-sprite.png) no-repeat;
    background-position: 0px -24px;
    padding-left: 15px;
}

.bgSidebar {
    background: #1c67a1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: linear-gradient(top, #2C76B7 35%, #014C7E 68%);
    background-image: -o-linear-gradient(top, #2C76B7 35%, #014C7E 68%);
    background-image: -moz-linear-gradient(top, #2C76B7 35%, #014C7E 68%);
    background-image: -webkit-linear-gradient(top, #2C76B7 35%, #014C7E 68%);
    background-image: -ms-linear-gradient(top, #2C76B7 35%, #014C7E 68%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.35, #2C76B7),
        color-stop(0.68, #014C7E)
    );
    width: 220px;
    height: 230px;
}


.bgNews {

    background: #f7f7f7;
    background-image: linear-gradient(top, #F7F7F7 37%, #FFFFFF 69%);
    background-image: -o-linear-gradient(top, #F7F7F7 37%, #FFFFFF 69%);
    background-image: -moz-linear-gradient(top, #F7F7F7 37%, #FFFFFF 69%);
    background-image: -webkit-linear-gradient(top, #F7F7F7 37%, #FFFFFF 69%);
    background-image: -ms-linear-gradient(top, #F7F7F7 37%, #FFFFFF 69%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.37, #F7F7F7),
        color-stop(0.69, #FFFFFF)
    );

    width: 378px;
    height: 291px;
}

/* BACKGROUNDS end */

/* FONT COLOR */

.notAvailSide a {
    color: #004684;
}
.colorPriority
{
    color: #FFF;
}
.colorSecondary{
    color: #999;
}
.color3{
    color: #CCC;
}
.formUtility .color3{
    color: #323232;
}

.colorGold {
    color: #fdba03;
}

.colorMutedOrange {
    color: #ff9933;
}

.colorUtility,
.colorUtility a{
    color: #99ccff;
}

.colorHelper{
    color: #666;
}

.colorMain{
    color: #00337F;
}

.colorUtilForm{
    color: #CECECE;
}

.colorLight {
    color: #333;
}

.colorDark {
    color: #000;
}

.colorMainLight {
	color:#3571a7;
}


/* FONT COLOR end */

/* TEXT */
.fontSmall{
    font-size: 11px;
}
.fontXSmall{
    font-size: 10px;
}

.fontMedium {
    font-size: 12px;
}

.fontHeader2 {
    font-size: 14px;
}

.fontSecondary {
    font-size: 16px;
}

.fontStoryTitle {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.fontPrimary {
    font-size:18px;
}

.fontLarge {
    font-size:20px;
}

.fontXLarge {
    font-size:29px;
}

.lineHeightNormalMain {
    line-height: normal;
}

.lineHeightMedium{
    line-height: 16px;
}

.lineHeightLarge{
    line-height: 19px;
}

.productInfoBlock .lineHeightLarge {
    line-height: 24px;
}

.lineHeightExtended{
    line-height: 29px;
}
.lineHeightNormal {
    line-height: 17px;
}

.lineHeightSmall {
    line-height: 15px;
}

.lineHeightSmaller {
    line-height: 12px;
}

.fontXLarge {
    font-size: 30px;
}

.bgSidebar h3 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.fontWeightNormal {
    font-weight: normal;
}
/* TEXT end */

/* BORDER-RADIUS */
.roundedCornerSmall{
    border-radius: 2px;
}
/* BORDER-RADIUS end */

/* SHADOW */
.shadow{
    -webkit-box-shadow: 0 4px 4px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 4px 4px 1px rgba(0,0,0,.4);
    box-shadow: 0 4px 4px 1px rgba(0,0,0,.4);
}
/* SHADOW end */


/* UTILITY */

form .formLabel {
    font-size: 10px;
    margin-left: 13px;
}

.fullWidth {
    width: 100%;
}

.fourAndHalfColumn {
    width: 335px;
}

.ordReviewTotal .smallWidth {
    width: 106px;
}

.smallWidth {
    width: 110px;
}

.normalWidth {
    width: 120px;
}

.medWidth {
    width: 150px;
}

.gridThreeColumn {
    width: 700px;
}

.inputWidth {
    width: 128px;
}
select.inputWidthA {
    width: 285px;
}

.inputWidthA {
    width: 278px;
}

.inputWidthAB {
    width: 225px;
}

.inputWidthB {
    width: 138px;
}

select.inputWidthC {
    width: 61px;
}

.inputWidthC {
    width: 51px;
}

.inputWidthD {
    width: 560px;
}

.inputSmall {
    width: 28px;
}

.inputSmaller {
    width: 20px;
}
.qtyInput {
    margin-top: 0;
}

.inputHeight {
    height: 15px;
}

.centered{
    margin: 0 auto;
}
.textCentered {
    text-align: center;
}
.cursorPointer {
    cursor: pointer;
}
.cursorDefault {
    cursor: default;
}

.displayNone{
    display: none;
}
.displayBlock{
    display: block;
}
.displayInline {
    display: inline;
}
.displayInlineBlock{
    display: inline-block;
}
.displayTable{
    display: table;
}
.displayTableCell{
    display: table-cell;
}
.visibilityHidden{
    visibility: hidden;
    /* display: none; */
}

.navListLeft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navListLeft.paddingTopMain{
  padding-top: 15px;
}
.navListLeft.marginTopXXSmall{
  margin-top: 6px;
}
.navListLeft li,
.floatLeft{
    float: left;
}
.navListRight li,
.floatRight{
    float: right;
}

.flowLeft{
    text-align: left;
}
.flowRight{
    text-align: right;
}

.flowJustify {
    text-align: justify;
}

.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}


.underscore{
    text-decoration: underline;
}

.vAlignMiddle{
    vertical-align: middle;
}
.vAlignTop{
    vertical-align: top;
}

.vAlignBottom{
    vertical-align: bottom;
}

.vAlignSub{
    vertical-align: sub;
}

.vAlignSuper{
    vertical-align: super;
}
.vAlignTextTop{
    vertical-align: text-top;
}
.vAlignTextBottom{
    vertical-align: text-bottom;
}

.positionRel,
.positionRelative {
    position: relative;
}

.positionAbs,
.positionAbsolute {
    position: absolute;
}

.hidden {
    display:none;
}

.callModal {
    padding: 24px 10px 8px;
}

.callModal p{
    margin: 0;
    padding: 0;
}

.callModal .close {
    right: 6px;
    top: 6px;
}

.stack0 {
    z-index: 0;
}
.stack1 {
    z-index: 100;
}
.stack2 {
    z-index: 200;
}
.stack3 {
    z-index: 300;
}
.stack4 {
    z-index: 400;
}
.stack5 {
    z-index: 500;
}
.stack6 {
    z-index: 600;
}
.stack7 {
    z-index: 700;
}
.stack8 {
    z-index: 800;
}
.stack9 {
    z-index: 900;
}
.stack10 {
    z-index: 1000;
}


/* jQ UI */
.ui-autocomplete-category {
    font-weight: bold;
    line-height: 1.5;
    color:#00337F;
    background-color: #EEE;
    padding: .35em;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #FFF;
    cursor: default;
}
.ui-autocomplete{
    font-size: 12px;
    margin-top: -1px;
    width: 350px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ui-menu{
    margin-top: -1px;
    background-color: #FFF;
    border:1px solid #a9a9a9;
    border-top: none;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;

}

.ui-menu-item a{
    display: block;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;

    cursor: pointer;
    padding: .35em;
    color: #00337F;
}
.ui-state-hover,
.ui-menu-item a:hover{
    background-color: #DDD;
}


/* jQ UI end */


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* UTILITY end */

@media screen and (-webkit-min-device-pixel-ratio:0){
    .service{padding-top:2px;}
}

/* Added by FED starting January 30th, 2013 */
.adminBar{
	padding: 10px;
	background: #ececec;
	/*margin-bottom: 20px;*/
}

.quickOrderLink,
.printButton {
	height:20px;
	background-image:url(../images/sprite-admin-buttons.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}
.quickOrderLink {
	background-position:0 0;
	width:112px;
	
}
.quickOrderLink.active {
	background-position:0 -20px;
	width:112px;
}
.printButton {
	background-position:0 -40px;
	width:64px;
}

.quickOrderModal {
	width:210px;
}

.featuredProduct > a {
	display:block;
	text-align:center;
}
.homepage .featuredProduct {
	border-left:1px solid #ccc;
}
.homepage .featuredProduct:first-child {
	border:none;
}


.icon-hotBuys,
.icon-clearance,
.icon-newBanner {
	padding-top:8px;
	height:15px;
	display:inline-block;
}
.icon-hotBuys {
	background:url("../images/icons/icon-hotBuys.jpg") center right no-repeat;
	padding-right:24px;
}

.icon-clearance {
	background:url("../images/icons/icon-clearance.jpg") center right no-repeat;
	padding-right:28px;
}
.icon-newBanner {
	background:url("../images/icons/icon-newBanner.jpg") center right no-repeat;
	padding-right:24px;
}
.widthAuto {
	width:auto;
}
.features {
	width:210px;
}
.features h2{
    font-size: 16px;
}
.iconList a {
	padding-left:25px;
	background-image:url('../images/icons/sprite-list-view-icons.png');
	background-repeat:no-repeat;
	height:22px;
	display:block;
	margin-bottom:4px;
}
.iconList a.pdf {
	background-position:0 0;
}
.iconList a.check {
	background-position:0 -23px;
}
.iconList a.RoHS {
	background-position:0 -58px;
}
.moreQuestion {
	position:relative;
	line-height:15px;
}
.moreQuestion span {
	background-image: url('../images/icons/sprite-list-view-icons.png');
	background-repeat: no-repeat;
	background-position: 5px -45px;
	position: absolute;
	height: 14px;
	overflow: hidden;
	top: 0;
	right: -20px;
	width: 20px;
}
.jqmOverlay {
	background:rgba(0,0,0,0.6);
}
.loginModal .close{
	left: 6px;
	top  : 6px;
}

.quickviewRightPanel{
	width: 290px;
}


.listViewProductDetails{
	width: 370px;	
}

.topSpacer{
		margin-top:8px;
}

.quickOrderPartNo{
	margin: 5px 0;
}

.orderDetailProductDescription {
    width: 72px;
    overflow:hidden; 
}

/* order review - 20130520 - NES */
#order-info{clear: both;}
#order-info .column{box-sizing: border-box; -moz-box-sizing: border-box; display: inline-block; vertical-align: top; width: 32.5%}
#order-info .item{border: 1px solid #CCC; margin-bottom: 1em;}
#order-info .header{background: #ECECEC; margin-bottom: .5em; padding: .35em .35em .35em 1.25em; position: relative;}
#order-info .header .data{display: inline-block; margin: 0 0 0 1em; white-space: nowrap;}           
#order-info .header input{position: absolute; top: .3em; left: .35em; margin: 0; padding: 0;}
#order-info .data{line-height: 1.2em; margin: 0 0 .5em .5em;}
/* end order review */

/* new grid layout - 20140116 */
.grid{
    width: 700px;
    display: table;
    table-layout: fixed;
}
.grid .cell{
    border-right: 1px solid #CCC;
    display: table-cell;
    vertical-align: top;
    padding: 2px 20px;
    width: 25%;
}
.grid .cell:first-child{
    padding-left: 10px;
}
.grid .cell.last{
    border-right: 0;
    padding-right: 10px;
}

.grid .row-description .cell h2{
    margin: 0;
}
.grid .row-mfr-number .cell,
.grid .row-part-number .cell{
    padding-bottom: 0;
    padding-top: 0;
}
.grid .row-part-number .cell{
    padding-top: 0;
}

.grid .cell-empty{
    border-color: transparent;
}
.grid .row-group{
    border-top: 1px solid #CCC;
    padding: 15px 0;
}
.grid .row-group:first-child{
    border-top: 0;
}
.grid .row{
    display: table-row;
}
.grid .row-manufacturer p,
.grid .row-mfr-number p,
.grid .row-part-number p{
    margin: 0;
}
.grid .row-sub-detail p,
.grid .row-stock p{
    margin: .5em 0;
}
.grid .unitPrice{
    margin: 1em 0 0;
}
.grid .unitPrice.visibilityHidden{
    display: none;
}
/*

	Slide Viewer
*****************/
#homepage_slider .svw {
	width: 50px; 
	height: 20px; 
}
.svw ul {	
	position: relative; 
	left: -999em;
}
#homepage_slider.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: 0;
}
#homepage_slider.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
}
#homepage_slider.stripViewer ul li { 
	float:left;
}
#homepage_slider .tooltip {
	padding: 0.5em;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
	padding: 0 15px 7px 15px;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.stripTransmitter ul li{
	width: 30px;
	float:left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	line-height: 22px;
	display: block;
	padding-top: 15px;
}

/* order details header - 20150319 */
.order-header{
    border: 1px solid #CCC;
    padding: .75em .5em 0 0;
    margin-bottom: 2em;
}
.order-data-row{
    display: table-row;
}
.order-data{
    font-size: .85em;
    margin: 1.5em 0;
    padding-left: 1em;
}
.order-data span{
    display: block;
    line-height: 1.25em;
}
.order-data label{
    display: inline-block;
    font-weight: bold;
    min-width: 100px;
}
.order-data-special{
    clear: both;
}
.order-header .l-column{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table-cell;
    padding: 0 2em 0 1em;
}
.order-header .l-column + .l-column{
    border-left: 1px solid #CCC;
}
.order-header .l-column:last-child{
    padding-right: 0;
}
.order-header .l-column-2{
    max-width: 50%;
}
.order-header .l-column-3{
    max-width: 33%;
}
.order-header .l-column-4{
    max-width: 25%;
}

.hiddenCheckbox {
	opacity:0;
	position:absolute
}

/* hide request lead time link */
div[id^="leadTimeLayer"]{
    display: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
div[id^="leadTimeLayer"] *{
    display: none;
    margin: 0;
}

#f_quoteCustomMessage {
	clear: both;
}

/* cms content styles */
#cmsContent ul{padding: 0;}
.cms-wysiwyg a{
    color: #00337F;
}

#purchaseOrderForm ul,
#purchaseOrderForm ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#purchaseOrderForm .inlineForm{
    padding-top: 2.5em;
}
#purchaseOrderForm .modalFieldset{
    padding: 1em;
}

#paymentDetailsForm ul,
#paymentDetailsForm ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#paymentDetailsForm .inlineForm{
    padding-top: 2.5em;
}
#paymentDetailsForm .modalFieldset{
    padding: 1em;
}

#f_use_shipping_address_block {
	margin:15px 0px;
}