/*Less elements for the search level pages.*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* GRIDS n GRIDS n GRIDS!!! */
/* Some combination of flex-grid from bourbon */
/* and Chris Coyier's don't overthink it grids */
/* We have a 12 col layout  */
/* Colors */
/* VR2.0 */
/***********/
/* BUTTONS */
/***********/
/* Orange #E2791C */
/* Gray #666666 */
/* white-blue #DDDDDD */
/* red #BB0D02 */
/* Modifiers for primary commerce (orange) */
/* #E6A529 */
/* #EA730A */
/* #ED8113 */
/* Modifiers for primary non-commerce (gray) */
/* #757575 */
/* #575757 */
/* #686868 */
/* Modifiers for secondary (white) */
/* #E5E5E5 */
/* #D6D6D6 */
/* #E0E0E0 */
/* Modifiers for the branding buttons */
/* red #CA1C05 */
/* dark red #A40A01 */
/* medium red #6C1402 */
/***************/
/* END BUTTONS */
/***************/
/* Primary site colors */
/* #999999 */
/* #333333 */
/* #666666 */
/* this color is somewhere between light and medium gray #ABABAB */
/* #CCCCCC */
/* #A4A3A3 */
/* Secondary and Background Colors */
/* white #FFF */
/* very light gray #EEEEEE */
/* very light blue #E0E9ED */
/* light blue #1FADDC */
/* red #AD3333 */
/* orange #E2791C */
/* dark gray #2B2B2B */
/* medium gray #424242 */
/* #F2F2F2 */
/* this color is somewhere between light and medium gray #ABABAB */
/* forms */
/* medium gray #CCCCCC */
/* light gray #EEEEEE */
/* price */
/* green */
/* red #AD3333 */
/* Alert Colors */
/* green #257238 */
/* red #AD3333 */
/* yellow #F26823 */
/* Password Strength Meter */
/* yellow #FFD700 */
/* orange #FFAE00 */
/* green #257238 */
/* Dimensions */
/* Number of columns in our grid. Used in mixins.less */
/* Modals */
/* typography */
/* Side Nav */
/* Responsive */
/* Breakpoints */
/* Less elements, utility, and global framework imports */
/* These need to be added to EVERY less file we use */
/* ************************** */
/* Standard OMS Styling */
.omsContainer {
  *clear: both;
  *zoom: 1;
  margin: 20px 0 0 0;
  height: auto;
}
.omsContainer:after,
.omsContainer:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.omsContainer:after {
  clear: both;
}
.oms-custom-setup {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
#header-breadcrumb-container #user-actions.omsUserAction {
  float: left;
  margin-bottom: 5px;
}
#header-breadcrumb-container h1 {
  clear: both;
}
.lt-ie8 #header-breadcrumb-container li {
  padding-right: 8px;
}
.select-approvers-page #oms-approvers,
.assign-settings-page #oms-approvers,
.step-three-assign-spend-limits #oms-approvers {
  *clear: both;
  *zoom: 1;
}
.select-approvers-page #oms-approvers:after,
.assign-settings-page #oms-approvers:after,
.step-three-assign-spend-limits #oms-approvers:after,
.select-approvers-page #oms-approvers:before,
.assign-settings-page #oms-approvers:before,
.step-three-assign-spend-limits #oms-approvers:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.select-approvers-page #oms-approvers:after,
.assign-settings-page #oms-approvers:after,
.step-three-assign-spend-limits #oms-approvers:after {
  clear: both;
}
#resetRolesLink a,
.resetToDefault {
  margin: 13px 0 17px 0;
  display: block;
}
#spend1_form {
  margin: 10px 0;
}
/* ******************************* */
/* Generic OMS List with Alpha Bar */
#alpha,
#oms-approver-info-container {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 100%;
  padding-left: 15px;
}
#alpha li,
#oms-approver-info-container li {
  padding-left: 10px;
  padding-top: 5px;
}
#alpha li .checkbox input,
#oms-approver-info-container li .checkbox input {
  vertical-align: top;
}
#alpha li .checkbox label,
#oms-approver-info-container li .checkbox label {
  font-weight: 500;
}
#alpha .lock-approver label,
#oms-approver-info-container .lock-approver label {
  display: inline;
}
#alpha .alert p,
#oms-approver-info-container .alert p {
  margin-left: 18px;
}
#alpha {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 31px;
  padding-left: 0;
}
#alpha li {
  background-color: #333333;
  color: #ffffff;
  display: block;
  padding: 3px 10px;
  text-align: center;
}
#alpha li.active {
  background-color: #666666;
}
#alpha a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
#oms-approvers {
  position: relative;
}
#oms-approvers #alpha {
  width: auto;
}
#oms-approvers #alpha li,
#oms-approvers #alpha li a {
  font-size: 10px;
}
.lt-ie8 #oms-approvers #alpha {
  width: 30px;
  text-align: center;
}
.lt-ie8 #oms-approvers #alpha li {
  padding: 3px 0;
}
#oms-approvers #oms-approver-info-container,
#oms-approvers #contactList {
  height: 417px;
  overflow-y: auto;
}
.lt-ie8 #oms-approvers #oms-approver-info-container {
  display: block;
}
#oms-approvers #contactList {
  margin-left: 14px;
  padding-left: 24px;
}
#omsExpressSetupModal .modal-header h3 {
  float: right;
  margin: 3px 0 0 0;
  line-height: 14px;
}
#omsExpressSetupModal .modal-body {
  padding: 8px 15px 1px 15px;
}
#lockedAddressNavigation {
  overflow: hidden;
  margin-bottom: 9px;
  float: left;
  margin-left: 33px;
  z-index: 9;
  position: relative;
}
#lockedAddressNavigation .selectLinks {
  *clear: both;
  *zoom: 1;
}
#lockedAddressNavigation .selectLinks:after,
#lockedAddressNavigation .selectLinks:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#lockedAddressNavigation .selectLinks:after {
  clear: both;
}
#lockedAddressNavigation .selectLinks li {
  float: left;
}
#lockedAddressNavigation .selectLinks li:before {
  content: "\007C";
  font-size: 11px;
  line-height: inherit;
  font-weight: 500;
  margin: 0px 9px 0 6px;
  float: left;
}
#lockedAddressNavigation .selectLinks li:first-child:before {
  display: none;
}
#lockedAddressNavigation .selectLinks li:before {
  margin: 0 7px;
}
#oms-approver-info-container {
  border: 1px solid #cccccc;
  display: block;
  width: auto;
  padding-left: 31px;
}
#oms-approver-info-container > li {
  border-bottom: 1px solid #cccccc;
  *clear: both;
  *zoom: 1;
}
#oms-approver-info-container > li:after,
#oms-approver-info-container > li:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#oms-approver-info-container > li:after {
  clear: both;
}
#oms-approver-info-container .approver-data,
#oms-approver-info-container .approver-role {
  width: 47.91666667%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 45.91666667%;
}
#oms-approver-info-container .approver-data p {
  margin-bottom: 0;
}
#lockedAddressList,
#lockedAddressHiddenList {
  clear: both;
  *clear: both;
  *zoom: 1;
  margin: 10px 0;
}
#lockedAddressList:after,
#lockedAddressHiddenList:after,
#lockedAddressList:before,
#lockedAddressHiddenList:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#lockedAddressList:after,
#lockedAddressHiddenList:after {
  clear: both;
}
#lockedAddressList li,
#lockedAddressHiddenList li {
  margin: 10px 0;
}
.alpha-header,
.alpha-header td {
  background-color: #333333;
  clear: both;
  color: #ffffff;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.alpha-header td {
  border-bottom: 0;
  line-height: 20px;
}
li.alpha-header {
  padding: 2px 0;
}
.approver-name {
  font-weight: 500;
}
/* ***************** */
/* OMS  Landing Page */
.hero-info-block {
  background: #eeeeee;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px 20px;
}
.hero-info-block span,
.hero-info-block p {
  float: left;
  margin-top: 12px;
  font-weight: 700;
}
.hero-info-block a {
  float: right;
}
.description {
  padding: 0 0 10px 0;
}
.oms-info {
  margin: 15px 0 0 0;
  *clear: both;
  *zoom: 1;
}
.oms-info:after,
.oms-info:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.oms-info:after {
  clear: both;
}
.oms-info li {
  background-image: none;
  float: left;
  padding: 0;
  text-align: center;
  width: 117px;
}
.oms-info li.arrow {
  width: 60px;
}
#workflow li.arrow {
  margin-top: 30px;
}
#users li {
  width: 215px;
}
#users li p {
  padding: 0 30px;
  text-align: center;
}
#users li.divider,
#limits li.divider {
  border-left: 1px solid #CBCBCB;
  min-height: 150px;
  width: 1px;
}
#limits li {
  width: 325px;
}
#limits li p {
  padding: 0 60px;
  text-align: center;
}
/* ********* */
/* OMS Icons */
.icon {
  background: url('/63/img/sprite-icons.png') no-repeat;
  display: block;
}
.icon-submit {
  background-position: -418px -546px;
  height: 54px;
  margin: 0 auto 17px;
  width: 35px;
}
.icon-submit-large {
  background-position: -456px -448px;
  height: 67px;
  margin: 3px auto 15px;
  width: 44px;
}
.icon-approve {
  background-position: -601px -546px;
  height: 53px;
  margin: 0 auto 17px;
  width: 42px;
}
.icon-approve-large {
  background-position: -300px 0;
  height: 60px;
  margin: 10px auto 15px;
  width: 72px;
}
.icon-approve-xlarge {
  background-position: -439px 0;
  height: 82px;
  margin: 10px auto 15px;
  width: 95px;
}
.icon-any-approve-small {
  background-position: -267px -280px;
  height: 37px;
  width: 43px;
}
.icon-any-approve-grey-small {
  background-position: -438px -280px;
  height: 42px;
  width: 47px;
}
.icon-employee-small {
  background-position: -215px -280px;
  height: 37px;
  width: 43px;
}
.icon-employee-medium {
  background-position: -700px 0;
  height: 70px;
  width: 81px;
}
.icon-employee-grey-medium {
  background-position: -700px -104px;
  height: 70px;
  width: 81px;
}
.icon-employee-grey-small {
  background-position: -382px -280px;
  height: 42px;
  width: 46px;
}
.icon-process {
  background-position: -776px -548px;
  height: 52px;
  margin: 5px auto 14px;
  width: 48px;
}
.icon-limits {
  background-position: -214px -556px;
  height: 46px;
  margin: 10px auto 15px;
  width: 73px;
}
.icon-limits-large {
  background-position: -214px -465px;
  height: 52px;
  margin: 20px auto 15px;
  width: 84px;
}
.icon-reviewer-xsmall {
  background-position: -382px -346px;
  height: 31px;
  width: 38px;
}
.icon-reviewer-small {
  background-position: -321px -280px;
  height: 43px;
  width: 50px;
}
.icon-review-large {
  background-position: -215px -71px;
  height: 60px;
  margin: 10px auto 15px;
  width: 72px;
}
.icon-review-grey-medium {
  background-position: -700px -280px;
  height: 67px;
  width: 81px;
}
.icon-reviewer-xlarge {
  background-position: -438px -105px;
  height: 84px;
  margin: 10px auto 15px;
  width: 99px;
}
.icon-approval-large {
  background-position: -330px -448px;
  height: 64px;
  margin: 10px auto 15px;
  width: 82px;
}
.icon-approval-xlarge {
  background-position: -439px -215px;
  height: 61px;
  margin: 10px auto;
  width: 128px;
}
.icon-no-approval-employee-medium {
  background-position: -590px 0;
  height: 72px;
  margin: 10px auto;
  width: 82px;
}
.icon-spend-limits-large {
  background-position: -215px -346px;
  height: 79px;
  margin: 10px auto;
  width: 125px;
}
.icon-any-approver-grey-medium {
  background-position: -699px -185px;
  height: 72px;
  margin: 10px auto;
  width: 110px;
}
.gradient-arrows {
  background-position: 0 0;
  height: 24px;
  width: 60px;
}
.gradient-arrows-small {
  background-position: -100px 0;
  height: 14px;
  width: 28px;
}
.icon-lock {
  background-position: 0 -255px;
  height: 31px;
  width: 113px;
}
.cart-summary-area .icon-lock {
  background-position: -36px -255px;
  width: 40px;
}
/* ***************************** */
/* OMS Express Begin Setup Modal */
#omsExpressSetupModal .col1,
#omsExpressSetupModal .col2 {
  width: 50%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 48%;
}
.lt-ie9 #omsExpressSetupModal .col1,
.lt-ie9 #omsExpressSetupModal .col2 {
  width: 47%;
}
#omsExpressSetupModal .col1 .oms-info li,
#omsExpressSetupModal .col2 .oms-info li {
  margin-bottom: 15px;
  width: 55px;
  font-size: 12px;
  text-align: center;
}
#omsExpressSetupModal .col1 .oms-info li .icon-any-approve-small,
#omsExpressSetupModal .col2 .oms-info li .icon-any-approve-small {
  margin: 0px auto;
}
#omsExpressSetupModal .col1 .oms-info li.arrow,
#omsExpressSetupModal .col2 .oms-info li.arrow {
  margin: 10px 1px;
  width: 28px;
}
#omsExpressSetupModal .hasLeftNav #oms-approver-info-container li {
  clear: both;
}
#omsExpressSetupModal #oms-approver-info-container li {
  clear: both;
  border-bottom: 1px solid #cccccc;
}
.begin-setup {
  background-color: #eeeeee;
  border: 1px solid #666666;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  text-align: center;
}
.begin-setup a {
  border-top: 1px solid #666666;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  margin-top: 10px;
}
.begin-setup span {
  margin: 0 auto;
}
.express-setup-icon {
  background-position: 0 -336px;
  height: 83px;
  width: 141px;
}
.custom-setup-icon {
  background-position: 0 -432px;
  height: 85px;
  width: 82px;
}
.bullet-list {
  margin-left: 15px;
  min-height: 120px;
}
.bullet-list ul {
  margin-bottom: 0;
}
.bullet-list li {
  list-style: disc;
  margin-bottom: 5px;
}
#oms-express-setup-select-approvers #oms-approvers {
  position: relative;
}
/* ************************ */
/* OMS Custom Step 1 */
.add-spend-limits-col,
.add-approval-limits-col {
  width: 47.91666667%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 45.91666667%;
}
.add-spend-limits-col h3,
.add-approval-limits-col h3 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 7px 0;
}
.add-spend-limits-col .spend-approval-limit-input #create-new-spend-limit,
.add-approval-limits-col .spend-approval-limit-input #create-new-spend-limit,
.add-spend-limits-col .spend-approval-limit-input #create-new-approval-limit,
.add-approval-limits-col .spend-approval-limit-input #create-new-approval-limit {
  width: 160px;
}
.add-spend-limits-col p.current-limits,
.add-approval-limits-col p.current-limits {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin: 20px 0;
}
.add-spend-limits-col ul #doesNotRequireApproval,
.add-approval-limits-col ul #doesNotRequireApproval,
.add-spend-limits-col ul #canApproveAnyOrder,
.add-approval-limits-col ul #canApproveAnyOrder {
  margin-bottom: 10px;
}
.add-spend-limits-col ul span,
.add-approval-limits-col ul span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 100px;
}
.add-spend-limits-col .spend-limit-note,
.add-approval-limits-col .spend-limit-note {
  font-style: italic;
  margin: 0px 0 10px 0;
}
.add-spend-limits-col {
  border-right: 1px solid #cccccc;
  padding-right: 30px;
}
.add-approval-limits-col {
  padding-left: 30px;
}
.spend-approval-limit-input {
  clear: both;
  overflow: hidden;
}
.spend-approval-limit-input .formField {
  float: left;
  margin: 0 10px 5px 0;
  *clear: both;
  *zoom: 1;
}
.spend-approval-limit-input .formField:after,
.spend-approval-limit-input .formField:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.spend-approval-limit-input .formField:after {
  clear: both;
}
.spend-approval-limit-input .formField input,
.spend-approval-limit-input .formField a {
  float: left;
}
#addLimitsModal .add-spend-limits-col,
#addLimitsModal .add-approval-limits-col {
  width: 315px;
}
#addLimitsModal .add-spend-limits-col {
  margin-right: 20px;
  padding-right: 20px;
}
.lt-ie8 #addLimitsModal .add-approval-limits-col {
  width: 283px;
}
/* ****************************************** */
/* Custom Step 2 -Approvers - Assign Settings */
.select-approvers-page,
.step-three-assign-spend-limits {
  margin-top: 5px;
}
.assign-approvers-settings-list {
  clear: both;
  padding-bottom: 10px;
}
.assign-approvers-settings-list li {
  width: 180px;
  padding: 0 10px;
}
.assign-approvers-settings-list .approval-messaging {
  text-align: left;
  width: 330px;
}
.assign-approvers-settings-list li.arrow {
  width: 90px;
}
.assign-approvers-settings-list .icon-lock {
  background-position: -10px -255px;
  width: 90px;
}
.assign-approvers-settings-list .gradient-arrows {
  margin-left: 15px;
}
.approver-role.editButtons {
  text-align: right;
}
/* ********************************************* */
/* Custom Step 4 Enable/Assign Reviewer Settings */
#custom-step-four .formFooter a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin: 10px 10px 0 0;
}
#reviewerSelectDiv {
  *clear: both;
  *zoom: 1;
  margin-top: 10px;
}
#reviewerSelectDiv:after,
#reviewerSelectDiv:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#reviewerSelectDiv:after {
  clear: both;
}
.omsCustomSetupContent {
  border: 1px solid #cccccc;
  padding: 10px;
  *clear: both;
  *zoom: 1;
}
.omsCustomSetupContent:after,
.omsCustomSetupContent:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.omsCustomSetupContent:after {
  clear: both;
}
.omsCustomSetupContent .oms-enable-button-container,
.omsCustomSetupContent .message-text {
  float: left;
}
.omsCustomSetupContent .message-text {
  margin: 10px 0 0 15px;
}
/* ************* */
/* OMS Dashboard */
#oms-dashboard {
  position: relative;
  margin-bottom: 20px;
}
#oms-dashboard.removeScroll #omsDashboardDataDiv {
  overflow-y: hidden;
}
.my-account-header {
  *clear: both;
  *zoom: 1;
}
.my-account-header:after,
.my-account-header:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.my-account-header:after {
  clear: both;
}
.my-account-header .my-account-content {
  width: 75%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 73%;
  margin-bottom: 0;
  padding-left: 0;
}
.learn-more-header-content {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  float: right;
  padding: 10px;
  width: 185px;
}
.learn-more-header-content h5 {
  margin-bottom: 0;
}
.learn-more-header-content .learn-more-icon {
  float: left;
  padding-right: 5px;
}
#dataSearchWidget {
  *clear: both;
  *zoom: 1;
}
#dataSearchWidget:after,
#dataSearchWidget:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#dataSearchWidget:after {
  clear: both;
}
#dataSearchWidget .omsSearchByOptionCol {
  background: #eeeeee;
  width: 24.16666667%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 22.16666667%;
  margin-right: 2px;
  min-height: 78px;
}
#dataSearchWidget .omsSearchByOptionCol #searchOption {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#dataSearchWidget .omsSearchByOptionCol #searchOption label {
  font-size: 12px;
}
#dataSearchWidget .omsSearchByOptionCol .resetFilters {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-left: 10px;
}
#dataSearchWidget .omsFilterByOptionCol {
  width: 75%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 73%;
  background: #eeeeee;
  min-height: 78px;
}
#omsDashboardDataDiv {
  height: 468px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
