/*
 =======================================================================
 McFadyen Master LESS File
 Author: Mcfadyen Consulting Solution
 
 This is a LESS implementation for compiling .less files to .css
 =======================================================================
*/
/* Core variables and mixins */
/* Typography */
/* colors*/
/* color for text */
/* color for links */
/* color for breadcrumb links */
/* color for border */
/* color for buttons */
/* color for background */
/* APC variables and mixins */
/* ******************** Globals ******************** */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #626469;
  line-height: 1.42857143;
}
/* ******************** Reset the container ******************** */
.container {
  width: 1024px !important;
  max-width: none !important;
}
/* ******************** common classes ******************** */
a {
  color: #336699;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #336699;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}
h1.page-header {
  color: #4fa600;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
h1.page-header .loginlink {
  padding-left: 30px;
  font-size: 16px;
  color: #626469;
}
h2.page-sub-header {
  color: #4fa600;
  font-size: 18px;
  margin: 0 0 20px 0;
}
h3.section-header {
  color: #4fa600;
  font-size: 16px;
  margin: 10px 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #87d300 0%, #4fa600 100%);
  background-image: -o-linear-gradient(top, #87d300 0%, #4fa600 100%);
  background-image: linear-gradient(to bottom, #87d300 0%, #4fa600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87d300', endColorstr='#ff4fa600', GradientType=0);
  background-color: #87d300;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-image: -webkit-linear-gradient(top, #4fa600 0%, #87d300 100%);
  background-image: -o-linear-gradient(top, #4fa600 0%, #87d300 100%);
  background-image: linear-gradient(to bottom, #4fa600 0%, #87d300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4fa600', endColorstr='#ff87d300', GradientType=0);
  background-color: #87d300;
  border-color: transparent;
  outline: none;
}
.btn-primary[disabled] {
  background-image: none;
  background-color: #eaeaea;
  border-color: transparent;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:active:focus {
  background-image: none;
  background-color: #eaeaea;
  border-color: transparent;
  outline: none;
}
.btn-nogrd-green {
  background-color: #00962d;
  border-color: transparent;
  color: #ffffff;
}
.btn-nogrd-green:hover,
.btn-nogrd-green:focus,
.btn-nogrd-green:active,
.btn-nogrd-green:active:focus {
  border-color: transparent;
  color: #ffffff;
  outline: none;
}
.btn-nogrd-green[disabled] {
  background-color: #eaeaea;
}
a[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
form.form-horizontal .control-label {
  text-align: left;
}
form hr {
  border-color: #cccccc;
}
form span.required {
  color: #a94442;
  font-size: 18px;
  line-height: 18px;
  /*
    position: absolute;
    right: 0;
    top: 0px;
    */
}
form .form-control:focus {
  border-color: #555555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
}
form .form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form input[type="checkbox"].error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form .button-group button,
form .button-group input {
  margin-left: 20px;
}
form .button-group a {
  margin-top: 10px;
}
form .button-group a.btn-default {
  margin-top: 0;
}
span.required {
  color: #a94442;
  font-size: 18px;
  font-weight: bold;
}
ul.error-tooltip {
  background-color: #f2dede;
  color: #a94442;
  border-radius: 5px;
  top: 10px;
  position: relative;
  width: 90%;
  list-style: none;
  padding: 5px 10px;
  /* padding: 8px 3px 9px 23px; */
  /* background-position: 0.2em 0.2em;*/
  line-height: 1.65;
}
ul.error-tooltip:before {
  border-bottom: 8px solid #f2dede;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: "";
  left: 10%;
  position: absolute;
}
div.error-panel ul.error-tooltip {
  top: 0;
}
div.error-panel ul.error-tooltip:before {
  content: none;
}
div.error-panel ul.error-tooltip:after {
  border-top: 8px solid #f2dede;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  content: "";
  left: 10%;
  position: absolute;
}
div#notice-panel p,
div#info-panel p {
  margin-bottom: 0;
}
div#notice-panel button.close,
div#info-panel button.close {
  position: relative;
  top: -2px;
  outline: none;
}
div#notice-panel a,
div#info-panel a {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
div#notice-panel > div.ui-error-panel,
div#info-panel > div.ui-error-panel {
  display: none;
}
div#notice-panel > div.ui-error-panel,
div#info-panel > div.ui-error-panel,
div#notice-panel > div.server-error-panel,
div#info-panel > div.server-error-panel,
div#notice-panel > div.server-success-panel,
div#info-panel > div.server-success-panel,
div#notice-panel > div.info-panel,
div#info-panel > div.info-panel {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  color: #a94442;
  margin-bottom: 20px;
  padding: 15px 15px 15px 30px;
  position: relative;
}
div#notice-panel > div.ui-error-panel span.glyphicon,
div#info-panel > div.ui-error-panel span.glyphicon,
div#notice-panel > div.server-error-panel span.glyphicon,
div#info-panel > div.server-error-panel span.glyphicon,
div#notice-panel > div.server-success-panel span.glyphicon,
div#info-panel > div.server-success-panel span.glyphicon,
div#notice-panel > div.info-panel span.glyphicon,
div#info-panel > div.info-panel span.glyphicon {
  position: absolute;
  left: 10px;
  top: 17px;
}
div#notice-panel > div.server-success-panel,
div#info-panel > div.server-success-panel {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
div#notice-panel > div.info-panel,
div#info-panel > div.info-panel {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}
.capitalize {
  text-transform: uppercase;
}
/* center align image vertically and horizontally */
.previews .apc-thumbnail-100 img,
.previews .apc-thumbnail-64 img {
  display: inline-block;
  height: auto;
  /* margin: 0 auto; */
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.apc-thumbnail-100,
.apc-thumbnail-64 {
  display: block;
  font: 0/0 a;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  /* aligns image horizontally */
  width: 100px;
  /* create a full-height inline block pseudo=element */
}
.apc-thumbnail-100:before,
.apc-thumbnail-64:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /* vertical alignment of the inline element */
}
.apc-thumbnail-100 img,
.apc-thumbnail-64 img {
  display: inline-block;
  height: auto;
  /*margin: 0 auto;*/
  max-width: 100%;
  max-height: 100%;
}
.apc-thumbnail-64 {
  height: 64px;
  width: 64px;
}
img.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.product img.img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*
 * stack order: SE Menu: 1500
 * stack order: MF header: block-page-cart (1001) -> mini-cart (1002) -> view-cart (1003)
 * stack order: SE header: block-page-cart (3001) -> mini-cart (3002) -> view-cart (3003)
 * stack order: AJAX Loader: block-page (3001) -> ajax-loader (3002)
 */
div#block-page {
  background: #ffffff;
  display: none;
  left: 0;
  position: fixed;
  opacity: 0.9;
  filter: alpha(opacity=90);
  top: 0;
  z-index: 3001;
}
div#block-page.show-onload {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
}
div#ajax-loader {
  display: none;
  left: 35%;
  position: fixed;
  text-align: center;
  top: 45%;
  width: 30%;
  z-index: 3002;
}
div#ajax-loader.show-onload {
  display: block;
}
div#ajax-loader div.message {
  font-size: 20px;
  font-weight: bold;
}
.overflow-hidden {
  overflow: hidden;
}
.tooltip-inner {
  text-align: left;
  width: 200px;
}
.utilities span {
  cursor: pointer;
  margin-left: 20px;
}
.utilities span i {
  color: #4fa600;
}
.utilities span a {
  color: #626469;
  text-decoration: none;
}
/* ******************** Utility ******************** */
.hide {
  display: none;
}
.line-strike {
  text-decoration: line-through;
}
.price,
.price-active,
.total-price {
  font-weight: bold;
}
.pR0 {
  padding-right: 0;
}
.pT5 {
  padding-top: 5px;
}
.pT10 {
  padding-top: 10px;
}
.mB20 {
  margin-bottom: 20px;
}
.mL10 {
  margin-left: 10px;
}
.mT20 {
  margin-top: 20px;
}
.mR10 {
  margin-right: 10px;
}
.alert-text {
  color: #e03007;
}
.apc-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.vat-text {
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
  display: inline-block;
}
.pos-static {
  position: static;
}
.break-word {
  word-break: break-all;
  display: inline-block;
}
.word-wrap {
  word-wrap: break-word;
}
.apc-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apc-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* ******************** Content Area, Panels ******************** */
div#content-area div.content-panel {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
div#content-area div.content-panel h3.section-header {
  color: #4fa600;
}
div#content-area div.content-panel input[type="checkbox"],
div#content-area div.content-panel input[type="radio"] {
  margin-top: 1px;
}
div#content-area div.content-panel .phone-format,
div#content-area div.content-panel .zip-format {
  white-space: nowrap;
}
.modal-body.loading {
  background: #ffffff url(../images/ajax-loader-small.gif) no-repeat center center;
}
/* ******************** Tables ******************** */
table.apc-table-border {
  border: 1px solid #cccccc;
}
table.apc-table {
  border: 1px solid #cccccc;
  /*
  border-collapse: separate;
  border-spacing: 1px;
  */
}
table.apc-table > thead > tr > th {
  border-bottom: 0;
}
table.apc-table thead th,
table.apc-table tbody td {
  line-height: 2;
  padding: 5px;
}
table.apc-table thead th:last-child,
table.apc-table tbody td:last-child {
  border-right: 0;
}
table.apc-table thead th {
  background: #4fa600;
  color: #ffffff;
}
table.apc-table thead th a {
  color: #ffffff;
}
table.apc-table thead th:not(.sorted) span.glyphicon {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
table.apc-table thead tr.sub-header th {
  background: #a1a1a1;
  border-top: none;
}
table.apc-table tbody tr:nth-child(odd) td {
  background: #fefefe;
}
table.apc-table tbody tr:nth-child(even) td {
  background: #ebf2fa;
}

.old-table tbody tr:nth-child(even) td {
  background: #f4f4f4 !important;
}
.old-table tbody tr:nth-child(even) td.blank-row {
  background: #ffffff !important;
}
table.apc-table tbody tr td {
  border-top: 0;
}
table.apc-table tbody tr td.sorted {
  background: #cacbcd;
  color: #ffffff;
}
table.apc-table tbody td.mylist-icon .alert-text {
  display: block;
}
table.apc-table tbody td.mylist-icon .remove,
table.apc-table tbody td.mylist-icon .email {
  display: block;
  padding: 0 0 0 0;
  position: relative;
}
table.apc-table tbody td.mylist-icon .remove span,
table.apc-table tbody td.mylist-icon .email span {
  position: absolute;
  left: 0;
  top: 6px;
}
table.apc-table tbody td.mylist-icon .remove a,
table.apc-table tbody td.mylist-icon .email a {
  padding-left: 18px;
}
.table-whiteBg {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.table-whiteBg th {
  background-color: #eaeaea;
}
/* ******************** pagination ******************** */
.pagination-title {
  float: left;
  padding-top: 10px;
}
.pagination {
  margin: 0;
}
.pagination li {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  position: relative;
}
.pagination li.previous:after,
.pagination li.next:after,
.pagination li.last:after {
  content: none;
}
.pagination li:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 10px;
}
.pagination li:last-child:after,
.pagination li.active:after {
  display: none;
}
.pagination li a {
  background-color: transparent;
  border: none;
  padding: 6px 9px;
}
.pagination li a:hover,
.pagination li a.active {
  background: #87d300;
  border-radius: 10px;
  color: #ffffff;
}
.pagination li a:focus {
  background: none;
  color: #336699;
}
.pagination li a[aria-label] {
  background: transparent;
}
.pagination li a[aria-label]:hover {
  color: #336699;
}
.pagination li span.active {
  border: none;
  background-color: #87d300;
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 9px;
}
/* ******************** tabs ******************** */
.apc-tabs.nav-tabs {
  border-bottom: 3px solid #00962d;
}
.apc-tabs.nav-tabs > li {
  margin-bottom: 0;
}
.apc-tabs.nav-tabs > li > a {
  border-radius: 0;
  background: #eaeaea;
  color: #626469;
  /* CR: IEP-2810
        &:hover {
          border-color: @apc-green-dark;
          background: @apc-green-dark;
          color: @white;
        }
        */
}
.apc-tabs.nav-tabs > li.active > a,
.apc-tabs.nav-tabs > li.active > a:hover,
.apc-tabs.nav-tabs > li.active > a:focus {
  border-color: #00962d #00962d transparent;
  border-style: solid;
  border-width: 1px;
  background: #00962d;
  color: #ffffff;
}
.apc-tabs + .tab-content {
  padding-top: 20px;
}
.nav-tabs h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: inherit;
}
.calltoAction {
  padding: 8px;
  border: 2px solid #336699;
  color: #ffffff;
  background-color: #9fc1e3;
  text-align: center;
  margin-bottom: 10px;
}
table .calltoAction {
  line-height: normal;
  padding: 3px;
}
/* ******************** global chat call to action button ******************** */
button.liveagentbutton {
  width: auto;
}
button.liveagentbutton span {
  display: block;
  float: right;
  padding-left: 5px;
}
button.liveagentbutton-online {
 
    background:#00962d;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width:230px;
}
.liveagentbutton-offline {
 
    background:#aeafb2;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 10px 0;
    width:225px;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.sale-support {
  background: #626469;
  cursor: default;
  white-space: normal;
}
.sale-support.disabled {
  background: #f4f4f4;
  color: #626262;
}
.banner .sale-support.disabled {
  width: 100%;
  padding: 10px;
  float: right;
}
.sale-support.online {
  background: #87d300;
  cursor: pointer;
  color: #ffffff;
}
#right-navigation .sale-support {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 5px;
}
th.th-capacity {
  text-transform: uppercase;
}
#content-area hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  height: 0;
}
/* ******************** Global Header ******************** */
header#global-header {
  margin-top: 5px;
  font-size: 10px;
}
header#global-header a {
  color: #636469;
  text-decoration: none;
}
header#global-header a.schneider-logo {
  background: url('../images/logo.gif');
  float: left;
  height: 53px;
  margin: 0 0 4px;
  padding: 10px 15px 0 0;
  text-indent: -9999px;
  width: 115px;
}
header#global-header .header-country {
  float: left;
  padding: 4px;
}
header#global-header .header-country span {
  color: #4fa600;
  font-weight: bold;
  padding: 0 5px 0 10px;
}
header#global-header .header-links span,
header#global-header .header-links #cart-count {
  color: #4fa600;
}
header#global-header .header-links ul {
  clear: both;
  height: 30px;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
header#global-header .header-links ul li {
  display: block;
  float: left;
  margin-left: 5px;
  position: relative;
  margin-top: 5px;
  /* IE8 does not support :last-child, hence adding .last-child class */
}
header#global-header .header-links ul li a {
  border-right: 1px solid #cccccc;
  display: block;
  padding: 0 9px 0 10px;
}
header#global-header .header-links ul li.last-child a {
  border-right: none;
}
header#global-header .header-links ul li:last-child a {
  border-right: none;
}
header#global-header .header-links .login-name {
  display: inline-block;
}
header#global-header .global-search {
  margin-right: 1px;
  text-align: right;
}
header#global-header .global-search .form-control {
  height: 24px;
  padding: 3px 10px;
}
header#global-header .global-search button {
  color: #4fa600;
  background: none;
  border: none;
  padding: 0;
}
header#global-header .change-site .top-bar {
  border: 1px solid #cccccc;
  height: 30px;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#eaeaea, #fcfcfc 50%, #eaeaea);
  background-image: -o-linear-gradient(#eaeaea, #fcfcfc 50%, #eaeaea);
  background-image: linear-gradient(#eaeaea, #fcfcfc 50%, #eaeaea);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffeaeaea', GradientType=0);
}
header#global-header .change-site div.mid-bar {
  background: url('../images/background_greybar.gif') repeat-x top left;
}
header#global-header .change-site div.heading,
header#global-header .change-site div.angleimage {
  float: left;
}
header#global-header .change-site div.heading {
  background: #9c9e9c url('../images/background_greybar.gif') repeat-x left bottom;
  height: 27px;
  width: 25%;
}
header#global-header .change-site div.angleimage {
  background: url('../images/angledborder.gif') no-repeat top left;
  height: 27px;
  width: 20px;
}
header#global-header .change-site h1 {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
/* ******************** SE : Global Header : Start ******************** */
/* ************** header_apc.css : start ************** */
/* Links and search */
/* MF
#header a.logo {
  background: transparent url('../images/logo.gif') no-repeat top left;
  float: left;
  margin: 0 0 4px;
  border: 0 none;
  height: 53px;
  width: 115px;
}

#header-country {
  float:left;
  padding:4px;
}

#header-country img {
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 18px;
  height: 11px;
}

#header-country span {
  font-weight: bold;
  color: #4FA600;
}
*/
#header-country a {
  font-size: 0.9em;
  text-decoration: none;
  color: #636469;
}
#header-right {
  float: right;
  margin-top: 4px;
  text-align: right;
  line-height: normal;
}
#header-right a {
  margin-left: 6px;
  border-left: 1px solid #ccc;
  padding-left: 7px;
  _height: 0;
  text-decoration: none;
}
#header-right a:hover {
  text-decoration: underline;
  color: #369;
}
#header-right a.first,
#header-right a:first-child {
  margin: 0;
  padding: 0;
  border-left: none;
}
#header-right form {
  margin-bottom: 8px;
}
#header-right #profile {
  border-top: 1px solid #ccc;
  padding: 6px;
  margin-top: 6px;
}
/*
#header-cart {
  background: transparent url('../images/cart.gif') no-repeat right center;
  padding-right: 24px;
}
*/
/* ************** header_apc.css : end ************** */
/* ************** header.css : start ************** */
/************** MODIFICATION HISTORY ******************/
/* Ankit Vijaywargiya 07/18/2014  Increase the size of the 'Sign In' button on Your Business Page [RI-256, APCRI-92] */
/* This file contains universal style for the header. */
/* IE 6 specific styles are in header_ie6.css*/
/* IE 7+ specific styles are in header_ie7+.css*/
/* header links,logo,etc*/
#header {
  margin-top: 5px;
  border-bottom: 3px solid #4fa600;
}
#header a.logo {
  float: left;
  margin: 0 0 4px;
  border: 0 none;
  height: 53px;
  width: 115px;
  padding-right: 15px;
  padding-top: 10px;
}
#header-country {
  float: left;
  padding: 4px;
}
#header-country img {
  vertical-align: middle;
  width: 18px;
  height: 11px;
}
#header-country span {
  font-weight: bold;
  color: #4FA600;
}
#header-country a {
  color: #636469;
  text-decoration: none;
}
#header-right a,
#header-right a:hover {
  outline: none;
  color: #636469;
}
#header-right a:hover {
  text-decoration: none;
}
#header-links {
  font-size: 0.9em;
  margin-bottom: 7px;
}
/*
#header-cart {
  padding: 0 0 0 15px !important;
  display:inline;
  background-position: 10px center;
  background-image: url('../images/cart_se.jpg');
}
*/
.header-social-media {
  width: 19px;
  height: 20px !important;
  margin: 2px 3px 0 2.5px !important;
  padding: 0 !important;
  border: none !important;
  float: right;
}
.social-media-button-container {
  margin-top: 2px;
  float: right;
  width: 123px;
  height: 19px;
  background-repeat: no-repeat;
}
#youtube_link {
  background-repeat: no-repeat;
}
#setv_link {
  background-repeat: no-repeat;
}
#linkedin_link {
  background-repeat: no-repeat;
}
#twitter_link {
  background-repeat: no-repeat;
}
#facebook_link {
  background-repeat: no-repeat;
}
#kaixin_link {
  background-repeat: no-repeat;
}
#weibo_link {
  background-repeat: no-repeat;
}
a.image_link {
  border: none;
}
a.image_link img {
  border: none;
}
.header-cart-text {
  padding-left: 15px;
}
#header-right-search-input {
  border: 1px solid #b2b2b4;
  padding-top: 2px;
  margin-right: 7px;
  height: 20px;
  width: 255px;
}
#header-right-search-button {
  text-indent: -9999px;
  /* sends the text off-screen */
  white-space: nowrap;
  /* because only the first line is indented */
  background: transparent url('../images/input_arrow.gif') no-repeat;
  border: none;
  height: 19px;
  width: 19px;
}
.welcome_text {
  padding-right: 30px;
}
/* header menus Tabs*/
.header_menu {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 3000;
}
.menu_panel_content_wrapper {
  float: left;
}
.menu_panel {
  position: absolute;
  border-top: 10px solid #87D300;
  width: 100%;
  z-index: 1000;
  display: none;
}
.tab_content {
  display: none;
}
#se_header {
  padding-bottom: 1px;
  text-align: left;
  width: 100%;
  position: relative;
  height: 36px;
  z-index: 1000;
}
#menu_content {
  background: #f4f4f4;
  position: relative;
  z-index: 3000;
  height: 100%;
}
#menu_bottom {
  background: #f4f4f4;
  position: relative;
  z-index: 1000;
}
#menu_panel_content {
  float: right;
  width: 100%;
  z-index: 350;
}
.menu_panel_leftBorder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background-image: url('../images/side_left.gif');
  background-repeat: repeat-y;
  background-position: -4 0;
}
.menu_panel_middleContent {
  padding: 0 10px 10px 10px;
}
.menu_panel_middleContent ul.sereply li {
  background: url("/products/resource/images/green_bullet_greybck.jpg") no-repeat scroll 0 5px transparent;
  padding: 0 10px;
}
.menu_panel_rightBorder {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background-image: url('../images/side_right.gif');
  background-repeat: repeat-y;
}
.menu_panel_leftCorner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background-image: url('../images/bottom_left.gif');
  background-repeat: no-repeat;
  background-position: -4 -1;
}
.menu_panel_rightCorner {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url('../images/bottom_right.gif');
  background-repeat: no-repeat;
  background-position: 0 -1;
}
.menu_panel_middleBorder {
  background-image: url("../images/bottom_mid.gif");
  background-position: 0 -1px;
  background-repeat: repeat-x;
  margin: 0 10px 10px;
  padding: 10px 0 0;
}
.menu_company_icon_container {
  float: left;
  width: 128px;
  height: 100px;
  background-image: url("../images/header_icon_comp_icon.jpg");
  background-position: 5px 18px;
  background-repeat: no-repeat;
  border-right: 1px solid #EBE9E9;
  margin: 0;
}
.menu_company_link_container {
  padding-left: 10px;
  float: left;
  width: 130px;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
  margin-top: 4px;
  vertical-align: top;
}
.menu_products_container {
  width: 200px;
  float: left;
  height: 330px;
}
.menu_products_column_heading {
  font-size: 15px;
  color: #336699;
  width: 190px;
}
.menu_products_section_title {
  padding: 3px 0 3px 3px;
  color: #4FA600;
  font-size: 22px;
}
.menu_service_container {
  padding-left: 15px;
}
.menu_product_description {
  font-size: 0.875em;
  white-space: normal;
  /* CSS3 */
}
.menu_home_info {
  border-right: 1px solid #EBE9E9;
  height: 230px;
  vertical-align: top;
}
.menu_smallbiz_info {
  border-right: 1px solid #EBE9E9;
  border-left: 1px solid #fff;
  height: 230px;
}
.menu_largeCorp_info {
  border-left: 1px solid #fff;
  height: 230px;
}
.menu_see_all_prod_link {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px;
}
.menu_solutions_container_left {
  background: #f4f4f4;
  float: left;
  width: 186px;
  text-align: center;
}
.menu_solutions_container {
  background: #f4f4f4;
  float: left;
  width: 200px;
  text-align: center;
}
.menu_solutions_container_right {
  background: #f4f4f4;
  float: left;
  width: 240px;
  text-align: center;
}
.menu_solution_list_container_left {
  text-align: left;
  border-right: 1px solid #ffffff;
}
.menu_solution_list_container_middle {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  border-right: 1px solid #ffffff;
  height: 100px;
}
.menu_solution_list_container_right {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  height: 100px;
}
.menu_support_container_left {
  background: #f4f4f4;
  float: left;
  width: 185px;
  text-align: center;
}
.menu_support_container {
  background: #f4f4f4;
  float: left;
  width: 200px;
  text-align: center;
  height: 295px;
}
.menu_support_container_wide {
  background: #f4f4f4;
  float: left;
  width: 390px;
  text-align: center;
}
.menu_support_list_half_container {
  width: 190px;
  float: left;
}
.menu_support_list_container_left {
  text-align: left;
  border-right: 1px solid #ffffff;
  height: 190px;
}
.menu_support_list_container_middle {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  border-right: 1px solid #ffffff;
  height: 230px;
}
.menu_support_list_container_right {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  height: 190px;
}
.menu_Products_main_container {
  vertical-align: top;
  float: left;
  width: 750px;
}
#menu_services_container {
  margin: 0;
}
.menu_products_container {
  background: #f4f4f4;
  float: left;
  width: 240px;
  text-align: center;
  height: 200px;
}
.menu_product_description {
  text-align: left;
  width: 225px;
  font-weight: normal;
  padding: 15px 5px 15px 5px;
  margin: auto;
}
.menu_Services_main_container {
  width: 200px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}