#omsDashboardDataDiv > li {
  border-bottom: 1px solid #cccccc;
  *clear: both;
  *zoom: 1;
}
#omsDashboardDataDiv > li:after,
#omsDashboardDataDiv > li:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#omsDashboardDataDiv > li:after {
  clear: both;
}
#omsDashboardDataDiv .styledSelect {
  width: 192px;
}
.accountMgmtLinks {
  *clear: both;
  *zoom: 1;
  margin-bottom: 10px;
}
.accountMgmtLinks:after,
.accountMgmtLinks:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.accountMgmtLinks:after {
  clear: both;
}
.accountMgmtLinks ul {
  float: right;
}
.accountMgmtLinks > ul > li {
  float: left;
}
.accountMgmtLinks > ul > li:before {
  content: "\007C";
  font-size: 11px;
  line-height: inherit;
  font-weight: 500;
  margin: 0px 9px 0 6px;
  float: left;
}
.accountMgmtLinks > ul > li:first-child:before {
  display: none;
}
.accountMgmtLinks > a:hover {
  cursor: pointer;
}
#dashboard-approvers-lists .approvalLimitMsg {
  border-bottom: none;
}
#dashboard-approvers-lists th {
  font-weight: 700;
  padding: 10px 20px 10px 0;
  position: static;
}
#dashboard-approvers-lists th:first-child {
  padding-left: 10px;
}
#dashboard-approvers-lists .current-workflow td {
  background-color: #eeeeee;
  padding: 0 0 5px 0;
}
#dashboard-approvers-lists .current-workflow .icon-lock {
  background-position: -25px -255px;
  width: 60px;
}
#dashboard-approvers-lists .current-workflow h3 {
  padding: 10px 0;
  text-align: center;
}
#dashboard-approvers-lists .assign-approvers-settings-list li {
  width: 105px;
  padding: 0 5px;
}
#dashboard-approvers-lists .assign-approvers-settings-list .icon {
  margin: 0 auto;
  margin-top: 41px;
}
#dashboard-approvers-lists .assign-approvers-settings-list .icon-employee-medium {
  background-position: -690px 0;
  width: 90px;
}
.childTable .childThead {
  position: relative;
}
#tableFixedHeader {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 31px;
  z-index: 9;
  border-left: none;
}
#tableFixedHeader table {
  margin-bottom: 0;
}
#tableFixedHeader th {
  font-weight: bold;
  padding: 9px 20px 9px 0;
}
#tableFixedHeader th:first-child {
  padding-left: 10px;
}
.oms-dashboardContent .dropdown {
  z-index: 12;
}
.hasNavBar #tableFixedHeader {
  left: 31px;
  border-left: none;
  border-right: none;
}
.disabled {
  background-image: none;
}
#tableHeaderSortRow th {
  border-bottom: 1px solid #ccc;
}
#showUsers-list li {
  margin: 5px 0;
}
/* Apply Multi Setting modal */
.apply-settings-user-links {
  text-align: right;
}
#childTableBody .styledSelect {
  width: 205px;
}
#apply-default-settings-modal .modal-header {
  border-bottom: 1px solid #ccc;
}
#apply-default-settings-modal .col1,
#apply-default-settings-modal .col2 {
  float: left;
  padding-top: 15px;
  width: 315px;
}
#apply-default-settings-modal .col1 {
  border-right: 1px solid #ccc;
  margin-right: 40px;
}
/* *************************************** */
/* Generic User Dropdown with Select Links */
.userSelection {
  *clear: both;
  *zoom: 1;
  padding: 5px 0 0 0;
}
.userSelection:after,
.userSelection:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.userSelection:after {
  clear: both;
}
.userSelection li {
  float: left;
}
.userSelection li:last-child {
  float: right;
}
/* ******************************** */
/* OMS My Account Dashboard Section */
.oms-disabled .disable-content {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.lt-ie8 .oms-disabled .disable-content {
  zoom: 1;
}
.oms-disabled #disabled-message-container {
  position: relative;
  z-index: 2;
}
.oms-review-disabled {
  position: relative;
}
.oms-review-disabled .disable-content {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.lt-ie8 .oms-review-disabled .disable-content {
  zoom: 1;
}
#oms-pending-orders-action .shaded-content-block {
  float: none;
  margin-bottom: 0;
}
#oms-pending-orders-action .pendingYourAction .alert a,
#oms-pending-orders-action .pendingOnAccount .alert a,
.rejectedOrders a {
  float: left;
}
.rejectedOrders a {
  clear: both;
}
.your-spend-limit .icon,
.your-approval-limit .icon {
  background-image: url('/63/img/icon/icon-information.png');
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  height: 15px;
  margin-left: 7px;
  width: 15px;
}
.list-details-information .lock {
  background-image: url('/63/img/sprite-icons.png');
  background-position: 0 -584px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  height: 18px;
  padding-left: 15px;
}
.oms-list-details-information {
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 10px;
}
.oms-list-details-information .list-details-content {
  margin-top: 10px;
  word-wrap: break-word;
  width: 45%;
}
.oms-list-details-information .first {
  padding-left: 0;
}
.pendingAction h4 {
  font-weight: 700;
}
/* ******************************** */
/* OMS My Account - Pending Orders  */
.pendingorders .assistMsg {
  clear: both;
  padding: 10px 10px 10px 20px;
}
.pendingorders .assistMsg .td-order-list-reorder {
  text-align: center;
}
.pendingorders .assistMsg th {
  border-bottom: 1px solid #ccc;
}
.noOrdersPending {
  margin: 20px 0 10px 20px;
}
#topApprovalAll,
#bottomApprovalAll {
  float: left;
  margin: 10px;
}
.pendingOrdersTab .table {
  margin-bottom: 0;
}
#pendingOrdersPag .pagination,
#pendingOrderBottomRow .pagination {
  clear: none;
  float: right;
}
#pendingOrdersPag #paginationMain,
#pendingOrderBottomRow #paginationBottom {
  margin: 5px 0;
}
.pendingorders td.selectAllCheckColEmpty,
.pendingorders #selectAllHeaderColEmpty {
  padding: 0;
  width: 0;
  margin: 0;
}
.pendingorders td.selectAllCheckCol,
.pendingorders #selectAllHeaderCol {
  width: 40px;
}
.pendingorders .currentApprover {
  padding-right: 15px;
}
/* ******************** */
/* OMS Learn More Panel */
.omsHelpContent {
  border-bottom: 1px solid #cccccc;
  *clear: both;
  *zoom: 1;
  padding-bottom: 20px;
}
.omsHelpContent:after,
.omsHelpContent:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.omsHelpContent:after {
  clear: both;
}
.omsHelpContent .omsHelpContent img {
  float: left;
  width: 100px;
  margin: 0 20px;
}
.omsHelpContent .parentCol .col {
  float: left;
  width: 360px;
  margin-right: 20px;
}
.learnMoreAboutOMS {
  *clear: both;
  *zoom: 1;
  padding-top: 10px;
  margin-bottom: 20px;
}
.learnMoreAboutOMS:after,
.learnMoreAboutOMS:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.learnMoreAboutOMS:after {
  clear: both;
}
.learnMoreAboutOMS .col1 {
  margin-right: 20px;
}
.learnMoreAboutOMS .col1,
.learnMoreAboutOMS .col2 {
  float: left;
  width: 360px;
}
.learnMoreAboutOMS #omsHelpTitle {
  font-size: 16px;
}
#omsSetupStepOneHelpRow1Component_panel .col1,
#omsSetupStepTwoHelpRow1Component_panel .col1,
#omsSetupStepThreeHelpRow1Component_panel .col1,
#omsSetupStepFourHelpRow1Component_panel .col1,
#omsSetupStepOneHelpRow1Component_panel .col2,
#omsSetupStepTwoHelpRow1Component_panel .col2,
#omsSetupStepThreeHelpRow1Component_panel .col2,
#omsSetupStepFourHelpRow1Component_panel .col2 {
  float: left;
  width: 360px;
  margin-right: 20px;
}
#omsSetupStepOneHelpRow1Component_panel .parentCol img,
#omsSetupStepTwoHelpRow1Component_panel .parentCol img,
#omsSetupStepThreeHelpRow1Component_panel .parentCol img,
#omsSetupStepFourHelpRow1Component_panel .parentCol img {
  float: left;
  width: 100px;
  margin: 0 20px;
}
#omsSetupStepOneHelpRow1Component_panel .learn-more li,
#omsSetupStepTwoHelpRow1Component_panel .learn-more li,
#omsSetupStepThreeHelpRow1Component_panel .learn-more li,
#omsSetupStepFourHelpRow1Component_panel .learn-more li {
  margin-bottom: 5px;
}
#omsSetupStepOneHelpComponent_panel > .learnMoreAboutOMS:last-child,
#omsSetupStepTwoHelpComponent_panel > .learnMoreAboutOMS:last-child,
#omsSetupStepThreeHelpComponent_panel > .learnMoreAboutOMS:last-child,
#omsSetupStepFourHelpComponent_panel > .learnMoreAboutOMS:last-child {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
#omsSetupStepFourHelpRow2Component_panel,
#omsSetupStepOneHelpRow2Component_panel,
#omsSetupStepTwoHelpRow2Component_panel,
#omsSetupStepThreeHelpRow2Component_panel {
  margin: 20px 0 0 160px;
  padding-top: 20px;
  border-top: 3px solid #d8d8d8;
}
#omsSetupStepTwoHelpRow1Component_panel .col2 ul,
#omsSetupStepFourHelpRow1Component_panel .col2 ul {
  margin-top: 20px;
}
/* ***************************** */
/* OMS Cart and Checkout Styling */
#oms-order {
  margin-top: -23px;
}
#oms-order p {
  margin-top: -5px;
}
#oms-order-messaging {
  padding: 10px 0;
}
.cart-summary-area #oms-order-messaging,
.cart-summary-area #order-limit-message p {
  padding: 0;
}
.cart-summary-area #approver,
.cart-summary-area #omsCCEmailSelect {
  width: 240px;
}
#oms-message p,
#order-limit-message p,
#user-spend-limit-message p {
  color: #AC0101;
  font-weight: bold;
  padding: 10px 0;
}
#order-limit-message .below-limit {
  color: #000;
  font-weight: normal;
}
/* OMS - More CC Modal */
#omsCcMoreUsersModal .col1,
#omsCcMoreUsersModal .col2,
#omsCcMoreUsersModal .col3 {
  float: left;
  margin-right: 20px;
}
#omsCcMoreUsersModal .col1,
#omsCcMoreUsersModal .col3 {
  width: 200px;
}
#omsCcMoreUsersModal .col1 select,
#omsCcMoreUsersModal .col3 select {
  width: 190px;
}
#omsCcMoreUsersModal .col2 {
  margin-top: 18px;
}
#omsCcMoreUsersModal .col3 select {
  height: 75px;
}
#omsCcMoreUsersModal .col2 label {
  float: none;
  margin-bottom: 10px;
}
.omsReviewSetupStep4 {
  margin-top: 20px;
}
#approvalReadOnly h2 {
  color: #666;
}
#approvalReadOnly p span {
  display: block;
  padding-bottom: 5px;
}
#approvalReadOnly .approverName {
  font-weight: bold;
}
/* Order Submit Page */
.oms-confirmation-container h1 {
  margin-left: 0;
}
.oms-ThanksCopyHead {
  background-color: #ebebeb;
  margin: 0 0 15px;
  padding: 5px 10px 0 0;
}
.oms-ThanksCopyHead,
.oms-ThanksCopy {
  font-size: 14px;
}
.oms-confirmation-container .oms-ThanksCopyHead,
#oms-action-conf-message.oms-ThanksCopyHead {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 0.5em ;
  margin-right: 10px;
  padding: 10px;
}
.notificationSent ul li {
  background: none;
  overflow: hidden;
  padding-left: 0;
}
.notificationSent ul li span {
  float: left;
}
.notificationSent ul li .label {
  width: 62px;
}
.notificationSent ul li .notifyList {
  width: 85%;
}
.notificationSent ul li .ccUserEmails {
  width: 510px;
}
#cart-table #cartItemsTbody .dudeOrderItemsContainer {
  border-top: none;
}
/* Cart History Action */
#omsCartOrderHistoryContainer {
  clear: both;
  padding-top: 30px;
}
#omsCartOrderHistoryContainer h2 {
  display: block;
}
.omsCartOrderHistoryTable {
  border-bottom: 1px solid #d5d5d5;
  width: 630px;
  margin-top: 5px;
}
.omsCartOrderHistoryTable th {
  background-color: #ccc;
  color: #fff;
}
.omsCartOrderHistoryTable tr td,
.omsCartOrderHistoryTable tr th {
  border-bottom: 1px solid #d5d5d5;
  padding: 5px 10px;
  word-wrap: break-word;
}
.omsCartOrderHistoryTable tr.even td {
  background-color: #ebebeb;
}
.orderHistoryAction,
.orderHistoryBy,
.orderHistoryTo,
.orderHistoryDate {
  width: 100px;
}
.orderHistoryComments {
  width: 40%;
}
/* ******************************* */
/* OMS Banner on Account Dashboard */
#omsBanner {
  width: 695px;
  border: 1px solid #ccc;
  margin: 30px 0;
  padding: 20px 20px;
  position: relative;
  *clear: both;
  *zoom: 1;
}
#omsBanner:after,
#omsBanner:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#omsBanner:after {
  clear: both;
}
#omsBanner .col1,
#omsBanner .col2,
#omsBanner .col3 {
  float: left;
}
#omsBanner .col1 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}
#omsBanner .col1 span {
  display: block;
  width: 160px;
  height: 100px;
  background-position: -10px -894px;
}
#omsBanner .col2 {
  width: 300px;
  margin: 13px 0 0 185px;
}
#omsBanner h2 {
  margin: 0 0 2px 0;
  font-weight: bold;
}
#omsBanner h2 span {
  background-color: #f99911;
  padding: 1px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 5px;
}
#omsBanner .col3 {
  margin-top: 7px;
  width: 120px;
}
#omsBanner .col3 a {
  display: block;
}
#omsBanner .col3 a.btn {
  margin: 8px 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#omsBanner .col3 a.btn:hover {
  text-decoration: none;
}
/* Contact Admin List */
#oms-express-setup.adminContactList {
  width: 720px;
}
#contactList li {
  background-image: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#currentSpendLimitsList > li,
#currentApproverLimitsList > li {
  margin: 0 0 7px 0;
}
#currentSpendLimitsList > li.editable > input,
#currentApproverLimitsList > li.editable > input {
  width: 110px;
  margin-right: 20px;
}
#currentSpendLimitsList > li.editable > ul,
#currentApproverLimitsList > li.editable > ul {
  *clear: both;
  *zoom: 1;
}
#currentSpendLimitsList > li.editable > ul:after,
#currentApproverLimitsList > li.editable > ul:after,
#currentSpendLimitsList > li.editable > ul:before,
#currentApproverLimitsList > li.editable > ul:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#currentSpendLimitsList > li.editable > ul:after,
#currentApproverLimitsList > li.editable > ul:after {
  clear: both;
}
#currentSpendLimitsList > li.editable > ul > li,
#currentApproverLimitsList > li.editable > ul > li {
  width: 50%;
  padding: 0;
  margin-bottom: 10px;
  float: left;
  *width: 48%;
  margin-bottom: 0;
}
#currentSpendLimitsList > li.editable > ul .pipes,
#currentApproverLimitsList > li.editable > ul .pipes {
  float: right;
}
#currentSpendLimitsList > li.editable > ul .pipes li,
#currentApproverLimitsList > li.editable > ul .pipes li {
  float: left;
  margin: 0px 5px 0 5px;
}
#currentSpendLimitsList > li.editable > ul .pipes li:before,
#currentApproverLimitsList > li.editable > ul .pipes li:before {
  content: "\007C";
  font-size: 11px;
  line-height: inherit;
  font-weight: 500;
  margin: 0px 9px 0 6px;
  float: left;
}
#currentSpendLimitsList > li.editable > ul .pipes li:first-child:before,
#currentApproverLimitsList > li.editable > ul .pipes li:first-child:before {
  display: none;
}
.ui-autocomplete {
  max-width: 250px;
}
.search-submitters {
  position: relative;
}
.search-submitters .find-submitter {
  left: -30px;
  padding-left: 20px;
  padding-top: 34px;
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
.search-submitters .find-submitter > div {
  display: none;
}
.search-submitters .find-submitter.sub-by {
  left: 13%;
}
.search-submitters .find-submitter.sub-to {
  left: 30.5%;
}
.search-submitters .find-submitter.searching {
  overflow: visibile;
  height: auto;
  width: auto;
  top: -1px;
}
.search-submitters .find-submitter.searching .searching-outline {
  border: thin solid #ccc;
  border-bottom: thin solid #fff;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 135px;
}
.search-submitters .find-submitter.searching .searching-outline .search-icon:before {
  left: 9px;
}
.search-submitters .find-submitter.searching > div {
  border: thin solid #ccc;
  margin-left: -20px;
  padding: 10px 10px 0;
  background: #fff;
  display: block;
  width: 290px;
}
.search-submitters .find-submitter.searching .ui-autocomplete-input {
  width: 182px;
  margin-bottom: 0;
}
.search-submitters .find-submitter.searching input[type="reset"] {
  margin-left: 5px;
  margin-right: -5px;
  vertical-align: top;
  height: 31px;
}
.search-submitters .find-submitter.searching .results {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -21px;
  margin-bottom: -1px;
  width: 106%;
  overflow: hidden;
}
.search-submitters .find-submitter.searching .results ul {
  background: #fff;
  width: 100%;
  border: none;
  left: 0 !important;
}
.search-submitters .find-submitter.searching .results ul .ui-menu-item {
  width: 350px;
  margin-left: -4px;
  border: thin solid #ccc;
}
.search-submitters .find-submitter .search-icon {
  cursor: pointer;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -1440px;
  *background-position-x: 100%;
}
.search-submitters .find-submitter .search-icon:before {
  font-family: graingerFont;
  content: "\e92b";
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.search-submitters .find-submitter .input-indicator:before {
  font-family: graingerFont;
  content: "\e92b";
  font-weight: 400;
  font-size: 12px;
  display: block;
  height: 20px;
  width: 6px;
  position: absolute;
  top: 54px;
  left: 172px;
}
.order-DESC:after {
  font-family: graingerFont;
  content: "\e91e";
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 4px;
}
.order-ASC:after {
  font-family: graingerFont;
  content: "\e924";
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 4px;
}
.parentProduct .productBreadcrumb .nav li:after {
  padding: 1px 0;
}
#productSearch {
  margin-bottom: 15px;
}
#side-nav .side-nav-header {
  padding: 10px;
  margin: 0px;
  background: #f2f2f2;
  font-family: 'RobotoCondensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #29333b;
  line-height: 1;
  text-transform: uppercase;
}
#side-nav .category-wrapper .accordion-heading:before {
  content: " ";
  display: none;
}
#side-nav .results-filter-search {
  border: 1px solid #eeeeee;
  padding: 9px;
}
#side-nav .results-filter-search .deleteIcon {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -2430px;
  *background-position-x: 0;
}
#side-nav .results-filter-search .deleteIcon:after {
  font-family: graingerFont;
  content: "\e907";
  font-weight: 400;
  color: #333333;
  color: #10acd2;
  font-size: 11px;
  margin: 2px 6px 0 2px;
  float: left;
  font-weight: normal;
}
.lt-ie8 #side-nav .results-filter-search .deleteIcon {
  float: left;
  padding-left: 20px;
}
#side-nav .results-filter-search h3 {
  font-weight: 400;
  text-transform: none;
}
.lt-ie8 #side-nav .results-filter-search li {
  margin: 5px 0;
}
#side-nav h3 {
  font-size: 14px;
}
#side-nav .accordion-heading {
  position: relative;
  margin: 0;
  font-family: 'RobotoCondensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #29333b;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 0px solid white;
  transition: border 0s ease-out;
}
#side-nav .accordion-heading > span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#side-nav .accordion-heading .education-flyout-icon {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -6660px;
  *background-position-x: 100%;
}
#side-nav .accordion-heading .education-flyout-icon:hover {
  text-decoration: none;
}
#side-nav .accordion-heading .education-flyout-icon:after {
  font-family: graingerFont;
  content: "\e642";
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.lt-ie8 #side-nav .accordion-heading .education-flyout-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 20px;
}
#side-nav .accordion-heading.collapsed {
  border-bottom-width: 3px;
  transition: border 0.5s ease-out;
}
#side-nav .filter-browse-item,
#side-nav .filter-list-item {
  border: 1px solid #f2f2f2;
  padding: 5px 0 10px 0;
}
#side-nav .filter-browse-item li,
#side-nav .filter-list-item li {
  font-size: 12px;
}
#side-nav .filter-browse-item li.category-img-container,
#side-nav .filter-list-item li.category-img-container {
  display: block;
  clear: both;
  margin-bottom: 15px;
}
#side-nav .filter-browse-item li.category-img-container > img,
#side-nav .filter-list-item li.category-img-container > img {
  float: left;
  margin-left: 10px;
}
#side-nav .filter-browse-item li.category-img-container > a.filter-option,
#side-nav .filter-list-item li.category-img-container > a.filter-option {
  font-size: 12px;
  margin-left: 45px;
}
#side-nav .filter-browse-item li.category-img-container > a.filter-option:hover,
#side-nav .filter-list-item li.category-img-container > a.filter-option:hover {
  background: none;
}
#side-nav .filter-browse-item li > a,
#side-nav .filter-list-item li > a {
  color: #29333b;
  padding: 4px 10px;
  display: block;
  line-height: 16px;
}
#side-nav .filter-browse-item li > a:hover,
#side-nav .filter-list-item li > a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
#side-nav .filter-browse-item li > a > span,
#side-nav .filter-list-item li > a > span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  color: #ababab;
  margin: 0 0 0 5px;
}
#side-nav .filter-browse-item .more-less-toggle,
#side-nav .filter-list-item .more-less-toggle {
  margin-left: 10px;
  margin-right: 10px;
}
#side-nav .nav-pane {
  border: 1px solid #eeeeee;
  padding: 0 10px;
}
#side-nav .nav-pane .smart-search-input {
  width: 100%;
  margin-top: 10px;
}
.lt-ie8 #side-nav .nav-pane .smart-search-input {
  width: 180px;
}
#side-nav .multi-filter-list {
  color: #10acd2;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#side-nav .multi-filter-list li {
  display: block;
  vertical-align: top;
}
#side-nav .multi-filter-list li.visualAttr {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100px;
  position: relative;
  vertical-align: top;
}
.lt-ie8 #side-nav .multi-filter-list li.visualAttr {
  width: 80px;
}
#side-nav .multi-filter-list li.visualAttr .selectedFilter img {
  border: 2px solid #505050;
}
#side-nav .multi-filter-list li.visualAttr a img {
  border: 2px solid #CFCFCF;
  max-width: 87px;
  max-height: 87px;
}
@media (max-width: 890px) {
  .responsive #side-nav .multi-filter-list li.visualAttr a img {
    max-height: 75px;
    max-width: 75px;
  }
}
.lt-ie8 #side-nav .multi-filter-list li.visualAttr a img {
  max-height: 75px;
  max-width: 75px;
}
#side-nav .multi-filter-list li.visualAttr a:hover img {
  border: 2px solid #103F69;
}
#side-nav .multi-filter-list li.visualAttr .disabledFilter {
  background-color: #FFF;
  height: 100%;
  left: 0;
  opacity: .75;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 890px) {
  .responsive #side-nav .multi-filter-list li.visualAttr {
    width: 80px;
  }
}
#side-nav .multi-filter-list li.visualAttr .lt-ie8 {
  width: 80px;
}
#side-nav .multi-filter-list .filter-trigger {
  display: block;
  position: relative;
  padding: 0;
  font-weight: 500;
  color: #29333b;
  padding: 5px 0 5px 0px;
  line-height: 17px;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -7456px;
  *background-position-x: 0;
}
#side-nav .multi-filter-list .filter-trigger.loading {
  background: url('/63/img/loader-2.gif') no-repeat scroll -2px center;
}
#side-nav .multi-filter-list .filter-trigger.loading:before {
  content: " ";
  display: none;
}
.lt-ie8 #side-nav .multi-filter-list .filter-trigger {
  padding-left: 15px;
}
#side-nav .multi-filter-list .filter-trigger:hover {
  text-decoration: none;
}
#side-nav .multi-filter-list .filter-trigger:hover:before {
  color: #10acd2;
}
#side-nav .multi-filter-list .filter-trigger:before {
  font-family: graingerFont;
  content: "\e906";
  font-weight: 400;
  font-size: 17px;
  position: absolute;
  left: 1px;
  color: #cccccc;
}
#side-nav .multi-filter-list .filter-trigger.filter-selected {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -7356px;
  *background-position-x: 0;
}
#side-nav .multi-filter-list .filter-trigger.filter-selected:before {
  font-family: graingerFont;
  content: "\e908";
  font-weight: 400;
  background-color: transparent;
  color: #10acd2;
}
#side-nav .multi-filter-list .filter-trigger.filter-disabled {
  color: #ababab;
  cursor: default;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -7159px;
  *background-position-x: 0;
}
#side-nav .multi-filter-list .filter-trigger.filter-disabled:before {
  color: #ababab;
}
#side-nav .multi-filter-list .filter-trigger p {
  margin-bottom: 0;
  margin-left: 29px;
  line-height: 17px;
}
.lt-ie8 #side-nav .multi-filter-list .filter-trigger p {
  margin-left: 2px;
}
#side-nav .multi-filter-list .filter-trigger span {
  font-size: 12px;
  padding-left: 5px;
  color: #ababab;
}
#side-nav .multi-filter-list .attribute-toggle-list {
  height: 0;
  overflow: hidden;
  position: relative;
}
.lt-ie8 #side-nav .multi-filter-list .attribute-toggle-list {
  list-style-position: outside;
}
#side-nav .multi-filter-list .attribute-toggle-list.show {
  height: auto;
}
#side-nav .multi-filter-list .refineStars img {
  max-height: 13px;
}
#side-nav .visualAttr {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  padding: 5px;
}
#side-nav .filterName {
  overflow: inherit;
  overflow-wrap: break-word;
  width: 85px;
  font-size: 12px;
}
#side-nav .more-less-toggle {
  margin: 12px 0 10px;
}
#side-nav .more-less-toggle .expand-categories {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
#side-nav .expand-categories {
  overflow: hidden;
  font-size: 14px;
}
#side-nav .expand-categories.show {
  margin-bottom: 10px;
}
#side-nav #BranchAvailability-nav_pane {
  line-height: 1.2;
}
#side-nav #BranchAvailability-nav_pane .nav-pane {
  min-height: 58px;
}
#side-nav #BranchAvailability-nav_pane .nav-pane > p {
  color: #29333b;
  margin: 2px 0;
}
#side-nav #BranchAvailability-nav_pane .nav-pane > p.error {
  font-weight: 700;
  color: #ad3333;
}
#side-nav #BranchAvailability-nav_pane .nav-pane > p a {
  font-weight: 700;
}
#side-nav .table li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 100px;
}
#side-nav .table li:nth-child(odd) {
  margin-right: 5px;
}
#side-nav .table li:nth-child(even) {
  margin-left: 5px;
}
.lt-ie8 #side-nav .table li {
  width: 95px;
}
#side-nav .table li.more-less-toggle,
#side-nav .table li.toggled-filters-container {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#side-nav #refine-search-query {
  width: 145px;
  height: 40px;
  margin-right: 5px;
  float: left;
  border-radius: 2px;
}
@media (max-width: 960px) {
  .responsive #side-nav #refine-search-query {
    width: 60%;
  }
}
.responsive #side-nav {
  min-width: 220px;
}
@media (max-width: 890px) {
  .responsive #side-nav {
    padding: 0px;
  }
}
@media (max-width: 890px) {
  .responsive.productview #side-nav {
    position: fixed;
    top: 0px;
    left: -220px;
    padding-top: 0px;
    height: 100%;
    overflow-y: scroll;
  }
}
.responsive.productview.eproFiltersActive #side-nav {
  left: 0px;
  z-index: 20;
}
#side-nav img.education-image {
  display: block;
  max-width: 218px;
  max-height: 218px;
  margin: 10px auto 0;
}
#side-nav .tooltip.education-flyout {
  width: 400px;
  z-index: 7;
}
#side-nav .tooltip.education-flyout .tooltip-inner {
  background-color: #eeeeee;
  color: #000;
  border: 1px solid #cccccc;
  margin-top: -10px;
  width: 100%;
  max-width: none;
  padding: 0;
}
#side-nav .tooltip.education-flyout .tooltip-inner .description {
  padding: 0 10px;
  color: #000;
  width: 100%;
}
#side-nav .tooltip.education-flyout .tooltip-inner .description h3 {
  font-size: 14px;
  line-height: 1;
}
#side-nav .tooltip.education-flyout .tooltip-inner .description p {
  font-size: 12px;
  margin-bottom: 0;
}
#side-nav .tooltip.education-flyout .tooltip-inner .text-only {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lt-ie8 #side-nav .tooltip.education-flyout .tooltip-inner .text-only {
  width: 380px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .image-text {
  margin-top: 2px;
  margin-bottom: 2px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .image-text .image-container {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  float: left;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 158px;
  background-color: #fff;
}
#side-nav .tooltip.education-flyout .tooltip-inner .image-text img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#side-nav .tooltip.education-flyout .tooltip-inner .image-text .description {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 238px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .image-text .description h3,
#side-nav .tooltip.education-flyout .tooltip-inner .image-text .description p {
  margin: 8px 0;
}
.lt-ie8 #side-nav .tooltip.education-flyout .tooltip-inner .image-text .description {
  width: 205px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .section:first-child.text-only {
  margin-top: 15px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .section:first-child.image-text {
  margin-top: 0;
}
#side-nav .tooltip.education-flyout .tooltip-inner .section:last-child.text-only {
  margin-bottom: 15px;
}
#side-nav .tooltip.education-flyout .tooltip-inner .section:last-child.image-text {
  margin-bottom: 0;
}
#bcLeftNavOuter {
  margin-top: 1px;
}
#bcLeftNavOuter b {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
#bcLeftNavOuter .side-nav-header h3,
#bcLeftNavOuter .side-nav-header p {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin: 0;
}
#bcLeftNavOuter .side-nav-header h3 {
  float: left;
}
#bcLeftNavOuter .side-nav-header p {
  float: right;
}
#bcLeftNavOuter .side-nav-header p .clearAllTerms {
  font-size: 12px;
  text-transform: initial;
}
#BVQAContainer .BVQAHeader {
  padding-top: 20px;
  border-top: 3px solid #d8d8d8;
  padding: 40px 10px 10px;
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 890px) {
  .responsive #main-content #search-maincontent {
    margin-top: 5px;
  }
}
.responsive #main-content #search-maincontent > p {
  padding: 0 10px;
}
#main-content h1 {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 100%;
}
@media (max-width: 890px) {
  .responsive #main-content h1 {
    padding-left: 10px;
  }
}
#main-content tr {
  border-bottom: none;
}
#main-content table td {
  vertical-align: none;
}
#main-content .shop-category-divide {
  border-right: 1px solid #ccc;
}
#main-content .numberOfProducts {
  display: block;
  color: #999999;
  padding: 7px 0 0 0;
  background: white;
  z-index: 1;
  position: relative;
  padding-top: 0;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 890px) {
  .responsive #main-content .numberOfProducts {
    margin-left: 10px;
  }
}
#main-content .carouselscrollbox .item {
  width: 160px;
}
#main-content .nls-last-searched {
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}
#main-content .nls-last-searched .searched-text {
  color: #ca1c05;
}
#main-content .nls-filter-highlight {
  color: #2b2b2b;
}
#main-content .nls-opt-out {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
#main-content .shop-category-row {
  *clear: both;
  *zoom: 1;
  border-top: 1px solid #d8d8d8;
}
#main-content .shop-category-row:after,
#main-content .shop-category-row:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main-content .shop-category-row:after {
  clear: both;
}
#main-content .shop-category-row:first-child {
  border-top: none;
}
.responsive #main-content .shop-category-row {
  border-bottom: none;
}
.responsive #main-content .shop-category-row:after,
.responsive #main-content .shop-category-row:before {
  display: inline;
}
.lt-ie8 #main-content .shop-category-row {
  padding-bottom: 20px;
}
#main-content .shop-category-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px;
  *width: 23%;
  width: 23%;
  padding: 0 1%;
  float: left;
  margin: 20px 1%;
  border-left: 1px solid #d8d8d8;
  min-height: 190px;
  display: inline-block;
}
.lt-ie9 #main-content .shop-category-item {
  width: 23%;
  height: 170px;
}
.lt-ie8 #main-content .shop-category-item {
  width: 22%;
  height: 185px;
}
#main-content .shop-category-item:last-child {
  border-right: none;
}
#main-content .shop-category-item a {
  display: block;
  text-align: center;
  height: auto;
  word-wrap: break-word;
}
#main-content .shop-category-item img {
  padding: 5px 10px 5px 5px;
}
.responsive #main-content .shop-category-item img {
  border-right: none;
  width: 100%;
}
.lt-ie9 #main-content .shop-category-item img {
  width: 90%;
}
.responsive #main-content .shop-category-item {
  position: relative;
  width: 24%;
  min-height: 200px;
  padding-bottom: 0px;
  margin: 0 0 10px 5px;
  border-top: solid 1px 0;
  border-left: solid 1px 0;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: none;
}
@media (max-width: 890px) {
  .responsive #main-content .shop-category-item {
    width: 32%;
  }
}
.lt-ie9 .responsive #main-content .shop-category-item {
  padding-top: 10px;
  width: 21%;
  min-height: 215px;
}
.responsive #main-content .shop-category-item .categoryViewImage {
  position: absolute;
  top: 0;
}
#main-content .carousel-category {
  clear: both;
}
#main-content .categoryHeader {
  padding-top: 20px;
  border-top: 3px solid #d8d8d8;
  font-weight: 700;
  padding: 15px 0;
  margin: 10px 0;
  border-top: none;
}
#main-content .searchSortRefinement .heading {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  padding: 0 5px 0 0;
}
#main-content .searchSortRefinement .dropdownSelect {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
  width: 180px;
}
#main-content .searchRibbon {
  border-top: 1px solid #d8d8d8;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 0;
  height: 55px;
}
@media (max-width: 890px) {
  .responsive #main-content .searchRibbon {
    padding: 10px 5px;
  }
}
.lt-ie8 #main-content .searchRibbon {
  height: 28px;
}
#main-content #searchBottomRibbon {
  margin: 0 0 10px 0;
}
#main-content .productPageBottomText {
  font-size: 12px;
}
#main-content .searchDropdown {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  float: left;
}
#main-content .searchPreviouslyPurchased {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  float: right;
  margin-top: 4px;
}
#main-content .searchPreviouslyPurchased input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
#main-content .searchPreviouslyPurchased label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 0 0 0;
  vertical-align: middle;
  color: #10acd2;
  font-size: 12px;
}
.lt-ie8 #main-content .searchPreviouslyPurchased {
  margin-top: 0;
}
#main-content .searchControls {
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
}
@media (max-width: 890px) {
  .responsive #main-content .searchControls {
    padding: 5px 10px;
  }
}
.lt-ie9 #main-content .searchControls {
  display: block;
}
.lt-ie8 #main-content .searchControls {
  height: 20px;
}
#main-content .searchControls .showList {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .searchControls .showList .listView {
  font-weight: 700;
}
#main-content .searchControls .showList .listView:before {
  font-weight: 500;
}
#main-content .searchControls .showList .listView .linkText {
  cursor: default;
  text-decoration: none;
}
#main-content .searchControls .showGrid {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .searchControls .showGrid .gridView {
  font-weight: 700;
}
#main-content .searchControls .showGrid .gridView:before {
  font-weight: 500;
}
#main-content .searchControls .showGrid .gridView .linkText {
  cursor: default;
  text-decoration: none;
}
#main-content .searchControls .showCatalog {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .searchControls .showCatalog > a {
  min-width: 63px;
}
#main-content .searchControls .showCatalog .catalogView {
  font-weight: 700;
}
#main-content .searchControls .showCatalog .catalogView:before {
  font-weight: 500;
}
#main-content .searchControls .showCatalog .catalogView .linkText {
  cursor: default;
  text-decoration: none;
}
#main-content .searchControls .searchPreferences {
  float: left;
}
#main-content .searchControls .searchPreferences .itemsPerPage a,
#main-content .searchControls .searchPreferences .itemsPerPage span {
  padding: 0 0 0 5px;
}
#main-content .searchControls .searchPreferences .itemsPerPage span {
  font-weight: 700;
}
#main-content .searchControls .searchPreferences.lt-ie9 {
  height: 14px;
}
#main-content .searchControls .searchPagination {
  float: right;
}
#main-content .searchControls .searchPagination li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  padding: 0 5px;
}
#main-content .searchControls .searchPagination .current {
  font-weight: 700;
}
#main-content .bottom .searchControls {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
#main-content #resultsView {
  margin: 0 0 10px 0;
  *clear: both;
  *zoom: 1;
}
#main-content #resultsView:after,
#main-content #resultsView:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main-content #resultsView:after {
  clear: both;
}
@media (max-width: 890px) {
  .responsive #main-content #resultsView {
    padding: 0 10px;
  }
}
#main-content .productAvailMsg {
  padding: 12px 0;
}
#main-content .productAvailMsg.gridOnly {
  display: none;
}
#main-content .productAvailMsg .availabilityMsg > a:before {
  font-family: graingerFont;
  content: "\e916";
  font-weight: 400;
  color: #333333;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .list .product {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 0;
  *clear: both;
  *zoom: 1;
}
#main-content .list .product:after,
#main-content .list .product:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main-content .list .product:after {
  clear: both;
}
#main-content .list .product > * {
  float: left;
}
#main-content .list .product:first-child {
  border-top: none;
}
#main-content .list .product .productImage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 140px;
}
#main-content .list .product .cv-productImage {
  display: none;
}
#main-content .list .product .quantity {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .list .product .quantity input[type="text"] {
  margin: 0;
}
#main-content .list .product .productDescription {
  width: 220px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