.menu_service_container {
  background: #f4f4f4;
  float: left;
  text-align: center;
}
.menu_title_container {
  text-align: left;
  height: 51px;
}
.menu_title_container_tall {
  text-align: left;
  height: 65px;
}
.menu_products_title_container {
  text-align: left;
  height: 30px;
}
.menu_solution_title_container {
  text-align: left;
  height: 55px;
  vertical-align: middle;
}
.menu_title_image {
  vertical-align: middle;
}
.menu_products_title_image {
  vertical-align: middle;
  width: 238px;
  height: 143px;
}
.menu_icon_container {
  width: 49%;
  height: 104px;
  float: left;
  vertical-align: middle;
  text-align: center;
  font-size: 0.825em;
  font-weight: bold;
  margin-top: 5px;
}
.menu_your_business_icon_container {
  width: 48%;
  float: left;
}
.menu_your_business_personal_page_main_container {
  width: 47%;
  float: left;
  margin: 3px 0 0 6px;
  padding-left: 8px;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
}
.menu_your_business_personal_page_logged_in_container {
  width: 47%;
  height: 220px;
  float: left;
  margin: 3px 0 0 6px;
  padding-left: 8px;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
  font-size: 11px;
  text-align: center;
}
.menu_your_business_user_profile {
  margin-top: 15px;
}
.menu_your_business_logged_btnSubmit {
  padding: 15px 0 15px 0 ;
}
.menu_your_business_personal_page_button_container {
  width: 45%;
  float: left;
  font-size: 0.825em;
  height: 35px;
  margin: 20px 0 0 0;
}
.menu_your_business_personal_page_no_login_button_container {
  width: 60%;
  float: left;
  font-size: 10px;
  height: 35px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.menu_your_business_personal_page_text_container {
  width: 54%;
  float: right;
  text-align: right;
  font-size: 0.875em;
  height: 30px;
  margin: 20px 0 0 0;
}
.menu_your_business_personal_page_no_login_text_container {
  width: 38%;
  float: right;
  text-align: right;
  font-size: 0.875em;
  font-weight: bolder;
  margin: 10px 0 0 0;
}
.menu_your_business_personal_page_text_container a {
  text-align: right;
}
.menu_your_business_section {
  width: 49%;
  float: left;
}
.menu_your_business_login_links {
  font-size: 11px;
  margin-top: 10px;
}
.menu_heading {
  margin-left: 7px;
  padding: 6px 0;
  color: #4fa600;
  font-weight: bold;
  font-size: 15px;
}
.menu_column_heading {
  margin-left: 0;
  padding: 10px 0;
  color: #336699;
  font-size: 15px;
  float: left;
  width: 60%;
}
.menu_products_column_heading {
  margin-left: 5px;
  padding: 10px 0;
  color: #336699;
  font-size: 15px;
  float: left;
  width: 240px;
}
.menu_image {
  float: left;
  vertical-align: middle;
}
.border_space {
  background-image: url(/us/en/resource/images/invisible.gif);
  height: 1px;
  width: 2%;
  float: left;
  display: inline;
}
.spacer_container {
  width: 100%;
  margin: auto;
}
.spacer {
  width: 95%;
  height: 10px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: auto;
  background-color: #f4f4f4;
  background-image: url(../images/horizontal_line.jpg);
  background-repeat: repeat-x;
}
.vertical_spacer {
  width: 97%;
  height: 305px;
  width: 2px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-color: #f4f4f4;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
  float: left;
  margin-top: 40px;
}
/* Login Form*/
.loginFormContainer {
  font-size: 0.875em;
}
.menu-input-text {
  display: block;
  width: 270px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 10px;
}
.menu-input-password {
  display: block;
  width: 270px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 5px;
}
/*Changes for APCRI-92,RI-256 : Begin*/
/* Submit Button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btnSubmitContainer {
  display: inline-block;
  overflow: hidden;
}
.btnSubmitContainer input {
  background: none repeat scroll 0 0 #84D500;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  height: 45px;
  padding: 0 25px;
  *padding: 0 15px;
  *line-height: 21px;
}
.btnSubmitContainer * {
  margin: 0;
}
/*Changes for APCRI-92,RI-256 : End*/
/* Login button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.menu_btnContainer {
  height: 21px;
  background: url('/site/yourbusiness/images/btn_bg.gif') no-repeat;
  display: inline-block;
  *display: inline;
  font-size: 10px;
}
.menu_btnContainer input {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 21px;
  padding: 0 10px;
  *padding: 0 5px;
  *line-height: 21px;
  border: none;
  cursor: pointer;
  background: url('/site/yourbusiness/images/btn_right.gif') right no-repeat;
}
.menu_btnContainer * {
  margin: 0;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs {
  position: absolute;
  padding: 0;
  zoom: 1;
  z-index: 1500;
  margin: 0;
  font-weight: bold;
  width: 100%;
  top: -5px ! important;
}
#tabs_container {
  /*display:none;*/
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  color: #626469;
  z-index: 1000;
  width: 100%;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 10px 5px 0 0;
  border-bottom: 0 !important;
  padding: 0 0 0 0;
  white-space: nowrap;
  color: #626469;
  width: 20%;
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .3em 0;
  text-decoration: none;
  color: #626469;
  display: block;
  width: 100%;
  cursor: pointer;
  background: #eaeaea;
}
.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.lastTab {
  margin: 10px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.lastTab.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.lastTab.active {
  margin: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.lastTabactive {
  margin: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.active {
  height: 35px;
  margin: 5px 5px 0 0;
  color: #fff;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.active a {
  color: #fff;
  display: block;
  height: 23px;
  cursor: pointer;
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner1,
.ui-tabs .ui-tabs-nav li.active .corner1,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner2,
.ui-tabs .ui-tabs-nav li.active .corner2,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner3,
.ui-tabs .ui-tabs-nav li.active .corner3,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner4,
.ui-tabs .ui-tabs-nav li.active .corner4 {
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li a span.menu_link_text {
  display: block;
  padding: 0 0 0 10px;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  display: block;
}
ul.headerlist {
  margin: 0;
  padding: 3px 5px 3px 10px;
  list-style-type: none;
  text-align: left;
}
ul.headerlist li {
  font-size: 11px;
  background: url(../images/green_bullet.jpg) no-repeat 0 5px;
  color: #626469;
  padding: 2px 0px 3px 15px;
  margin: 0 0 0 3px;
  cursor: pointer;
  vertical-align: top;
  font-weight: normal;
}
ul.headerlist h3 {
  background-color: #eaeaea;
  padding: 0 5px;
}
ul.headerlist a,
ul.headerlist a:visited {
  color: #636469;
  text-decoration: none;
}
ul.headerlist a:hover {
  color: #336699;
  text-decoration: underline;
}
ul.headerlistnotitle {
  margin: 0;
  padding: 0px 5px 0px 10px;
  list-style-type: none;
}
ul.headerlistnotitle li {
  font-size: 11px;
  background: url(/products/resource/images/green_bullets.jpg) no-repeat 0 5px;
  color: #626469;
  padding: 3px 0px 3px 15px;
  margin: 0 0 0 3px;
  cursor: pointer;
  vertical-align: top;
  font-weight: normal;
}
ul.headerlistnotitle h3 {
  background-color: #eaeaea;
  padding: 0 5px;
}
ul.headerlistnotitle a,
ul.headerlistnotitle a:visited {
  color: #636469;
  text-decoration: none;
}
ul.headerlistnotitle a:hover {
  color: #336699;
  text-decoration: underline;
}
.headerList_title {
  text-align: left;
  padding: 3px 0 0 0;
  font-weight: bold;
}
#menu_content a {
  color: #336699;
  text-decoration: none;
}
#menu_content a:hover {
  color: #336699;
  text-decoration: underline;
}
/* submit button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btnContainer {
  height: 21px;
  background: url(../images/btn_bg.gif) no-repeat;
  overflow: hidden;
  display: inline-block;
  *display: inline;
}
.btnContainer input {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 21px;
  padding: 0 10px;
  *padding: 0 5px;
  *line-height: 21px;
  border: none;
  cursor: pointer;
  background: url(../images/btn_right.gif) right no-repeat;
}
.btnContainer * {
  margin: 0;
}
/* Login Form*/
#LoginMini Form {
  padding-left: 2px;
}
#LoginMini label {
  display: block;
  color: #626469;
  font-size: 11px;
  padding: 3px 0px;
}
.input-text {
  display: block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 10px;
}
.input-password {
  display: block;
  width: 128px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottnom: 5px;
}
.input-checkbox {
  display: inline;
  border: 1px solid #b8b8b8;
  *border: 0px;
  _border: 0px;
  height: 11px;
  padding: 3px 3px 3px 3px;
}
#LoginMini .formInline {
  display: inline;
  width: auto;
}
#loginedForm {
  display: none;
}
#loginedForm p {
  font-size: 10px;
  font-weight: bold;
}
.waitControl {
  line: 21px;
  vertical-align: middle;
}
.waitGif {
  display: none;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin: 0 2px 2px 2px;
  _margin: 0 0 5 1px;
}
.errorMsg {
  font-size: 10px;
  color: red;
  font-weight: bold;
  display: none;
}
.infoMsg {
  font-size: 10px;
  color: green;
  font-weight: bold;
  display: none;
}
#header-right form {
  margin-bottom: 0 !important;
  margin-top: 0;
}
/*chrome specfic css
@media screen and (-webkit-min-device-pixel-ratio:0) {

  .ui-tabs .ui-tabs-nav li a {
    float: left; 
    padding: .4em 0;
    text-decoration: none;
    color:#626469;
    display:block;
    width:100%;
    cursor:pointer;
    background:#eaeaea;
  }
  .ui-tabs .ui-tabs-nav li.lastTab a {
    padding: .4em 0;
  }
  #se_header {
    height:38px;
  }

}
*/
/* ************** header.css : end ************** */
/* ************** jquery.ui.autocomplete_apc.css : start ************** */
#header-right-search .ui-menu .ui-menu-item a {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 2px;
  text-decoration: none;
  border: 0;
  margin: 0;
  cursor: pointer;
}
#header-right-search .ui-widget-content {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #AAAAAA;
  color: #626469;
  padding: 2px;
  list-style-type: none;
  position: absolute;
  float: right;
  width: 248px;
  margin: 0 29px 0 0;
}
#header-right-search .ui-menu .ui-menu-item a strong {
  color: #4FA600;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#header-right-search li.ui-menu-item {
  text-align: left;
  min-height: 17px;
}
#header-right-search .ui-menu .ui-menu-item a.ui-state-hover,
#header-right-search .ui-menu .ui-menu-item a.ui-state-active {
  text-decoration: underline;
}
select#categorygroup_header {
  border-width: 1px;
  height: 20px;
  vertical-align: bottom;
}
#header-right-search-button {
  vertical-align: bottom;
  cursor: pointer;
  padding-right: 6px;
}
#header #searchForm .input-sm {
  float: inherit;
  padding: 0;
  height: 19px;
  border-radius: 0;
  border: 1px solid #b2b2b4;
  padding-top: 2px;
  margin-right: 7px;
  width: 255px;
  display: inline-block;
}
#header-right-search-input {
  padding-top: 0px;
  padding-bottom: 2px;
}
/* ************** jquery.ui.autocomplete_apc.css : end ************** */
/* ******************** MF Overrides : Start ******************** */
#wrapper {
  margin: 0 auto;
  width: 1024px;
}
#header {
  margin-left: 15px;
  margin-right: 15px;
  /* MF overrides for SE header */
}
#header a,
#header div,
#header img,
#header span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#header #header-cart {
  background-image: none !important;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-right: 5px !important;
}
#header #header-cart.open {
  background-color: #FFF !important;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
  margin-top: 0px !important;
  padding-bottom: 6px !important;
  padding-top: 5px !important;
  position: relative;
  z-index: 3003;
}
#header #header-cart img {
  vertical-align: top;
  width: 14px;
}
#header div#mini-cart {
  right: 0;
  top: 26px;
  z-index: 3002;
}
#header div#block-page-cart {
  z-index: 3001;
}
#header-country img {
  border: 1px solid #ccc;
}
#header-links {
  height: 26px !important;
  float: right;
  clear: both;
}
#header-links a {
  display: block;
  float: left;
  line-height: 14px;
  margin-top: 5px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 10px;
  padding-right: 4px;
}
#header-right {
  height: 73px !important;
  margin-top: 0;
  position: relative;
  text-align: left;
}
#header-right #searchForm {
  clear: both;
  text-align: right;
  position: relative;
}
#header-right #searchForm ul.error-tooltip {
  position: absolute;
  text-align: left;
  top: 25px;
  z-index: 1001;
}
#header-right #logout-full {
  float: left;
  margin-left: 8px;
  border-left: 1px solid #ccc;
  padding-left: 8px;
  margin-top: 5px;
  padding-top: 0;
  padding-right: 3px;
}
#header-right #logout-full a {
  margin-top: 0!important;
}
.small-text {
  font-size: 10.5px;
}
.corner1,
.corner2,
.corner3,
.corner4 {
  font-size: 1px;
  overflow: hidden;
  display: block;
  height: 1px;
  background-color: #eaeaea;
}
.corner1 {
  margin: 0 5px;
}
.corner2 {
  margin: 0 3px;
}
.corner3 {
  margin: 0 2px;
}
.corner4 {
  height: 2px;
  margin: 0 1px;
}
.roundedBackground {
  background-color: #eaeaea;
}
/*
body:not(:-moz-handler-blocked) .ui-tabs  {
    margin-top: -1px!important;
}
*/
/*
#header {
  width: 994px;
  margin: 5px auto 0; 
}

select#categorygroup_header {
  border-width: 1px;
  height: 20px;
  vertical-align: bottom;
}
*/
#menu_content {
  background: transparent;
  margin-right: -42px;
}
.menu_panel_leftBorder,
.menu_panel_leftCorner,
.menu_panel_middleBorder,
.menu_panel_rightBorder,
.menu_panel_rightCorner {
  /*  background-position:-4px 0; */
  /*  background:transparent; */
  display: none;
}
#menu_panel_content {
  /* border: solid 1px #ccc; */
  background: #f4f4f4;
  border-radius: 0 0 6px 6px;
  border-color: #ccc;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  padding-right: 25px;
}
.ui-tabs .ui-tabs-nav > li,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.active {
  margin-right: 3px;
  padding-left: 0px;
}
.ui-tabs .ui-tabs-nav li.lastTab {
  right: -2px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner1,
.ui-tabs .ui-tabs-nav li.active .corner1,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner2,
.ui-tabs .ui-tabs-nav li.active .corner2,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner3,
.ui-tabs .ui-tabs-nav li.active .corner3,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner4,
.ui-tabs .ui-tabs-nav li.active .corner4 {
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.active a {
  height: 23px;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 4px 0;
}
.ui-tabs .ui-tabs-nav li a span.menu_link_text {
  font-size: 13px;
  line-height: 18px;
}
#header #menu_panel_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical_spacer {
  display: none!important;
}
/*
.ui-tabs .ui-tabs-nav {
  overflow: hidden;
}
*/
/* ******************** MF Overrides : End ******************** */
/* ******************** SE : Global Header : End ******************** */
/* *********************************product and service tab styles: start ************************** */
#header {
  /* ******************** panel styling : start ******************** */
  /* ******************** panel styling : end ******************** */
  /* ******************** panel content styling : start ******************** */
  /* ******************** panel content styling : end ******************** */
  /* ******************** common classes : start ******************** */
  /* ******************** common classes : end ******************** */
}
#header #pns_panel {
  padding-top: 15px;
  padding-right: 15px;
}
#header #pns_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 28%;
}
#header #pns_panel > ul > li {
  padding: 10px 1px;
}
#header #pns_panel > ul > li > a {
  color: #626469;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#header #pns_panel > ul > li.active {
  background: #87d300 url('/static/images/white-arrow.png') no-repeat 100% 50%;
  border-right: none;
  border-left: none;
  box-sizing: content-box;
  position: relative;
}
#header #pns_panel > ul > li.active a {
  color: #ffffff;
}
#header #pns_panel .pns_content {
  min-height: 340px;
  padding-left: 20px;
  width: 68%;
  float: left !important;
  border-left: 1px solid #e0e0e0;
  position: relative;
}
#header #pns_panel .pns_content:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#header #pns_panel .pns_content .spacer-top {
  margin: 0;
  padding-bottom: 10px;
}
#header #pns_panel .pns_content strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
#header .pns_list {
  display: none;
}
#header .pns_list:first-child {
  display: block;
}
#header .pns_list div.navTable {
  display: table;
  width: 100%;
}
#header .pns_list div.navRow {
  display: table-row;
}
#header .pns_list div.navCol {
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
  position: relative;
  display: table-cell;
  width: 50%;
}
#header .pns_list div.navCol:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
#header .pns_list div.navCol:last-child {
  border-right: 0;
}
#header .pns_list div.navCol:last-child:after {
  content: none;
}
#header .pns_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .pns_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
#header .pns_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
#header .pns_list ul li.title {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
#header .pns_list ul li.title:after {
  border-bottom: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#header .pns_list ul li.title:before {
  content: none;
}
#header .pns_list ul li a {
  font-weight: normal;
}
#header .double-border-top {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  position: relative;
}
#header .double-border-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#header .spacer-top {
  border-top: 1px solid #e0e0e0;
  margin: 0 10px 0 5px;
  padding-top: 5px;
  position: relative;
}
#header .spacer-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.theme-2 #pns_panel {
  width: 77%;
  float: left;
}
.theme-2 .menu_Services_main_container {
  padding-left: 0;
  margin-top: 15px;
  border-left: solid 1px #E5DFDF;
}
.theme-2 .menu_products_section_title {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 10px;
}
.theme-2 #Vertical-divider-container {
  display: none;
}
#Products_and_Services .vertical_spacer {
  display: none!important;
}
/* *********************************product and service tab styles: end ************************** */
.atg-multi-login-container {
  width: 200px;
  display: block;
  position: absolute;
  top: 4px;
  left: 78px;
  text-align: left;
  z-index: 10000;
  display: none;
}
.atg-multi-login-container .atg-multi-login-tab {
  width: 49px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  position: relative;
  top: 1px;
  padding: 2px 0;
  z-index: 10;
  float: right;
}
.atg-multi-login-container .atg-multi-login-personal-page {
  clear: both;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 50px;
  position: relative;
  top: 0;
}
.atg-multi-login-container .atg-multi-login-online-store {
  padding: 0 10px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  top: 0;
}
#header-right .atg-multi-login-container a,
#header-right .atg-multi-login-container a:hover {
  width: 150px;
  display: inline-block;
  background: #84D500;
  border-radius: 5px;
  /* padding: 7px 15px */
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-align: center;
  margin-left: 0;
}
#header-right .atg-multi-login-container a.logout {
  margin: 7px 0 0;
  background: #aaa;
}
/* McFadyen Overrides */
#header-right .atg-multi-login-container a {
  float: none;
}
#header-right .atg-multi-login-container form#logout-full {
  float: none;
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
.atg-multi-login-container {
  top: 0;
  left: auto;
  right: 0;
  z-index: 3002;
}
.atg-multi-login-container h2 {
  color: #4fa600;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.atg-multi-login-container .atg-multi-login-tab {
  border-radius: 3px 3px 0 0;
}
/* ******************** Main Navigation ******************** */
div#main-navigation {
  margin-top: 20px;
  /* ******************** tab styling : start ******************** */
  /* ******************** tab styling : end ******************** */
  /* ******************** dropdown styling : start ******************** */
  /* ******************** dropdown styling : end ******************** */
  /* ******************** panel styling : start ******************** */
  /* ******************** panel styling : end ******************** */
  /* ******************** panel content styling : start ******************** */
  /* ******************** panel content styling : end ******************** */
  /* ******************** common classes : start ******************** */
  /* ******************** common classes : end ******************** */
}
div#main-navigation div.apc-nav-wrapper {
  position: relative;
}
div#main-navigation ul.apc-nav {
  border-bottom: 5px solid #4fa600;
  float: none;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
div#main-navigation ul.apc-nav > li {
  float: left;
  display: block;
  height: 40px;
  margin: 0 5px 0 0;
  width: 195px;
}
div#main-navigation ul.apc-nav > li > a {
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
  color: #626469;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 15px 7px 15px;
  position: relative;
  text-decoration: none;
  top: 5px;
}
div#main-navigation ul.apc-nav > li.active-tab a,
div#main-navigation ul.apc-nav > li:hover a {
  background: #87d300;
  color: #ffffff;
  padding: 10px 15px 9px 15px;
  top: 0;
}
div#main-navigation ul.apc-nav > li.last-tab {
  margin-right: 0;
  width: 194px;
}
div#main-navigation div.apc-nav-dropdown {
  border-color: #87d300;
  border-style: solid;
  border-width: 10px 0 0 0;
  display: none;
  position: absolute;
  top: 85%;
  width: 100%;
  z-index: 1000;
}
div#main-navigation div.apc-nav-dropdown > div {
  background-color: #f4f4f4;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  width: 100%;
}
div#main-navigation div.apc-nav-dropdown > div.apc-nav-panel {
  display: none;
  padding: 10px 10px 10px 10px;
}
div#main-navigation div.apc-nav-dropdown > div#solutions_panel {
  width: 87%;
}
div#main-navigation div.apc-nav-dropdown > div#pns_panel {
  padding: 10px 10px 10px 0;
}
div#main-navigation div.apc-nav-dropdown > div#business_panel {
  float: right;
  width: 60%;
}
div#main-navigation div.apc-nav-dropdown > div#company_panel {
  float: right;
  width: 35%;
}
div#main-navigation #solutions_panel > ul,
div#main-navigation #support_panel > ul,
div#main-navigation #business_panel > ul,
div#main-navigation #company_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#main-navigation #solutions_panel > ul > li,
div#main-navigation #support_panel > ul > li,
div#main-navigation #business_panel > ul > li,
div#main-navigation #company_panel > ul > li {
  float: left;
  width: 25%;
}
div#main-navigation #solutions_panel > ul > li img,
div#main-navigation #support_panel > ul > li img,
div#main-navigation #business_panel > ul > li img,
div#main-navigation #company_panel > ul > li img {
  display: inline-block;
  vertical-align: top;
}
div#main-navigation #solutions_panel > ul > li strong,
div#main-navigation #support_panel > ul > li strong,
div#main-navigation #business_panel > ul > li strong,
div#main-navigation #company_panel > ul > li strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-top: 10px;
  vertical-align: middle;
  width: 125px;
}
div#main-navigation #pns_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30%;
}
div#main-navigation #pns_panel > ul > li {
  padding: 10px 1px;
}
div#main-navigation #pns_panel > ul > li > a {
  color: #626469;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
div#main-navigation #pns_panel > ul > li.active {
  background: #87d300 url('/static/images/white-arrow.png') no-repeat 100% 50%;
  border-right: none;
  border-left: none;
  box-sizing: content-box;
  position: relative;
}
div#main-navigation #pns_panel > ul > li.active a {
  color: #ffffff;
}
div#main-navigation #pns_panel div.pns_content {
  min-height: 340px;
  padding-left: 20px;
  width: 70%;
  border-left: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation #pns_panel div.pns_content:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