#main-content .list .product .productDescription .longDesc {
  font-size: 12px;
}
#main-content .list .product .productDescription .productName {
  overflow: hidden;
  max-height: 70px;
  line-height: 17px;
}
#main-content .list .product .productDescription .productName .cv-title,
#main-content .list .product .productDescription .productName .parent-information {
  display: none;
}
#main-content .list .product .productDescription .catalog-brandlist,
#main-content .list .product .productDescription .catalog-WpLongDesc,
#main-content .list .product .productDescription .defaultWpLongDesc {
  display: none;
}
#main-content .list .product .productDescription .tLD {
  font-size: 12px;
}
#main-content .list .product .productDescription .wpLongDesc,
#main-content .list .product .productDescription .longDesc {
  display: block;
}
#main-content .list .product .productDescription .item-icons {
  margin-top: -5px;
}
#main-content .list .product .productDescription .item-icons li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.lt-ie8 #main-content .list .product .productDescription {
  width: 180px;
}
.lt-ie8 #main-content .list .product .productDescription > li {
  list-style-position: outside;
}
@media (max-width: 960px) {
  .responsive #main-content .list .product .productDescription {
    width: 25%;
  }
}
@media (max-width: 890px) {
  .responsive #main-content .list .product .productDescription {
    width: 35%;
    margin-left: 40px;
  }
}
@media (max-width: 780px) {
  .responsive #main-content .list .product .productDescription {
    width: 30%;
    margin-left: 10px;
  }
}
@media (max-width: 730px) {
  .responsive #main-content .list .product .productDescription {
    width: 25%;
  }
}
#main-content .list .product .productDescription > li {
  margin: 0 0 5px 0;
}
#main-content .list .product .priceWrapper,
#main-content .list .product .sale-price {
  font-weight: 700;
  color: #2c9243;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