div#main-navigation #pns_panel div.pns_content div.spacer-top {
  margin: 0;
  padding-bottom: 10px;
}
div#main-navigation #pns_panel div.pns_content strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
div#main-navigation #business_panel > ul > li,
div#main-navigation #company_panel > ul > li {
  width: 50%;
}
div#main-navigation #business_panel > ul > li strong,
div#main-navigation #company_panel > ul > li strong {
  padding: 0 0 0 10px;
  width: auto;
}
div#main-navigation div.solutions_list ul,
div#main-navigation div.support_list ul,
div#main-navigation div.business_list ul,
div#main-navigation div.company_list ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  border-right: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation div.solutions_list ul:after,
div#main-navigation div.support_list ul:after,
div#main-navigation div.business_list ul:after,
div#main-navigation div.company_list ul:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.solutions_list ul.last-child,
div#main-navigation div.support_list ul.last-child,
div#main-navigation div.business_list ul.last-child,
div#main-navigation div.company_list ul.last-child {
  border-right: none;
}
div#main-navigation div.solutions_list ul.last-child:after,
div#main-navigation div.support_list ul.last-child:after,
div#main-navigation div.business_list ul.last-child:after,
div#main-navigation div.company_list ul.last-child:after {
  border-right: none;
}
div#main-navigation div.solutions_list ul li,
div#main-navigation div.support_list ul li,
div#main-navigation div.business_list ul li,
div#main-navigation div.company_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
div#main-navigation div.solutions_list ul li:before,
div#main-navigation div.support_list ul li:before,
div#main-navigation div.business_list ul li:before,
div#main-navigation div.company_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
div#main-navigation div.solutions_header {
  height: 90px;
}
div#main-navigation div.support_header {
  height: 60px;
}
div#main-navigation div.business_header {
  height: 30px;
}
div#main-navigation div.solutions_list ul {
  height: 100px;
}
div#main-navigation div.support_list ul {
  height: 270px;
}
div#main-navigation div.business_list ul {
  height: 180px;
}
div#main-navigation div.business_list ul.business_types li {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 45%;
}
div#main-navigation div.business_list ul.business_types li:before {
  content: none;
}
div#main-navigation div.business_list ul.business_types li a {
  font-size: 10px;
  font-weight: bold;
}
div#main-navigation div.business_list ul.login li {
  margin: 0;
}
div#main-navigation div.business_list ul.login li:before {
  content: none;
}
div#main-navigation div.business_list ul.login li div {
  padding: 0 0 10px 10px;
}
div#main-navigation div.business_list ul.login li a.btn-success {
  background: #87d300;
  border-color: #87d300;
  padding: 10px 20px;
}
div#main-navigation div.company_list ul {
  height: 130px;
}
div#main-navigation div.company_list ul.company li {
  margin: 0;
}
div#main-navigation div.company_list ul.company li:before {
  content: none;
}
div#main-navigation div.pns_list {
  display: none;
}
div#main-navigation div.pns_list:first-child {
  display: block;
}
div#main-navigation div.pns_list div.navTable {
  display: table;
  width: 100%;
}
div#main-navigation div.pns_list div.navRow {
  display: table-row;
}
div#main-navigation div.pns_list div.navCol {
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
  position: relative;
  display: table-cell;
  width: 50%;
}
div#main-navigation div.pns_list div.navCol:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.pns_list div.navCol:last-child {
  border-right: 0;
}
div#main-navigation div.pns_list div.navCol:last-child:after {
  content: none;
}
div#main-navigation div.pns_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#main-navigation div.pns_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
div#main-navigation div.pns_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
div#main-navigation div.pns_list ul li.title {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation div.pns_list ul li.title:after {
  border-bottom: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.pns_list ul li.title:before {
  content: none;
}
div#main-navigation div.double-border-top {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  position: relative;
}
div#main-navigation div.double-border-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.spacer-top {
  border-top: 1px solid #e0e0e0;
  margin: 0 10px 0 5px;
  padding-top: 5px;
  position: relative;
}
div#main-navigation div.spacer-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
/* ******************** Main Navigation : POMS ******************** */
div#main-navigation-poms {
  margin-bottom: 20px;
  margin-top: 20px;
}
div#main-navigation-poms .poms-nav-wrapper {
  background-color: #4fa600;
  padding: 1px 0;
}
div#main-navigation-poms .band-a {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
div#main-navigation-poms .band-a ul.nav {
  margin-left: 20%;
}
div#main-navigation-poms .band-a li {
  border-left: 1px solid #ffffff;
  float: left;
  margin-right: 1px;
  position: relative;
}
div#main-navigation-poms .band-a li:before {
  border-left: 1px solid #e0e0e0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  pointer-events: none;
}
div#main-navigation-poms .band-a li.right-border {
  border-right: 1px solid #e0e0e0;
}
div#main-navigation-poms .band-a li.right-border:after {
  border-right: 1px solid #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  pointer-events: none;
}
div#main-navigation-poms .band-a li a {
  color: #ffffff;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
div#main-navigation-poms .band-a li a:hover,
div#main-navigation-poms .band-a li a:focus {
  background-color: #ffffff;
  color: #00962d;
}
div#main-navigation-poms .band-a div.assistance a,
div#main-navigation-poms .band-a div.assistance span {
  color: #ffffff;
  display: inline-block;
  padding: 5px;
}
div#main-navigation-poms .band-b {
  background: #87d300;
  border-bottom: 1px solid #4fa600;
  height: 20px;
  padding: 0 5px;
}
div#main-navigation-poms .band-c {
  background: #eaeaea;
  border-bottom: 1px solid #cccccc;
  height: 20px;
  padding: 2px 5px;
}
div#main-navigation-poms span.glyphicon {
  font-size: 10px;
}
/* ******************** Breadcrumb Navigation ******************** */
div#breadcrumb-navigation .breadcrumb {
  background-color: transparent;
  margin-top: 10px;
  padding: 8px 0;
  height: auto;
  line-height: 1.42857143;
}
div#breadcrumb-navigation .breadcrumb > li + li:before {
  color: #6c6c6c;
  content: "> ";
}
div#breadcrumb-navigation .breadcrumb > .active {
  color: #6c6c6c;
}
div#breadcrumb-navigation li {
  margin-bottom: 0;
  font-weight: normal;
}
div#breadcrumb-navigation li.info {
  color: #4fa600;
  font-weight: bold;
}
/* ******************** left navigation ******************** */
div#left-navigation h3 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 8px 15px;
}
div#left-navigation .nav {
  margin-bottom: 20px;
}
div#left-navigation .nav > li > a {
  color: #636469;
  padding: 5px;
}
div#left-navigation .nav > li > a:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  margin: 0 10px 0 3px;
  position: relative;
  opacity: 0.729;
  top: -1px;
  width: 7px;
}
div#left-navigation .nav > li > a:focus {
  background-color: transparent;
}
div#left-navigation .nav > li.active a {
  font-weight: bold;
}
/* ******************** right navigation ******************** */
div#right-navigation .nav li {
  margin: 0;
}
div#right-navigation h3 {
  border-bottom: 1px solid #626469;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  padding: 8px 0;
}
div#right-navigation a.CTA {
  background: #707074;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
div#right-navigation a.locate-partner {
  background: #aeafb2;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
div#right-navigation .nav {
  margin-bottom: 20px;
}
div#right-navigation .nav > li > a {
  color: #636469;
  padding: 5px;
}
div#right-navigation .nav > li > a:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  margin: 0 10px 0 3px;
  position: relative;
  opacity: 0.729;
  top: -1px;
  width: 7px;
}
div#right-navigation .nav > li > a:focus {
  background-color: transparent;
}
div#right-navigation .nav > li.active a {
  font-weight: bold;
}
/* ******************** My Account ******************** */
/* Common Classes
 * My Account : Profile 
 * My Account : Order History
 */
div#ma-profile div.content-panel,
div#ma-order-history div.content-panel {
  padding: 15px 20px 20px 10px;
}
/* Common Classes 
 * My Account : Address Book
 * My Account : Payment Method
 */
div#ma-address-book div.address,
div#ma-payment-methods div.address,
div#saved-address div.address {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 1px 1px #e0e0e0;
  box-shadow: 1px 1px 1px 1px #e0e0e0;
  border-radius: 5px;
  line-height: 20px;
  margin: 20px 0 0 0;
  height: 200px;
  overflow: hidden;
  /*
    min-height: 225px;
    max-height: 400px;
    word-wrap: break-word;
    overflow: hidden;
    */
  padding: 10px;
}
div#ma-address-book div.address:hover,
div#ma-payment-methods div.address:hover,
div#saved-address div.address:hover {
  -webkit-box-shadow: 1px 1px 5px 2px #cccccc;
  box-shadow: 1px 1px 5px 2px #cccccc;
}
div#ma-address-book div.address.highlight,
div#ma-payment-methods div.address.highlight,
div#saved-address div.address.highlight {
  border: 2px solid #4fa600;
}
div#ma-address-book div.address span.glyphicon,
div#ma-payment-methods div.address span.glyphicon,
div#saved-address div.address span.glyphicon {
  color: #4fa600;
}
div#ma-address-book div.address a,
div#ma-payment-methods div.address a,
div#saved-address div.address a {
  display: inline-block;
  margin-right: 20px;
}
div#ma-address-book .btn-edit,
div#ma-payment-methods .btn-edit,
div#saved-address .btn-edit {
  font-weight: bold;
  margin-right: 20px;
  padding: 0;
  border: 0;
  color: #336699;
}
div#ma-address-book div.address {
  height: 250px;
}
div#saved-address div.address {
  height: 300px;
}
div.address-book-content,
div.payment-method-content {
  margin-bottom: 20px;
}
/* ******************** Add Payment Method ******************** */
div#saved-address div.address {
  margin: 0 0 20px 0;
}
div#saved-address div.address input[type="radio"] {
  margin-top: 2px;
}
/* ******************** Order Details ******************** */
.order-details-content div.row {
  margin-bottom: 20px;
}
.order-details-content div.row:last-child {
  margin-bottom: 0;
}
.order-details-content .main-title {
  color: #4fa600;
  font-size: 12px;
  font-weight: bold;
}
.order-details-content .main-title .addressblock {
  color: #626469;
  line-height: 20px;
  margin-top: 10px;
}
.order-details-content .main-title .addressblock .orderprocess {
  margin-top: 10px;
}
.order-details-content strong {
  color: #4fa600;
  font-size: 11px;
  text-transform: uppercase;
}
.order-details-content strong.text-capitalize {
  text-transform: capitalize;
}
.order-details-content address {
  margin-bottom: 0;
}
.order-details-table table.summary {
  line-height: 3;
  margin-bottom: 20px;
  width: 35%;
}
.order-details-table table.summary td,
.order-details-table table.summary th {
  text-align: right;
}
.order-details-table table.summary tfoot {
  border-top: 1px solid #cccccc;
}
.bankdetails {
  margin: 10px 0;
  font-weight: normal;
}
.bankdetails .heading {
  font-weight: bold;
  width: 25%;
}
/* ******************** My List ******************** */
.removeNotice {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 4px 4px 4px 10px;
  display: none;
  background-color: #eaeaea;
}
#ma-mylist {
  margin-bottom: 20px;
}
#ma-mylist .custom-button {
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  margin: 0 15px 15px 0;
  padding: 7px 7px;
}
#ma-mylist .custom-button span {
  color: #4fa600;
}
#ma-mylist .custom-button.select-all label {
  white-space: nowrap;
}
#ma-mylist .custom-button.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#ma-mylist .select-all label {
  font-weight: normal;
  margin: 0;
}
#ma-mylist .select-all label input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
#ma-mylist .button-panel .add-all {
  margin-bottom: 15px;
}
#ma-mylist td.select div {
  float: left;
}
#ma-mylist td.select div:first-child {
  margin-right: 10px;
  margin-top: 25%;
}
#ma-mylist .line-strike,
#ma-mylist .price-active {
  display: block;
}
#ma-mylist .price-active {
  font-weight: bold;
}
#ma-mylist .nav li a {
  padding: 2px;
  display: inline-block;
}
/* ******************** Tax ID ******************** */
#ma-taxID .calendar-group {
  display: inline-block;
  padding: 0 0 0 20px;
}
#ma-taxID .provinceTaxExcem,
#ma-taxID .taxExcemption {
  display: none;
}
#ma-taxID .email-calltoAction {
  display: block !important;
  font-weight: bold;
  font-size: 12px;
}
#product-grid {
  margin-top: 20px;
}
#product-grid div.banner {
  margin-bottom: 20px;
  margin-top: 20px;
}
#product-grid div.banner p {
  font-size: 18px;
  margin: 5px 0;
}
#product-grid div.banner p strong {
  color: #00962d;
}
#product-grid div.banner a {
  float: right;
  text-decoration: none;
  width: 100%;
  background-color: #00962d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#product-grid div.banner a:hover {
  text-decoration: none;
}
#product-grid div.item {
  /*background: lighten(@apc-gray-bg, 3%);
    @shadow: 1px 1px 0 0 lighten(@apc-gray, 50%); 
    .box-shadow(@shadow); 
    */
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 20px;
}
#product-grid div.item:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
}
#product-grid div.item > div {
  padding: 10px;
}
#product-grid div.product-name {
  height: 65px;
  text-align: center;
}
#product-grid div.product-name h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#product-grid div.product-name a {
  color: #626469;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
}
#product-grid div.product-image {
  /*
    height: 120px;
    overflow: hidden;
    */
  /*
    img {
      height: auto;     
      width: 100%;
    }
    */
}
#product-grid div.product-image a {
  display: block;
  text-align: center;
}
#product-grid div.product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#product-grid div.product-reading {
  height: 75px;
  overflow: hidden;
}
#product-grid div.product-reading span {
  display: block;
}
#product-grid div.product-desc {
  box-sizing: content-box;
  line-height: 18px;
  min-height: 80px;
}
#product-grid div.product-desc div.description {
  margin-bottom: 5px;
}
#product-grid div.product-desc div.description p {
  margin-bottom: 0;
}
#product-grid div.product-desc a.readmore,
#product-grid div.product-desc a.readless {
  display: block;
  text-align: right;
}
#product-grid div.product-view {
  height: 50px;
}
#product-grid div.product-help-choose {
  height: 65px;
}
#product-grid div.product-help-choose a {
  background-color: #00962d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#product-grid div.product-help-choose a:hover {
  text-decoration: none;
}
#product-grid div.product-sublink {
  /*
    background: @apc-gray-bg;
    border-top: 1px solid @apc-gray-border;
    */
  box-sizing: content-box;
  line-height: 18px;
  min-height: 115px;
}
#product-grid div.product-sublink p {
  font-size: 13px;
  text-transform: uppercase;
}
#product-grid div.product-sublink div.sublink {
  margin-bottom: 5px;
}
#product-grid div.product-sublink a.readmore,
#product-grid div.product-sublink a.readless {
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-position: 5% 50%, 95% 50%;
  color: #00962d;
  display: block;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
#product-grid div.product-sublink a.readmore {
  background-image: url(/static/images/green-arrow-down.png), url(/static/images/green-arrow-down.png);
}
#product-grid div.product-sublink a.readless {
  background-image: url(/static/images/green-arrow-up.png), url(/static/images/green-arrow-up.png);
}
#product-grid div.product-sublink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-grid div.product-sublink ul li {
  padding: 0 0 0 15px;
  position: relative;
  margin: 0;
}
#product-grid div.product-sublink ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: 0;
  margin: 0 10px 0 3px;
  position: absolute;
  opacity: 0.729;
  top: 5px;
  width: 6px;
}
#product-grid div.product-sublink ul h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
div#product-grid div.description[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
  position: relative;
}
/*
div#product-grid div.description[data-link="readmore"] {
  &:after {
    background: lighten(@apc-gray-bg, 3%);
    content: "[...]";
    font-weight: bold;
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
  } 
}

div#product-grid div.description[data-link="readless"] {
  &:after {
    content: "";
  }
}
*/
div#product-grid div.sublink[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
}
#family-page div.family-description {
  line-height: 18px;
}
#family-page div.family-description div.description {
  margin-bottom: 5px;
}
#family-page div.family-description div.description[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
  position: relative;
}
#family-page div.family-description div.description p {
  margin-bottom: 0;
}
#family-page div.family-description a.readmore,
#family-page div.family-description a.readless {
  display: block;
  text-align: right;
}
#family-page div.banner {
  background: #eaeaea;
  margin: 20px 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
#family-page div.banner p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.family-table{
	padding-top:40px;
}
#family-page div.banner a {
  float: right;
  width: 100%;
  background-color: #00962d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#family-page div.banner a:hover {
  text-decoration: none;
}
#modelInformation {
  border-width: 0;
  padding: 0;
}
#modelInformation div.model-filter-facets {
  z-index: 1;
}
#modelInformation form[name="form-filter-facets"] {
  background-color: #ffffff;
  width: 100%;
}
#modelInformation form[name="form-filter-facets"] label {
 font-weight:normal;
 white-space:nowrap;
}
#filterby {
 color:#00962d;
 font-weight:bold !important;
 float:left;
 font-size: 17px;
}
#filterby:after {
	content:": "
}
#modelInformation form[name="form-filter-facets"] span.glyphicon {
  color: #00962d;
}
#modelInformation form[name="form-filter-facets"] div.form-group {
  float: left;
  padding-right: 20px;
  width: 25%;
}
#modelInformation form[name="form-filter-facets"] div.form-group.last-child {
  margin-right: 0;
}
#modelInformation form[name="form-filter-facets"] div.form-group:last-child {
  margin-right: 0;
}
#modelInformation form[name="form-filter-facets"] div.form-group a.btn-default {
  padding: 4px 6px;
  width: 100%;
}
#modelInformation form[name="form-filter-facets"] div.btn-group {
  width: 100%;
}
#modelInformation div.model-information-table table.apc-table {
  background-color: #ffffff;
  border: 1px solid #ffffff; 
  border-spacing: 1px;
}
#modelInformation div.model-information-table table.apc-table thead {
  background-color: #ffffff;
}

.old-table thead th {
  background-color: #a1a1a1 !important;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;  
}
table.old-table{
border-collapse:separate !important;	
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerUnSorted {
 background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center left;  padding: 4px 18px 4px 18px;  white-space: normal;  cursor: pointer;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-imageHead {
 background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  cursor: none;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerAsc {
 background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
 background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  background-repeat: no-repeat;
  background-position: center left;  padding: 4px 18px 4px 18px;  white-space: normal;  cursor: pointer;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerDesc {
 background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  background-repeat: no-repeat;
  background-position: center left;  padding: 4px 18px 4px 18px;  white-space: normal;  cursor: pointer;
}
#modelInformation div.model-information-table td.sub-heading {
  background-color: #ffffff;
  border-color: #a1a1a1;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  text-align: left;
}
#modelInformation div.model-information-table td.sub-heading a {
  color: #336699;
  font-weight: bold;
}
#modelInformation div.model-information-table td.blank-row {
  background-color: #ffffff;
}
#modelInformation div.model-information-table td.add-to-cart {
  padding: 5px 0;
  vertical-align: middle;
}
#modelInformation div.model-information-table td.add-to-cart a {
  background: #00962d;
  color: #ffffff;
  display: block;
  font-size: 10px;
  height: 100%;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
#modelInformation div.model-information-table td.add-to-cart .btn-nogrd-green {
  font-size: 10px;
  text-transform: uppercase;
  white-space: normal;
}
#modelInformation div.model-filter-facets {
  margin: 0;
}
#modelInformation div.model-filter-facets table {
  margin-bottom: 0;
}
#modelInformation div.filter-breadcrumb {
  border: 1px solid #a1a1a1;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
#modelInformation div.filter-breadcrumb > div {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
#modelInformation div.filter-breadcrumb div.filter-head {
  background-color: #eaeaea;
  width: 20%;
}
#modelInformation div.filter-breadcrumb div.filter-list {
  background-color: #ffffff;
  width: 80%;
}
#modelInformation div.filter-breadcrumb span.heading,
#modelInformation div.filter-breadcrumb a.clear-all {
  display: block;
  font-weight: bold;
  text-align: center;
}
#modelInformation div.filter-breadcrumb a.clear-all {
  font-size: 10px;
  padding-top: 3px;
  margin-right: 0;
  text-transform: uppercase;
}
#modelInformation div.filter-breadcrumb span {
  color: #00962d;
}
#modelInformation div.filter-breadcrumb a {
  color: #626469;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}
#compareModels {
  /* new styles for compare models : start */
  /* new styles for compare models : end */
  /* old styles for compare models
    background-color:@apc-gray-bg;

    form#form-compare-modal {
        margin-bottom: 20px;
    }

    .apc-table{
        margin-bottom:0;
        img{
            max-width: 200px;
        }
    }
    .productFamily-error-message-required,
    .partNo-error-message-required{
        display: none; 
        float: left;
        margin-top:5px;
        color:@apc-red; 
    }
    .compare-title{
        font-size:15px;
        color:@white;
        background-color:@apc-green;
        font-weight:200;
        height:26px;
        padding:4px;
        margin-top:0;
        padding-left: 10px;
        margin-left: -7px;
        margin-right: -7px;

    }


    .runtime {
        clear:both;
        font-weight:normal;
    }

    #txtRuntime{ 
        width:35%;
        padding: 6px 5px;
    }

    // .compare-title.last-child{
    //  margin-right:15px; 
    // }

    .btn-row{
        border-top:1px solid @apc-light-grey;
        padding-top: 10px;
    }

    .continue{ 
        margin-right:12px;
    }

    .col-md-4{
        padding:0;
    }

    .col-md-4:first-child{
        .content{
            border-left: 0;
        }
        // padding-left:15px;
    }

    .content{
        padding:7px;
        padding-top: 0;
        border-left: solid 1px @apc-light-grey;
    }

    .td-drp{
        background-color:@apc-gray-bg !important;
        // min-width: 62%;
        width: auto;
        width: 23%;
        border-right:@white;
    }

    .note{
        display: block;
    }

    .compare-result{
        position: absolute; 
        top: 0px;
        float: left;
        width: 22.2%;
        .content{
            padding: 9px; 
            padding-top: 0;
        }

        .compare-title{
            height:35px;
            // margin-left: -21px;
            font-weight:bold;
            font-size:12px;
            padding-top:12px;
            // max-width: 85%;
        }
        .compare-title.lastchild{
            margin-right: 8px;
        }
    }

    .form-group{
        // width:68%;
    }

    .price{
        display:block;
        font-weight:bold; 
        min-height: 30px;

    }

    .panel-title{
        font-size:12px;
        font-weight:bold;
    }

    .panel-heading a:after {
        font-family:'Glyphicons Halflings';
        content:"\2212";
        float: left;
        color: grey;
    }

    .panel-heading a.collapsed:after {
        content:"\2b";
    }

    h3{
        font-weight:bold;
        color:@apc-green;
        font-size:14px;
    }

    tbody {
        tr:nth-child(odd) td, tr:nth-child(even) td {       
            background: lighten(@apc-gray-bg, 4%);    
        }

    }

    div#TechnicalSpec {
        h3 {
            border-bottom: 2px solid @apc-gray-border-dark;
            padding-bottom: 5px;
        }
    }
    */
}
#compareModels table {
  table-layout: fixed;
  word-break: break-word;
}
#compareModels .compare-title {
  background-color: #4fa600;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 5px;
}
#compareModels img {
  display: block;
  height: auto;
  max-width: 100%;
}
#compareModels #txtRuntime {
  width: 35%;
  padding: 6px 5px;
}
#compareModels label {
  font-weight: normal;
}
#compareModels form#form-compare-modal,
#compareModels div.table-responsive {
  margin-bottom: 20px;
}
#compareModels .btn-addtoCart {
  white-space: normal;
}
#compareModels div.compare-first {
  background-color: #f4f4f4;
}
#compareModels div.compare-first div.col-md-4 {
  padding: 0;
}
#compareModels div.compare-first div.col-md-4:first-child .content {
  border-left: 0;
}
#compareModels div.compare-first div.search-panel {
  padding: 7px;
  padding-top: 0;
  border-left: solid 1px #e2e2e2;
}
#compareModels div.compare-first h2.compare-title {
  margin: 0 -7px 10px -7px;
}
#compareModels div.compare-first div.btn-row {
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}
#compareModels table.wrapper-table {
  background-color: #e0e0e0;
  border-spacing: 1px;
  border-collapse: separate;
}
#compareModels table.wrapper-table td {
  background-color: #ffffff;
}
#compareModels table.wrapper-table td.td-drp {
  background-color: #fcfcfc;
  vertical-align: top;
  width: 25%;
}
#compareModels table.wrapper-table td.td-drp div.search-panel {
  padding: 5px;
}
#compareModels table.wrapper-table td h3.compare-title {
  margin: 1px;
}
#compareModels table.apc-table {
  background-color: #f4f4f4;
  border: none;
  border-spacing: 1px;
  border-collapse: separate;
  margin: 0;
  table-layout: fixed;
}
#compareModels table.apc-table tr:nth-child(odd) > td {
  background-color: #ffffff;
}
#compareModels table.apc-table tr:nth-child(even) > td {
  background-color: #fcfcfc;
}
#compareModels .productFamily-error-message-required,
#compareModels .partNo-error-message-required {
  display: none;
  margin-top: 5px;
  color: #e03007;
}
#compareModels div.panel div.panel-body {
  padding: 3px;
}
#compareModels div.panel h3 {
  color: #4fa600;
  font-size: 16px;
  margin: 10px 0;
}
#compareModels div.panel tr {
  border-bottom: 1px solid #e0e0e0;
}
#compareModels div.panel .panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: left;
  color: grey;
  padding-right: 5px;
}
#compareModels div.panel .panel-heading a.collapsed:after {
  content: "\2b";
}
/*
div.compare-model-table {

    table.apc-table {
        border-spacing: 1px;
        border-collapse: separate;
    }

    .compare-search {
        background-color: @apc-gray-bg;
        td, th {
            background-color: @apc-gray-bg;
        }
    }
}
*/
/* ******************** sticky container ******************** */
div#sticky-container {
  border-width: 0;
  padding: 0;
}
div#right-navigation {
  margin: 0;
}
div#right-navigation #family-videos > div {
  margin-top: 20px;
}
div#right-navigation #family-videos div.video {
  cursor: pointer;
  position: relative;
}
div#right-navigation #family-videos div.video img.play {
  position: absolute;
  left: 43%;
  top: 40%;
}
/* ******************** compare models ******************** */
#mdlWattCalculator .convert {
  margin-top: 16px;
}
#family-page #mdlWattCalculator [class*="col-md-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/*
.apc-carousel-wrap {
    background: @apc-gray-bg;
    margin: 0 0 20px 0;
}

.apc-carousel {
    color: @apc-gray;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 85%;

    div.slider {
        img {
            display: block;
            height: auto;
            max-width: 100%;
            margin: 0 auto;        
        }
    }

    div.slider-content-wrap {         
        font-size: 13px;
        margin: 5px;
        text-align: center;

        span, a {
            display: block;
            padding: 2px 0;        
            text-transform: uppercase;

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

        a.title {
            font-weight: bold;
            text-transform: none;            
        }
    }

    > a {
        background: url('../images/carousel-arrow.png') no-repeat top right;
        height: 60px;
        display: block;
        position: absolute;        
        text-indent: -9999px;
        top: 30%;
        width: 65px;

        &.slick-disabled {
            .opacity(0.3);
        }

        &.slick-prev {
            left: -65px;
        }

        &.slick-next {
            background-position: top left;
            right: -65px;

        }
    }
}
*/
.apc-carousel {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 20px 100px;
  position: relative;
  margin: 20px auto;
  width: 100%;
}
#family-videos{
	padding: 0px !important;
}
.apc-carousel div.slider div.slider-image-wrap,
.apc-carousel div.slider a.slider-image-wrap {
  display: block;
  font: 0/0 a;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /* create a full-height inline block pseudo=element */
}
.apc-carousel div.slider div.slider-image-wrap:before,
.apc-carousel div.slider a.slider-image-wrap:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.apc-carousel div.slider div.slider-image-wrap img,
.apc-carousel div.slider a.slider-image-wrap img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.apc-carousel div.slider div.slider-image-wrap.imglink:before {
  display: none;
}
.apc-carousel div.slider img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.apc-carousel div.slider-content-wrap {
  font-size: 13px;
  margin: 0 10px;
  text-align: center;
}
.apc-carousel div.slider-content-wrap span,
.apc-carousel div.slider-content-wrap a {
  display: block;
  padding: 2px 0;
  text-transform: capitalize;
}
.apc-carousel div.slider-content-wrap span.price,
.apc-carousel div.slider-content-wrap a.price {
  font-weight: bold;
}
.apc-carousel div.slider-content-wrap .btn {
  white-space: normal;
}
.apc-carousel div.slider-content-wrap a.title {
  font-weight: bold;
  text-transform: none;
}
.apc-carousel div.slider-content-wrap > div:last-child {
  padding-top: 10px;
}
.apc-carousel > a {
  background: url('/static/images/carousel-arrow.png') no-repeat top right;
  height: 60px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 21%;
  width: 57px;
}
.apc-carousel > a.slick-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.apc-carousel > a.slick-prev {
  left: 25px;
}
.apc-carousel > a.slick-next {
  background-position: top left;
  right: 25px;
}
div#product-videos div.slider-content-wrap {
  cursor: pointer;
}
div#family-videos div.slider-content-wrap {
  cursor: pointer;
  margin:0;
}
div#product-videos div.video {
  cursor: pointer;
  position: relative;
}
div#product-videos div.video img.play {
  position: absolute;
  left: 43%;
  top: 40%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

  #descrptnABC{
	width:250px;
	overflow: hidden;
	height:52px;
	}
	
	.family-video-carousel{
	background-color:#ffffff;
	}
  #descrptnABC p{
  	font-size: 12px;
	margin:10px 0; 
	text-align:left; 
  	float:left;  
  	line-height:16px;
  }
  #family-videos p{
  font-size: 12px;
	margin:10px 0; 
	text-align:left; 
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	float:left;
	max-width:100%; 
	word-wrap: break-word;
	height:35px;
	white-space:normal; 
	line-height:16px;
  }
 
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #4FA600;
  background-image: -moz-linear-gradient(top, #87d300, #4fa600);
  background-image: -ms-linear-gradient(top, #87d300, #4fa600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87d300), to(#4fa600));
  background-image: -webkit-linear-gradient(top, #87d300, #4fa600);
  background-image: -o-linear-gradient(top, #87d300, #4fa600);
  background-image: linear-gradient(top, #87d300, #4fa600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D300', endColorstr='#4FA600', GradientType=0);
  border-color: #4FA600 #4FA600 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #4FA600;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #4FA600 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #87d300, #4fa600);
  background-image: -ms-linear-gradient(top, #87d300, #4fa600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87d300), to(#4fa600));
  background-image: -webkit-linear-gradient(top, #87d300, #4fa600);
  background-image: -o-linear-gradient(top, #87d300, #4fa600);
  background-image: linear-gradient(top, #87d300, #4fa600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D300', endColorstr='#4FA600', GradientType=0);
  border-color: #4FA600 #4FA600 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #4FA600;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*Styles for Product level page*/
#pdp {
  /* ******************** Search ******************** */
}
#pdp .contentRight,
#pdp .contentLeft {
  float: left;
}
#pdp .tabContainer {
  margin-bottom: 15px;
  margin-top: 15px;
}
#pdp .product-discontinued {
  border-radius: 5px;
  border: 2px solid #8AC007;
  width: 100%;
  border-left-width: 2px;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
  border-right-width: 2px;
  padding-right: 0;
  /*float: left;*/
}
#pdp .sku-discontinued {
  height: 25px;
  text-align: center;
  background-color: #4fa600;
  float: left;
  width: 100%;
}
#pdp .sku-discontinued span {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px;
  float: left;
}
#pdp .red-discontinued {
  color: #e03007;
  font-weight: bold;
}
#pdp .panel-discontinued {
  padding: 30px 0 0 5px;
}
#pdp .server-failure-panel {
  max-width: 262px;
  padding: 2px 2px 2px 8px;
}
#pdp .contentRight {
  width: 60%;
}
#pdp .contentRight h1 {
  color: #4fa600;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#pdp .contentRight .part-number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#pdp .main-area {
  width: 50%;
  float: left;
}
#pdp #reviewArea {
  float: left;
  display: inline-block;
  margin-bottom: 8px;
}
#pdp #reviewArea .review {
  margin-bottom: 8px;
  float: left;
}
#pdp .rating-text {
  margin-top: 4px;
  float: right;
  font-weight: bold;
  font-size: 15px;
}
#pdp .review-links {
  font-size: 14px;
  font-weight: bold;
}
#pdp .review_body a {
  margin: 9px 0 0 12px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