#main-content .list .product .priceWrapper .topText,
#main-content .list .product .sale-price .topText {
  color: #333333;
  font-weight: 500;
  display: block;
}
#main-content .list .product .priceWrapper .bottomText,
#main-content .list .product .sale-price .bottomText {
  color: #333333;
  font-weight: 500;
}
#main-content .list .product .priceColumnL3ListView {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: left;
  text-align: left;
  max-width: 120px;
}
#main-content .list .product .priceColumnL3ListView.parent-item .productPrice {
  font-weight: bold;
}
#main-content .list .product #resultsView .priceContainer {
  float: none;
}
#main-content .list .product .cv-viewProducts,
#main-content .list .product .filter-parent-container {
  display: none;
}
#main-content .list .product .productNameLink {
  padding: 5px 0;
  display: block;
  font-size: 16px;
  overflow-wrap: break-word;
}
#main-content .list .product .productNameLink.parentItem {
  padding-top: 0px;
}
#main-content .list .product .productAvailMsg {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 12px 0;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#main-content .list .product .availabilityCheck {
  font-weight: 700;
}
#main-content .list .product .productMFR {
  font-weight: 500;
}
#main-content .list .product .manufacturerAbbreviation {
  font-weight: 500;
}
#main-content .list .product .productDescription .productMFR {
  margin-bottom: 10px;
  display: block;
}
#main-content .list .product .productCatalog:last-child {
  margin-bottom: 0;
}
#main-content .list .product .priceLabel {
  width: auto;
}
#main-content .list .product .productPrice {
  display: block;
  color: #2c9243;
}
#main-content .list .product .strikedPrice {
  text-decoration: line-through;
}
#main-content .list .product .productButtonContainer {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
  margin-left: 14px;
}
.lt-ie8 #main-content .list .product .productButtonContainer .btn {
  width: 120px;
}
#main-content .list .product .productAddToList {
  display: block;
  margin: 8px 3px 13px 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
}
#main-content .list .product .productAddtoListSigninMsg {
  margin: 5px 0;
}
#main-content .list .product .productAddtoListSigninMsg p {
  display: inline;
  font-weight: 700;
  font-size: 12px;
}
#main-content .list .product .productAddToCart {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  border: 1px solid #D8D8D8;
  border-bottom-width: 3px;
  text-align: left;
  padding: 15px 10px;
  width: 182px;
  float: right;
  font-size: 12px;
  margin-bottom: 30px;
}
#main-content .list .product .productAddToCart a {
  font-weight: 700;
}
#main-content .list .product .productAddToCart .availabilityMsg a {
  font-weight: 500;
}
#main-content .list .product .btn:not('#applyChangeRTA') {
  float: none;
  margin-bottom: 1px;
}
#main-content .list .product .productBrand {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview {
  font-weight: 700;
  float: right;
  text-align: left;
  width: 100%;
  padding: 10px;
  margin: 0;
  vertical-align: bottom;
  text-align: right;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -2070px;
  *background-position-x: 98%;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview:hover {
  text-decoration: none;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview:after {
  font-family: graingerFont;
  content: "\e91e";
  font-weight: 400;
  line-height: 9px;
  font-size: 8px;
  color: #fff;
  background-color: #10acd2;
  float: right;
  font-weight: normal;
  border-radius: 1px;
  width: 13px;
  height: 13px;
  margin-top: -1px;
  margin-left: 6px;
  font-size: 6px;
  padding: 2px;
  width: auto;
  height: auto;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview span:first-child {
  float: left;
}
.lt-ie8 #main-content .list .product .viewChildrenLink .right .childShowPreview span:first-child {
  padding-left: 15px;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview span:first-child:hover {
  text-decoration: none;
}
#main-content .list .product .viewChildrenLink .right .childShowPreview span:first-child:before {
  font-family: graingerFont;
  content: "\e906";
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
  float: left;
}
.lt-ie8 #main-content .list .product .viewChildrenLink .right .childShowPreview {
  background-position-y: -2062px;
  width: 525px;
}
@media (max-width: 890px) {
  .responsive #main-content .list .product .viewChildrenLink .right .childShowPreview {
    width: 79%;
  }
}
#main-content .list .product .viewChildrenLink .right .collapse {
  height: inherit;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -2160px;
  *background-position-x: 98%;
}
#main-content .list .product .viewChildrenLink .right .collapse:after {
  font-family: graingerFont;
  content: "\e924";
  font-weight: 400;
}
.lt-ie8 #main-content .list .product .viewChildrenLink .right .collapse {
  background-position-y: -2152px;
}
#main-content .list .product .viewChildrenLink .right .collapse span:first-child:before {
  font-family: graingerFont;
  content: "\e908";
  font-weight: 400;
}
#main-content .list .product .viewChildrenLink {
  font-size: 12px;
  padding-bottom: 25px;
  clear: both;
  float: none;
  width: 100%;
  position: relative;
}
#main-content .list .product .viewChildrenLink br {
  clear: both;
}
#main-content .list .product .viewChildrenLink a {
  vertical-align: middle;
}
#main-content .list .product .productLink {
  font-weight: 700;
}
#main-content .list .product .viewAllProdLinkChildTable {
  float: left;
  margin: 10px;
  padding: 2px 0 0 0;
}
#main-content .list .product .breadBox .ppi-note {
  margin-left: .7em;
  display: inline-block;
  vertical-align: middle;
}
#main-content .list .product .ppi-note {
  position: relative;
  padding: 10px 0 0 15px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}