#pdp .rating-text {
  margin-top: 8px;
  float: right;
  font-weight: bold;
}
#pdp .rating {
  display: inline-block;
  background: transparent url(/static/images/stars.png) repeat-x scroll 0 0;
  height: 30px;
  width: 216px;
  margin-bottom: 8px;
  float: left;
}
#pdp .rating .ratingHighlight {
  display: inline-block !important;
  background: transparent url(/static/images/stars.png) repeat-x scroll 0 -43px;
  height: 30px;
}
#pdp .rating span {
  display: none;
}
#pdp .custom-rating .rating {
  background: transparent;
  width: auto;
  height: auto;
  float: none;
}
#pdp #rewardsMain {
  overflow: hidden;
}
#pdp #rewardsMain .rewards-wrap {
  white-space: nowrap;
}
#pdp #rewardsMain .rewards-wrap img {
  padding: 0 10px;
}
#pdp #rewardsMain .rewards {
  float: left;
  margin: 0 0 0 4px;
}
#pdp .rewardsSub2 {
  display: none;
  max-width: 560px;
  overflow: hidden;
  max-height: 58px;
}
#pdp .viewAllCertificate {
  float: left;
  display: block;
  clear: left;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}
#pdp .cartPanel {
  display: block;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  float: left;
  padding: 24px 0 24px 0;
  margin-top: 10px;
}
#pdp .cartPanel .quantity {
  float: left;
  width: 20%;
  font-size: 13px;
}
#pdp .cartPanel .quantity input {
  width: 50px;
}
#pdp .buttonPanel {
  float: right;
}
#pdp .buttonPanel .btn {
  display: block;
  margin: 4px 0 4px 4px;
  width: 260px;
}
#pdp .availability {
  float: left;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}
#pdp .availability .price {
  font-size: 30px;
}
#pdp .shortDescription {
  margin-bottom: 10px;
}
#pdp .servicePanel {
  padding: 10px 0 10px 0;
  float: left;
}
#pdp .servicePanel .partner {
  background-color: #eaeaea;
  color: #000000;
  width: 286px;
}
#pdp .cta {
  float: left;
  width: 70%;
}
#pdp .cta div.quanity {
  width: 30%;
}
#pdp .cta div.button-group {
  width: 60%;
  float: right;
}
#pdp .cta div.form-group {
  vertical-align: top;
}
#pdp .cta label {
  display: block;
}
#pdp .cta input.qty {
  width: 50px;
}
#pdp .cta button.btn,
#pdp .cta input.btn,
#pdp .cta a.btn {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 0;
}
#pdp .cta .calltoAction {
  float: right;
  width: 60%;
}
#pdp .cta.noprice-nocart {
  width: 100%;
}
#pdp .cta.noprice-nocart .shortDescription {
  float: left;
  width: 50%;
}
#pdp .cta.noprice-nocart .calltoAction {
  float: left;
  margin-left: 5%;
  width: 45%;
}
#pdp .cta.noprice-nocart .includes {
  clear: both;
}
#pdp .status-small {
  font-size: 11px;
}
#pdp .contentLeft {
  width: 40%;
  margin-bottom: 15px;
}
#pdp .contentLeft .product {
  position: relative;
    text-align: center;
    display: block;
    height: 300px;
    width: 300px;
    margin: 0;
    border: 1px solid #e0e0e0;
    float: left;
}
#pdp .contentLeft .vertical-carousel {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#pdp .socialMediaPanel {
  display: block;
  float: left;
  padding: 0 20px;
  width: 100%;
}
#pdp .socialMediaLeft {
  margin: 0 0 0 20px;
  display: inline-block;
  width: 64%;
}
#pdp .socialMediaLeft span {
  float: left;
  margin-right: 20px;
}
#pdp .socialMediaRight {
  float: right;
}
#pdp ul.socialMedia,
#pdp ul.shareDetails {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pdp ul.socialMedia li,
#pdp ul.shareDetails li {
  display: inline-block;
  list-style: none;
}
#pdp .previews {
  float: left;
  width: 70px;
  margin-right: 10px;
}
#pdp .previews a {
  border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    height: 68px;
    width: 68px;
    display: block;
    background-color: #ffffff;
    position: relative;
    text-align: center;
}
#pdp .previews a:hover,
#pdp .previews .gallery,
#pdp .previews a.selected {
  border: 2px solid #e0e0e0;
}
#pdp .viewAllOptional {
  float: right;
  margin-top: 20px;
}
#pdp .relatedProdPanel {
  float: left;
  width: 100%;
}
#pdp .relatedProdPanel h2 {
  float: left;
  font-size: 18px;
  color: #4fa600;
  font-weight: bold;
}
#pdp .relatedProdPanel .carousalContent {
  border-top: 2px solid #e0e0e0;
  float: left;
  width: 100%;
}
#pdp .tab-content {
  border: 1px solid #cccccc;
  border-top: 0;
}
#pdp .tab-content .shareReview {
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
#pdp .tab-content .socialMedia {
  display: inline-block;
  padding: 0 0 0 4px;
  float: left;
}
#pdp .tab-content .socialMedia li {
  float: left;
  margin-right: 4px;
}
#pdp .tab-content .table-odd,
#pdp .tab-content .table-normal {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#pdp .tab-content .table-odd li:nth-child(2n+1) {
  background-color: #eaeaea;
}
#pdp .tab-content .table-normal li {
  border-top: 1px solid #eaeaea;
}
#pdp .tab-content .table-normal li:first-child {
  border-top: 0;
}
#pdp .tab-content .doc-cont {
  font-size: 13px;
  margin: 5px 0 5px 0;
}
#pdp .tab-content .doc-highlight-cont {
  font-size: 13px;
  margin: 5px 15px;
  padding: 15px 0;
  text-align: center;
  background-color: #eaeaea;
  width: 913px;
}
#pdp .tab-content .btm-line {
  height: 1px;
  /* margin:5px 0; */
  background-color: #eaeaea;
  display: block;
  margin: 0 30px;
  clear: both;
}
#pdp .tab-content .rating-review-block .btm-line {
  margin-top: 10px;
}
#pdp .tab-content .rating-review-block .rating-review .overall {
  border-right: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-top: 10px;
}
#pdp .tab-content .rating-review-block .rating-review .overall p {
  margin-bottom: 5px;
}
#pdp .tab-content .rating-review-block .rating-review .review {
  padding-top: 10px;
}
#pdp .tab-content .tab-pane {
  padding: 10px;
}
#pdp .tab-content .tab-pane h4 {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
}
#pdp .tab-content .tab-pane ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#pdp .tab-content .tab-pane .btm-line {
  padding-right: 30px;
  max-width: 862px;
}
#pdp .tab-content .tab-pane .btm-line-custom {
  height: 2px;
  background-color: #e0e0e0;
}
#pdp .tab-content .tab-pane .thumbnail {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
}
#pdp .tab-content .tab-pane .top-margin {
  margin: 15px 0;
}
#pdp .tab-content .tab-pane .option_tab a,
#pdp .tab-content .tab-pane .option_tab .part-no,
#pdp .tab-content .tab-pane .option_tab .price {
  font-weight: bold;
  margin-bottom: 5px;
}
#pdp .tab-content .tab-pane .option_tab a.btn {
  font-weight: normal;
}
#pdp .tab-content .tab-pane h4 {
  font-size: 16px;
}
#pdp .tab-content .tab-pane h5 {
  background-color: #4fa600;
  color: #ffffff;
  padding: 3px 5px;
}
#pdp .tab-content .tab-pane .header-row {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  margin-top: 20px;
}
#pdp .tab-content .tab-pane .td-head {
  background-color: #336699;
  padding: 5px 0;
  color: white;
}
#pdp .tab-content .tab-pane .header-col {
  font-size: 16px;
  font-weight: bold;
}
#pdp .tab-content .tab-pane .td-head .header-col {
  font-size: 14px;
}
#pdp .tab-content .tab-pane .tab-content-wrap-heading h2 {
  font-size: 16px;
  font-weight: bold;
  color: #4fa600;
}
#pdp .tab-content .tab-pane .content-row-highlight {
  background-color: #e0e0e0;
  margin-top: 10px;
  padding: 20px 0;
}
#pdp .tab-content .tab-pane .content-row {
  padding: 10px 0;
}
#pdp .tab-content .tab-pane .tab-content-wrap {
  padding: 0 20px;
}
#pdp .tab-content .tab-pane#ratings h4,
#pdp .tab-content .tab-pane#options h4 {
  border-bottom: none;
}
#pdp .tab-content .prod-distribution h5 {
  color: #626469;
  background-color: #ffffff;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  padding-left: 0;
}
#pdp .tab-content .prod-distribution p {
  font-weight: normal;
}
#pdp .techspecs h4 {
  padding-top: 40px;
}
#pdp .techspecs div.row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}
#pdp .techspecs div[class*="col-md"] {
  padding: 10px;
}
#pdp .nav-tabs {
  border-bottom: 3px solid #4fa600;
}
#pdp .nav-tabs li a {
  background-color: #eaeaea;
  margin-right: 2px;
  margin-bottom: 1px;
  border-radius: 0;
  color: #626469;
  min-width: 144px;
  padding: 10px 5px;
  text-align: center;
}
#pdp .nav-tabs li.active a {
  border: 1px solid #4fa600;
}
#pdp .nav-tabs > li.active > a,
#pdp .nav-tabs > li.active > a:hover,
#pdp .nav-tabs > li.active > a:focus {
  background-color: #4fa600;
  color: #ffffff;
}
/*Styles for model -  view all certifications*/
#allCertifications .modal-body {
  float: left;
}
#allCertifications .certificateContainer .rewards {
  float: left;
  margin: 4px;
}
/*Styles for model*/
#addtowishList .modal-dialog {
  width: 866px;
  min-height: 570px;
}
#addtowishList .modal-dialog .productPanel {
  padding: 30px 25px 30px 25px;
  clear: both;
  overflow: hidden;
}
#addtowishList .modal-dialog .product,
#addtowishList .modal-dialog .prod-data {
  float: left;
  margin-right: 25px;
}
#addtowishList .modal-dialog .sku {
  margin-bottom: 5px;
}
#addtowishList .modal-dialog .price {
  float: right;
}
#addtowishList .modal-dialog .relatedproductPanel {
  float: left;
  width: 100%;
}
#addtowishList .modal-dialog .relatedproductPanel .btn-primary {
  float: left;
  margin-top: 4px;
}
#addtowishList .modal-dialog span {
  font-size: 18px;
  margin-right: 10px;
}
#addtowishList .modal-dialog span .noofitem {
  font-size: 12px;
}
#addtowishList .modal-dialog h4 {
  font-size: 18px;
  margin-top: 0;
  color: #4fa600;
}
#addtowishList .modal-dialog .prod-data {
  max-width: 374px;
  min-width: 374px;
}
#addtowishList .modal-dialog .prod-data .prod-desc {
  max-width: 374px;
}
#addtowishList .modal-dialog .price {
  font-weight: bold;
  font-size: 18px;
}
#addtowishList .modal-dialog .modal-footer {
  clear: left;
}
#addtowishList .modal-dialog .container {
  float: left;
  width: 1000px !important;
  max-width: none !important;
}
#addtowishList .modal-dialog div.content-panel {
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
#addtowishList .modal-dialog .server-failure-panel {
  font-size: 18px;
  color: #e03007;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
#addtowishList .modal-dialog .col-md-11 {
  width: 83%;
}
#addtowishList .modal-dialog div.slider span.product-sku {
  min-height: 85px;
  word-break: break-all;
}
#loginModal .modal-dialog {
  width: 866px;
  min-height: 570px;
}
#loginModal .modal-dialog .relatedproductPanel {
  float: left;
  width: 100%;
}
#loginModal .modal-dialog .relatedproductPanel .btn-primary {
  float: left;
  margin-top: 4px;
}
#loginModal .modal-dialog span {
  font-size: 18px;
  margin-right: 10px;
}
#loginModal .modal-dialog span .noofitem {
  font-size: 12px;
}
#loginModal .modal-dialog h4 {
  font-size: 18px;
  margin-top: 0;
  color: #4fa600;
}
#loginModal .modal-dialog .prod-data .prod-desc {
  max-width: 374px;
}
#loginModal .modal-dialog .modal-footer {
  clear: left;
}
#loginModal .modal-dialog .container {
  float: left;
  width: 1000px !important;
  max-width: none !important;
}
#loginModal .modal-dialog div.content-panel {
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
#loginModal .modal-dialog .server-failure-panel {
  font-size: 18px;
  color: #fa0219;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
#loginModal .modal-dialog .col-md-11 {
  width: 83%;
}
#loginModal .modal-dialog .product,
#loginModal .modal-dialog .prod-data,
#loginModal .modal-dialog .sku,
#loginModal .modal-dialog .price {
  float: left;
  margin: 30px 25px 30px 25px;
}
#loginModal .modal-dialog .sku,
#loginModal .modal-dialog .price {
  font-weight: bold;
  font-size: 18px;
}
#writeReview {
  border: none;
}
#writeReview .modal-dialog {
  min-width: 810px;
  overflow-y: auto;
  max-height: 80%;
}
#writeReview .success-header,
#writeReview .success-footer {
  display: none;
}
#writeReview h2 {
  font-size: 18px;
  color: #4fa600;
  margin-left: 10px;
}
#writeReview .modal-body {
  padding: 0;
}
#writeReview .modal-content,
#writeReview .modal-footer {
  border: none;
}
#writeReview .productRatings,
#writeReview .yourOpinion,
#writeReview .aboutYou,
#writeReview .aboutAPC,
#writeReview .success-main {
  border: 1px solid #e0e0e0;
  float: left;
  width: 96%;
  padding: 10px;
  margin: 10px;
}
#writeReview .productRatings h4,
#writeReview .yourOpinion h4,
#writeReview .aboutYou h4,
#writeReview .aboutAPC h4,
#writeReview .success-main h4 {
  background-color: #87d300;
  font-size: 14px;
  width: 102.8%;
  color: #ffffff;
  padding: 10px 0 10px 10px;
  margin: -10px -10px 10px -10px;
}
#writeReview .productRatings h4 {
  background-color: #00962d;
}
#writeReview .aboutAPC .rate-range {
  padding-left: 0;
}
#writeReview .aboutAPC .recommand label {
  padding-left: 0;
}
#writeReview .aboutAPC .radio {
  float: left;
}
#writeReview .aboutAPC .radio input[type="radio"] {
  position: absolute;
  margin-left: -1px;
  margin-top: 16px;
}
#writeReview .aboutAPC .radio label {
  min-height: 20px;
  padding-left: 0;
  padding-right: 32px;
}
#writeReview .aboutAPC .radio .col-md-7 {
  padding-left: 0;
  float: left;
}
#writeReview .review-nav {
  float: left;
}
#writeReview .review-nav a {
  margin-right: 10px;
}
#writeReview .product-rating .control-label {
  padding-left: 0;
}
#writeReview .product-rating .radio {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
#writeReview .review-desc {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#writeReview .review-desc .pull-right {
  margin-right: 40px;
}
#writeReview .review-success {
  display: none;
}
#submitReview .modal-dialog {
  min-width: 670px;
}
#submitReview .modal-dialog .ReviewDetails {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
#submitReview .modal-dialog .ProductReview {
  border-right: 1px solid #e0e0e0;
}
#submitReview .modal-dialog .review-nav {
  float: left;
  margin-top: 10px;
}
#submitReview .modal-dialog .pull-right {
  margin-top: 10px;
}
.clear {
  clear: both;
}
.vertical-carousel .carousel.inner .active {
  top: 0;
}
.vertical-carousel .carousel.inner .next {
  top: 25%;
}
.vertical-carousel .carousel.inner .prev {
  top: -25%;
}
.vertical-carousel .carousel.inner .next.left,
.vertical-carousel .carousel.inner .prev.right {
  top: 0;
}
.vertical-carousel .carousel.inner .active.left {
  top: -25%;
}
.vertical-carousel .carousel.inner .active.right {
  top: 25%;
}
.vertical-carousel .carousel.inner .item {
  left: 0;
}
.vertical-carousel .carousel-indicators .active {
  position: absolute;
  top: 12% !important;
  width: 68px;
  height: 55px;
  background: #222;
}
.vertical-carousel .carousel-control {
  position: relative;
  width: 25px;
  height: 10px;
  font-size: 30px !important;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  background: #222;
  /* -webkit-border-radius: 23px; */
  -moz-border-radius: 23px;
  opacity: 1;
  filter: alpha(opacity=50);
  display: block;
  margin: 0 auto;
  padding: 0;
}
.vertical-carousel .carousel-control.left {
  background: #ffffff url(/static/images/up.png) no-repeat 0px -8px;
  margin-bottom: 5px;
  background-size: 100%;
}
.vertical-carousel .carousel-control.right {
  background: #ffffff url(/static/images/down.png) no-repeat 0px -8px;
  margin-top: 5px;
  background-size: 100%;
}
.vertical-carousel .carousel {
  height: 100%;
  margin-bottom: 0;
}
.vertical-carousel .carousel-indicators-top {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.vertical-carousel .carousel-indicators-top li {
  background: #333333;
}
.vertical-carousel .carousel-indicators-top .active {
  background: #333333;
}
.vertical-carousel .vertical .carousel-inner {
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  width: 68px;
  height: auto;
  min-height: 270px;
}
.vertical-carousel .carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
  left: 0;
}
.vertical-carousel .carousel.vertical .item .span3:last-child .small-thumbnail {
  margin-bottom: 0;
}
.vertical-carousel .single-container {
  position: relative;
  text-align: center;
  display: block;
  height: 300px;
  width: 300px;
  margin: 0 auto 0 12px;
  border: 1px solid #e0e0e0;
}
.vertical-carousel .single-container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vertical-carousel .small-thumbnail {
  border: 1px solid #e0e0e0;
  height: 66px;
  width: 66px;
  margin: 0 0 2px 0;
  display: block;
  background-color: #ffffff;
  padding: 2px;
  position: relative;
  text-align: center;
  /* width:100%;
        height:100%;*/
}
.vertical-carousel .small-thumbnail.active {
  border: 1px solid #4fa600;
}
.vertical-carousel .small-thumbnail img {
  display: inline-block;
  height: auto;
  /* margin: 0 auto; */
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* ******************** Shopping Cart ******************** */
#promotional-rail {
  margin: 10px 0;
}
#promotional-rail .promo {
  border: 1px solid #e4e7bc;
  padding: 10px;
  text-align: center;
  background: #f0f2d2;
}
#promotional-rail .promo p {
  margin: 0;
}
#promotional-rail .promo strong {
  color: #4fa600;
}
#promotional-rail .promo .item {
  display: none;
}
#promotional-rail .promo .active {
  display: block;
}
#promotional-rail div.promo-details {
  display: none;
}
#shopping-cart .buy-partner {
  text-transform: uppercase;
}
#shopping-cart .utilities {
  margin-bottom: 10px;
}
#shopping-cart table.apc-table {
  border-collapse: separate;
  border-spacing: 1px;
}
#shopping-cart table.apc-table td {
  padding-bottom: 20px;
  padding-top: 20px;
}
#shopping-cart table.apc-table td div {
  float: left;
}
#shopping-cart table.apc-table td div.product-image {
  margin-right: 3%;
  width: 30%;
}
#shopping-cart table.apc-table td div.product-desc {
  width: 67%;
}
#shopping-cart form .txt-quantity {
  text-align: center;
}
#shopping-cart form .btn-remove-item,
#shopping-cart form .btn-move-item {
  padding-left: 0;
  padding-right: 0;
}
#shopping-cart .btn-link {
  font-size: 12px;
}
#shopping-cart .btn-link[disabled] {
  color: #626469;
}
#shopping-cart div.data-promo-code div.row {
  margin-bottom: 10px;
}
#shopping-cart div.data-promo-code input.btn-remove-promocode {
  padding: 0;
}
#shopping-cart div.order-summary hr {
  border-color: #cccccc;
  margin: 5px 0 10px;
}
#shopping-cart div.order-summary a#lnkEDT {
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0;
}
#shopping-cart div.order-summary input#btnEDT {
  font-weight: bold;
  padding: 0;
}
#shopping-cart div.order-summary form label.control-label {
  padding-right: 0;
}
#shopping-cart div.order-summary form[name="form-promo-code"] label {
  display: block;
}
#shopping-cart div.order-summary form[name="form-promo-code"] div.wrapper {
  float: left;
  position: relative;
  width: 50%;
}
#shopping-cart div.order-summary form[name="form-promo-code"] input[type="submit"] {
  float: right;
  width: 45%;
}
#shopping-cart div.order-summary div.row,
#shopping-cart div.order-summary div.form-group {
  margin-left: 0;
  margin-right: 0;
}
#shopping-cart div.order-summary div[class*="col-md-"],
#shopping-cart div.order-summary label[class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
#shopping-cart div.cross-up-sell {
  visibility: hidden;
}
#shopping-cart div.cross-up-sell span.product-sku {
  height: 75px;
  overflow: hidden;
}
div#related-products span {
  font-weight: bold;
  display: block;
}
div#related-products span.product-sku {
  word-break: break-all;
}
div#related-products .related-title {
  min-height: 60px;
}
@media print {
  /* Hide everything unneeded */
  header#global-header,
  div#main-navigation,
  div#breadcrumb-navigation,
  div#left-navigation,
  p.continue-shopping {
    display: none;
  }
  /*
   * Bootstrap uses 'col-md-' for devices with min-width: 992px 
   * These will not be available in the print version
   * Reference: http://stackoverflow.com/questions/19948474/bootstrap-3-print-layout-and-breaks-after-each-grid-column
   */
  [class*="col-md-"] {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  /* 
   * Hide links url's
   */
  a[href]:after {
    content: none;
  }
  /*
   * Table related styles
   */
  table.table.apc-table thead th {
    background: #f4f4f4 !important;
  }
  table.table.apc-table td,
  table.table.apc-table th {
    border-bottom: 1px solid #cccccc !important;
  }
}
/* ******************** Mini Cart ******************** */
/*
 * stack order: block-page-cart (1001) -> mini-cart (1002) -> view-cart (1003)
 * clicking on 'view-cart' takes user to the Shopping Cart Page.
 * clicking on the 'block-page-cart' will close the 'mini-cart'
 */
header#global-header li#view-cart {
  border: 1px solid transparent !important;
}
header#global-header li#view-cart.open {
  background: #ffffff;
  border-color: #cccccc #cccccc #ffffff #cccccc !important;
  border-style: solid solid transparent solid !important;
  border-width: 1px !important;
  border-radius: 3px 3px 0 0;
  margin-top: 0;
  z-index: 1003;
}
header#global-header li#view-cart.open a {
  padding: 5px 9px 10px 10px;
}
header#global-header li#view-cart a {
  border-right: none;
}
#mini-cart {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px 0 5px 5px;
  display: none;
  font-size: 11px;
  padding: 10px 10px 0;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 400px;
  z-index: 1002;
  /* CSS for the new MiniCart Markup : start */
  /* CSS for the new MiniCart Markup : end */
}
#mini-cart hr {
  margin: 10px 0;
}
#mini-cart div[class*="col-md-"] {
  padding-bottom: 3px;
}
#mini-cart .buttons-row,
#mini-cart .subtotal-row {
  margin-bottom: 10px;
}
#mini-cart .buttons-row a,
#mini-cart .subtotal-row a,
#mini-cart .buttons-row .glyphicon,
#mini-cart .subtotal-row .glyphicon {
  color: #336699;
}
#mini-cart .buttons-row a,
#mini-cart .subtotal-row a {
  margin-top: 10px;
}
#mini-cart .details a {
  display: block;
  margin-bottom: 3px;
}
#mini-cart .details a:hover {
  text-decoration: underline;
}
#mini-cart .details strong.product-name {
  display: block;
  margin-bottom: 3px;
}
#mini-cart .minicart-info-panel {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  padding: 5px 5px 5px 20px;
  position: relative;
}
#mini-cart .minicart-info-panel span.glyphicon {
  position: absolute;
  top: 8px;
  left: 5px;
}
#mini-cart a {
  border: none;
  margin: 0;
  padding: 0;
}
#mini-cart .item-row:before,
#mini-cart .item-row:after {
  content: " ";
  display: table;
}
#mini-cart .item-row:after {
  clear: both;
}
#mini-cart .item-col {
  float: left;
}
#mini-cart .product-image {
  width: 29%;
  margin-right: 1%;
}
#mini-cart .product-details {
  width: 70%;
}
#mini-cart .product-details span {
  color: #4fa600;
}
#mini-cart .product-details span.vat-text {
  color: #626469;
}
#mini-cart .product-details .col-1 {
  margin-right: 3%;
  width: 72%;
}
#mini-cart .product-details .col-2 {
  text-align: right;
  width: 25%;
}
#mini-cart .subtotal-row > .item-col,
#mini-cart .buttons-row > .item-col {
  width: 50%;
}
#block-page-cart {
  background: transparent;
  display: none;
  left: 0;
  position: fixed;
  opacity: 0.90;
  top: 0;
  z-index: 1001;
}
/* ******************** Mini Cart: End ******************** */
/* ******************** Product Search ******************** */
#search-panel {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 25px 20px 15px;
}
#search-panel form input,
#search-panel form select {
  margin-bottom: 10px;
}
#search-panel form div.search-part-number,
#search-panel form div.search-product-name,
#search-panel form div.search-voltage,
#search-panel form div.search-watts {
  display: none;
}
#search-panel form label {
  font-size: 18px;
  font-weight: normal;
}
#search-panel form label.custom-label {
  margin-top: -4px;
}
@media (min-width: 992px) {
  #search-panel form {
    width: 100%;
  }
  #search-panel form > label {
    float: left;
    margin-right: 2%;
    margin-top: 3px;
    width: 15%;
  }
  #search-panel form > .btn {
    width: 10%;
  }
  #search-panel form > div {
    float: left;
    margin-right: 2%;
  }
  #search-panel form > div.search-type {
    width: 28%;
  }
  #search-panel form > div.search-type select {
    width: 100%;
  }
  #search-panel form > div.search-box {
    width: 40%;
    position: relative;
  }
  #search-panel form > div.search-box .error-tooltip {
    position: absolute;
    top: auto;
    width: 100%;
  }
  #search-panel form div.search-keyword input,
  #search-panel form div.search-part-number input,
  #search-panel form div.search-product-name input {
    width: 100%;
  }
  #search-panel form .search-data-wrap {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 2px;
  }
  #search-panel form .search-data-wrap input,
  #search-panel form .search-data-wrap select {
    width: 100%;
  }
}
.search-info {
  color: #4fa600;
}
.search-info.resultlist a {
  display: block;
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: bold;
}
h3.search-info {
  line-height: 1.1;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
/* ******************** Search Result ******************** */
.list-view {
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-view.highlight {
  background-color: #eaeaea;
}
.list-view .img-holder {
  float: left;
  height: 100px;
  margin-right: 10px;
  text-align: center;
  width: 100px;
}
.list-view .details-holder {
  width: 470px;
  float: left;
  margin-top: 10px;
}
.list-view .details-holder p {
  margin: 0 0 10px;
}
.list-view .price-holder {
  width: 185px;
  float: left;
  padding-left: 15px;
}
.list-view .thumbnail {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
}
.list-view .top-margin {
  margin: 15px 0;
}
.list-view .option_tab a,
.list-view .option_tab .part-no,
.list-view .option_tab .price {
  font-weight: bold;
  margin-bottom: 5px;
}
.promoted {
  background-color: #eaeaea;
  padding-top: 10px;
}
.result-count {
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
}
.didyoumean {
  font-size: 16px;
  padding: 20px 0;
}
.didyoumean span {
  color: red;
}
.no-result h3.section-header {
  margin: 10px 0 5px;
}
.no-result ul.suggestion li {
  margin: 10px 0 10px;
}
.current-refinements {
  background-color: #eaeaea;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.current-refinements ul {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.current-refinements ul li {
  list-style: none;
  font-weight: bold;
}
.current-refinements ul li ul {
  padding-left: 0;
  padding-bottom: 10px;
}
.current-refinements ul li ul li {
  display: block;
  height: 20px;
  font-weight: normal !important;
}
.current-refinements ul li ul li div,
.current-refinements ul li ul li a {
  padding: 0;
  color: #626469;
  text-decoration: none;
}
.refine h5 {
  padding: 4px 0;
  font-weight: bold;
  margin: 10px 0;
  font-size: 14px;
  color: #626469;
}
.refine .panel-default {
  border: 0;
}
.refine .panel-default .panel-heading {
  background-color: #eaeaea;
  border-radius: 0;
  position: relative;
}
.refine .panel-default .panel-title {
  color: #626469;
  font-size: 14px;
}
.refine .panel-default .panel-title a {
  color: #626469 !important;
  text-decoration: none;
  display: block;
  font-weight: 500;
}
.refine .panel-default .panel-title a div {
  float: right;
  display: inline-block;
}
.refine .panel-body {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.refine .panel-body ul {
  margin: 0;
  padding: 0;
}
.refine .panel-body li {
  list-style: none;
}
.refine .panel-body li div {
  padding: 3px;
}
#apc-step-nav {
  /* reset */
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fcfcfc;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
}
#apc-step-nav li {
  float: left;
}
#apc-step-nav li:first-child a {
  /*border-radius: 5px 0 0 5px;*/
  padding-left: 16px;
}
#apc-step-nav a {
  background-color: #ffffff;
  color: #626469;
  float: left;
  padding: 15px 100px 15px 32px;
  position: relative;
  text-decoration: none;
}
#apc-step-nav a::after,
#apc-step-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border-top: 26px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 16px solid transparent;
  right: -16px;
}
#apc-step-nav a::after {
  z-index: 2;
  border-left-color: #ffffff;
}
#apc-step-nav a::before {
  border-left-color: #ccc;
  right: -17px;
  z-index: 1;
}
#apc-step-nav.basic-theme {
  background: none;
  border: 0;
  box-shadow: none;
  text-align: center;
}
#apc-step-nav.basic-theme li {
  width: 33.333%;
}
#apc-step-nav.basic-theme li:first-child a {
  padding-left: 0;
}
#apc-step-nav.basic-theme .badge {
  width: 20px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#apc-step-nav.basic-theme a {
  color: #626469;
  display: block;
  float: none;
  padding: 0;
}
#apc-step-nav.basic-theme a::after,
#apc-step-nav.basic-theme a::before {
  content: none;
}
#apc-step-nav.basic-theme a.current {
  background: none;
  color: #4fa600;
}
#apc-step-nav.basic-theme a.current span {
  background: #4fa600;
  color: #ffffff;
}
#apc-step-nav.basic-theme a.enabled:hover {
  background: none;
  color: #4fa600;
}
#apc-step-nav.basic-theme a.enabled:hover span {
  background: #4fa600;
  color: #ffffff;
}
#apc-step-nav.basic-theme a.disabled {
  background: none;
  color: #eaeaea;
}
#apc-step-nav.basic-theme a.disabled span {
  background: #f4f4f4;
}
#apc-step-nav.clean-theme {
  border: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 10px;
}
#apc-step-nav.clean-theme > li {
  width: 33.333%;
  text-transform: uppercase;
}
#apc-step-nav.clean-theme .badge {
  margin-right: 5px;
  padding: 4px 7px;
}
#apc-step-nav.clean-theme a {
  background: transparent;
}
#apc-step-nav.clean-theme .current {
  background: none;
  color: #000000;
}
#apc-step-nav.clean-theme .current span {
  background-color: #000000;
  color: #ffffff;
}
#apc-step-nav.clean-theme .current:hover {
  background: transparent;
  color: #000000;
}
#apc-step-nav.clean-theme .current:hover span {
  background: #000000;
  color: #ffffff;
}
#apc-step-nav.clean-theme a {
  padding-right: 10px;
  padding-left: 0;
}
#apc-step-nav.clean-theme a:first-child {
  padding-left: 0;
}
#apc-step-nav.clean-theme a:after,
#apc-step-nav.clean-theme a:before {
  display: none;
}
#apc-step-nav .current,
#apc-step-nav .enabled:hover {
  background: #4fa600;
  color: #ffffff;
}
#apc-step-nav .current::after,
#apc-step-nav .enabled:hover::after {
  border-left-color: #4fa600;
}
#apc-step-nav .current span,
#apc-step-nav .enabled:hover span {
  background-color: #FFF;
  color: #626469;
}
div#checkout h1.page-header {
  margin: 10px 0 0 0;
  border-bottom: none;
}
div#checkout h2.page-sub-header {
  margin: 10px 0 0 0;
}
div#checkout h3.section-header {
  font-weight: normal;
}
div#checkout h3.section-header span.glyphicon {
  color: #626469;
  font-size: 12px;
}
div#checkout div.no-radio {
  padding-left: 15px;
}
div#checkout div.link-section a {
  margin-right: 10px;
  margin-top: 10px;
}
div#checkout form input[type="checkbox"],
div#checkout form input[type="radio"] {
  margin-top: 1px;
}
div#checkout div.order-details-panel {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 20px 0;
}
div#checkout div.order-details-panel hr {
  margin: 10px 0;
}
div#checkout div.order-summary {
  margin: 0 0 20px 0;
}
div#checkout div.details a,
div#checkout div.details span.sku {
  display: block;
  margin-bottom: 5px;
}
div#checkout div.details-left span,
div#checkout div.details-left img {
  display: inline-block;
  margin-right: 10px;
}
div#checkout div.details-right {
  text-align: right;
}
div#checkout div.details-right span {
  display: inline-block;
  margin-left: 10px;
}
div#checkout .shipping-information div.column,
div#checkout .payment-information div.column {
  float: left;
  padding: 0 10px;
  margin: 10px 0;
  min-height: 100px;
  width: 50%;
}
div#checkout .shipping-information div.double-border-right,
div#checkout .payment-information div.double-border-right {
  border-right: 1px solid #cccccc;
  box-shadow: 1px 0 0 #ffffff;
}
div#checkout .shipping-information div.double-border-bottom,
div#checkout .payment-information div.double-border-bottom {
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 0 #ffffff;
}
div#checkout div.ship-order input[type="radio"],
div#checkout div.select-creditcard input[type="radio"] {
  margin-top: 2px;
}
div#checkout div.ship-order .address,
div#checkout div.select-creditcard .address {
  line-height: 20px;
  margin-bottom: 20px;
}
div#checkout div.ship-order .address form,
div#checkout div.select-creditcard .address form {
  display: inline-block;
}
div#checkout div.ship-order .address a,
div#checkout div.select-creditcard .address a,
div#checkout div.ship-order .address .btn-link,
div#checkout div.select-creditcard .address .btn-link {
  color: #336699;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}