#main-content .list .product .ppi-note:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #00bff3;
  display: block;
}
#main-content .list .product .ppi-note.ppi-note-replace:before {
  display: none;
}
.lt-ie8 #main-content .list .expand-wrapper {
  width: 150px;
}
#main-content .list .compare-controls-wrapper-top {
  display: none;
}
#main-content .list .compare-controls-wrapper-bottom {
  font-size: 14px;
  margin: 5px 0;
  width: 50%;
}
#main-content .list .catalog-table-container {
  display: none;
}
#main-content .list .prevPurchaseKey {
  display: none;
}
#main-content .grid .product {
  width: 25%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  *width: 23%;
  padding-top: 20px;
}
.responsive #main-content .grid .product {
  border-top: solid 1px 0;
  border-left: solid 1px 0;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin: 0 0 10px 5px;
  padding-right: 5px;
  width: 24%;
  min-height: 600px;
}
@media (max-width: 960px) {
  .responsive #main-content .grid .product {
    min-height: 625px;
  }
}
.lt-ie8 #main-content .grid .product {
  min-height: 630px;
  width: 22%;
}
#main-content .grid .product .qtyInput {
  margin-right: 6px;
}
#main-content .grid .product .productImage {
  display: block;
}
@media (max-width: 730px) {
  .responsive #main-content .grid .product .productImage img {
    width: 100%;
  }
}
#main-content .grid .product .cv-productImage {
  display: none;
}
#main-content .grid .product .productDescription {
  display: block;
  width: 145px;
  margin: 20px 0 10px 0;
}
.responsive #main-content .grid .product .productDescription {
  min-height: 175px;
}
@media (max-width: 730px) {
  .responsive #main-content .grid .product .productDescription {
    width: 130px;
  }
}
#main-content .grid .product .productDescription .grainger-choice-container p {
  max-width: 100px;
}
#main-content .grid .product .productDescription .productName {
  overflow: hidden;
  max-height: 84px;
}
#main-content .grid .product .productDescription .productName .cv-title,
#main-content .grid .product .productDescription .productName .parent-information {
  display: none;
}
#main-content .grid .product .catalog-brandlist,
#main-content .grid .product .catalog-WpLongDesc,
#main-content .grid .product .wpLongDesc,
#main-content .grid .product .longDesc,
#main-content .grid .product .child-table,
#main-content .grid .product .expand-wrapper,
#main-content .grid .product .filter-parent-container {
  display: none;
}
#main-content .grid .product .tLD {
  font-size: 12px;
}
#main-content .grid .product .defaultWpLongDesc {
  display: block;
}
#main-content .grid .product .item-icons {
  overflow: hidden;
  margin-top: 13px;
}
#main-content .grid .product .productBrand {
  margin: 0;
  font-size: 12px;
}
#main-content .grid .product .productName {
  min-height: 62px;
}
#main-content .grid .product .productNameLink {
  font-weight: 700;
  display: block;
  padding: 10px 0 0 0;
  overflow-wrap: break-word;
}
#main-content .grid .product .regularPrice {
  padding: 10px 0 0 0;
  min-height: 72px;
  float: none;
  display: block;
  width: 145px;
  font-size: 16px;
}
#main-content .grid .product .regularPrice .topText {
  font-weight: 500;
}
#main-content .grid .product .regularPrice .bottomText {
  font-weight: 500;
  color: #666666;
}
#main-content .grid .product .regularPrice .price {
  font-weight: 700;
  color: #2c9243;
}
.responsive #main-content .grid .product .regularPrice {
  min-height: 100px;
}
#main-content .grid .product .priceWrapper,
#main-content .grid .product .sale-price {
  font-weight: 700;
  color: #2c9243;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  vertical-align: top;
}
#main-content .grid .product .priceWrapper .topText,
#main-content .grid .product .sale-price .topText {
  color: #333333;
  font-weight: 500;
  display: block;
}
#main-content .grid .product .priceWrapper .bottomText,
#main-content .grid .product .sale-price .bottomText {
  color: #333333;
  font-weight: 500;
}
#main-content .grid .product .sale-price {
  display: block;
}
#main-content .grid .product .strikedPrice {
  text-decoration: line-through;
}
#main-content .grid .product #resultsView .priceContainer {
  float: none;
}
#main-content .grid .product .productViewLink {
  display: block;
}
#main-content .grid .product .cv-viewProducts {
  display: none;
}
#main-content .grid .product .productAvailMsg {
  display: none;
  font-size: 12px;
  color: #4E4E4E;
  padding: 0 0 12px 0;
}
#main-content .grid .product .productAvailMsg.gridOnly {
  display: block;
}
#main-content .grid .product .productCatalog {
  display: none;
}
#main-content .grid .product .productMFR {
  display: none;
}
#main-content .grid .product .quantity {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .grid .product .productButtonContainer {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-top: 17px;
}
.responsive #main-content .grid .product .productButtonContainer .btn {
  padding: 9px 15px;
}
@media (max-width: 960px) {
  .responsive #main-content .grid .product .productButtonContainer .btn {
    padding: 9px 10px;
  }
}
@media (max-width: 890px) {
  .responsive #main-content .grid .product .productButtonContainer .btn {
    padding: 9px 15px;
  }
}
@media (max-width: 730px) {
  .responsive #main-content .grid .product .productButtonContainer .btn {
    padding: 9px 5px;
  }
}
#main-content .grid .product .priceLabel {
  display: none;
}
#main-content .grid .product .productPrice {
  display: block;
  color: #2c9243;
}
#main-content .grid .product .productAddToList {
  display: block;
  margin: 0 8px 10px 0;
  font-weight: 700;
  font-size: 12px;
}
#main-content .grid .product .productAddToCart {
  display: block;
  width: 165px;
}
#main-content .grid .product .productAddToCart a {
  font-weight: 700;
}
#main-content .grid .product .productAddToCart .availabilityMsg a {
  font-weight: 500;
}
#main-content .grid .product .productAddToCart .btn {
  padding-left: 10px;
  padding-right: 10px;
}
#main-content .grid .product .compare-controls .btnSmall {
  margin-left: 5px;
}
#main-content .grid .product .compare-controls-wrapper-bottom {
  display: none;
}
#main-content .grid .product .compare-controls-wrapper-top {
  margin: 0;
}
#main-content .grid .product .viewChildrenLink .right .childShowPreview {
  display: none;
}
#main-content .grid .product .ppi-note {
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  font-size: 12px;
}
#main-content .grid .productDivider {
  display: none;
}
#main-content .grid .productDividerLine {
  clear: both;
  border-bottom: 1px solid #cccccc;
}
.responsive #main-content .grid .productDividerLine {
  display: none;
}
#main-content .grid .catalog-table-container {
  display: none;
}
#main-content .grid .prevPurchaseKey {
  display: none;
}
#main-content .cv-productImage {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .productDescription {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  clear: none;
  width: 160px;
  margin: 0 10px 0 10px;
  vertical-align: top;
}
@media (max-width: 730px) {
  #main-content .productDescription {
    width: 140px;
  }
}
#main-content .productDescription .grainger-choice-container {
  padding-bottom: 10px;
}
#main-content .productDescription .grainger-choice-container svg,
#main-content .productDescription .grainger-choice-container img,
#main-content .productDescription .grainger-choice-container p {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .productDescription .grainger-choice-container svg {
  width: 34px;
  height: 34px;
}
#main-content .productDescription .grainger-choice-container p {
  font-weight: 700;
  margin: 0;
}
.lt-ie9 #main-content .productDescription .grainger-choice-container svg,
.lt-ie9 #main-content .productDescription .grainger-choice-container .trademark {
  display: none;
}
#main-content .compare-controls.checkbox {
  overflow: hidden;
}
#main-content .compare-controls.checkbox input {
  margin-right: 5px;
}
#main-content .compare-controls.show-button .btn {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .compare-controls.show-button label {
  display: none;
}
#main-content .compare-controls .checkbox,
#main-content .compare-controls label {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .compare-controls label {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
  font-weight: 600;
}
.lt-ie8 #main-content .compare-controls label {
  margin-top: 2px;
  width: auto;
}
#main-content .compare-controls .btn {
  margin-left: 6px;
}
#main-content .gridView,
#main-content .listView,
#main-content .catalogView {
  font-size: 14px;
  line-height: 14px;
  display: block;
  float: left;
}
#main-content .gridView:after,
#main-content .listView:after,
#main-content .catalogView:after {
  padding: 0 5px;
  content: "|";
  color: #999999;
  font-size: 14px;
  margin: 0 3px;
}
#main-content .gridView:hover,
#main-content .listView:hover,
#main-content .catalogView:hover {
  text-decoration: none;
}
#main-content .gridView:hover .linkText,
#main-content .listView:hover .linkText,
#main-content .catalogView:hover .linkText {
  text-decoration: underline;
}
.lt-ie8 #main-content .gridView,
.lt-ie8 #main-content .listView,
.lt-ie8 #main-content .catalogView {
  padding: 3px 10px 3px 25px;
  border-right: 1px solid #999999;
  margin-right: 5px;
}
#main-content .gridView {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -809px;
  *background-position-x: 0;
}
#main-content .gridView:before {
  font-family: graingerFont;
  content: "\e903";
  font-weight: 400;
  padding: 0 3px 0 0;
  color: #666666;
  font-size: 12px;
}
#main-content .listView {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -715px;
  *background-position-x: 0;
}
#main-content .listView:before {
  font-family: graingerFont;
  content: "\e904";
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  padding: 0 3px 0 0;
  float: left;
}
#main-content .catalogView {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -6119px;
  *background-position-x: 0;
}
#main-content .catalogView:before {
  font-family: graingerFont;
  content: "\e905";
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  padding: 0 3px 0 0;
  float: left;
}
#main-content .viewChildrenLink .childTable {
  margin-bottom: 0;
}
#main-content tfoot .productTableControls {
  padding: 2px 10px 0 0;
  float: right;
}
#main-content .childTableSku {
  padding-left: 10px;
  width: 110px;
}
@media (max-width: 730px) {
  .responsive #main-content .childTableSku {
    width: 90px;
  }
}
#main-content .childTableSku > * {
  float: left;
  margin-right: 8px;
}
#main-content .childTableSku > a:last-child {
  margin-top: 1px;
}
#main-content .reg-price {
  color: #2c9243;
  font-weight: 700;
}
#main-content .quickViewMostPopularProducts {
  background: #cccccc;
  padding: 20px;
}
#main-content .viewChildrenLink .right .childShowPreview {
  background: #eeeeee;
  font-weight: 700;
  padding: 20px;
  float: right;
  text-align: left;
  width: 550px;
  padding: 10px 20px 10px 20px;
  margin: 0;
}
#main-content .viewChildrenLink .right .childShowPreview:after {
  font-family: graingerFont;
  content: "\e913";
  font-weight: 400;
  float: right;
  padding: 3px 2px 2px 2px;
}
#main-content .viewChildrenLink .right .collapse {
  height: inherit;
}
#main-content .regularPrice {
  font-weight: 700;
  color: #2c9243;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 160px;
  vertical-align: top;
}
.lt-ie8 #main-content .regularPrice {
  width: 120px;
  padding-left: 0px;
}
@media (max-width: 730px) {
  #main-content .regularPrice {
    width: 140px;
  }
}
#main-content #resultsView .priceContainer {
  float: none;
}
#main-content .productLink {
  font-weight: 700;
}
@media (max-width: 890px) {
  .responsive #main-content {
    width: 66.66666667%;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    *width: 64.66666667%;
  }
  .responsive #main-content .endeca {
    width: 100% !important;
  }
  .responsive #main-content .endeca img {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .responsive #main-content {
    width: 65%;
  }
}
@media (max-width: 890px) {
  .responsive.productview #main-content {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    float: none;
    *clear: both;
    *zoom: 1;
    *width: 98%;
    padding: 0;
  }
  .responsive.productview #main-content:after,
  .responsive.productview #main-content:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .responsive.productview #main-content:after {
    clear: both;
  }
}
.responsive.productview #main-content .pagebuilder-restyle {
  display: none;
}
.responsive.productview #main-content .pagebuilder-restyle .msg_list,
.responsive.productview #main-content .pagebuilder-restyle .msg_body {
  width: 100% !important;
}
@media (max-width: 730px) {
  .responsive.productview #main-content .pagebuilder-restyle img {
    width: 100%;
    display: none;
  }
}
#main-content .catalog-sticky-header {
  display: none;
}
#main-content .catalog {
  padding-top: 25px;
  font-family: 'RobotoCondensed', sans-serif;
}
#main-content .catalog .viewChildrenLink,
#main-content .catalog .productViewLink,
#main-content .catalog .productBrand,
#main-content .catalog .wpLongDesc,
#main-content .catalog .longDesc,
#main-content .catalog .defaultWpLongDesc,
#main-content .catalog .title,
#main-content .catalog .parent-information,
#main-content .catalog .productDescription .item-icons,
#main-content .catalog .grainger-choice-container {
  display: none;
}
#main-content .catalog .cv-title {
  display: inline;
}
#main-content .catalog .product {
  *clear: both;
  *zoom: 1;
  position: relative;
  padding-top: 50px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  font-weight: 400;
}
#main-content .catalog .product:after,
#main-content .catalog .product:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main-content .catalog .product:after {
  clear: both;
}
.lt-ie9 #main-content .catalog .product {
  font-weight: 400;
}
.lt-ie9 #main-content .catalog .product {
  font-weight: 400;
}
#main-content .catalog .product.single-item .product-info {
  display: none;
}
#main-content .catalog .product.single-item .parent-information {
  display: block;
}
#main-content .catalog .catalog-brandlist {
  display: block;
}
#main-content .catalog .catalog-brandlist .label {
  font-weight: 700;
  font-size: 14px;
}
#main-content .catalog .item-number {
  color: #10acd2;
  text-decoration: underline;
}
#main-content .catalog .catalog-WpLongDesc {
  display: block;
}
#main-content .catalog .catalog-WpLongDesc .LD {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
#main-content .catalog .catalog-WpLongDesc .label {
  font-weight: bold;
  font-size: 14px;
}
#main-content .catalog .productDescription {
  width: 510px;
  margin: 15px 20px;
}
@media (max-width: 960px) {
  .responsive #main-content .catalog .productDescription {
    width: 85%;
  }
}
#main-content .catalog .cv-productImage {
  height: 130px;
  width: 130px;
  margin-left: 10px;
  margin-top: 15px;
  overflow: hidden;
}
#main-content .catalog .cv-productImage img {
  width: 100%;
}
#main-content .catalog .productImage {
  display: none;
}
#main-content .catalog .productName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  background: #4b4b4b;
  border-bottom: 1px solid #cccccc;
  padding: 14px 10px;
  font-size: 16px;
}
#main-content .catalog .productLink {
  color: white;
}
#main-content .catalog .cv-viewProducts {
  display: block;
}
#main-content .catalog .view-all-container {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-align: right;
}
.lt-ie8 #main-content .catalog .view-all-container {
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -3960px;
  *background-position-x: 100%;
}
#main-content .catalog .view-all {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#main-content .catalog .view-all:after {
  font-family: graingerFont;
  content: "\e919";
  font-weight: 400;
  font-size: 10px;
}
#main-content .catalog .catalog-table-container {
  position: relative;
  min-height: 60px;
  margin-left: -1px;
  margin-right: -1px;
}
#main-content .catalog .catalog-table {
  font-weight: 400;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  border: 1px solid white;
  border-top: 1px solid #eee;
  border-bottom: none;
}
.lt-ie9 #main-content .catalog .catalog-table {
  font-weight: 400;
}
#main-content .catalog .catalog-table th,
#main-content .catalog .catalog-table td {
  padding: 5px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