div#checkout div.ship-order span.glyphicon,
div#checkout div.select-creditcard span.glyphicon {
  color: #4fa600;
}
div#checkout div.tab-content div.row {
  margin-bottom: 10px;
}
div#checkout .utilities a.email-confirmation,
div#checkout .utilities span.print {
  color: #626469;
  text-decoration: none;
  display: block;
  margin: 0;
}
div#checkout .utilities .glyphicon {
  color: #4fa600;
  margin: 0;
}
#mdlAddAddress form input[type="checkbox"],
#mdlEditAddress form input[type="checkbox"],
#mdlAddPaymentMethod form input[type="checkbox"],
#mdlAddAddress form input[type="radio"],
#mdlEditAddress form input[type="radio"],
#mdlAddPaymentMethod form input[type="radio"] {
  margin-top: 1px;
}
#mdlAddAddress .wrapper,
#mdlEditAddress .wrapper,
#mdlAddPaymentMethod .wrapper {
  max-height: 585px;
  overflow-x: hidden;
  overflow-y: auto;
}
/*Tax modal styles*/
#mdlTaxExcemption .taxExcemption {
  display: none;
}
#mdlTaxExcemption .modal-footer {
  border: none;
}
#mdlTaxExcemption .vat-excem,
#mdlTaxExcemption tax-excem {
  border: 1px solid #cccccc;
  padding: 10px 0 10px 0;
}
#mdlTaxExcemption .error-message {
  color: #e03007;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}
/* ******************** auto suggest styles ******************** */
.dimSearchSuggContainer {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFF;
  border: #eaeaea thin solid;
  font-family: sans-serif;
  font-size: 13px;
  z-index: 9999;
}
.dimSearchSuggContainer .title {
  color: #626469;
  width: 98%;
  padding-left: 8px;
  padding-right: 5px;
}
.dimSearchSuggContainer .dimRoots {
  color: #626469;
  font-weight: bold;
  background: #eaeaea;
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 5px;
}
.dimSearchSuggContainer .dimResult {
  cursor: pointer;
  font-size: 12px;
}
.dimSearchSuggContainer .dimResult table {
  width: 98%;
  border-collapse: separate;
}
.dimSearchSuggContainer .dimResult table td {
  text-align: left;
  padding: 0;
}
.dimSearchSuggContainer .dimResult a {
  color: #000000;
}
.dimSearchSuggContainer .dimResult .link {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
}
.dimSearchSuggContainer .dimResult .link span {
  color: #dba144;
  font-weight: bold;
}
.dimSearchSuggContainer .dimResult img {
  width: 36px;
  height: 35px;
  border: #eaeaea thin solid;
}
.dimSearchSuggContainer .selected .link {
  background-color: #eaeaea;
}
/* ******************** Trade Ups Module ******************** */
.mod-trade-ups .btn-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-trade-ups .table {
  border: solid 1px #cccccc;
}
.mod-trade-ups .table tr td {
  background: #ffffff;
}
.mod-trade-ups .table .new-row td {
  background: #eaeaea;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.mod-trade-ups .table .error-tooltip {
  position: absolute;
  top: auto;
  margin-top: 8px;
  padding: 4px;
}
.mod-trade-ups .col-1 {
  width: 26%;
}
.mod-trade-ups .col-2 {
  width: 20%;
}
.mod-trade-ups .col-3 {
  width: 21%;
}
.mod-trade-ups .col-4 {
  width: 16%;
}
.mod-trade-ups .col-5 {
  width: 15%;
}
.mod-trade-ups .col-6 {
  width: 1%;
}
.mod-trade-ups .col-7 {
  width: 1%;
}
.mod-trade-ups .popup-list {
  padding-left: 18px;
}
.mod-trade-ups .popup-list li {
  margin-bottom: 10px;
}
.mod-trade-ups .popup-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.mod-trade-ups .reset {
  margin-right: 15px;
}
.mod-trade-ups .btn {
  text-transform: none;
  /* margin-left: 10px; */
}
.mod-trade-ups .btn-primary.disabled {
  border: solid 1px transparent;
  background: #a1a1a1;
}
.mod-trade-ups .remove-btn {
  cursor: pointer;
}
.mod-trade-ups .alert {
  margin-bottom: 10px;
  padding: 10px;
}
.mod-trade-ups .alert a {
  text-decoration: underline;
  font-weight: bold;
}
.mod-trade-ups .info-panel {
  padding: 14px;
  background: #eaeaea;
  margin-bottom: 10px;
  border: solid 1px #eaeaea;
  font-weight: bold;
}
.mod-trade-ups .info-panel .desc {
  padding-top: 11px;
}
.mod-trade-ups .info-panel select {
  margin-top: 5px;
}
.mod-trade-ups div.banner {
  background: #eaeaea;
  margin: 20px 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.mod-trade-ups div.banner p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.mod-trade-ups div.banner a {
  float: right;
  width: 100%;
  background-color: #00962d;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.mod-trade-ups div.banner a:hover {
  text-decoration: none;
}
.mod-trade-ups .range-bar {
  margin-bottom: 5px;
  margin-top: 25px;
  border-bottom: solid 1px #626469;
  position: relative;
}
.mod-trade-ups .handle {
  width: 10px;
  height: 10px;
  background: #626469;
  display: block;
  position: absolute;
  top: -5px;
  border-radius: 10px;
  -webkit-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
}
.mod-trade-ups .info-small {
  color: #c0c0c0;
}
.mod-trade-ups .range-selector {
  margin-top: 8px;
}
.mod-trade-ups .range-selector.min .handle {
  background: #4fa600;
}
.mod-trade-ups .range-selector.min .min-val {
  color: #4fa600;
}
.mod-trade-ups .range-selector.max .handle {
  background: #e03007;
}
.mod-trade-ups .range-selector.max .max-val {
  color: #e03007;
}
.mod-trade-ups .link span {
  margin-right: 5px;
}
.mod-trade-ups .update-weight-txt {
  max-width: 45px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
#apc-footer {
  background: #f4f4f4;
  padding: 10px;
}
#apc-footer div.footer-links {
  float: left;
}
#apc-footer div.footer-copyrightinfo {
  float: right;
}
#apc-footer a {
  color: #626469;
  padding: 0 10px;
  position: relative;
}
#apc-footer a:after {
  content: ' ';
  border-right: 1px solid #626469;
  height: 11px;
  position: absolute;
  right: 0;
  top: 2px;
}
#apc-footer a.last:after {
  content: none;
}
#footer-poms .band-b {
  background: #87d300;
  border-bottom: 1px solid #4fa600;
  height: 20px;
}
#footer-poms .band-c {
  background: #eaeaea;
  border-bottom: 1px solid #cccccc;
  height: 20px;
}
#footer-poms .footer-links {
  text-align: center;
}
#footer-poms .footer-links a {
  display: inline-block;
  padding: 10px 20px;
}
#footer-poms .footer-copyrightinfo {
  text-align: center;
}
/* ******************** SE : Global Footer : Start ******************** */
#footer {
  font-size: 10px;
  height: 25px;
  /*  margin-left: 10px;
    margin-right: 10px;
*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  background: #eaeaea repeat-x;
  margin: 0 15px;
}
#footer a {
  /* border-left: 1px solid #626469; */
  padding-left: 6px;
  padding-right: 6px;
  _height: 0;
  color: #626469;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  color: #369;
}
#footer a.first {
  border: 0;
}
#footer .footer-link {
  height: 12px;
  text-align: left;
  float: left;
  /* border-right: 1px solid #626469; */
}
#footer .footer-divider {
  height: 9px;
  border-right: 1px solid #626469;
  width: 1px;
  margin-top: 2px;
  float: left;
}
#footer-copyrightinfo {
  text-align: right;
  float: right;
}
#footer-links {
  text-align: left;
  float: left;
}
/* ******************** SE : Global Footer : End ******************** */
/* ******************** Bazaar voice custom review styles ******************** */
.BVRRSectionHeaderContainer {
  background: #00962d;
  padding: 8px;
  text-align: left;
}
.BVRRSectionHeader {
  color: #ffffff;
}
.BVRRRatings {
  background: #ffffff;
  border: solid 1px #e0e0e0;
}
.BVRRSectionBody {
  background: #ffffff;
  border: solid 1px #e0e0e0;
}
.BVRRSectionBody.BVRRProductInformation {
  border: none;
}
.BVRRFieldLabel {
  font-size: 12px;
  font-weight: normal;
}
.BVRRSectionHeaderSuffix {
  padding-left: 5px;
}
.BVRRSectionHeaderSuffix .BVRRRequiredFieldIndicator {
  display: none;
}
.BVRRContainer input[type="text"],
.BVRRContainer select,
.BVRRContainer textarea {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.BVRRSectionBodyContainer {
  padding: 10px;
}
.BVRRFieldContainerReviewContextualDataField {
  margin-bottom: 10px;
}
.BVRRFieldHelper {
  font-size: 12px;
  margin-top: 5px;
}
.BVRRSubmissionButtonContainer {
  float: right;
  margin-right: 0;
  text-align: right;
}
.BVRRSubmissionButtonContainer input {
  float: right;
  height: 25px;
  margin-left: 10px;
}
.BVRRReviewFormButtons {
  float: right;
  margin-right: 0;
  margin-top: 15px;
  text-align: right;
}
.BVRRReviewFormButtons input {
  float: right;
  height: 25px;
  margin-left: 10px;
}
.BVRRSubmissionFooter {
  border: none;
  overflow: hidden;
}
.BVRRReviewTextContainer {
  font-size: 13px;
}
.BVRRReviewDisplayStyle3Summary {
  font-size: 13px;
}
.BVRRSubmitContentHeader {
  background: #f0f2d2;
  border: 1px solid #e4e7bc;
  font-size: 13px;
  margin-top: 15px;
  padding: 15px;
}
.BVRRPreviewTermsAndConditionsNotice {
  float: left;
}
#BVSubmissionContainer {
  margin-top: 25px;
}
.BVRRReviewThankYouContent,
.BVRRThankYouContent {
  background: #87D300;
  border: 1px solid #4fa600;
  color: #ffffff;
  font-size: 13px;
  margin-top: 15px;
  padding: 15px;
}
.BVRRReviewDisplayStyle3Summary .BVRRLabel {
  display: block;
  margin-top: 5px;
}
#poms ul.order-nav {
  float: right;
  margin-bottom: 20px;
}
#poms ul.order-nav li {
  display: inline-block;
}
#poms ul.order-nav li.last-child a {
  border-right: none;
}
#poms ul.order-nav a {
  border-right: 1px solid #cccccc;
  padding: 0 10px 0 10px;
}
#poms ul.order-nav a:hover,
#poms ul.order-nav a:focus {
  background: none;
}
#poms div.table-panel {
  border: 1px solid #cccccc;
  padding: 1px;
  margin: 0 0 20px 0;
}
#poms div.table-panel [class*="col-md-"] {
  padding: 5px;
}
#poms div.table-panel hr {
  margin: 5px 0;
}
#poms div.table-panel .header {
  background: #4fa600;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
}
#poms div.table-panel .sub-header div {
  background: #f4f4f4;
  font-weight: bold;
}
#poms table.poms-table {
  border-collapse: separate;
  border-spacing: 1px;
}
#poms .help-block.highlight {
  color: #e03007;
}
#poms.order-details div.panel-body {
  min-height: 250px;
}
#poms.order-details div.panel-body div.row {
  margin-bottom: 10px;
}
#poms.order-details div.panel-body address {
  margin-bottom: 0;
}
/* ******************** change site ******************** */
div#change-site .map-dropdown {
  background: #ffffff url(../images/background_map.jpg) no-repeat top left;
  padding: 20px 0;
}
div#change-site .country-selection,
div#change-site .map-selection {
  float: left;
  width: 50%;
}
div#change-site .map-selection {
  text-align: center;
}
div#change-site .btn {
  vertical-align: top;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
button.multiselect {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

/* added on 11-30 */
.header-container .header-content .main-menu .menu-level-two-links > a::after {
    background: rgba(0, 0, 0, 0) url("img/black-arrow-right.png") no-repeat scroll 0 0 / cover ;
    content: "";
    height: 11px;
    position: absolute;
    right: 33px;
    top: 8px;
    width: 6px;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(3) > a.clicked:first-child::before, .header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(4) > a.clicked:first-child::before, .header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(5) > a.clicked:first-child::before {
    background-color: #ededed;
    content: "";
    display: block;
    height: 10px;
    opacity: 1;
    padding-right: 20px;
    position: absolute;
    right: -18px;
    top: 22px;
    width: 112%;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(4) > a.clicked:first-child::before {
    width: 122%;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(5) > a.clicked:first-child::before {
    width: 132%;
}
.header-container .header-content .main-menu .menu-level-one-links > div > div {
    background-color: #ededed;
    height: 90%;
    position: relative;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(3) {
    border-bottom: medium none;
    float: right;
    margin-left: 0;
    margin-right: 15%;
    min-height: 200px;
    padding-top: 14px;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(5) {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 14px;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(6) {
    padding-top: 14px;
}
.header-container .header-content .main-menu > li:nth-of-type(2) > ul > li:nth-of-type(5) > div .menu-level-three .menu-level-three-links {
    border-bottom: 1px solid #a1a1a1;
    float: none;
    min-height: 10px;
    padding: 14px 0;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e260";    
    float: right;        
    color: grey; 
    font-weight: normal;
    position: absolute;
    right: 6px;
    top: 12px;        
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e259";    /* adjust as needed, taken from bootstrap.css */
}
.showLess{display:none;}

.loadMore,.showLess {
	cursor:pointer;
	float:right;
	text-align: right;	
	font-size:11px;
	width:100%;
    padding-right: 0px !important;
	
	
}
.loadMore:hover,.showLess:hover {
	text-decoration:underline;
	color: #336699;
	}

.myList li {
    display:none;
} 
#promo-card * {	
	word-wrap: break-word;
    overflow: hidden;
    list-style-position: inside;    
}
#product-grid div.promocard {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 20px;
    height:490px;	
    padding: 10px;    
}
#product-grid div.promocard:hover {
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
}

/*# sourceMappingURL=apc.css.map */