#main-content .catalog .catalog-table th:first-child,
#main-content .catalog .catalog-table td:first-child {
  text-align: left;
}
#main-content .catalog .catalog-table th:last-child,
#main-content .catalog .catalog-table td:last-child {
  text-align: right;
}
#main-content .catalog .catalog-table .catalog-table-subheader {
  background: #eeeeee;
}
#main-content .catalog .catalog-table .catalog-table-subheader td {
  font-weight: 700;
  text-align: left;
}
#main-content .catalog .catalog-table td {
  border-bottom: 1px solid #eee;
  min-height: 22px;
  word-wrap: break-word;
}
#main-content .catalog .catalog-table th {
  font-weight: 700;
  background-color: #f9f9f9;
  border-bottom: none;
  height: 55px;
}
#main-content .catalog .catalog-table th i {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  margin: 0 0 2px 4px;
}
#main-content .catalog .catalog-table th i.DESC {
  border-width: 4px 4px 0 4px;
  border-color: #10acd2 transparent transparent transparent;
}
#main-content .catalog .catalog-table th i.ASC {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #10acd2 transparent;
}
#main-content .catalog .catalog-table tr {
  border: none;
}
#main-content .catalog .catalog-table tr.catalog-table-row:hover td,
#main-content .catalog .catalog-table tr.catalog-table-row.active td {
  background-color: #4a80ae;
  cursor: pointer;
  color: #fff;
}
#main-content .catalog .catalog-table tr.catalog-table-row:hover td *,
#main-content .catalog .catalog-table tr.catalog-table-row.active td * {
  color: #fff;
}
#main-content .catalog .catalog-table tr.prevPurchased,
#main-content .catalog .catalog-table tr.hasPPI {
  border-left: 3px solid #00bff3;
}
#main-content .catalog .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/63/img/spinner_searchCatProd.gif') no-repeat center center #fff;
  top: 0;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.lt-ie8 #main-content .catalog .loader {
  zoom: 1;
}
#main-content .catalog .price {
  font-weight: 700;
  color: #2c9243;
  margin-bottom: 2px;
}
#main-content .catalog .price.sale,
#main-content .catalog .price.clearance {
  color: #ad3333;
}
#main-content .catalog .per-text {
  font-size: 11px;
}
#main-content .catalog .per-text.sale,
#main-content .catalog .per-text.clearance {
  color: #ad3333;
}
#main-content .catalog .catalog-sticky-header {
  position: fixed;
  width: 710px;
  z-index: 5;
  top: 0;
  background: white;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
}
#main-content .catalog .catalog-sticky-header.display-header {
  display: block;
}
#main-content .catalog .catalog-sticky-header.display-table-header .catalog-table {
  display: table;
  margin-top: -1px;
}
.lt-ie8 #main-content .catalog .catalog-sticky-header.display-table-header .catalog-table {
  display: block;
}
#main-content .catalog .catalog-sticky-header .catalog-table {
  display: none;
}
#main-content .catalog .catalog-sticky-header .title {
  background: #4b4b4b;
  padding: 14px 10px;
  font-size: 16px;
  display: block;
}
#main-content .catalog .priceTooltip .tooltip {
  min-width: 215px;
  text-align: left;
}
#main-content .catalog .priceTooltip .tooltip .price {
  text-align: right;
}
#main-content .catalog .priceTooltip .tooltip .productIcons,
#main-content .catalog .priceTooltip .tooltip img {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  float: right;
}
#main-content .catalog .prevPurchaseContainer {
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  border-bottom: solid 1px #eee;
}
#main-content .catalog .prevPurchaseKey {
  font-weight: 400;
  float: right;
  font-size: 12px;
  color: #fff;
}
#main-content .catalog .prevPurchaseSquare {
  width: 10px;
  height: 10px;
  background: #00bff3;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.pagebuilder-restyle {
  overflow: hidden;
}
#main-content .pagebuilder-restyle h3 {
  clear: both;
  max-width: 560px;
}
#main-content .pagebuilder-restyle .shop-category-item:first-child {
  border-left: none;
}
#main-content .pagebuilder-restyle table {
  margin: 0;
  padding: 0;
}
#main-content .pagebuilder-restyle table tr {
  background: #d8d8d8;
}
#main-content .pagebuilder-restyle table tr td {
  padding: 0;
  background: white;
}
#main-content .pagebuilder-restyle table .endeca + h3 {
  padding-top: 20px;
  border-top: 3px solid #d8d8d8;
}
#main-content .pagebuilder-restyle table .endeca + h3 + .shop-category-item {
  border-left: none;
}
#main-content .pagebuilder-restyle .shop-category-line {
  display: block;
  clear: both;
  border-top: thin solid #ccc;
}
#main-content .pagebuilder-restyle .shop-category-line + .shop-category-item {
  border-left: none;
}
.responsive #main-content .pagebuilder-restyle .shop-category-line {
  display: none;
}
.category-wrapper label {
  color: #10acd2;
  font-size: 14px;
  width: 175px;
}
.category-wrapper label:hover {
  cursor: pointer;
  color: #10acd2;
}
.category-wrapper label span {
  color: #cccccc;
  font-weight: 500;
}
.lt-ie8 .category-wrapper label {
  width: 170px;
}
.category-wrapper label,
.category-wrapper input {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
/* Responsive styles */
body.hideFilterOverflow {
  overflow-x: hidden;
}
.responsive #body {
  position: relative;
}
@media (max-width: 890px) {
  .responsive #header-breadcrumb-container h1 {
    margin-left: 10px;
  }
  .responsive #header-breadcrumb-container #user-actions {
    float: none;
    position: absolute;
    right: 10px;
    margin-top: 7px;
  }
  .responsive #header-breadcrumb-container #breadcrumbs {
    max-width: 650px;
    margin-left: 10px;
  }
}
.responsive #searchFilterBreadBox {
  display: none;
  border-top: solid 1px #AAA;
  border-left: solid 1px 0;
  border-right: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  position: relative;
  z-index: 7;
}
@media (max-width: 890px) {
  .responsive #searchFilterBreadBox {
    display: block;
  }
}
.responsive #searchFilterBreadBox.fixedBreadbox {
  position: fixed;
  top: 0px;
}
.responsive #searchFilterBreadBox .results-filter-search ul,
.responsive #searchFilterBreadBox .results-filter-search li,
.responsive #searchFilterBreadBox .results-filter-search,
.responsive #searchFilterBreadBox .clearAllTerms {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  float: right;
}
@media (max-width: 890px) {
  .responsive #searchFilterBreadBox .results-filter-search ul {
    margin-right: 5px;
  }
}
.responsive #searchFilterBreadBox .results-filter-search li .deleteIcon:after {
  font-family: graingerFont;
  content: "\e907";
  font-weight: 400;
  color: #333333;
  font-size: 10px;
  margin-left: 3px;
  float: right;
  font-weight: normal;
}
@media (max-width: 890px) {
  .responsive #searchFilterBreadBox .results-filter-search li {
    margin-left: 5px;
  }
}
.responsive #searchFilterBreadBox .clearAllTerms {
  margin-left: 7px;
}
.responsive #filterToggleLink {
  float: left;
  color: #04447E;
  font-size: 11px;
  cursor: pointer;
  line-height: 34px;
  position: relative;
  left: 170px;
}
.responsive #appliedFilters {
  float: left;
  position: relative;
  left: 160px;
  line-height: 34px;
  font-size: 11px;
}
.responsive.productview.eproFiltersActive #eheader,
.responsive.productview.eproFiltersActive #body,
.responsive.productview.eproFiltersActive #footer {
  left: 220px;
}
@media (max-width: 960px) {
  .responsive .BVFieldText,
  .responsive .BVFieldTextArea {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .responsive .BVMEPopinTip {
    top: 15px;
  }
}
@media (max-width: 960px) {
  .responsive .ProductSpotlight,
  .responsive .endecaBannerImg {
    display: none;
  }
}
#filterToggleButton {
  display: none;
  left: -160px;
  position: absolute;
  cursor: pointer;
  padding: 0px;
  z-index: 8;
  height: 34px;
  width: 145px;
  border-top: solid 1px #AAA;
  border-left: solid 1px 0;
  border-right: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 890px) {
  #filterToggleButton {
    display: block;
  }
}
#filterToggleButton #filterToggleText {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  padding-left: 5px;
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
#filterToggleButton #filterToggleText:after {
  padding-left: 15px;
  font-family: graingerFont;
  content: "\e919";
  font-weight: 400;
}
#filterToggleButton.filtersShown {
  z-index: 20;
  width: 165px;
  color: #333333;
  /* Styles below follow the Primary, Non-Commerce Button Convention */
  background-color: #dddddd;
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 50%, #dddddd 51%, #dddddd 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #e5e5e5), color-stop(51%, #dddddd), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 50%, #dddddd 51%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e5e5e5 50%, #dddddd 51%, #dddddd 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #e5e5e5 0%, #e5e5e5 50%, #dddddd 51%, #dddddd 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 50%, #dddddd 51%, #dddddd 100%);
  /* W3C */
}
#filterToggleButton.filtersShown #filterToggleText {
  color: #333333;
}
#filterToggleButton.filtersShown #filterToggleText:after {
  padding-left: 25px;
  font-family: graingerFont;
  content: "\e918";
  font-weight: 400;
  color: #333333;
}
#filterToggleButton.filtersShown #filterToggleText:hover {
  /* Styles below follow the Primary, Non-Commerce Button Convention */
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 50%, #d6d6d6 51%, #d6d6d6 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #e0e0e0), color-stop(51%, #d6d6d6), color-stop(100%, #d6d6d6));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #e0e0e0 50%, #d6d6d6 51%, #d6d6d6 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #e0e0e0 0%, #e0e0e0 50%, #d6d6d6 51%, #d6d6d6 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #e0e0e0 0%, #e0e0e0 50%, #d6d6d6 51%, #d6d6d6 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 50%, #d6d6d6 51%, #d6d6d6 100%);
  /* W3C */
}
#filterToggleButton.fixedButton {
  position: fixed;
  top: 0px;
}
#searchFilterMask {
  display: none;
  width: 0;
  background-color: #000;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  position: absolute;
  z-index: 15;
  height: 100%;
  right: 0;
  border-top: solid 1px 0;
  border-left: solid 1px #FFF;
  border-right: solid 1px 0;
  border-bottom: solid 1px 0;
}
.lt-ie8 #searchFilterMask {
  zoom: 1;
}
#searchFilterMask.filterMaskActive {
  width: 100%;
  display: block;
  left: 220px;
}
.cartridge-content {
  margin: 30px 0;
}
.cartridge-content .alt-terms {
  margin-top: -10px;
}
.cartridge-content .alt-terms li {
  margin-top: 18px;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.cartridge-content .alt-terms li a {
  margin-right: 5px;
}
.catalog-table-product {
  display: none;
}
.catalog-table-product td {
  padding: 0 25px 25px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #eee;
}
.catalog-table-product .loading {
  float: left;
}
.catalog-table-product .catalog-table-product-heading {
  border-bottom: 1px solid #eee;
  *clear: both;
  *zoom: 1;
}
.catalog-table-product .catalog-table-product-heading:after,
.catalog-table-product .catalog-table-product-heading:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.catalog-table-product .catalog-table-product-heading:after {
  clear: both;
}
.catalog-table-product .catalog-table-product-heading h3 {
  float: left;
  text-align: left;
  width: 90%;
  margin: 10px 5px 15px 0;
}
.catalog-table-product .catalog-table-product-heading h3 span {
  color: #cccccc;
  font-weight: normal;
  font-size: 12px;
}
.catalog-table-product .catalog-table-product-heading a.close {
  float: right;
  line-height: 34px;
  font-size: 12px;
}
.catalog-table-product .catalog-table-product-body {
  *clear: both;
  *zoom: 1;
  padding: 10px;
}
.catalog-table-product .catalog-table-product-body:after,
.catalog-table-product .catalog-table-product-body:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.catalog-table-product .catalog-table-product-body:after {
  clear: both;
}
.catalog-table-product .catalog-table-product-body > div {
  text-align: left;
  float: left;
  width: 35%;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-body-image {
  width: 20%;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-actions .priceLabel {
  display: inline;
  font-size: 12px;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-information {
  border-left: 1px solid #eee;
  padding-left: 10px;
  position: relative;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-information > p {
  margin-bottom: 0px;
  color: #666;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-information > p strong {
  color: #333;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-information > p a strong {
  color: #10acd2;
}
.catalog-table-product .catalog-table-product-body > div.catalog-table-product-information > a {
  display: block;
  font-weight: 700;
  margin: 5px 0 0 0;
}
.catalog-table-product .catalog-table-product-body .quantity,
.catalog-table-product .catalog-table-product-body .zip {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.catalog-table-product .catalog-table-product-body .quantity input,
.catalog-table-product .catalog-table-product-body .zip input {
  margin-bottom: 0;
  margin-right: 10px;
}
.catalog-table-product .catalog-table-product-body .compare-controls-wrapper {
  margin-top: 16px;
  margin-left: 85px;
}
.catalog-table-product .catalog-table-product-body .quickviewAvailability {
  margin-top: 10px;
}
.catalog-table-product .catalog-table-product-body .quickviewAvailability h6 {
  margin-bottom: 0px;
}
.catalog-table-product .catalog-table-product-body .quickviewAvailability .availabilityMessage {
  margin: 5px 0;
}
.catalog-table-product .catalog-table-product-body .quickviewAvailability .btn {
  margin-top: 5px;
}
.catalog-table-product .catalog-table-product-body .add-to-list {
  display: block;
  float: left;
  margin: 15px 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.catalog-table-product .catalog-table-product-body .add-to-list-disabled {
  display: block;
  float: left;
  margin: 15px 0 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #a2a3a3;
}
.catalog-table-product .catalog-table-product-body .item-icons {
  margin: 10px 0;
}
.catalog-table-product .catalog-table-product-body .rtaDeliverySelector {
  border-bottom: none;
}
.catalog-table-product .priceContainer {
  margin-bottom: 10px;
}
.catalog-table-product .styledSelect {
  margin-bottom: 10px;
}
.catalog-table-product .emptyDropDownAlert,
.catalog-table-product .emptyInputAlert {
  display: none;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
/* Child table overwrites specific to the product page */
.lt-ie8 .child-table .childProductImage {
  width: 20%;
}
.lt-ie8 .child-table .childProductInfoWrp {
  width: 40%;
}
.compare-controls .btn {
  display: none;
}
#top-filter-container {
  margin-bottom: 10px;
  padding-bottom: 21px;
  font-family: "RobotoCondensed";
  min-height: 175px;
  background-color: #ffeeb2;
  border: 1px solid #eedb99;
}
#top-filter-container img {
  float: left;
  margin-left: 21px;
  margin-top: 21px;
}
#top-filter-container h2 {
  margin-top: 21px;
  font-weight: 700;
  font-size: 20px;
  color: #363636;
}
#top-filter-container #top-filter-content.no-img {
  margin-left: 21px;
}
#top-filter-container #top-filter-content.img-exist {
  margin-left: 182px;
}
#top-filter-container .filter-item {
  display: inline-block;
  margin-top: 12px;
}
.lt-ie8 #top-filter-container .filter-item {
  zoom: 1;
  display: inline;
}
#top-filter-container .filter-item #filter-attr1,
#top-filter-container .filter-item #filter-attr2 {
  width: 224px;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 400;
  font-size: 15px;
  color: #434343;
}
#top-filter-container .filter-item .drop-select-ta-target:after {
  border: 1px solid #333;
  border-left: none;
  background: #ffeeb2;
}
#top-filter-container .filter-item .drop-select-ta-target .top-filter-selection {
  font-size: 14px;
  font-weight: 700;
  color: #434343;
  width: 224px;
  height: 36px;
  background-color: #ffeeb3;
  border: 1px solid #333;
}
.lt-ie8 #top-filter-container .filter-item .drop-select-ta-target .top-filter-selection {
  height: 20px;
}
#top-filter-container .filter-item .drop-select-ta {
  background-color: #fff9e3;
  border: 1px solid #333;
  border-top: none;
}
.lt-ie8 #top-filter-container .filter-item .drop-select-ta {
  width: 243px;
}
#top-filter-container .filter-item .drop-select-ta ul {
  max-height: 150px;
  overflow: scroll;
  overflow-y: scroll;
}
#top-filter-container .filter-item .drop-select-ta li.active {
  background: #434343;
  color: #ffeeb3;
}
#top-filter-container .filter-item .drop-select-ta li[data-disabled="true"] {
  color: #ababab;
}
#top-filter-container .filter-item .drop-select-ta li[data-disabled="true"]:hover {
  background-color: transparent;
}
#top-filter-container .filter-item .drop-select-ta .drop-select-input {
  font-weight: 400;
  font-size: 13px;
  color: #9ea7b3;
}
