/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php3 - 4 feet  Academic Free License (AFL 3.0)
 */

/* FONTS */

@font-face {
  font-family: "ff-century-gothic";
  src: url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/fonts/century-gothic/century-gothic.eot');
  src: url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/fonts/century-gothic/century-gothic.eot?#iefix') format('embedded-opentype'),
  url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/fonts/century-gothic/century-gothic.woff') format('woff'),
  url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/fonts/century-gothic/century-gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Reset ================================================================================= */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font: 12px/1.55 Arial, Helvetica, sans-serif;
  color: #2f2f2f;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px;
}

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

a {
  color: #666;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
  line-height: 0;
  display: block
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #555;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  font-weight: bold;
}

/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  width: auto;
}

button img {
  margin: 0;
  padding: 0;
}

/* Table */
table {
  border: 0; /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small, big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
  list-style: none;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

.padding-5 td, .padding-5 th {
  padding: 5px;
}

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

.tsLeftBlockLink ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*CMS HTML*/
.cms-page-view .col-main ul {
  margin: 10px 0 10px 12px;
  padding: 0;
}

.cms-page-view .col-main ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.cms-page-view .col-main ol {
  margin: 10px 0 10px 30px;
}

.cms-page-view .col-main ol li, .cms-page-view .col-main ul li {
  margin-bottom: 5px;
  padding: 0;
}

.cms-page-view .col-main ol li {
  list-style-type: decimal;
}

.cms-page-view .col-main ol ul {
  margin-left: 20px;
}

.cms-page-view .col-main ol ul li {
  list-style-type: disc;
}

/* Layout ================================================================================ */
.wrapper {
  min-width: 960px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/topRibbin.jpg) 0 0 repeat-x;
}

.page {
  margin: 0 auto;
  width: 960px;
}

.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.main-container {
  padding-top: 25px;
}

.main {
  width: 100%;
  margin: 0 auto;
  min-height: 325px;
  padding: 0; /*background:#fffffe url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_main2.gif) 0 0 no-repeat;*/
  text-align: left;
}

/* Base Columns */
.col-left {
  float: left;
  width: 175px;
  min-height: 500px
}

.col-left-landing {
  float: left;
  width: 170px;
  padding: 0 5px;
  height: 380px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/landingCatListBg.gif);
  background-repeat: no-repeat;
}

.col-left-landing ul {
  margin: 10px 10px 0 10px;
}

.col-left-landing ul li a {
  text-decoration: none;
  font-size: 14px;
}

.col-right {
  float: right;
  width: 180px;
  padding: 0 5px; /* border:1px solid #9BA4A7;*/ /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/leftNavBG.jpg) repeat-x scroll left bottom #fff;  min-height:500px; */
}

.col-right-landing {
  width: 225px;
  float: right;
}

.col-main {
  float: left;
  width: 774px;
  padding: 0;
}

.col-main-landing {
  float: right;
  width: 550px;
  height: 400px;
  padding: 0;
}

.col2-left-layout {
  background-repeat: repeat-y;
}

.col2-right-layout .sidebar {
  margin-left: 10px;
}

.col2-right-layout .sidebar .products-grid li {
  background: none;
  text-align: center;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  height: auto;
  padding-bottom: 20px;
}

.col2-right-layout .sidebar .products-grid .product-name {
  width: 100px;
  margin: 0 auto;
}

.col2-right-layout .sidebar h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.col2-right-layout .sidebar .products-grid .product-image img {
  width: 100px;
  height: 100px;
}

.col2-left-layout .sidebar {
}

.col2-left-layout .sidebar h3 {
  font-weight: bold;
}

.col2-left-layout .sidebar ul {
  margin-bottom: 5px;
}

.col2-left-layout .sidebar #footer_sub_link, .col2-left-layout .sidebar h3 {
  padding-left: 10px;
}

.col2-left-layout .sidebar h3 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

.col2-left-layout .sidebar #footer_sub_link li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
}

.col2-left-layout .sidebar #footer_sub_link a {
  color: #008aff;
  text-transform: uppercase;
  font-size: 10px;
}

.home-sidebar {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/homeSidebar.gif) no-repeat 0 0;
  padding-top: 74px;
  height: 824px;
}

.home-sidebar .block-banner {
  margin: 20px 0 20px 2px;
}

.home-sidebar .facebook {
  float: right;
}

.home-sidebar .facebook object {
  border: none;
  overflow: hidden;
  width: 230px;
  height: 62px;
}

.checkout-onepage-index .sidebar {
  padding: 0;
  margin-left: 6px;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 475px;
  margin-left: 17px;
}

.col3-layout .col-wrapper {
  float: left; /*width:687px;*/
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}

.col2-set .col-2 {
  float: right;
  width: 48.5%;
}

.col2-set .col-narrow {
  width: 32%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

.std { /*width:724px;*/
  width: auto;
  margin: 0;
  padding: 0
}

.std h3 {
  color: #00184a;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

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

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #999;
}

input.input-text, select, textarea {
  background: #fff;
  border: 1px solid #b6b6b6;
}

input.input-text, textarea {
  padding: 2px;
}

#search_mini_form input[type="text"], input[type="password"] {
}

select {
  padding: 1px;
}

select option {
  padding-right: 10px;
}

select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
  font-size: 11px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em !important;
}

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

/* FF Fix */
button.button { /*-webkit-border-fit:lines;*/
}

/* <- Safari & Google Chrome Fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button.button span, a.button span {
  display: block;
  height: 19px;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: url("https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg") repeat-x scroll left top #D61863;
}

a.button span {
  display: inline;
  padding: 3px;
}

button.button span span {
  border: 0;
  padding: 0;
}

button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}

/* pink button */

.account-login button.button, #onestepcheckout-login-table button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer
}

.account-login button.button span, #onestepcheckout-login-table button span, #form-validate button span, #onestepcheckout-login-button span {
  display: block;
  height: 19px;
  border: 1px solid #ce0e5b;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x left top #d61863;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.account-login button.button span span, #onestepcheckout-login-table button span span, #form-validate button span span {
  border: 0;
  padding: 0;
}

.account-login button#send2 {
  background-image: none;
  text-indent: 0;
  width: auto;
}

.plabel {
  width: 124px;
  font-size: 11px;
  line-height: 1.1em;
  color: #000033;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* pink button */

button.btn-checkout span {
  height: 33px;
  width: 198px;
  border: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/CheckoutButton.jpg) no-repeat;
  text-indent: -9999px;
}

button.btn-checkout span span {
  background: transparent;
  padding: 0;
}

button.btn-checkout.no-checkout span {
  background-position: 0 100%;
  color: #b8baba;
}

button.btn-checkout.no-checkout span span {
  background-position: 100% 100%;
}

.continueShopping {
  display: block;
  text-indent: 9999px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/continue-btn.gif);
  width: 187px;
  height: 26px;
}

button.btn-continue {
  margin-top: 10px;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
  background-color: #fbfbfb;
}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
  margin: 0 0 8px;
}

.form-list label {
  float: left;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  z-index: 0;
  font-family: arial, helvetica, sans-serif;
}

.form-list label.required {
}

.form-list label.required em { /*float:right;*/
  font-style: normal;
  color: #eb340a; /*position:absolute;*/
  top: 0;
  right: -8px;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}

.form-list .field {
  float: left;
  width: 275px;
}

.form-list input.input-text {
  width: 254px;
  height: 18px;
}

.form-list textarea {
  width: 254px;
  height: 10em;
}

.form-list select {
  width: 260px;
  height: 24px;
}

.form-list li.wide .input-box {
  width: 535px;
}

.form-list li.wide input.input-text {
  width: 529px;
}

.form-list li.wide textarea {
  width: 529px;
}

.form-list li.wide select {
  width: 535px;
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text {
  width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .name-prefix {
  width: 65px;
}

.form-list .name-prefix select {
  width: 55px;
}

.form-list .name-prefix input.input-text {
  width: 49px;
}

.form-list .name-suffix {
  width: 65px;
}

.form-list .name-suffix select {
  width: 55px;
}

.form-list .name-suffix input.input-text {
  width: 49px;
}

.form-list .name-middlename {
  width: 70px;
}

.form-list .name-middlename input.input-text {
  width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}

.form-list .customer-dob .dob-year {
  width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.buttons-set {
  clear: both;
  margin: 10px 0 10px 0;
  padding: 8px 0 0;
  border-top: 1px solid #e4e4e4;
  text-align: right;
}

.buttons-set p.required {
  margin: 0 0 10px;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
}

.discount .buttons-set button.button {
  text-indent: -9999px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/apply-btn.gif);
  background-repeat: no-repeat;
  width: 79px;
  height: 27px;
}

.discount .buttons-set button.button span {
  background: transparent;
}

.buttons-set-order {
  margin: 10px 0 0;
}

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.fieldset {
  border: 1px solid #cacaca;
  background: #fff;
  padding: 15px;
  margin: 30px 0 20px 0;
}

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #D9DDE3;
  background: #E7E8EA;
  color: #333;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
}

.form-validate {
}

form h2 {
  color: #00184A;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a;
}

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}

.validation-passed {
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}

#login-form p.required {
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #CD0656;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
}

.messages li li {
  margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  margin-bottom: 10px;
}

.error-msg {
  color: #df280a;
  padding: 0 !important;
  border: none !important;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_msg-success.gif);
  color: #3d6611;
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_msg-note.gif);
  color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
  font-size: 11px;
  line-height: 1.25;
  margin: 0 0 15px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li strong {
  font-weight: normal;
}

.breadcrumbs li a {
  font-size: 11px;
  color: #008AFF;
  text-decoration: none
}

/* Page Heading */
.page-title {
  overflow: hidden;
  margin: 0 0 10px;
}

.page-title h1,
.page-title h2 {
  margin: 0;
  font-size: 18px;
  color: #CD0656;
  font-weight: bold;
  line-height: 1.2em;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.subtitle {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

/* Pager */
.pager {
  font-size: 11px;
  background: transparent;
  padding: 4px 8px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pager .amount {
  float: left;
  margin: 0;
  font-weight: bold;
  margin-right: 35px;
}

.pager .limiter {
  float: left;
  color: #000;
  font-weight: bold;
  margin-right: 35px;
  line-height: 18px;
}

.pager .limiter label {
  vertical-align: middle;
  font-weight: bold;
  color: #000;
}

.pager .limiter select {
  padding: 0;
  margin: 0 5px 0px 5px;
  vertical-align: middle;
  color: #000;
  border: 1px solid #000;
}

.pager .pages {
  float: left;
  margin-right: 30px;
}

.pager .pages ol {
  display: inline;
}

.pager .pages li {
  display: inline;
  margin: 0 2px;
}

.pager .pages li a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.pager .pages .current {
  font-weight: bold;
  color: #000;
  text-decoration: underline
}

.sale_price {
  color: #ff0000;
  font-weight: bold;
}

/* Sorter */
.sorter {
  font-size: 11px; /*background:#fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_toolbar.gif) 0 100% repeat-x;*/
  padding: 3px 8px;
  border-top: 1px dotted #e2e2e2;
}

.pager .view-mode {
  float: left;
  margin: 0px 35px 0 0px;
  color: #000;
  font-weight: bold;
}

.pager .view-mode strong {
  text-decoration: underline;
}

.pager .view-mode a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.sorter .view-mode a {
  font-weight: bold;
  color: #666;
  text-decoration: underline
}

.sorter .sort-by label {
  vertical-align: middle;
}

.sorter .sort-by select {
  padding: 0;
  margin: 0 5px 1px 0;
  vertical-align: middle;
}

.pager .sort-by {
  float: right;
  color: #000;
  font-weight: bold;
}

.pager .sort-by select {
  padding: 0;
  margin: 0 5px 1px 0;
  vertical-align: middle;
  color: #000;
  border: 1px solid #000;
}

/* Toolbar */
.toolbar {
  margin: 0 0 10px 0;
}

.toolbar .sorter {
  border-bottom: 1px dotted #e2e2e2;
}

.toolbar-bottom {
}

/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.data-table .odd {
  background: #e8e8e8;
}

.data-table .even {
  background: #ffffff;
}

.data-table td.last,
.data-table th.last {
  border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
  border-bottom: 0 !important;
}

.data-table th {
  padding: 3px 8px;
  font-weight: bold;
}

.data-table td {
  padding: 3px 8px;
}

.data-table thead th {
  font-weight: bold;
  padding: 6px 5px;
  color: #0a263c;
  white-space: nowrap;
  vertical-align: middle;
}

.data-table thead th.wrap {
  white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
  color: #fff;
}

.data-table thead th { /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/
}

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}

.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr {
  background-color: #F7F8F8 !important;
}

.data-table tfoot td {
  padding-top: 1px;
  border-bottom: 0;
  border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
  font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #d9dde3;
  line-height: 15px;
}

/* Bundle products tables */
.data-table tbody.odd tr {
  background: #fff !important;
}

.data-table tbody.even tr {
  background: #fff !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}

.data-table tbody td .option-value {
  padding-left: 10px;
}

#super-product-table {
  margin: 10px 0 0 0;
}

/* Generic Info Box */
.info-box {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}

.info-table td {
  padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

/* Misc */
.links li {
  display: inline;
}

.links li.first {
  padding-left: 0 !important;
}

.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-cart {
  color: #CD0656 !important;
  font-weight: bold;
}

.link-wishlist {
  padding: 0 5px 0 5px;
}

.block .link-wishlist {
  font-weight: normal;
}

.link-reorder {
  font-weight: bold;
  color: #CD0656 !important;
}

.link-compare {
  font-weight: bold;
}

.link-friend {
  padding: 0 0 0 10px;
}

.link-print { /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #CD0656;
}

.link-rss {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Noscript Notice */
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 950px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

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

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

/* Header ================================================================================ */
.logo {
  float: left;
}

.header-container {
}

.header {
  width: 960px;
  margin: 0 auto;
  background: transparent none no-repeat scroll 466px 20px;
  padding: 0px;
  text-align: left;
  position: relative;
  z-index: 10;
  background-image: none !important;
}

.header .column-wrapper {
  overflow: hidden;
  display: block;
  text-align: left;
  float: left;
}

.header .column-wrapper.middle-col {
  width: 537px;
  margin-left: 63px;
  float: left;
}

.header .column-wrapper.right-col {
  float: right;
  margin-top: 8px;
}

.header .logo {
  float: left;
  text-decoration: none !important;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header h1.logo {
  margin: 0;
  position: relative;
}

.header div.logo {
  margin: 0;
  position: relative;
}

.header #quick-access {
  margin-top: 16px !important;
}

.header .facebook {
  float: right;
  position: relative;
  text-align: right;
  margin: 0;
}

.header .connect_widget {
  display: inline;
}

.header .welcome-msg {
  margin: 3px 0 3px 0;
  color: #CD0656;
  text-align: right;
  border-bottom: 1px solid #CCCCCC;
  float: right;
  min-width: 45%;
  padding-right: 1%;
  font-weight: bold
}

.header .welcome-msg a {
  color: #CD0656;
  text-decoration: none
}

.header .top-link-cart {
  margin: 0;
  padding: 0;
  color: #CD0656;
  font-weight: bold;
  margin-left: 5px;
  padding-bottom: 0px;
}

.header .ckt {
}

.header .ckt-shoppingCartLink {
  margin: 0;
  padding: 0;
  color: #CD0656;
  font-weight: bold;
  text-decoration: none;
}

.header .subscribe_box { /*position:absolute; top:68px; right:0;*/
  float: right;
  height: 48px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/signUpBG.gif) 0 7px no-repeat;
  padding: 1px 0 0 0;
}

.header .subscribe_box input.input-text {
  float: left;
  width: 210px;
  margin: 26px 0 0 4px;
  border: 0
}

.block-cart #item-added-cart {
  position: relative;
  float: left;
  z-index: 11;
  left: 15px;
  top: -2px;
  color: #CD0656;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.top-link-cart .scl-div {
  display: block;
  width: 230px;
  background: url("https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_pipe1.gif") no-repeat scroll 100% 49% transparent;
  float: left;
}

.top-link-cart .scl-div2 {
  display: block;
  margin-left: 6px;
  float: left;
}

.top-link-cart .shoppingCartLink {
  color: #CD0656;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  width: 215px;
  float: left;
  text-align: right;
}

#pagernav li.activeSlide a {
  background: #F37C00;
  color: #ffffff;
}

.thanks-for-signing-up {
  font-family: "Century Gothic", sans-serif;
  font-size: 32px;
  font-weight: regular;
  color: #6b84bb;
  text-align: center;
  position: relative;
  padding-top: 20px;
  left: -25px;
}

.sign-up-for {
  font-family: "Century Gothic", sans-serif;
  font-size: 28px;
  font-weight: regular;
  color: #000000;
  line-height: 28px;
}

.you-have-been-added {
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: regular;
  color: #000000;
  padding-left: 22px;
}

.m-j-trimming {
  font-family: "Century Gothic", sans-serif;
  font-size: 36px;
  font-weight: regular;
  color: #000000;
  line-height: 36px;
}

.first-to-know {
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: regular;
  color: #6b84bb;
  line-height: 18px;
}

.header .subscribe_box .input-box {
  width: 250px;
  height: 44px;
  float: left;
}

.header .subscribe_box .input_box input {
  color: #666;
}

.header .subscribe_box .actions {
  width: 44px;
  float: left;
  margin: 3px 0 0 -24px;
}

.header .subscribe_box button.button {
  float: left;
}

.header .subscribe_box button.button span {
  border: 0;
  height: 50px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/signup_btn.png) 0 0 no-repeat;
  padding: 0 0 0 3px;
  font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
  width: 44px
}

.subscribe_box .validation-advice {
  background: #fff;
  border: dashed 1px #ff0000;
  float: left;
  margin-top: 5px;
  padding: 5px;
  text-align: left;
  width: 200px;
  margin-left: 4px
}

.subscribe_box .validation-failed {
  padding: 1px 2px;
}

.form-search .search-autocomplete {
  z-index: 999;
  right: 159px !important;
  top: 100px !important;
}

.form-search .search-autocomplete ul {
  border: 1px solid #cccccc;
  background-color: #fff;
}

.form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}

.form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

.form-search .search-autocomplete li.odd {
  background-color: #fff;
}

.form-search .search-autocomplete li.selected {
  background-color: #fff;
}

.header .form-language {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

.header .form-language label {
  font-weight: bold;
  padding-right: 5px;
  color: #a7c6dd;
  vertical-align: middle;
}

.header .form-language select {
  padding: 0;
}

.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.header .links {
  margin-top: 21px !important;
  width: auto;
  overflow: hidden;
  margin-top: 21px;
}

.header .links li {
  display: inline-block;
  font-size: 11px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_pipe1.gif) 100% 60% no-repeat;
  padding: 0 6px;
  margin-top: 2px
}

.header .links a {
  color: #008AFF;
  font-size: 10px;
  text-decoration: none
}

.header .links a.no-link {
  cursor: default;
  color: #000;
  font-size: 12px;
}

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}

.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58;
}

.header-container .header .links {
  left: 63px;
  margin-top: 14px;
}

.header-container .header .links .first.ciq-call {
  margin-left: 10px;
  background: none !important;
  margin-top: 1px;
}

.header-container .header .links .first.ciq-call a {
  font-size: 12px;
}

.links li.first {
  padding-left: 6px !important;
}

.header-container .header .links a {
  font-size: 11px;
}

.header-container .header .links li {
  background: none;
  margin-top: 2px;
}

#toolbar {
  margin: 10px 0 10px 0; /* float:left; width:945px;*/
  height: 26px;
  padding: 5px 0 5px 0;
}

#toolbar form {
  float: left
}

.form-search {
  clear: both; /*background:#0d1935;*/
  margin-bottom: 10px;
  padding: 11px 0 0 2px;
}

.form-search input.input-text {
  display: inline;
  width: 200px;
  padding: 2px;
  height: 17px;
  border: 1px solid #959CAE;
  position: relative;
}

.form-search .search_button {
  display: inline;
  text-align: left;
  vertical-align: top;
  width: 70px;
  height: 23px;
  margin: 1px 0 0 -4px !important;
  padding: 0 !important;
  position: relative;
}

.form-search .search_button img {
  display: inline;
  margin: 0;
  position: relative;
  top: -1px;
  vertical-align: top;
}

#toolbarButtons {
  float: right;
}

#toolbarButtons a {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/mjButton.gif) no-repeat scroll 0 0;
  color: #CD0656;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 24px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 154px;
  text-decoration: none;
  height: 24px;
}

#search_mini_form {
  float: right;
}

.top_right {
  float: right;
  width: 309px;
  margin: 0;
}

.social_logo {
  width: 27px;
  padding-left: 6px;
  margin-left: 6px;
  float: right;
  border-left: 1px solid #ccc;
  padding-top: 3px;
}

.social_logo img {
  padding-bottom: 5px;
}

.header #headerLeft {
  margin-top: 6px;
  float: left;
  width: 490px;
}

.header #headerLeft {
  margin-top: 6px;
}

#headerLeft .header-left-content {
  float: left;
  width: 490px;
  padding-top: 0px;
}

#headerLeft .header-left-spacer {
  width: 490px;
  height: 35px;
}

.contact-us {
  font-size: 11px;
  color: #FF6600;
  padding-bottom: 0px;
}

.available-stock {
  width: 130px;
  padding-bottom: 0px;
  clear: both;
  margin: 10px 0px 20px 0px;
  overflow: hidden;
}

.yotpo.bottomLine,
.yotpo.QABottomLine {
  margin-bottom: 30px;
  float: left;
  clear: none;
}

.yotpo.QABottomLine {
  margin-left: 30px;
}

.yotpo-container {
  width: 100%;
}

.qty-available {
  font-weight: bold;
}

.as {
  font-weight: bolder;
  padding: 0px;
  line-height: 10px;
}

.as.error {
  color: red;
}

.cs {
  color: #FF6600;
}

/*NAVIGATION*/
#signup-box {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/newsletter-small-bg-2.png') no-repeat center center;
  width: 175px;
  height: 40px;
  padding-top: 0px;
  padding-left: 4px;
  position: relative;
}

#signup-box .label {
  margin-bottom: 0px;
  font-family: "Century Gothic";
  font-style: italic;
  padding: 2px 3px;
}

#signup-box input {
  width: 130px;
  height: 12px;
  padding: 0px;
  float: left;
  margin: 0px;
  font-size: 9px;
}

#newsletter-button {
  width: 14px;
  height: 14px;
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/newsletter-small-button.png') no-repeat;
  float: left;
}

#newsletter-button span {
  display: none;
}

#newsletter-button span span {
}

#newsletter-input-container {
  width: 132px;
  float: left;
  overflow: visible;
}

#advice-required-entry-newsletter-field {
  width: 135px;
  float: left;
}

.nav-container {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/navline.jpg) repeat-x scroll left top;
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  margin-top: 10px;
  width: 100%;
}

#nav {
  width: 958px;
  margin: 0 auto;
  padding: 0;
  height: 30px;
  font-size: 13px;
  display: block;
  z-index: 9850;
}

#nav a {
  display: block;
  font-family: helvetica;
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

#nav li a:hover {
  display: block;
  font-family: helvetica;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  background-color: #000000;
}

#nav li.over {
  z-index: 998;
}

#nav li a {
  padding-bottom: 0px;
}

#nav li.active a {
  color: #000000;
}

#nav li.over {
  background: #000000;
}

#nav li.over a {
  color: #FFFFFF;
  background-color: #000000;
}

#nav li.over ul {
  background-color: #FFFFFF;
}

#nav a:hover {
  color: #FFFFFF;
}

#nav li.over ul li a {
  color: #000000;
  background-color: #FFFFFF;
}

#nav ul { /*height:197px;*/
  clear: both;
  padding-bottom: 18px;
  padding-top: 18px;
}

#nav .menu-container {
  position: absolute;
  top: 23px;
  left: -10000px;
  z-index: 9750;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 234px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

#nav .menu-container ul { /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/menu_right_shadow.png) repeat-y 0 50px;*/
  width: 100%;
  z-index: 9999;
  background-color: #FFFFFF;
}

#nav .menu-container ul li {
  float: none;
}

#nav .menu-container ul li.last a {
  border-bottom: none;
}

#nav .menu-bottom { /*width:205px; height:15px; background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/menu_bottom_right.png) no-repeat;*/
}

#nav ul li, #nav ul li.active {
  clear: both;
  background: transparent;
  height: auto;
  border-right: none;
  line-height: 1em;
}

#nav ul a, #nav ul a:hover {
  float: none;
  display: block;
  padding: 5px;
  margin: 0;
  color: #000000;
}

#nav ul li a {
  font-weight: normal !important;
  margin: 0;
  height: auto;
  text-align: left;
}

#nav ul li.over {
  height: auto;
}

#nav ul li a {
  font-size: 11px;
  font-family: helvetica;
  color: #000000;
  padding-left: 18px;
  padding-right: 18px;
}

#nav ul li a:hover, #nav li.active ul li a:hover {
  font-size: 11px;
  padding-left: 18px;
  padding-right: 18px;
}

#nav ul li a:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}

/* Show menu */
#nav .menu-container.shown-sub {
  left: 0;
}

#nav li.nav-10 .menu-container {
  width: 204px;
  text-align: right;
  margin-left: -2px;
}

#nav li.nav-10 ul {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/menu_left_shadow.png) repeat-y;
}

#nav li.nav-10 .menu-bottom {
  width: 205px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/menu_bottom_left.png) no-repeat 0 0;
}

#nav li.nav-10 ul li {
  border-left: none !important;
  margin-left: 7px !important;
  width: 198px;
}

#nav li.nav-10 ul li a {
  border-left: none;
  border-right: 1px solid #ccc;
}

#nav li.nav-10 div.shown-sub {
  left: -84px !important;
}

/********** Navigation > */
.close-nav {
  padding-right: 0px;
}

#clearance a {
  font-family: helvetica;
  color: #ED1F24;
  text-decoration: none;
  font-weight: normal;
}

#new-items-link a {
  font-family: helvetica;
  color: #6A86BB;
  text-decoration: none;
  font-weight: normal;
}

#nav li.first {
}

.nav-1 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-2 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-3 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-4 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-5 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-6 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-7 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-8 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-9 a {
  display: block;
  padding: 5px 0 5px 0;
}

.nav-10 a {
  display: block;
  padding: 14px 0 14px 0;
}

.nav-11 a {
  display: block;
  padding: 14px 0 14px 0;
}

.nav-12 a {
  display: block;
  padding: 14px 0 14px 0;
}

.nav-6 {
  width: 95px !important;
}

.nav-4 {
  width: 104px !important;
}

.nav-1 {
  width: 126px !important;
}

.nav-2 {
  width: 104px !important;
}

.nav-3 {
  width: 120px !important;
}

.nav-7 {
  width: 140px !important;
}

.nav-5 {
  width: 90px !important;
}

.nav-8 {
  width: 65px !important;
}

.nav-9 {
  width: 112px !important;
}

#nav .parent ul {
  z-index: 9700;
}

#nav {
  text-align: justify;
}

#nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}

#nav > li {
  display: block;
  float: left;
  width: auto;
  text-align: center;
  position: relative;
}

/* Megamenu ============================*/
.menu-container.ciq_c_59_menu_container.shown-sub {
  width: 820px !important;
}

.ciq_c_59_left_column {
  width: 600px;
  float: left;
}

.ciq_c_59_right_column {
  float: right;
  width: 200px;
  background-color: #04C3DD;
  margin: 10px;
}

.ciq_c_59_left_column a img {
  height: 27px;
  margin-right: 10px;
  float: left;
}

#nav li.over a.ciq_c_59_category_item {
  background: transparent;
  color: black;
  width: 180px;
  float: left;
  line-height: 13px;
  height: 35px;
}

.ciq_c_59_category.last {
  clear: both;
}

.ciq_c_59_category, .ciq_c_59_right_column {
  float: left;
  width: 180px;
  padding: 10px;
}

.ciq_c_59_category h4 {
  color: black;
  text-decoration: underline;
  font-size: 13px;
  line-height: 20px;
  width: 180px;
  overflow: hidden;
  float: left;
}

#nav li.over .ciq_c_59_right_column a {
  background: transparent;
  text-align: center;
  color: black;
}

.ciq_c_59_right_column h4 {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: white;
  text-align: center;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

.ciq_c_59_right_column a img {
  float: left;
  margin-left: 22px;
}

.ciq_c_59_right_column a span {
  float: left;
  width: 100%;
  margin-top: 15px;
  line-height: 13px;
  color: white;
}

#nav li.over a.ciq_c_59_category_item span.ciq_c_59_category_name {
  text-transform: uppercase;
  font-size: 10px;
}

#nav li.over .ciq_c_59_category h4 a {
  background: black;
  color: white;
  font-weight: bold;
  font-size: 13px;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 5px;
}

#nav li.over .ciq_c_59_category.ciq_c_59_category4_3 h4 a {
  font-size: 11px;
}

.ciq_c_59_category.ciq_c_59_category0_6, .ciq_c_59_category.ciq_c_59_category0_6 > h4 {
  width: 100%;
}

/* Sidebar =============================================================================== */
.block {
  margin: 0 0 10px 0;
}

.block .block-title {
  padding: 2px 0;
  margin-bottom: 15px;
}

.block .block-title strong {
  display: block;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  min-height: 16px;
  padding: 1px 0 1px;
  text-transform: uppercase;
  color: #666666;
}

.block .block-title strong span {
  color: #000;
  padding: 0
}

.block .block-title a {
  text-decoration: none !important;
}

.block .block-subtitle {
  margin: 0;
  padding: 10px 9px;
  font-size: 1em;
  font-weight: bold;
  color: #0a263c;
}

.block .block-content li.item {
}

.block .block-content .product-name {
  color: #1e7ec8;
}

.block .btn-remove {
  float: right;
  margin: 1px 0 2px 5px;
}

.block .actions {
  padding: 6px 9px;
  text-align: right;
}

.block .actions a {
  float: left;
}

.block .actions button.button {
  float: right;
}

.block .empty {
  margin: 0;
  padding: 5px 9px;
}

.block li.odd {
  border-bottom: dotted 1px #ccc
}

.block li.even {
  border-bottom: dotted 1px #ccc
}

#testimonial {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/testimonials.png) 10px 5px no-repeat;
  padding: 0 10px 0 33px;
  min-height: 290px;
  font-size: 12px;
}

#testimonial .form-list label.required em {
  font-style: normal;
  color: #eb340a;
  top: 0;
  right: -2px;
}

#testimonial label {
  font-weight: bold;
  color: #008AFF;
  font-size: 14px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

#testimonial .block-content {
  padding: 0 10px
}

#testimonial .customer_name {
  color: #565B5D;
  font-size: 13px;
  text-align: right;
  float: right;
  width: 100%;
  margin: 10px 0
}

#testimonial .actions {
  text-align: right;
  float: right
}

#top_sellers {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#top_sellers h2, #staff_favourites h2, #learning-center h2 {
  float: none;
  color: #222;
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 0px 0 0;
  margin: 0px 0px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

#top_sellers h2 a, #staff_favourites h2 a, #learning-center h2 a {
  color: #222;
  text-decoration: none;
  border: 0px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

#top_sellers h2 a:hover, #staff_favourites h2 a:hover {
}

#top_sellers li h2, #staff_favourites li h2, #learning-center li h2 {
  float: none;
  padding: 0;
  border-bottom: 0px;
}

#top_sellers li h2, #staff_favourites li h2, #learning-center li h2 {
  margin: 10px 5px 0 5px;
}

#top_sellers li li li li li {
  margin: 0;
  border: 1px solid green;
}

#top_sellers h2 {
  text-align: left;
}

#top_sellers h2.product-name a, #staff_favourites h2.product-name a {
  font-size: 12px;
}

#staff_favourites {
  float: none;
  width: 960px;
  overflow: hidden;
  margin-top: 30px;
}

#learning-center {
  float: none;
  width: 960px;
  overflow: hidden;
}

#learning-center li {
  float: left;
  width: 220px;
  margin: 16px 0 0 16px;
}

#learning-center h2 {
  margin: 10px 0 0 0;
}

#learning-center ul li a > span {
  float: left;
  width: 100%;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 6px;
  margin-bottom: 10px;
}

#learning-center ul li a span .arrow {
  position: relative;
  top: 5px;
  left: 4px;
}

#learning-center h2 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  float: none;
  color: #222;
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 0px 0 0;
  margin: 0px 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 11px;
  line-height: 1.25;
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
}

/* Mini Products List */
.mini-products-list .product-image {
  width: 50px;
  border: 1px solid #CCCCCC;
  float: left;
}

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

#block-related.mini-products-list .related_img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#block-related.mini-products-list .product-image {
  display: block;
  width: 100px;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
}

/* Block: Account */
.block-account {
  border-color: #bbb;
}

.block-account .block-title { /*background:#fc9d36 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_block-title-account.gif) 0 100% repeat-x;border:0;*/
  padding: 6px 0;
  margin: 0;
}

.block-account .block-title strong {
  font-size: 13px;
  color: #fff;
}

.block-account .block-content { /* background:#fbfaf6;*/
  padding: 0 10px 0 0;
}

.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important;
}

.block-account .block-content li a:hover {
  color: #CD0656;
}

.block-account .block-content li.last a {
  border-bottom: 0;
}

.block-account .block-content li.current {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #CD0656;
}

.block-account .block-content li.current.last {
  border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
  border: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_block-currency.gif) 0 0 no-repeat;
  padding: 7px 12px 10px;
  height: 51px;
}

.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}

.block-currency .block-title strong {
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-currency.gif) 0 50% no-repeat;
  padding: 0 0 0 21px;
  text-transform: none;
  color: #fff;
}

.block-currency .block-content {
  background: none;
  padding: 0;
}

.block-currency .block-content select {
  width: 100%;
  padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0;
}

.block-layered-nav .block-title {
  border: 0;
  padding: 0;
  height: 24px;
}

.block-layered-nav .block-subtitle {
  line-height: 1.35em;
  padding: 5px 0;
  border-width: 1px 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 13px;
  margin: 0 0 0 10px;
  font-weight: bold
}

.block-layered-nav .block-content {
}

.block-layered-nav #narrow-by-list {
  padding-left: 0px;
}

.block-layered-nav dt {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  border-top: 1px solid #bfbfbf;
  padding: 8px 0px 0px 15px;
  margin: 8px 0px 0px 0px
}

.block-layered-nav dd {
  margin-left: 15px;
  font-weight: normal;
  font-size: 10px;
}

.block-layered-nav dd ol li {
  text-decoration: none;
  color: #cbcbcb;
  padding-left: 15px;
}

.block-layered-nav dd ol li a {
  text-decoration: inherit;
  color: #000;
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/filter-checkbox.gif') no-repeat 0px -11px;
  text-transform: capitalize;
  display: inline-block;
}

.block-layered-nav dd ol li a:hover {
  text-decoration: underline;
}

.block-layered-nav dd ol li.m-selected-ln-item a {
  background-position: 0px 3px;
}

.block-layered-nav dd ol li span {
  color: #000;
}

.col-left.sidebar .reset-button,
.col-left.sidebar #narrow-by-list .clear-button {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/layered-nav-clear.png) no-repeat left 1px;
  font: normal bold 10px/10px helvetica, arial, sans-serif;
  color: #f89900;
  padding-left: 10px;
  text-decoration: none;
  display: block;
}

.col-left.sidebar #narrow-by-list .clear-button {
  margin-left: -15px;
  margin-top: 5px;
}

/* Block: Cart */
.block-cart {
  border: 1pt solid #808080;
  background-color: #FFFFFF;
  position: absolute;
  display: none;
  left: 436px;
  top: 45px;
  width: 470px;
  z-index: 10;
  padding-top: 7px;
  max-height: 395px;
  overflow-y: auto !important;
}

.block-cart .cart-close {
  position: relative;
  float: right;
  z-index: 11;
  right: 10px;
  top: -2px;
  font-size: 11pt;
  font-family: arial, helvetica, sans-serif;
}

.block-cart .empty {
  clear: both;
}

.block-cart .block-title strong span { /*border-bottom:0;*/
  color: #000000;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-cart.gif) no-repeat 0 0;
  display: block;
  padding-left: 25px;
  padding-bottom: 8px;
}

.block-cart .block-title strong { /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_block-layered-dd.gif) repeat-x  0 100%;*/
  padding: 0
}

.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}

.block-cart .amount {
  margin: 0;
}

.block-cart .amount a {
  font-weight: bold;
}

.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #F2F3F5;
  text-align: center;
}

.block-cart .subtotal .price {
  font-weight: bold;
}

.block-cart .cscart-view {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: underline;
  color: #808080;
  float: left;
}

.block-cart .bottom-actions {
  overflow: hidden;
  padding: 0px 8px;
}

.block-cart .actions {
  overflow: hidden;
  clear: both;
}

.block-cart .actions .button span {
  background: #a3c10e;
}

.block-cart .sbcart-button {
  float: right;
}

.block-cart .scart-count {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #cd0656
}

.block-cart .sc-img {
  float: left;
  padding: 2px;
  vertical-align: middle;
}

.block-cart .sc-img .cscart-img {
  border: 1px solid #000000;
}

.block-cart .sc-header {
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #0A263C;
}

.block-cart #cart-sidebar {
  padding-top: 10px;
  padding-right: 7px;
  border: none;
  padding-left: 7px;
  margin-bottom: 5px;
}

.block-cart .cart-sidebar tr.odd {
  background-color: #E4E4E4;
}

.block-cart .cart-sidebar tbody tr.even {
  background-color: #FFFFFF;
}

.block-cart .product-name-sc {
  padding-top: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000033;
  text-decoration: none;
  left: 5px;
  position: relative;
}

.block-cart .product-name-sc a {
  color: #000033;
  text-decoration: none;
}

.block-cart .product-name-sc a:hover {
  color: #CD0656;
  text-decoration: underline;
}

.block-cart .cscart-subtotal {
  background: #E4E4E4;
  padding-right: 5px;
  position: relative;
  text-align: right;
  padding-top: 5px;
}

.block-cart .cscart-subtotal .label {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2F2F2F;
}

.block-cart .cscart-subtotal .price {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2F2F2F;
}

.item-options li {
  padding-top: 3px;
}

.item-options .otitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #2F2F2F;
  padding-left: 5px;
}

.item-options .oname {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #2F2F2F;
}

div.sc-top {
  padding-top: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #2F2F2F;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-wishlist.gif);
}

.block-wishlist .actions {
  text-align: right;
}

.block-wishlist .actions a {
  float: none;
}

/* Block: Related */
.block-related {
  padding: 0 10px 10px 10px;
  border-left: 1px solid #ccc;
}

.block-related h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #00184a;
  margin: 0 0 25px 0;
}

.block-related .block-title strong { /*background-image:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-related.gif); background-position:0 1px;*/
}

.block-related input.checkbox {
  float: left;
}

.block-related .product {
}

.block-related .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.block-related .mini-products-list .product-details {
  margin-left: 0;
  text-align: center;
  padding-top: 10px;
  float: left;
  width: 100%;
}

.block-related .price {
  color: #000 !important;
}

.block-related li.odd { /*background-color:#fff;*/
  border-bottom: none
}

.block-related button.button span {
  color: #D8027F;
}

/* Block: Compare Products */
.block-compare .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-list.gif);
  background-position: 0 1px;
}

.block-compare button.button span {
  border-color: #406a83;
  background: #071e4f;
}

.page-popup .link-print {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}

.compare-table {
  border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.compare-table .btn-remove {
  float: right;
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}

.compare-table tbody th {
  background: #d9e5ee url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}

.compare-table tr.first td {
  text-align: center;
}

.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}

.compare-table tr.first td .product-name a {
  color: #203548;
}

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}

/*Bulk Pricing*/
#bulk-pricing {
  font-size: 12px;
}

#bulk-pricing td {
  vertical-align: center;
}

#bulk-pricing label {
  color: #0A263C;
  font-weight: bold;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-viewed.gif);
}

/* Block: Recently Compared */
.block-compared .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-list.gif);
  background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-poll.gif);
}

.block-poll .block-subtitle {
  font-size: 12px;
}

.block-poll label {
  color: #777;
  font-weight: bold;
}

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}

.block-poll .label {
  display: block;
  margin-left: 18px;
}

.block-poll li {
  padding: 3px 9px;
}

.block-poll .actions {
  margin: 5px 0 0;
}

.block-poll button.button span { /*border-color:#406a83;*/
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x scroll left top #D61863;
}

.block-poll .answer {
  font-weight: bold;
}

.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-tags.gif);
}

.block-tags .block-content ul {
  font-size: 12px;
  padding: 10px;
}

.block-tags .block-content li {
  display: inline;
  padding-right: 4px;
}

.block-tags .block-content a {
  color: #1b2d3b;
}

.block-tags .actions {
  text-align: right;
}

.block-tags .actions a {
  float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
}

.block-subscribe .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-subscribe.gif);
}

.block-subscribe label {
  font-weight: bold;
  color: #666;
}

.block-subscribe input.input-text {
  display: block;
  margin: 3px 0;
}

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left;
}

.block-subscribe .actions button.button {
  float: none;
}

.block-subscribe .actions button.button span {
  border-color: #406a83;
  background: #3399ff;
  color: #fff;
}

/* Block: Reorder */
.block-reorder .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_block-list.gif);
}

.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}

.block-reorder .product-name {
  margin-left: 20px;
}

.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
  border: 0;
}

.block-banner .block-content {
  padding: 0 0px 10px 0px;
  text-align: left;
}

/* Block: Login */
.block-login .block-title strong {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_ma-info.gif);
}

.block-login .block-content {
  padding: 0 10px;
}

.block-login label {
  font-weight: bold;
  color: #666;
}

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

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

/* Category Page ========================================================================= */
.category-title {
  border: 0;
  margin: 0 0 7px;
}

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}

.category-image img {
}

.category-description {
  margin: 0 0 10px;
}

.category-products {
}

#catHeaderContent {
  border: 1px solid #ccc;
  height: 250px;
  margin: 0 0 20px 0;
}

#catHeaderSecondaryContent {
  float: right;
  height: 250px;
}

#catHeaderContent #catDetailsBanner {
  width: 290px;
  height: 80px;
  padding: 10px;
}

#catHeaderContent h1 {
  font-size: 18px;
  color: #CD0656;
  margin: 0;
}

#catHeaderContent p {
  line-height: 1.3em;
}

#catHeaderContent #slideshow {
  float: left;
  width: 400px;
  height: 250px;
  border-right: 1px solid #ccc;
}

#catHeaderContent #slideshow img {
  width: 400px;
  height: 250px;
  margin: 0;
  padding: 0;
}

#catHeaderContent #catSecondaryBanner {
  background: #efefef;
  height: 150px;
}

.top-level .category-title {
  display: none;
}

.top-level .category-image-col {
  float: none;
  width: 772px;
  margin-left: 0;
  margin-bottom: 15px;
}

.top-level .category-image-col img {
  width: 772px;
}

.top-level .category-description-col {
  float: none;
  width: 774px;
  margin-left: 0;
  margin-bottom: 15px;
}

.category-image-col {
  border: 1px solid #8f8f8f;
  float: left;
  width: 311px;
  margin-left: 10px;
}

.category-image-col img {
  width: 311px;
}

.category-image-col.no-image {
  display: none;
}

.category-description-col {
  float: left;
  line-height: 14px;
  width: 441px;
  margin-left: 10px;
  font: normal normal 12px/14px Helvetica, Arial, sans-serif;
  color: #000;
}

.category-description-col h1 {
  color: #000;
  font: normal normal 36px/42px "Century Gothic", Verdana, Arial, sans-serif;
  text-transform: capitalize;
  margin-top: -7px;
}

.category-description-col.no-image {
  margin-left: 0;
  width: 100%;
}

.category-description-col .category-title {
  margin-bottom: 2px;
}

.category-description-col .category-description p:first-child {
  margin-top: -2px;
}

.catalog-category-view .category-products {
  margin-top: 12px;
}

.catalog-category-view .breadcrumbs {
  margin-bottom: 3px;
}

.catalog-category-view .breadcrumbs li,
.catalog-category-view .breadcrumbs li a {
  color: #959595;
}

.catalog-category-view .breadcrumbs.subcategory {
  margin-left: 10px;
}

.category-description-col .category-description,
.category-description-col .category-description span,
.category-description-col .category-description a {
  font: normal normal 14px/16px "Century Gothic", Verdana, Arial, sans-serif !important;
}

/* View Type: Grid */
.products-grid { /*border-bottom:1px solid #d9ddd3; background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_grid.gif) 0 0 repeat;*/
  position: relative;
  margin: 10px 5px;
}

.products-grid .last {
  margin-right: 0;
}

.products-grid li.item {
  list-style-type: none !important;
  float: left;
  width: 153px;
  height: 230px;
  margin: 0px;
  text-align: center;
  background: transparent;
  padding: 5px 0px 0px 0px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.products-grid li.item.last {
  margin-right: 0;
  border-right: 0px
}

.products-grid li button.button {
  margin-top: 10px;
}

.products-grid li button.button span {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_addtocart.gif);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  width: 113px;
  height: 26px;
  padding: 0;
}

.products-grid.last li.item {
  border-bottom: 0px;
}

.col1-layout .products-grid.grid-6 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.products-grid li p {
  font-size: 11px;
  line-height: 1.2em;
}

.products-grid .product-image {
  display: block; /*width:135px;*/
  margin: 0 0 10px;
}

.products-grid .product-name {
  font-weight: normal;
  font-size: 11px;
  color: #203548;
  text-align: left;
  margin: 0px 7px;
}

.products-grid .product-name a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.products-grid .price-box {
  margin: 0;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 0px 7px;
}

.products-grid .availability {
  line-height: 21px;
}

.products-grid .actions {
  bottom: 12px;
  bottom: 20px;
  padding-left: 28px;
  position: absolute;
  text-align: center;
  clear: left;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: auto;
  margin: 0 auto !important;
}

.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto;
}

.col2-left-layout .products-grid.last {
  margin-bottom: 20px !important;
}

.products-grid li.item .color-options {
  width: 100%;
  color: #afb0b2;
  margin: 0px 7px;
  text-align: left;
}

.products-grid ul.product_small_img {
  margin: 0 auto;
  padding: 0 auto;
  list-style: none;
  display: inline-block;
}

.products-grid ul.product_small_img li {
  float: left;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.products-grid ul.product_small_img li div {
  width: 20px;
  height: 20px;
  border: solid 1px #ccc;
}

.products-grid ul.product_small_img li img {
  border: solid 1px #ccc
}

.col3-layout .products-grid li.item {
  float: left;
  width: 31%;
  padding: 12px 1% 80px;
}

/* View Type: List */

.products-list ul.product_small_img {
  margin: 0 auto;
  padding: 0 0 0 14%;
  list-style: none;
  display: inline-block;
  height: 30px;
  float: left;
  width: 86%;
  text-align: left
}

.products-list ul.product_small_img li {
  float: left;
  width: 20px;
  height: 25px;
  padding: 5px 0 5px 0;
}

.products-list ul.product_small_img li img {
  border: solid 1px #ccc
}

.products-list li.item {
  border-bottom: 1px solid #d9ddd3;
  padding: 12px 10px;
}

.products-list li.item.last {
  border-bottom: 0;
}

.products-list .product-image {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
}

.products-list .product-shop {
  margin-left: 70px;
}

.products-list .product-name {
  display: inline;
  margin: 0 0 5px;
  padding-top: 10px;
  font-weight: bold;
  color: #203548;
}

.products-list .product-name a {
  color: #000033;
  font-size: 13px;
  text-transform: capitalize;
}

.products-list .price-box {
  float: right;
  margin: 0 13px 5px 0;
}

.category-products .products-list .price-box {
  width: 115px;
}

.products-list .availability {
  float: left;
  margin: 3px 0 0;
}

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35;
}

.products-list .desc .link-more {
  font-size: 11px;
}

.products-list .add-to-links {
  clear: both;
  margin-top: 10px;
}

.products-list .add-to-links li {
  display: inline;
}

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

.add-to-links {
  float: left;
}

.add-to-links li {
  display: inline;
}

.add-to-links li a {
  padding: 0 10px 5px 10px;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
}

.add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

.product-list-details {
  width: 400px;
  float: left;
}

.product-list-details h2 {
  display: block;
}

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

/* Product View ========================================================================== */
#prev-next-nav {
  position: relative;
  top: 0px;
  display: inline;
}

#prev-next-nav li {
  display: inline;
}

#prev-next-nav li a {
  color: #4fa7ff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#prev-next-nav li a.prev-btn {
  padding: 0 5px 0 10px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/mjprev.gif) no-repeat left 3px;
}

#prev-next-nav li a.next-btn {
  padding: 0 10px 0 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/mjnext.gif) no-repeat right 3px;
}

#prev-next-nav li:last-child a {
  border-right: 0px !important;
}

.catalog-product-view .col1-layout .col-main {
  padding-top: 0;
}

.col2-left-layout .product-view,
.col2-right-layout .product-view {
  background: none;
  width: 755px;
}

.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral {
  float: none;
  width: 695px;
}

.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box {
  float: none;
  width: auto;
}

.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image {
  margin: 0 auto;
}

.col3-layout .product-view {
  background: none;
  width: 572px;
}

.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral {
  float: none;
  width: 512px;
}

.col3-layout .product-view .product-img-box {
  float: none;
  width: auto;
}

.col3-layout .product-view .product-img-box .product-image {
  margin: 0 auto;
}

.product-view {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_cols.gif) repeat-y 279px 0;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  float: left;
  width: 958px;
}

#messages_product_view {
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}

#messages_product_view .messages {
  margin: 0 0 1px;
}

#messages_product_view .messages li {
  margin: 0;
  position: relative;
  z-index: 1;
}

.product-essential {
}

.product-collateral {
  float: right;
  clear: right;
  width: 416px;
}

.product-collateral .emailto-link {
  font-size: 11px;
  margin: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_arrow-bullet.gif) no-repeat 0 4px;
  padding-left: 12px;
}

.box-collateral {
  background: #fff;
}

.box-collateral .box-title {
  background: none;
  padding: 10px 20px 5px;
  margin: 0 -1px;
}

.box-collateral .box-title h2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.box-collateral .box-content {
  padding: 20px;
}

.tab-list {
  position: relative;
  z-index: 0;
}

.tab-list .tab {
  float: left;
  cursor: pointer;
}

.tab-list .last {
}

.tab-list .active {
  cursor: default
}

.tab-list .tab-container {
  position: absolute;
  left: 0;
  width: 100%;
}

.tab-list .tab-content {
}

.collateral-tabs {
  padding-bottom: 20px;
  margin: 0;
}

.collateral-tabs .tab {
  position: relative;
  z-index: 2;
  margin-right: 3px;
  background: #dedede url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collateral-tabs.gif) no-repeat 0 -39px;
  color: #222;
  padding: 0 0 0 17px;
  font-size: 12px;
}

.collateral-tabs .tab span {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collateral-tabs.gif) no-repeat 100% -39px;
  padding: 0 17px 0 0;
  line-height: 24px;
  float: left;
}

.collateral-tabs .last {
}

.collateral-tabs .active {
  color: #000;
  font-weight: bold;
  z-index: 3;
  border-bottom: 0;
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collateral-tabs.gif) 0 0 no-repeat;
}

.collateral-tabs .active span {
  background-position: 100% 0;
  padding-bottom: 1px;
}

.collateral-tabs .tab-container {
  z-index: 1;
  top: 24px;
  background: #fff;
}

.collateral-tabs .tab-content {
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #c4c4c4;
  font-size: 12px;
}

.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed {
  width: 100% !important;
  height: auto !important;
}

/* Product Images */
.product-view .product-img-box {
  float: left;
  width: 370px;
  padding: 26px 46px 26px 45px;
}

.product-view .product-img-box .product-image img {
  background: #fff;
}

/*IE8 PNG Fix */
.product-view .product-img-box p.notice {
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
}

.product-view .product-img-box .product-image {
  position: relative;
  width: 370px;
  height: 370px;
  overflow: hidden;
  z-index: 3;
}

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 370px;
  height: 370px;
  overflow: hidden;
  z-index: 3;
}

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
  max-width: 100%;
}

.product-view .product-img-box .gallery-image:not(.visible) {
  display: none;
}

.product-view .product-img-box .zoom-notice {
  text-align: center;
}

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}

.product-view .product-img-box .more-views {
  margin: 10px 0 0;
  padding: 0 0 0;
}

.product-view .product-img-box .more-views h2 {
  display: none;
}

.product-view .product-img-box .more-views ul {
}

.product-view .product-img-box .more-views li {
  float: left;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.product-view .product-img-box .more-views .owl-item {
  padding: 5px;
  box-sizing: border-box;
}

.product-view .product-img-box .more-views .owl-item li {
  margin-right: 0;
}

.product-view .product-img-box .more-views .owl-item li img {
  max-width: 100%;
  height: auto;
}

.product-view .product-img-box .media-colors {
  overflow: hidden;
  clear: both;
}

.product-view .product-img-box .media-colors li {
  float: left;
  display: block;
  margin: 4px;
  border: 1px solid #cfcfcf;
}

.zoom-notice1 {
  overflow: hidden;
}

.zoom-notice1 a {
  border-bottom: 1px solid #cfcfcf;
  margin-right: 0;
  width: 133px;
  text-align: center;
  height: 28px;
}

.zoom-notice1 a:first-child {
  border-right: 1px solid #cfcfcf;
}

.zoom-notice1 a:last-child {
  border-right: 0px;
}

.spinGal {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  text-decoration: none;
  line-height: 28px;
  cursor: pointer;
}

.spinGal span {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/spingal.png') no-repeat 0px -43px;
  display: inline-block;
  margin-left: 3px;
  width: 12px;
  height: 27px;
}

.spinGal.selected {
  background: #000;
  color: #fff;
}

.spinGal.selected span {
  background-position: left 7px;
}

.product-view .product-img-box .spin-colors {
  overflow: hidden;
  clear: both;
}

.product-view .product-img-box .spin-colors li {
  float: left;
  display: block;
  margin: 4px;
  border: 1px solid #cfcfcf;
}

.product-image-popup {
  margin: 0 auto;
}

.product-image-popup .buttons-set {
  clear: none;
  line-height: 28px;
  margin: 0 0 10px;
  float: right;
  width: 150px;
  text-align: right;
}

.product-image-popup .buttons-set .button {
  vertical-align: middle;
  float: none;
}

.product-image-popup .image {
  display: block;
  clear: both;
  margin: 15px auto 15px;
}

.product-image-popup .image-label {
  font-size: 14px;
  text-align: left;
  clear: both;
  font-weight: normal;
  color: #000;
  line-height: 19px;
  margin: 0 0 10px;
}

.product-image-popup .nav {
  text-align: center;
  margin: 0 auto;
  width: 120px;
}

.product-image-popup .nav .prev,
.product-image-popup .nav .next {
  margin: 0 15px;
  display: inline;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_slide-button.gif) no-repeat 0 0;
  text-indent: -999em;
  cursor: pointer;
  width: 28px;
  height: 28px;
  z-index: 2;
  overflow: hidden;
  float: left;
}

.product-image-popup .nav .prev {
  left: -19px;
  float: left;
}

.product-image-popup .nav .next {
  right: -19px;
  float: right;
  background-position: 0 -40px;
}

/* jQzoom */
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #999;
}

.jqZoomPup {
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  border-color: #fff;
  border-style: solid;
  cursor: crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */
}

a.product-image {
  cursor: pointer !important;
}

p.product-image {
  cursor: default !important;
}

.zoom-activated {
}

.jqZoomPup img {
  border: 0;
}

.preload {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/zoomloader.gif) no-repeat 43px 30px;
  width: 90px;
  height: 43px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.jqZoomWindow {
  border: 1px solid #ccc;
  background-color: #fff;
}

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 416px;
  padding: 0 30px 105px;
  color: #666;
  position: relative;
  min-height: 410px;
}

.product-view .product-shop .product-name {
  margin: 0 0 5px 0;
}

.product-view .product-shop .product-name h1 {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.2em;
  color: #D8027F;
  text-transform: capitalize
}

.product-view .product-shop .product-sku h2 {
  color: #4fa7ff;
}

.product-view .product-shop .trollbeads-logo {
  position: absolute;
  top: 0px;
  right: 6px;
}

.product-view .product-shop .product-main-info {
  margin: 0 -30px;
  padding: 20px 30px 5px;
}

.product-view .product-shop p,
.product-view .product-shop .ratings {
  margin: 10px 0;
}

.product-view .product-shop .ratings p {
  margin: 0;
}

.product-view .product-shop .product-ids {
  margin: 4px 0 10px;
  color: #999;
  display: none;
}

.product-view .product-shop .availability {
  font-size: 12px;
  display: none;
}

.product-view .options-container-big .price-box {
  margin: 0;
}

.product-view .product-shop .price-box .price-label {
  font-size: 11px;
}

.product-view .product-shop .price-box .price-as-configured .price-label {
  font-size: 12px;
}

.product-view .product-shop .price-box .price-as-configured .price {
  color: #e55100;
  font-size: 14px;
}

.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .total-label {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.product-view .product-shop .total-label {
  margin-left: 5px;
}

.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price {
  font-size: 14px;
  color: #c73615;
}

.product-view .product-shop .price-box .price-as-configured .price-including-tax .price {
  color: #e55100;
}

.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price {
  color: #222;
  font-size: 11px;
}

.product-view .product-shop .price-box p {
  margin: 4px 0;
}

.product-view .product-shop .add-to-links {
  margin: 0px 10px;
  position: relative;
}

.product-view .product-shop .add-to-links li a {
  padding: 6px;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #000;
}

.product-reviews {
  bottom: -55px;
  padding-bottom: 10px;
  position: relative;
  width: 200px;
}

#sthis {
  bottom: 2px;
  left: 190px;
  padding-bottom: 10px;
  position: relative;
  width: 300px;
}

.pr-st {
  width: 500px;
  position: absolute;
  bottom: 0px;
}

/*.product-view .product-name h1 { font-size:22px; line-height:1.2; color:#d12c01; font-weight:normal; }
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; padding:2px 15px 10px 0; }*/

/* Rating */
.rating-box {
  width: 65px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_rating.gif) 0 100% repeat-x;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_rating.gif) 0 0 repeat-x;
}

.ratings {
  margin: 5px 0;
}

.ratings .rating-box {
  float: left;
  margin-right: 5px;
}

.ratings .amount {
  font-size: 12px;
}

.ratings .rating-links {
  margin: 0;
  font-size: 11px;
}

.ratings .rating-links a {
  text-decoration: underline;
}

.ratings .rating-links a:hover {
  text-decoration: none;
}

.ratings .rating-links .separator {
  margin: 0 3px;
}

.ratings dt {
}

.ratings dd {
}

/* Availability */
.availability {
  font-weight: bold;
}

.availability.in-stock {
  color: #1b6800;
}

.availability.out-of-stock {
  color: #cf3a00;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}

.availability-only a {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only strong {
  color: #d12c01;
}

.availability-only-details {
  margin: 0 0 7px;
  border: 1px solid #d9d9d9;
}

.availability-only-details thead {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8;
}

.availability-only-details th,
.availability-only-details td {
  padding: 2px 8px;
}

.availability-only-details th {
  border-bottom: 1px solid #d9d9d9;
  font-size: 10px;
  text-transform: uppercase;
}

.availability-only-details td {
  background: #fff;
  font-size: 11px;
}

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price-box {
}

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

.price-box-bundle {
}

/* Regular price */
.regular-price {
}

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

/* Old price */
.old-price {
  text-decoration: line-through;
  color: #989696;
}

.old-price .price-label {
  white-space: nowrap;
  color: #989696;
}

.old-price .price {
  font-weight: normal;
  text-decoration: line-through;
  color: #989696;
}

.sidebar .old-price .price-label {
  display: none !important;
}

/* Special price */
.special-price {
}

.special-price .price-label {
  white-space: nowrap;
  color: #c73615;
  font-weight: bold;
}

.special-price .price {
  font-weight: bold;
  color: #c73615;
}

.sidebar .special-price .price-label {
  display: none !important;
}

/* Minimal price (as low as) */
.minimal-price {
}

.minimal-price .price-label {
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
  margin: 5px 0;
  text-decoration: none;
}

a.minimal-price-link:hover {
  text-decoration: underline;
}

.minimal-price-link .label {
  font-weight: bold;
}

.minimal-price-link .price {
  font-weight: bold;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}

.price-excluding-tax .label {
  white-space: nowrap;
}

.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}

.price-including-tax .label {
  white-space: nowrap;
}

.price-including-tax .price {
  font-weight: bold;
}

/* Configured price */
.configured-price {
}

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

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

/* FPT */
.weee {
  display: block;
  font-size: 11px;
}

.weee .price {
  font-size: 11px;
  font-weight: bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
}

.price-from .price-label {
  white-space: nowrap;
}

.price-from .price {
  white-space: nowrap;
}

.price-to {
}

.price-to .price {
  white-space: nowrap;
}

.price-to .price-label {
  white-space: nowrap;
}

/* Price as configured */
.price-as-configured {
}

.price-as-configured .price-label {
  white-space: nowrap;
}

.price-as-configured .price {
  font-size: 14px;
  color: #e55100;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
}

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

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
  margin: 0;
  background-color: #FFFFFF;
  border: 0px;
  width: 250px;
}

.tier-prices li {
  line-height: 1.4;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
  color: #424242;
}

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices .has-old-price .price {
  color: #ff3300;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #CD0656;
}

.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0;
}

.add-to-links .separator {
  display: none;
}

/* Add to Cart */
.add-to-cart {
  clear: both;
  margin: 10px 0px;
}

.add-to-cart .qty-field {
  float: left;
}
.add-to-cart .qty-field .price-box {
  display: inline-block;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  color: #666;
}

.add-to-cart .qty {
  float: left;
  margin-right: 5px;
}

.add-to-cart button.button {
  width: 113px;
  height: 26px;
  background: none;
  background-repeat: no-repeat;
  float: left;
}
.add-to-cart button.button span {
  padding: 0;
  height: 26px;
}

.add-to-cart button.btn-cart-in {
  width: 113px;
  height: 26px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_addtocart.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: left;
}

.add-to-cart button.btn-cart-out {
  width: 113px;
  height: 26px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/outofstockgrayscale.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: right;
}

.gift-card .add-to-cart button.button {
  margin-top: -37px;
}

.add-to-cart button.button span {
  background: none;
}

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
}

/* Add to Links + Add to Cart */
.add-to-cart .add-to-buttons {
  float: right;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.add-to-box {
  margin: 10px 0;
}

.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}

.product-collateral h2 {
  font-weight: bold;
  font-size: 15px;
  color: #CD0656;
  border-bottom: 1px solid #e5dcc3;
  padding: 0 0 1px;
  margin: 0 0 15px;
}

.product-collateral .box-collateral {
  margin: 0 0 25px;
}

/* Product Options */
.product-options {
  margin: 10px 0 0;
}

.product-options dt label {
  font-weight: bold;
  font-size: 12px;
}

.product-options dt .required em {
  margin-left: 5px;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}

.product-options dd {
  margin: 5px 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e7e7e7;
}

.product-options dl.last dd.last {
}

.product-options dd .input-box {
  display: block;
  padding-right: 20px;
}

.product-options dd input.input-text {
  width: 98%;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd .time-picker select {
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 100%;
}

.product-options .options-list {
}

.product-options .options-list li {
  vertical-align: middle;
  margin: 0;
  padding: 2px 0;
  line-height: 1.315;
}

.product-options .options-list input.radio {
  float: left;
  margin: 2px -18px 0 0;
}

.product-options .options-list input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}

.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}

.product-options .validation-error .options-list,
.product-options ul.validation-failed {
  padding: 2px 1px !important;
  position: relative;
  z-index: 2;
  top: -3px;
  left: -2px;
  margin-right: -2px;
}

.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed {
  padding: 0 1px !important;
  position: relative;
  z-index: 2;
  top: -1px;
  left: -2px;
  margin-right: -2px;
}

.product-options li {
  margin: 3px 0;
}

.product-view .product-options-bottom .product-pricing {
  clear: both;
}

.product-view .product-options-bottom {
  padding: 0;
  margin: 0 0 5px;
}

.product-view .product-options-bottom .add-to-cart {
  float: left;
  padding-right: 15px;
  padding-bottom: 20px;
}

.product-view .product-options-bottom .price-box {
  margin: 0 !important;
  float: right;
}

.product-view .product-options-bottom p.required {
  padding: 5px 0 0;
  clear: both;
  text-align: right;
  width: auto;
}

/* Options in product info column */
.options-container-small {
  margin: 20px 0 0;
}

.options-container-small .product-options-bottom {
  float: left;
}

.options-container-small .product-pricing {
  display: none;
}

.options-container-small .price-box {
  display: none;
}

.options-container-small .add-to-cart {
  padding: 13px 15px 0 0 !important;
}

.options-container-small .product-options-bottom p.required {
  padding: 0 0 0 90px;
  width: auto;
  float: left;
  clear: left;
  text-align: left;
}

.options-container-small dt {
  clear: left;
  float: left;
  line-height: 1.2;
  width: 10em;
  padding: 3px 5px 3px 0;
  margin: 0 0 8px;
}

.options-container-small dd {
  float: left;
  width: 275px;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px;
}

.options-container-small .product-options {
  margin: 0 0 0;
}

/* Options after product info column */
.options-container-big {
  clear: both;
  background: #fff;
  border-width: 1px 0;
  overflow: hidden;
}

.options-container-big .add-to-cart {
  display: flex;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
}

.product-options-bottom1 {
  clear: both;
}

.p-options {
  list-style-type: none;
}

.p-options li {
  float: none;
  padding-bottom: 5px;
  padding-right: 20px;
  clear: both;
  display: block;
  overflow: hidden;
}

.p-options li .p-options-label {
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: normal;
  padding-right: 10px;
  width: auto;
}

.p-options li .select-wrapper {
  float: left;
  margin-right: 15px;
}

.p-options li .unit-converter {
  float: left;
  cursor: pointer;
  line-height: 21px;
  text-decoration: underline;
}

.p-options li .select-wrapper #selectLabelY {
  float: left;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25;
}

.box-addtional {
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
  width: 100%;
  border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
  width: 25%;
  background: #F2F0F0;
  border-right: 1px solid #E5DCC3;
  border-bottom: 1px solid #BBB6A5;
  padding: 15px 10px 12px;
  line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
  border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
  border: 1px solid #BBB6A5;
}

.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
  border-right: 0;
  background: #F2F0F0;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-collateral {
  margin: 0;
  width: 100%;
}

.product-view .box-collateral p {
  font-size: 12px;
}

.product-view .box-tags h3 {
  font-size: 13px;
}

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}

.product-view .box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_tag_add.gif) 0 2px no-repeat;
  padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
  width: 299px;
}

.product-view .box-tags .form-add button.button span { /*border:1px solid #ce0e5b;*/
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x left top #d61863;
}

.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}

.product-view .box-reviews dd {
  margin: 0 0 15px;
}

.product-view .box-reviews dd small {
  font-style: italic;
}

.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list li {
  padding: 10px !important;
}

.box-reviews .form-add .form-list li {
  padding: 10px !important;
}

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}

#submitReviewIframe {
  height: 1000px !important;
}

/* Iframe review fix */

.rvup-container {
  width: 958px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-top: 0px;
  padding-bottom: 35px;
}

.rv-container {
  float: left;
  width: 50%;
}

.rv-container .block-viewed .block-title {
  background: none;
  margin: 0 -1px;
  padding: 10px 45px 5px 10px;
}

.rv-container .block-viewed .block-title h2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.rv-container .block-viewed .products-grid {
  width: auto;
  margin: 0;
}

.rv-container .block-viewed .products-grid li {
  float: left;
  margin-left: 8px;
  margin-right: 0px;
  text-align: center;
}

.rv-container .block-viewed .products-grid li:first-child, .rv-container .block-viewed .products-grid li.first {
  margin-left: 0px;
}

.rv-container .block-viewed .products-grid li.first {
  margin-left: 0px;
}

.rv-container .block-viewed .products-grid .product-image img {
  border: 1px solid #CCC;
  height: 100px;
  width: 100px;
}

.rv-container .block-viewed .products-grid .product-name {
  width: 100px;
  margin: 0 auto;
}

.upsell-container {
  width: 50%;
  float: left;
  overflow: hidden;
  border-right: 1px solid #cfcfcf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.upsell-container-long {
  width: 50%;
  float: left;
  border-bottom: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.upsell-container ul.products-grid {
  width: auto;
}

.upsell-container li.item {
  margin-left: 8px;
  margin-right: 0px;
}

.upsell-container li.item.first {
  margin-left: 0px;
}

#zoom {
  z-index: 10000;
}

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}

.send-friend .form-list li {
  margin-right: -15px;
}

.send-friend .form-list li p {
  margin: 0 15px 0 0;
}

.send-friend .form-list .field {
  width: 315px;
}

.send-friend .form-list .input-box {
  width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}

.send-friend .form-list li.wide .input-box {
  width: 612px;
}

.send-friend .form-list li.wide textarea {
  width: 609px;
}

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

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

#newsletter-input-container #advice-validate-email-newsletter-field {
  position: absolute;
  top: 161px;
  background: #ffffff;
  width: 195px;
  border: 1px solid #000000;
  padding: 10px;
  z-index: 1000;
  top: 30px;
}

.scp-please-wait {
  z-index: 1000000;
}

/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

.product-name a {
  font-size: 11px;
  line-height: 1.1em;
  color: #000033;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.product-name a:hover {
  color: #000;
  text-decoration: underline
}

/* Product Tags */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px;
}

.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}

.tags-list li a {
  color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}

.advanced-search-summary ul {
  float: left;
  width: 49%;
}

.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

#slideshow-container {
  margin-bottom: 10px;
}

#slideshow-container a img {
  border: 0px;
}

#slideshow-container #pagernav {
  float: right;
  position: relative;
  top: -40px;
  right: 10px;
  z-index: 100;
}

#slideshow-container #pagernav li {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #949599;
  display: inline-block;
}

#slideshow-container #pagernav li a {
  display: block;
}

#slideshow-container #pagernav li.activeSlide {
  background: #cd1d5b !important;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}

.page-sitemap .links a:hover {
  text-decoration: underline;
}

.page-sitemap .sitemap {
  margin: 12px;
}

.page-sitemap .sitemap a {
  color: #1b2d3b;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

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

/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0;
}

.cart .page-title h1 {
  margin: 10px 0 0;
  text-align: left;
  float: none;
}

.cart .page-title .title {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.cart .page-title .title a {
  display: block;
  margin-top: 10px;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}

.cart .title-buttons .checkout-types-wrapper {
  float: left;
  width: 50%;
  padding-top: 20px;
}

.cart .title-buttons .checkout-types {
  float: right;
}

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table th {
  padding: 2px 10px;
}

.cart-table td {
  padding: 5px;
}

.cart-table .product-name {
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}

.cart-table .product-name .style-no {
  font-size: 11px;
}

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}

.cart-table tfoot td {
  padding: 0;
}

.cart-table .btn-continue {
  float: left;
}

.cart-table .btn-continue span {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x left top #d61863;
}

.cart-table .cart-product-image a img {
  border: 1px solid #ccc;
}

.cart-table .cart-product-name {
  width: 350px;
}

.cart-table .cart-product-unit {
  width: 100px
}

.cart-table .cart-product-price {
  width: 100px;
}

.cart-table .cart-product-quantity {
  width: 50px;
}

.cart-table .item-options dt, .cart-table .item-options dd {
  display: inline;
  padding-left: 0;
  font-size: 11px;
}

.cart-table .item-options dd {
  padding-right: 5px;
}

#shopping-cart-table {
  border: none;
}

#shopping-cart-table tfoot tr {
  background-color: #FFFFFF !important;
}

#shopping-cart-table tfoot tr {
  background: none;
}

.cart .col2-set .col-left {
  width: auto;
}

.cart .col2-set .col-right {
  width: 350px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0;
}

.cart-table .btn-update {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/update_cart.jpg) repeat-x left top;
  height: 27px;
  text-indent: -9999px;
  width: 193px;
  margin: 10px 0 0 0;
}

.cart-table .btn-update span {
  background: none;
}

.cart .crosssell {
  padding: 25px 0;
  clear: both;
}

.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold;
  color: #cb004e;
}

.cart .crosssell .product-image {
  width: 100px;
  height: 100px;
  border: 1px solid #d0cdc9;
  display: block;
  margin: 0 auto;
}

.cart .crosssell .product-details {
  margin-left: 0;
}

.cart .crosssell .price-box {
  text-align: left;
  padding: 0 10px;
}

.cart .crosssell .product-name {
  text-align: left;
  padding: 5px 10px;
}

.cart .crosssell .product-name a {
  font-weight: normal;
  text-align: left;
}

.cart .crosssell ul {
  overflow: hidden;
  margin-top: 0;
}

.cart .crosssell li.item {
  margin: 12px 0;
  float: left;
  width: 122px;
  min-height: 180px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cart .crosssell li.item .product-shop {
  text-align: left;
}

.cart .crosssell .link-compare {
  font-weight: normal;
}

.cart .crosssell .btn-cart {
  border: 1px solid #cb004e;
  position: absolute;
  bottom: 0;
  left: 10px;
}

#shopping_cart_box {
  border: solid 8px #e4e4e4;
  padding: 10px;
  margin: 10px 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .coupon {
  overflow: hidden;
  float: left;
  width: 400px;
}

.cart .coupon #promo-link {
  color: #085394;
  text-decoration: underline;
  cursor: pointer;
}

.cart .coupon .discount {
  padding: 10px 0;
}

.cart .coupon .discount .discount-form {
  float: none;
}

.cart .shipping {
  padding: 10px 0;
}

.shipping_left, .discount_left {
  float: left;
  text-align: right
}

.shipping_right, .discount_right {
  float: right;
  text-align: right
}

.shipping .form-list {
  float: right;
  text-align: right
}

.shipping_input, .coupon_input {
  margin-left: 5px;
}

.coupon_input #coupon_code {
  height: 21px;
}

.shipping_input input, .coupon_input input {
  width: 100px !important;
}

.cart .discount h2,
.cart .shipping h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  padding: 0 0 0 21px;
  color: #666;
  text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span { /*border-color:#406a83; background:#618499;*/
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x left top #d61863;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}

.cart .discount h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_discount.gif);
}

.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}

.cart .discount input.input-text {
  width: 254px;
}

.cart .shipping h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_shipping.gif);
}

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */
.cart .totals {
  float: right;
  max-width: 490px;
}

.cart .totals table {
  width: 100%;
}

.cart .totals td.tax-checkout-discount {
  font-size: 14px;
  font-weight: bold;
}

.cart .totals td .price {
  padding-left: 5px;
}

.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 15px;
}

.cart .totals .checkout-types {
  font-size: 13px;
  text-align: right;
}

.cart .totals .checkout-types-method {
  font-size: 13px;
  text-align: right;
  overflow: hidden;
}

.cart .totals .checkout-types-method li {
  float: right;
  width: 100%;
  max-width: 250px;
}

.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
  display: block;
}

.cart .totals .checkout-types li a {
  color: #666;
  text-decoration: none
}

.cart .totals .checkout-types li a:hover {
  text-decoration: underline
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}

.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value dl {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .show dl {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show dl {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show dl {
  left: -240px;
  top: 7px;
}

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

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dd {
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label {
  font-weight: bold;
  color: #666;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 3em !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}

.gift-messages-form label {
  float: none !important;
  position: static !important;
}

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.gift-messages-form .whole-order {
  margin: 0 0 25px;
}

.gift-messages-form .item {
  margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
  width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}

.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}

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

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}

.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.info-set .box {
  margin: 0 0 15px;
}

.info-set .box h2 {
  color: #CD0656;
}

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
  font-weight: bold !important;
}

.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
#onestepcheckout-form {
  padding: 10px 0 0 0;
}

.onestepcheckout-title {
  color: #CD0656;
}

.block-progress {
  border: 0;
  margin: 0;
}

.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}

.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c;
}

.block-progress .block-content {
  background: none;
}

.block-progress dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  background: #eee;
  border: solid #cacaca;
  border-width: 1px;
  border-top-color: #DCDBDB;
  margin: 0 0 2px 0;
  padding: 2px 8px;
  color: #999;
}

.block-progress dd {
  background: #fff; /*border-bottom:1px solid #a3aeb3;*/
  border-top: 0;
  padding: 8px 13px;
  margin: 0;
}

.block-progress dt.complete {
  margin: 0;
  background: #E7E8EA;
  color: #0A263C;
}

.block-progress dd.complete {
}

.block-progress p {
  margin: 0;
}

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
  display: none;
}

.opc .buttons-set .back-link a {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}

.opc {
  position: relative;
}

.opc li.section {
}

.opc .step-title {
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff #d9dde3 #d9dde3; /*background:#eee url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_opc-title-off.gif) 0 100% repeat-x;*/
  background-color: #e8e8e8;
  border-bottom: solid 1px #cacaca;
  padding: 4px 8px 6px;
  text-align: right;
}

.opc .step-title .number {
  float: left;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: bold 11px/14px arial, helvetica, sans-serif;
  color: #999;
}

.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  color: #999;
}

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}

.opc .allow .step-title {
  background: #d0cece;
  border: 1px solid #b9b7b7;
  color: #b2afaf;
  cursor: pointer;
}

.opc .allow .step-title .number {
  background: #dbd8d8;
  border-color: #cac8c8;
  color: #b2afaf;
}

.opc .allow .step-title h2 {
  color: #b2afaf;
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
  background: #c3c1c1;
  border: 1px solid #cacaca;
  border-top: solid 1px #dcdbdb;
  padding-bottom: 5px;
  color: #fff;
  cursor: default;
}

.opc .active .step-title .number {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.opc .active .step-title h2 {
  color: #fff;
  text-shadow: 1px 1px 0 #666
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
  border: 1px solid #cacaca;
  border-top: 0; /*background:#fbfaf6 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_checkout.gif) 0 0 repeat-x;*/
  padding: 15px 30px;
  position: relative;
}

.opc .step .tool-tip {
  right: 30px;
}

#opc-login .buttons-set {
  border-top: 0;
}

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
}

#opc-login h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: center;
}

#opc-login .col2-set {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/checkout-login-separator.png') no-repeat center 15px;
}

#opc-login .col2-set .col-1 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
}

#opc-login .col2-set .col-2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
}

#opc-login p strong {
  margin-right: 15px;
}

#opc-login .required {
  text-align: left;
  margin-top: 25px;
}

#opc-login ul.form-list {
  width: 260px;
}

#opc-login .note button {
  float: right;
  width: 100px;
}

#opc-login button span {
  font-size: 13px;
  height: 21px;
}

#opc-login .guest-checkout {
  margin: 50px auto 0px;
  text-align: left;
  width: 200px;
}

#opc-login .guest-checkout .buttons-set {
  text-align: center;
}

#opc-login .guest-checkout .buttons-set button {
  float: none;
  margin: 0px auto;
}

#opc-billing .register-customer {
  float: left;
  margin-right: 20px;
}

#opc-billing .register-customer label {
  float: none;
  font-weight: bold;
  font-size: 12px;
}

#opc-billing #register-customer-newsletter label {
  float: none;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

#opc-review .step {
  border: 0;
  padding: 0;
}

#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}

#opc-review .item-options {
  margin: 5px 0 0;
}

#opc-review .buttons-set {
  padding: 20px 30px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}

#opc-review button.btn-checkout span {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/btn-place-order.jpg) no-repeat;
  text-indent: -9999px;
  width: 145px;
  height: 27px;
}

#opc-review button.btn-checkout span span {
  background: none;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}

.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.multiple-checkout .box {
  margin: 0 0 15px;
}

.multiple-checkout .box h2 {
  color: #CD0656;
}

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499;
}

#multiship-addresses-table td {
  padding: 10px;
}

#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

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

#advice-validate-email-newsletter-field {
  position: absolute;
  top: 170px;
  background: #ffffff;
  width: 195px;
  border: 1px solid #000000;
  padding: 10px;
}

/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 185px;
  padding: 14px 21px; /*background:#faf7ee url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_login-box.gif) 0 0 repeat-x;*/
  border: 1px solid #CCCCCC;
  border-bottom: 0;
}

.account-login .content h2 {
  font-weight: bold;
  color: #00184A;
  font-size: 14px;
  margin: 0 0 14px;
  border-bottom: 1px solid #ddd;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.account-login .new-users h2 {
}

.account-login .registered-users h2 {
}

.account-login .buttons-set {
  border: 1px solid #bbb6a5;
  border-top: 0;
  margin: 0;
  padding: 8px 13px;
  height: 25px;
  background: #f2f0f0 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_buttons-set1.gif) 0 0 repeat-x;
}

.account-create {
}

/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
  margin: 0;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  border-color: #ccc #999 #999 #ccc;
  padding: 15px;
  margin: 0 0 20px;
}

.box-account .box-head {
  border-bottom: 1px solid #d9dde3;
  margin: 0 0 10px;
  text-align: right;
}

.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #CD0656;
}

.dashboard .box .box-title {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_ma-info.gif);
}

.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-reviews .details {
  margin-left: 20px;
}

.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
  margin: 0;
}

.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
  background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-tags .details {
  margin-left: 20px;
}

.dashboard .box-tags li.item {
  margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
  margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  color: #CD0656;
  text-transform: uppercase;
}

.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}

.addresses-list address {
  margin: 0 0 3px;
}

.addresses-list p {
  margin: 0;
}

.addresses-list a {
  font-weight: bold;
}

.addresses-list .link-remove {
  color: #646464;
}

.addresses-list .separator {
  margin: 0 3px;
}

.addresses-list li.item {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}

.addresses-list li.empty p {
  font-weight: bold;
}

.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #E7E8EA;
  border: 1px solid #cacaca;
  padding: 4px 8px;
  margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info .current {
  font-weight: bold;
}

.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.order-info-box .box-payment p {
  margin: 0 0 3px;
}

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-items h2,
.order-items h3 {
  font-weight: bold;
  font-size: 13px;
}

.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}

.order-items .link-print {
  float: right;
  color: #1e7ec8;
  font-weight: normal;
}

.order-items p .link-print {
  float: none;
}

.order-gift-message {
  margin: 15px 0;
}

.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  margin: 5px 0 0;
  font-size: 13px;
}

.order-about {
  margin: 15px 0;
}

.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
  padding: 1px 5px 0 0;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}

.page-print .order-date {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wish list */
.my-wishlist .data-table td {
  padding: 10px;
}

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}

.my-wishlist .buttons-set {
  margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
  float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span, .my-wishlist .buttons-set .btn-update span { /*border:1px solid #ce0e5b;*/
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/pink_btn_bg.jpg) repeat-x left top #d61863;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

#wishlist-table .product-name .style-no {
  font-size: 11px;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
  float: right;
  margin: 5px 0 0 5px;
}

#my-tags-table {
  clear: both;
}

#my-tags-table td {
  padding: 10px;
}

#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .form-list li select {
  float: left;
}

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

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

/* Footer ================================================================================ */
.footer-container {
  margin-bottom: 20px;
}

.footer {
  width: 960px;
  margin: 20px auto 0 auto;
  background: #fff;
}

.footer a {
  text-decoration: none;
}

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

.footer .phone-number {
  color: #666;
}

.columns-3 {
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 5px;
}

.columns-3 .wrapper {
  margin: 20px 0px 24px;
  overflow: hidden;
  background: transparent;
}

.columns-3 .column {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px;
  font-family: Helvetica;
  font-size: 12px;
  text-align: left;
  position: relative;
}

.columns-3 .column.column-1 {
  padding-left: 20px;
  width: 330px;
  margin-left: 20px;
}

.columns-3 .column.column-2 {
  width: 320px;
  padding: 0px 20px;
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/footer-columns-bg.png') repeat-y;
}

.columns-3 .column.column-3 {
  width: 290px;
  padding-left: 25px;
}

.columns-3 .column .label {
  font-size: 14px;
  text-align: left;
  font-family: Helvetica;
  margin-bottom: 9px;
}

.columns-3 .column .mjtrim-desc {
  margin: 0px;
}

.columns-3 .column.column-1 .links {
  margin-bottom: 9px;
}

.columns-3 .column .form-wrapper {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/newsletter-footer-bg.png') no-repeat left top;
  margin-left: -20px;
  padding-left: 20px;
  height: 134px;
}

.columns-3 .column .form-wrapper .label {
  font-size: 26px;
  font-family: "Century Gothic";
  font-style: italic;
}

.columns-3 .column .form-wrapper .additional {
  display: block;
  font-size: 12px;
  padding: 0px;
  font-style: normal;
  font-family: Helvetica;
  background: transparent;
  margin-top: 3px;
}

.columns-3 .column .form-wrapper form {
  display: block;
  overflow: hidden;
}

.columns-3 .column .form-wrapper div.input-text {
  width: 212px;
  float: left;
}

.columns-3 .column .form-wrapper div.input-text .validation-advice {
  line-height: inherit;
  min-height: initial;
  font-weight: normal;
  font-size: 9px;
  padding: 0px;
  background: none;
  position: absolute;
  margin-top: -1px;
}

.columns-3 .column .form-wrapper input {
  width: 203px;
  height: 20px;
  line-height: 20px;
  padding: 0px 0px 0px 6px;
}

.columns-3 .column .form-wrapper button {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/newsletter-footer-button.png') no-repeat left center;
  width: 24px;
  height: 22px;
  margin-left: -4px;
}

.columns-3 .column .form-wrapper button span {
  display: none;
}

.columns-3 .column .form-wrapper button span span {
}

.columns-3 .column .social {
  margin-top: 10px;
  overflow: hidden;
}

.columns-3 .column .social .label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: Helvetica;
  font-style: normal;
  float: left
}

.columns-3 .column .social .social-links {
  overflow: hidden;
  margin-left: 5px;
  float: left;
  margin-top: 0px;
  width: 190px;
}

.columns-3 .column .social .social-links li {
  display: block;
  padding: 0px;
  float: left;
}

.columns-3 .column .social .icon {
  width: 18px;
  height: 18px;
  text-indent: -99999px;
  display: block;
  float: left;
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/social_footer.png') no-repeat 0px 0px;
}

.columns-3 .column .social .icon.icon-facebook {
  background-position: 0px 0px;
}

.columns-3 .column .social .icon.icon-pinterest {
  background-position: -20px 0px;
}

.columns-3 .column .social .icon.icon-twitter {
  background-position: -40px 0px;
}

.columns-3 .column .social .icon.icon-google_plus {
  background-position: -61px 0px;
}

.columns-3 .column .social .icon.icon-instagram {
  background-position: -80px 0px;
}

.columns-3 .column .social .icon.icon-tumblr {
  background-position: -100px 0px;
}

.columns-3 .column .social .icon.icon-youtube {
  background-position: -120px 0px;
}

.columns-3 .column .social .icon.icon-yelp {
  background-position: -140px 0px;
}

.columns-3 .column .social .icon.icon-blog {
  display: none;
}

.columns-3 .column.column-2 .links {
  margin: 0px 0px 12px 0px;
}

.columns-3 .column.column-3 > div {
  clear: both;
}

.columns-3 .column.column-3 .links {
  margin: 0px 0px 8px 0px;
  overflow: hidden;
  float: left;
  width: 50%;
}

.columns-3 .column.column-3 .links.last {
  margin-bottom: 0px;
}

.columns-3 .column.column-3 .links li {
  display: block;
  padding: 0px;
  line-height: 17px;
}

.footer .copyright {
  margin-top: 10px;
  font-size: 13px;
}

/*.footer:hover { border:10px solid #CCCCCC;padding:15px;}*/
map {
  display: inline;
  width: auto;
}

#footer_box_left {
  float: left;
  width: 437px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_footer_box.gif) no-repeat;
  padding: 19px;
  height: 172px
}

#footer_box_right {
  float: right;
  width: 437px;
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_footer_box.gif) no-repeat;
  border-top: none;
  padding: 19px;
  height: 172px
}

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

.footer_link_box_33 {
  float: left;
  width: 31%;
  padding: 0 1%;
  text-align: left
}

.footer_link_box h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #00184a
}

.footer_link_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%
}

.footer_link_box ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

/*#footer_link_box ul span { margin:0; padding:0; float:left; width:100%}*/
/*#footer_link_box ul li a { float:left; }*/
.footer_link_box ul li a img {
  padding-right: 5px;
  margin-bottom: 3px;
}

.footer_sub_link a {
  color: #000033;
  text-decoration: none;
  font-size: 11px;
}

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

#footer_logo {
  padding: 10px 10px 10px 10px;
  background: #fff;
}

.footer-container span {
  padding: 10px 0px 50px 0px;
  background: #fff;
}

.footer-container li span {
  padding: 0;
}

#footer_logo ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#footer_logo ul li {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  display: inline-block;
  vertical-align: middle
}

#footer_logo ul li map {
  display: inline;
  width: auto;
}

#footer_logo ul li.white_space {
  margin: 0 20px
}

.footer .store-switcher {
  display: inline;
  margin: 0 5px 0 0;
  color: #fff;
}

.footer .store-switcher label {
  font-weight: bold;
  vertical-align: middle;
}

.footer .store-switcher select {
  padding: 0;
  vertical-align: middle;
}

/*.footer a { color:#008AFF; font-size:11px; text-decoration:none; }
.footer a:hover { text-decoration:underline; }*/
.footer .bugs {
  margin: 13px 0 0;
  color: #666666;
}

.footer .bugs a {
  color: #ecf3f6;
  text-decoration: underline;
}

.footer .bugs a:hover {
  text-decoration: none;
}

.footer address {
  margin: 0 0 20px;
  color: #666666;
}

.footer address a {
  color: #ecf3f6;
  text-decoration: underline;
}

.footer address a:hover {
  text-decoration: none;
}

.footer ul {
  display: inline;
}

.footer ul.links {
  display: block;
}

.footer li {
  display: inline; /*background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/bkg_pipe2.gif) 100% 60% no-repeat;*/
  padding: 0 7px 0 4px;
}

.footer li.last {
  background: none !important;
  padding-right: 0 !important;
}

.footer-container .bottom-container {
  margin: 0 0 5px;
}

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

#newsletter-validate-detail .input-box {
  padding: 5px 0 10px 0;
}

#newsletter {
  padding-top: 5px;
}

/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}

.home-callout img {
  display: block
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}

.best-selling table {
  border-top: 1px solid #ccc;
}

.best-selling tr.odd {
  background: #eee url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
  background: #fff url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

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

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after, #SCPcustomOptionsDiv:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

ul.topSellerProductsBlock {
  width: 9000px;
  overflow: hidden;
  padding: 0px;
}

#topSellerProductsPrev, #topSellerProductsNext {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/nav.png') no-repeat 0px 0px;
  float: left;
  height: 32px;
  width: 30px;
  margin-top: 90px;
}

#topSellerProductsNext {
  background-position: 0px -47px;
}

.topSellerProductsBlockWrapper {
  width: 875px;
  float: left;
  margin: 30px 10px 0px;
  overflow: hidden;
}

.block-subscribe .email-signup-static-block {
  float: right;
  width: 355px;
  height: 355px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#tsProductList {
  margin: 7px 0px;
}

.topSellerProductsBlockWrapper ul.topSellerProductsBlock li {
  float: left;
  width: 130px;
  height: auto;
  margin: 0 55px 0 0;
  text-align: center;
  background: none;
  padding: 0px;
  list-style-type: none;
}

.topSellerProductsBlockWrapper ul.topSellerProductsBlock li a {
  overflow: hidden;
  display: block;
}

.topSellerProductsBlockWrapper ul.topSellerProductsBlock li img {
}

.topSellerProductsBlockWrapper ul.topSellerProductsBlock li.last {
  margin: 0;
}

#shop_featured_stores {
}

#shop_featured_stores .block-title {
  font-size: 11px;
  text-indent: -9999px;
  margin: 0 0 0 7px;
  font-weight: bold;
  color: #666666;
  text-indent: -9999px;
  display: none;
}

.tsProductTitle {
  font-weight: bold;
  padding: 5px;
  color: #00184A;
  height: 40px;
  line-height: 1.3em;
  font-size: 11px;
  overflow: hidden;
  text-transform: uppercase;
}

.tsProductImage {
  margin: 3px 3px 0px 0px;
}

.tsProductImage img {
  border: solid 1px #ccc;
  margin: 0px 0px 5px 0px;
}

.tsProductDetail {
  margin: 2px 0px;
}

.tsProductDetail_right {
  float: right;
  width: 135px;
}

.tsProductDesc {
  color: #666666;
  font-size: 11px;
  line-height: 15px;
  float: right;
  width: 135px;
  overflow: hidden;
  height: 75px;
  overflow: hidden;
}

.tsProductPrice {
  float: right;
  clear: both;
  font-weight: bold;
  width: auto;
  font-size: 11px;
  color: #00184A;
  margin-top: 5px;
}

.tsProductPrice .price-box {
  margin: 0px 0px 0px 3px;
}

.tsProductPrice .price-box .regular-price .price {
  color: #000000;
  font-size: 12px;
}

#tsLeftBlockMain {
  margin-bottom: 10px;
  min-height: 180px;
}

.tsLeftBlock {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC; /* width:195px;*/
  margin: 5px 0;
  padding: 5px 0;
  color: #666666;
}

.tsLeftBlockLink {
  line-height: 20px;
  padding: 0 0 0 10px;
  margin-right: 20px;
}

.tsLeftBlockLink:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.tsLeftBlockLink ul li {
  display: inline;
}

.tsLeftBlockLink ul li.last a {
  padding: 0;
  border: none;
  margin: 0;
}

.tsLeftBlockLink ul li a {
  font-size: 11px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #cd0656;
  margin-right: 5px;
}

.tsLeftBlockLink a {
  color: #CD0656;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none
}

.tsLeftBlockLink a:hover {
  color: #CD0656;
  text-decoration: none
}

table.pager ol, table.pager li {
  display: inline;
  padding: 0px 2px;
}

table.view-by {
  width: 100%
}

table.view-by img {
  vertical-align: middle;
}

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

.secondary-banners {
  overflow: hidden;
  margin-right: 0px;
  width: 100%;
}

.secondaryBanner {
  float: left;
  padding: 0;
  width: 311px;
  margin-right: 10px;
}

.secondaryBanner:last-child {
  margin-right: 0px;
}

.secondaryBanner .sbImage {
  float: left;
}

.secondaryBanner .sbImage img {
  width: 312px;
  border: 1px solid #bbb;
}

.secondaryBanner .img2 {
  text-align: right;
  float: right !important;
  margin: 0 0 0 5px;
}

.secondaryBanner .banner-link a {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/right-arrow.png') no-repeat right center;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  height: 20px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

.features-row {
  overflow: hidden;
}

.features-row {
  margin-top: 30px
}

.features-row .features-wrapper {
  float: left;
}

.features-row .features {
  margin-right: 10px;
}

.features-row .bridal-banner {
  width: 195px;
  margin-top: 19px;
}

.features-row .blog-banner {
  width: 185px;
}

.features-row h2 {
  float: none;
  color: #222;
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 0px 0 0;
  margin: 0px 0px 10px 0px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

.features-row .features ul.features-list {
  width: 570px;
  margin: 0px;
}

.features-row .features ul.features-list li {
  float: left;
  margin-right: 10px;
  width: 180px;
  list-style-type: none;
  margin-left: 0px;
}

.features-row .features ul.features-list li:last-child {
  margin-right: 0px;
}

.features-row .banner-title {
  width: 180px;
  margin: 2px 0px 0px;
  font-size: 14px;
  line-height: 12pt;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

.features-row .banner-link {
  line-height: 20pt;
  width: 180px;
}

.features-row .banner-link a {
  background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/right-arrow.png') no-repeat right 2px;
  display: initial;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  height: auto;
  line-height: 12pt;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  width: auto;
}

.features-row .banner-link a:hover {
  text-decoration: underline;
}

.features-row img {
  border: 1px solid #bbb;
}

#checkout-progress-wrapper {
  margin: 5px 0;
}

.gray_brdr_bot {
  padding-bottom: 5px;
}

/** Added by Anjan for category and subcategory pages **/

#catHero {
  border: 1px solid #CCCCCC;
  height: 220px;
  margin: 0 0 20px 0;
}

#catHero img {
  /*border-right:1px solid #CCCCCC;*/
  float: left;
  height: 220px;
  width: 440px;
}

#catHeroContent {
  float: right;
  width: 260px;
  padding: 5px;
  line-height: 1.5em;
  color: #666;
}

#catHeroContent h2 {
  color: #CD0656;
  font-size: 24px;
  margin: 10px 0 10px 0;
  line-height: 1em;
  font-weight: bold
}

.subPageListings {
  clear: both;
}

.subPageListings li {
  float: left;
  display: block;
  width: 25%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding-right: 10px;
  height: 195px;
}

.subPageListings li:last-child {
  margin-bottom: 30px;
}

.subPageListings a.image img {
  margin-top: -2px;
  margin-bottom: -2px;
  border: 1px solid #8f8f8f;
}

.subPageListings a.name {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/subcategory-bullet.png) no-repeat right 2px;
  color: #231f20;
  font: normal bold 14px/14px "Century Gothic", Verdana, Arial, sans-serif;
  padding-right: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.subPageListings a.image {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  border: solid 1px #CCC;
}

.top-category-about {
  padding-bottom: 20px;
}

.top-category-about figcaption {
  padding-top: 5px;
  font-size: 20px;
}

.sidebar .subcategories .category-name {
  border-bottom: 1px solid #b7b7b7;
  color: #000;
  font: normal normal 14px/15px Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  width: 165px;
}

.sidebar .subcategories.block-layered-nav .category-name {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar .subcategories.block-layered-nav.has-reset-button .category-name {
  padding-bottom: 7px;
}

.sidebar .subcategories label {
  color: #000;
  display: block;
  font: normal bold 11px/15px Helvetica, Arial, sans-serif;
  margin-left: 15px;
  margin-top: 5px;
}

.sidebar .subcategories a {
  color: #000;
  font: normal normal 10px/12px Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.sidebar .subcategories a.selected {
  font-weight: bold;
}

.sidebar .subcategories ul {
  margin-left: 30px;
}

.sidebar .subcategories.block-layered-nav ul {
  margin-left: 15px;
}

.topcategory-sidebar {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.topcategory-sidebar li {
  text-align: center;
}

/*** tabbed css **/
#block {
  margin: 15px auto 0;
  clear: both;
  overflow: hidden;
}

.h {
  font: 1.500em Fontin, Georgia, "Times New Roman", Times, serif;
  padding: 13px 0 10px 5px;
  color: #666;
  font-size: 1.417em;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.htabs {
  overflow: hidden;
  clear: both;
}

.htabs h2 {
  padding: 0;
  margin: 0;
}

.htabs h2 a {
  font-size: 13px;
  font-weight: bold;
  color: #d00;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.htabs h2 a:hover {
  color: #000;
}

.htabs li {
  float: left;
  margin-top: 2px;
  padding: 3px 5px 0 0;
  overflow: hidden;
}

.tabs .bullet {
  border-right: 1px solid #e00;
  color: #d00;
  font: bold 1em Georgia, "Times New Roman", Times, serif;
  margin: 0px 4px 4px 0;
  padding-right: 4px;
  clear: right;
  display: block;
  float: left;
  height: 17px;
  overflow: hidden;
  text-align: right;
  width: 10px;
}

.bmod .bullet {
  background-color: #fff;
  margin: -9px 6px 0 -10px;
  padding: 8px;
}

.tabs {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.tabs #design li {
  height: 150px;
}

.tabs #design li div {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 0 5px;
  font-weight: normal;
  width: 80px;
  line-height: 1.1em;
  margin: 5px auto;
}

.tabs #development {
  min-height: 120px;
  padding: 5px
}

.tabs li {
  font-family: "NuvoOT-medi", times, serif;
  border: 1px solid #CCCCCC;
  margin: 8px;

}

.tabs1 .pr-attribute-group .pr-snapshot-attribute-value-list li {
  margin-top: 0;
  overflow: hidden;
  border: none;
}

.tabs1 ul.pr-attribute-value-list li, .tabs1 ul.pr-other-attributes-list li {
  border: none;
}

.tabs1 {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.tabs1 #design li {
  height: 150px;
}

.tabs1 #design li div {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 0 5px;
  font-weight: normal;
  width: 80px;
  line-height: 1.1em;
  margin: 5px auto;
}

.tabs1 #development {
  min-height: 120px;
  padding: 5px
}

.tabs1 li {
  border: 1px solid #CCCCCC;
  margin: 8px;

}

.htabs h2 a {
  color: #000;
  border: 1px solid #ccc;
  padding: 2px 7px 7px;
}

.htabs h2 a.active {
  color: #000;
  background-color: #666;
  border: 1px solid #ccc;
  padding: 2px 7px 7px;
  color: #fff;
}

.tabs .clearfix {
  display: block;
  text-align: center;
}

.tabs .clearfix li {
  float: left;
  height: 170px;
}

.tabs .clearfix li a {
  text-decoration: none;
}

.tabs .clearfix li img {
  margin: 0 auto;
}

.tabs1 .clearfix {
  display: block;
  text-align: center;
}

.tabs1 .clearfix li {
  float: left;
  height: 150px;
}

.tabs1 .clearfix li a {
  text-decoration: none;
}

.tabs1 .clearfix li img {
  margin: 0 auto;
}

/** end by Anjan **/

#category_img {
  border-right: solid 1px #ccc;
  height: 220px;
  width: 440px;
  float: left
}

.cart-table thead th, .cart-table tbody td {
  border: none;
}

.macAfee_cart {
  padding-right: 15px;
}

.checkout-onepage-index .page-title h1 {
  line-height: 75px;
}

.macAfee_checkout {
  padding-right: 15px;
  width: 100px;
  height: 75px;
  float: right;
}

.accepted-cards {
  line-height: 24px;
}

.accepted-cards img {
  margin-left: 10px;
}

.product-sku h1 {
  font: 14px Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: bold;
}

.product-options1 dt {
  margin-top: 10px !important;
  padding: 0;
  margin: 0;
}

.product-options1 dt label {
  font-weight: bold;
  display: inline;
  margin: 0;
  padding: 0;
}

.product-options1 dd {
  font-weight: bold;
  display: inline;
  margin-bottom: 20px;
  width: 100% !important;
}

.starting_at {
  float: left
}

.starting_at_price {
  float: left
}

#product-options-wrapper p.required {
  color: #EB340A;
  font-size: 11px;
  text-align: left;
  margin-left: 40px;
  display: none;
}

.required {
  color: red;
}

.fshare {
  margin: 5px 0px;
}

/*landing pages*/
.landingSbImage {
  margin: 0 0 1px 0;
}

td.HelpCaption {
  width: 153px;
  font-weight: bold;
  padding-right: 10px;
}

#featuredCatNav li img {
  margin: 5px 0px 0px 0px;
}

.product-list-details p {
  color: #999;
}

.products-list .product-shop .color-options {
  float: left;
}

.products-list .product-shop .color-options ul {
  text-align: center;
}

.products-list .product-shop .price-box button.button div {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/view_details.gif);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  width: 113px;
  height: 26px;
  margin: 2px;
}

.products-list .product-shop .price-box .minimal-price {
  float: right;
  font-family: Arail;
  font-size: 11px;
  width: 100%;
  text-align: right;
}

#super-product-table .price-box .price {
  color: #330033;
}

.products-grid li .price-box button.button div {
  display: none;

}

.products-grid li .actions button.button div {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/view_details.gif);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  width: 113px;
  height: 26px;
  padding: 0;
}

.topSellerProductsBlock li .actions button.button div {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/view_details.gif);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  width: 113px;
}

#send2 {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/submit-testimonial.png) repeat-x left top;
  height: 27px;
  text-indent: -9999px;
  width: 193px;
}

.backdrop-popup {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .0;
  filter: alpha(opacity=0);
  z-index: 9998;
  display: none;
}

.box-popup {
  position: fixed !important;
  top: 20%;
  left: 30%;
  width: 484px;
  background: #ffffff;
  z-index: 9999;
  padding: 10px;
  display: none;
  background: url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/emailoverlay_bg_image.png') no-repeat center;
  overflow: hidden;
}

.popup-error {
  color: #FF0000;
  display: none;
  font-weight: bold;
  position: absolute;
  top: 145px;
}

#popup-button {
  padding-left: 20px;
}

.popup-content-inner {
  padding: 25px 0px 35px 35px;
  width: 450px;
}

.popup-input {
  width: 240px;
  height: 28px;
}

.popup-content {
  height: 219px !important;
  text-align: left;
}

.close-popup {
  float: right;
  margin-right: 35px;
  margin-top: 17px;
  cursor: pointer;
  font-family: "Century Gothic", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  text-decoration: underline;
}

.shoppingCartLink {
  color: #CD0656;
  font-weight: bold;
  text-decoration: none;
}

#community-actions {
  display: none;
}

/*facebook*/
.fan_box .connect-action {
  float: left;
}

.fan_box .profileimage {
  border: 1px solid #ccc !important;
}

/*faq*/
.faqDivider {
  margin: 10px 0 0 0;
}

#bulkpricing {
  border: 1px solid rgb(204, 204, 204);
  width: 430px;
  margin-top: 10px;
}

#bulkpricing td {
  width: 100px;
  padding: 3px 10px 5px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.ajax-loaded-prices {
  position: relative;
  overflow: hidden;
  min-height: 20px;
}

.ajax-loaded-prices .scp-please-wait {
  float: left;
  bottom: 0px;
  position: absolute;
}

.ajax-loaded-prices #SCPcustomOptionsDiv {
  width: 200px;
  padding-top: 10px;
  float: left;
}

.options-add-to-cart {
  float: right;
  position: relative;
  width: 430px;
}

#swarovski-partner {
  border: 1px solid #ccc;
}

/* ZOOM PLUGIN */

#zoom_close {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming//images/sprite.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

#zoom_table .bl {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -50px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .bm {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -100px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .br {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -130px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .tl {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -160px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .tm {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -240px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .tr {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -200px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#zoom_table .ml {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat 0 -320px;
  width: 20px;
  overflow: hidden;
}

#zoom_table .mr {
  background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/sprite.png) no-repeat -980px -320px;
  width: 20px;
  overflow: hidden;
}

/* NEW HEADER */

.header .column-wrapper.middle-col {
  float: left;
  margin-left: 10px;
  width: 510px;
}

.header .links {
  text-align: left;
  white-space: nowrap;
}

.header-container .header .links a {
  left: -7px;
  position: relative;
}

.header #headerLeft {
  margin-top: 26px !important;
}

#headerLeft .header-left-submenu > li {
  display: inline-block;
  margin-right: 15px;
}

#headerLeft .header-left-submenu a {
  color: #000;
  text-decoration: none;
}

.main-container {
  padding-top: 32px;
}

#new-items-link, #clearance {
  display: none !important;
}

.nav-container {
  border-top: 1px solid #CCCCCC;
}

#nav {
  display: inline-block !important;
  width: auto !important;
}

#nav .menu-container {
  top: 26px !important;
}

#nav > li {
  background-image: url("https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/separator-nav.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: auto !important;
  position: relative;
}

#nav > li.last {
  background-image: none;
}

#nav > li > a {
  font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif !important;
  font-size: 17px;
  font-weight: bold;
  padding: 0 15px;
}

#nav > li:hover > a {
  font-size: 17px;
  font-weight: bold;
}

#nav-2 {
  display: table;
  width: 100%;
  padding: 0;
  margin-top: 0;
  height: 24px;
}

#nav-2 > li {
  background-color: #4380ab;
  border-right: 1px solid #FFFFFF;
  display: table-cell;
  padding: 3px 0;
  height: 18px;
  line-height: 18px;
  vertical-align: top;
}

#nav-2 > li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 0 35px;
  height: 18px;
  line-height: 18px;
}

#nav .menu-container {
  top: 40px;
}

.nav-container {
  background-image: none;
  background-position: 0 -20px;
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-top: 5px;
  width: 100%;
}

#product-microdata,
#product-offer-microdata
{
  position: absolute;
  text-indent: -9999px;
}

#review-form,
#customer-reviews {
  margin-top: 30px;
  display: block;
}

#sharethis-wrapper {
  margin-bottom: 15px;
}

.searchspring-results_container .old-price .price {
  color: #424242;
}

.searchspring-results_container .special-price, .searchspring-results_container .special-price-unit {
  color: #ff3300;
}

#review-widget > .yotpo-display-wrapper > #yotpo-testimonials > .yotpo-modal-dialog > .yotpo-label,
#review-widget > .yotpo-display-wrapper > a#yotpo_testimonials_btn {
  display: none;
}

#review-widget .modal-title {
  background-color: black;
  box-sizing: border-box;
  width: 100%;
  color: white;
  padding: 5px 10px;
  text-align: center;
}

#review-widget .modal-title > span {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

div#review-widget {
  float: left;
  width: 100%;
  border: solid 1px #666;
  margin-top: 15px;
}

.ciq_c_61_sidebar {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}

div#review-widget > div {
  float: left;
  width: 100%;
}

div#review-widget div#yotpo-testimonials div {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

div#review-widget div#yotpo-testimonials div.yotpo-nav-content {
  padding: 0 7px;
}

div#review-widget div#yotpo-testimonials div.yotpo-popup-box-medium.yotpo-modal-bottom-line {
  padding-top: 0;
}

#review-widget input.yotpo-default-button.primary-color-btn.pull-right.write-review-button.only-invisible {
  display: none;
}

div#review-widget .yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary {
  display: none;
}

div#review-widget .yotpo-popup-box-large {
  padding: 5px;
}

div#review-widget .yotpo-review.yotpo-regular-box {
  border: none;
  padding: 5px 0;
}

div#review-widget span.yotpo-icon-profile.yotpo-header-element.pull-left {
  display: none;
}

div#review-widget .label-with-tooltip.pull-left {
  width: auto !important;
  display: inline;
}

div#review-widget div#yotpo-testimonials div.yotpo-main > div.content-title {
  font-size: 11px;
  margin-top: 5px;
}

div#review-widget div#yotpo-testimonials div.yotpo-main > .yotpo-review-wrapper > div.content-review {
  font-size: 11px;
  line-height: 1.2;
}

div#review-widget div#yotpo-testimonials div.yotpo-footer {
  display: none;
}

div#review-widget div#yotpo-testimonials div.yotpo-pager {
  display: none;
}

p.ciq_c_61_spacer {
  line-height: 5px;
  margin: 0;
  padding: 0;
}

div#review-widget > a {
  color: blue;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#review-widget > .yotpo-display-wrapper > div > .yotpo-bottomline > a.text-m {
  display: none;
}

#review-widget .yotpo-icon-btn-small {
  display: none;
}

#review-widget .yotpo .yotpo-modal-dialog .yotpo-bottomline .text-m {
  font-size: 11px;
}

.ciq_imp_2_button, button.button.ciq_imp_2_button {
  border: solid 2px #9A1E50;
  color: white;
  background: #9A1E50;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
  width: 250px;
}

button.button.btn-checkout.ciq_imp_2_button:before {
  content: "U.S. CHECKOUT";
  font-size: 22px;
}

button.button.btn-checkout.ciq_imp_2_button > span {
  display: none;
}

li.ciq_imp_2_button > input#downBongo {
    width: 230px;
    height: 100%;
    float: left;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
}

li.ciq_imp_2_button {
  position: relative;
}

li.ciq_imp_2_button:before {
  content: "INTERNATIONAL CHECKOUT";
}

button.button.btn-update {
  opacity: 0;
}

a#ciq_imp_2_review {
  float: left;
  width: 270px;
  text-align: center;
  color: black;
  text-decoration: none;
  font-size: 14px;
  background: #EBEBEB url(//s3.amazonaws.com/ciq-test-asset-bucket/mjtrim/trust_elements/cdef28e5fd944d5737e91accd9126180_stars.png) no-repeat center 4px;
  border-radius: 10px;
  padding: 30px 10px 5px 10px;
  margin-right: 15px;
  margin-top: 10px;
}

span.ciq_imp_2_update_container {
  float: left;
  text-align: left;
}

span.ciq_imp_2_update_container > a {
  color: #2F2F2F;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}

span.ciq_imp_2_update_container > a:hover {
  text-decoration: underline;
}

#topCartWrapper > .block-cart .sbcart-button {
  float: right;
}

#shopping-cart-table tfoot button.button.btn-continue {
  display: none;
}

div.new_cart span.continueShopping {
  background: #B5CD3C;
  color: white;
  float: left;
  padding: 0;
  line-height: 27px;
  text-indent: 0;
  text-align: center;
}

div.new_cart button.button.btn-cart span {
  background: #9A1E50;
  border: none;
  font-weight: normal;
}

div.new_cart button.button.btn-cart {
  border: none;
  text-transform: uppercase;
}

a#ciq_imp_2_bbb > img {
  width: 78px;
  margin-top: 15px;
  margin-right: 15px;
}

div.new_cart .cart .page-title .title {
  width: 250px;
}

div.new_cart .cart .title-buttons .checkout-types-wrapper {
  width: 690px;
  float: right;
}

div.new_cart .cart .cart-collaterals {
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: 140px bottom;
}

a.ciq_imp_2_paypal_logo {
  padding-right: 5px;
  padding-top: 5px;
}

li.ciq_imp_2_paypal_logo > img {
  width: 145px;
  margin-top: 14px;
  margin-right: 10px;
}

body > img[name='seal']:nth-of-type(2) {
  display: none;
}

div.new_cart ul.checkout-types:last {
  position: relative;
}

div.new_cart ul.checkout-types:last > li:first-child {
  position: absolute;
  margin-left: -200px;
  top: 17px;
}

div.new_cart ul.checkout-types:last > li:first-child:after {
  content: "- OR -";
  position: relative;
  left: 3px;
  top: 2px;
}

button.button.btn-checkout.ciq_imp_2_button {
  margin-bottom: 5px;
}

body.checkout-cart-index .page > .header-container > .header > .middle-col,
body.checkout-onepage-index .page > .header-container > .header > .middle-col {
  display: none;
}

body.checkout-cart-index .page > .header-container > .header > .right-col,
body.checkout-onepage-index .page > .header-container > .header > .right-col {
  display: none;
}

body.checkout-cart-index .page > .nav-container,
body.checkout-onepage-index .page > .nav-container {
  display: none;
}

body.checkout-cart-index div.wrapper > .footer-container > .footer,
body.checkout-onepage-index div.wrapper > .footer-container > .footer {
  display: none;
}

li.macAfee_cart.ciq_g_5_header_badges > a {
  text-decoration: none;
  float: right;
}

li.macAfee_cart.ciq_g_5_header_badges > a.ciq_g_5_bbb {
  padding: 0 16px;
}

.cart.ciq_g_5_cart {
  position: relative;
}

.page-title.title-buttons.ciq_g_5_page_title {
  width: 822px;
  position: absolute;
  left: 130px;
  top: -100px;
  z-index: 10000;
}

.page-title.title-buttons.ciq_g_5_page_title > .title {
  width: 200px !important;
}

.page-title.title-buttons.ciq_g_5_page_title > .checkout-types-wrapper {
  width: 600px !important;
}

a.ciq_g_5_paypal > img {
  height: 66px;
  width: auto;
}

body.checkout-onepage-index .col-main {
  position: relative;
}

body.checkout-onepage-index .col-main > .page-title {
  position: absolute;
  left: 130px;
  top: -82px;
  z-index: 1000;
}

body.checkout-onepage-index .col-main > .page-title {
  float: left;
  width: 100% !important;
}

body.checkout-onepage-index .col-main > .page-title .macAfee_checkout {
  width: 490px;
  padding-right: 129px;
}

body.checkout-onepage-index .col-main > .page-title .macAfee_checkout > a {
  text-decoration: none;
  cursor: pointer;
  float: right;
  margin-left: 10px;
}

li.macAfee_cart.ciq_g_5_header_badges > a.ciq_g_5_paypal {
  position: relative;
}

li.macAfee_cart.ciq_g_5_header_badges > a.ciq_g_5_paypal:before {
  content: "M&J Trimming gladly accepts:";
  position: absolute;
  background: white;
  width: 200px;
  text-align: left;
  top: -8px;
  padding-left: 2px;
  box-sizing: border-box;
}

li.macAfee_cart.ciq_g_5_header_badges > img {
  float: right;
}

body.checkout-onepage-index .col-main > .page-title .macAfee_checkout > img {
  float: right;
  margin-left: 10px;
}

li.macAfee_cart.ciq_g_5_header_badges > a.ciq_g_5_paypal:before {
  content: "M&J Trimming gladly accepts:";
  position: absolute;
  background: white;
  width: 200px;
  text-align: left;
  top: -8px;
  padding-left: 2px;
  box-sizing: border-box;
}

.macAfee_checkout > a.ciq_g_5_paypal:before {
  content: "M&J Trimming gladly accepts:";
  position: absolute;
  background: white;
  width: 200px;
  text-align: left;
  top: -8px;
  padding-left: 2px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 24px;
  font-weight: normal;
}

.macAfee_checkout > a.ciq_g_5_paypal {
  position: relative;
}

/*top promotional bar*/
.promotional-bar p {
  margin: 0;
  padding: 9.5px 0;
}

.product-options1 dd > div {
  padding: 10px;
  border: 1px solid #cfcfcf;
}

.product-options1 dd .input-box {
  margin-bottom: 10px;
}

.payment-options__divider {
    margin: 15px 80px 15px;
}

.product-options1 dd .input-box select {
  max-width: 100%;
  border: none;
}

.product-options1 dd div ul li {
  font-size: 11px;
}

.product-options1 dd .tier-prices {
  margin-bottom: 10px;
}

.product-img-box .product-collateral {
  float: none;
}

.minimum-qty {
  float: left;
  margin: 5px 0;
}

.yotpo-lightbox-arrows {
  display: none !important;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
.accordion2 {
	width: 635px;
	padding-top:40px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: #e9e7e7 url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #e3e2e2;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}

.accordion3 {
	width: 685px;
	*padding-top:0px;
}

.accordion3 h2{color:#CD0656;}
.accordion3 h3 {
	color:#000033;
	font-weight:normal !important;
	font-size:13px !important;
	margin: 0 0 8px 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border-bottom: none;
	cursor: pointer;
}
.accordion3 h3:hover {

}
.accordion3 h3.active {
	background-position: right 5px;
}
.accordion3 div {
	margin: 0;
	display: none;
	padding-left:20px;
}
.accordion3 div p {line-height:1.5em;}
	
.accordion3 div ul{margin:0 0 10px 0;}

.accordion4 {
	width: 685px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion4 h3 {
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion4 h3:hover {

}
.accordion4 h3.active {
	background-position: right 5px;
}
.accordion4 div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}

/* Block: FAQs */
.block-faqs {background:#ffffff;}
.block-faqs .block-title { /*border-bottom:0;*/ }
.block-faqs .block-title { background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block-faqs .block-title strong { background-image:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/faq-icon.jpg); background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
.block-faqs .faqs{ margin:0px; padding:5px 9px;}


/* Block Ul li */
.menu {
	margin:0px; padding:5px 9px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;	
	}
	
.menu li a {
  	
  	height: 14px;
	text-decoration: none;
	/*color: #555555;*/
	}
	
.menu li a:link, .menu li a:visited {
	color: #555555;
	display: block;
	background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/menu.gif);
	padding: 6px 0 0 24px;
	}
	
.menu li a:hover {
	color: #E26703;/*#3F7ACE;*/
	background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/menu.gif) 0 -28px;
	padding: 6px 0 0 24px;
	}
	
.menu4 li a.selected {
	color: #E26703;/*#DC3229;*/
	background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/menu.gif) 0 -28px;
	padding: 6px 0 0 24px;
	}
	
.menu li a:active {
	color: #E26703;/*#fff;*/
	background:url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/menu.gif) 0 -28px;
	padding: 6px 0 0 24px;
	}

.faq-search {
	margin:0px; padding:0px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;	
	}

#panel {
	height:auto;
	display: none;
}

.faqsaddslide {
	margin: 0;
	padding: 0;
	margin-top:-16px;
	float:right;
	background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/images/white-arrow.gif) no-repeat;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin-bottom:20px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border:none;
}

.btn-slide:a {
	border:none;
}

.btn-slide:hover {
	border:none;
}

.active {
	background-position: right 12px;
}

/******/

.faqsquestionslide {
	margin: 0;
	padding: 0;
	margin-top:-25px;
	float:right;
	background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/faqs/btn-slide.gif) no-repeat center top;
}

.v-badge{position: fixed;font: 13px/20px Arial;color: rgb(255, 255, 255);cursor: pointer;z-index: 999;background: rgb(17, 17, 17) none repeat scroll 0% 0%;
padding: 6px 11px 2px;box-shadow: rgb(0, 0, 0) 0px 0px 3px;left: 10px;bottom: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px; }
#m-cookienotice { overflow: hidden; color: #444; z-index: 9999; font-size: 13px; }
#m-cookienotice .m-message { padding: 5px 10px; }

#m-cookienotice .m-actions { }
#m-cookienotice .m-button { margin-top:10px; display: inline-block; border: 1px solid #d4d4d4; padding: 4px 8px; text-decoration: none; border-radius: 2px; }
#m-cookienotice .m-button.m-accept:before { content: "\2714"; }
#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus { color: #fff; }
#m-cookienotice .m-button:active {   }
#message-custom-css{float: left;}
#action-custom-css{float: right;margin-top:0;}
#m-cookienotice.v-bar {width: 100%; padding: 5px 0; }
#m-cookienotice.v-bar .m-actions {vertical-align: middle; padding-right: 10px; text-align:center; }
#m-cookienotice.v-bar.v-top { position: relative;  }
#m-cookienotice.v-bar.v-bottom { position: fixed; }
#m-cookienotice.v-box { position: fixed; max-width: 350px; border-radius: 3px; margin: 10px; }
#m-cookienotice.v-box .m-actions { float: left; margin: 5px 10px; }
#m-cookienotice.v-box.v-top-left { top: 0; left: 0; }
#m-cookienotice.v-box.v-top-right { top: 0; right: 0; }
#m-cookienotice.v-box.v-center { top: 35%; right: 40%; }
#m-cookienotice.v-box.v-bottom-left { bottom: 0; left: 0; }
#m-cookienotice.v-box.v-bottom-right { bottom: 0; right: 0; }
@media(max-width: 980px)
{
	#message-custom-css{float: left;}
#action-custom-css{float: right;margin-top:0;}

}
/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box { width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #m-cookienotice.v-box .m-actions {vertical-align: middle; width:100%; padding-right: 10px; text-align: left; }
    #m-cookienotice .m-actions { float: left; margin: 5px 10px; }
    #m-cookienotice.v-bar .m-actions { width: auto; }
}

/* Skin - Yellow Alert */

/* Skin - Dark Clean */
#m-cookienotice.v-dark-clean { color: #fff; border-color: #55575f !important; }
#m-cookienotice.v-dark-clean .m-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; }
#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Custom Colors */
#m-cookienotice.v-custom-css { color: #fff; border-color: #55575f !important; }
#m-cookienotice.v-custom-css .m-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; }
#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#m-cookienotice.v-minimalist { color: #2c2c2c; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#m-cookienotice.v-bar.v-minimalist { padding: 2px 0; }
#m-cookienotice.v-box.v-minimalist { width: 260px; }
#m-cookienotice.v-box.v-minimalist .m-actions { margin: 5px; }
#m-cookienotice.v-box.v-minimalist .m-message { padding: 5px; }
#m-cookienotice.v-minimalist .m-button { padding: 3px 6px; }

/**
* We tried to list as many classes in this sheet as we could
* but it's more than likely we missed a bunch.
**/
.rewards-special-review-summary {
	margin-top: 12px;
	font-size: 8pt;
}
.rewards-customer-sidebar {
}
.rewards-customer-sidebar .block-content {
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 9px;
}
.rewards-customer-index .group-select .button-set {
    clear: both;
    margin-top: 0em;
    padding-top: 8px;
    text-align: right;
}
.rewards-customer-index .group-select ul {
    padding-top: 15px;
}
.rewards-customer-index .group-select ul li label {
    font-weight: bold;
}
.rewards-checkout-cart-before_total-head {
}
.rewards-checkout-cart-points-head {
	width: 80px;
}


.cart .discount h2 { background-image:none; padding:0px;
}

.cart .coupon {

width: auto;
max-width:400px;
}

.item-points-header-redeemed, .item-points-header-earned {
	color: rgb(30, 126, 200);
	font-weight: bold;
	cursor: pointer;
}
.item-points-list-redeemed, .item-points-list-earned {
}
.item-points-block {
	font-size: 8pt;
}
.item-no-points-caption {
	font-style: italic;
}
.points-checkout-onepage-sidebox {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox {
	background-color: #EEEEEE;
	border: 1px solid #B7B7B7;
	margin-bottom: 11px;
	padding-left: 0px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-content {
	padding: 6px;
}
.points-checkout-onepage-sidebox H4.points-checkout-onepage-sidebox-header {
	list-style: none;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header H4 {
	float: left;
	color: #5E8AB4;
	font-size: 13px;
	margin-top: 2px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	float: left;
	width: 184px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	padding: 2px 0px 0px 9px;
	border-bottom: 1px solid #AFAFAF;
	font-size: 10pt;
}
.points-checkout-onepage-sidebox .onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .onepage-sidebox-content {
}
.mypoints-page-head {
}
.mypoints-summary .box-head h2, .mypoints-redeemcatalog .box-head h2, .mypoints-sendfriend .box-head h2, .mypoints-transfers .box-head h2 {
	background-image: none !important;
	padding-left: 0;
	text-align: left;
}
.dashboard .mypoints-summary .box-head h2 {
	background: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/rewards/points.png) no-repeat !important;
	padding-left: 21px;
	width: 100%;
}
.mypoints-sendfriend {
	min-height: 280px;
}
.shopping-cart-collaterals .rewards-cart-box H4 {
	min-height: 16px;
	color: #E26703;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background-image: url(https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/icon_asterick.gif);
	padding-left: 23px;
}
.rewards-customer-index .mypoints-sendfriend TD {
	padding: 2px 2px 4px 0;
}
.shopping-cart-collaterals .rewards-cart-box {
	padding: 12px 15px 15px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .distributions {
	margin-bottom: 10px;
}
.rewards-cart-box .no_extra_points {
	font-style: italic;
}
.rewards-cart-box {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 100%;
}
.mypoints-redeemcatalog {
	vertical-align: middle;
	min-height: 280px;
}
/*@nelkaake Thursday May 27, 2010 : Added*/
.mypoints-redeemcatalog .head {
	text-align: left;
}
.mypoints-redeemcatalog .listing {
	font-size: 8pt;
	height: 100%;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mypoints-redeemcatalog .noproducts {
	/*font-size:8pt;*/
	font-style: italic;
	margin: 100px 30px 0;
	text-align: center;
	vertical-align: middle;
}
.mypoints-transfers .box-head .box-title
{
	float:left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CD0656;
}
.mypoints-transfers .content TABLE TBODY {
        height: 20px;
	overflow-x: hidden;
}
.mypoints-transfers H2 {
	margin-top: 12px;
}
.mypoints-summary .box-head .box-title
{
	float:left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CD0656;
	
/*padding-bottom: 20px;
	padding-top: 2px;*/
}
.mypoints-summary .usable-points {
	margin-bottom: 6px;
}
.mypoints-summary .pendingapproval-points {
}
.mypoints-summary .pendingevent-points {
}
.mypoints-summary .pendingtime-points {
}
.mypoints-summary .pending-points {
	margin-bottom: 12px;
}
.mypoints-summary .msg {
}
.points-summary-emphasize {
	font-weight: bold;
}
.cart-points-total_spent {
}
.cart-points-total_spent .warning {
	color: #FF0000;
	font-size: 8pt;
}
.cart-points-total_spent .caption, .cart-points-total_earned .caption {
	font-weight: bold;
}
.cart-points-total_item_discounts .rendering_area {
	font-weight: bold;
}
.rewards-customer-sidebar .warning {
	color: #FF0000;
	font-size: 8pt;
}
.rewards-customer-sidebar .to_spend {
}
.rewards-customer-sidebar .remaining {
}
.rewards-customer-sidebar .balance {
}
.rewards-customer-sidebar .notice {
	color: #444444;
}
.mypoints-transfers {
/*width: 100%;*/
}
.mypoints-transfers .data-table {
}
.mypoints-transfers .content {
	padding: 0;
}
.points-prediction {
	margin-top: 12px;
	font-size: 8pt;
	width: 100%;
}
    
.points-prediction .as_low_as {
	width: 100%;
}
.points-prediction .earnable {
}
.order-points-earned .caption {
}
.order-points-earned .amount, .order-points-spent .amount, .order-print-points-earned .amount, .order-print-points-spent .amount {
	font-size: 7pt;
}
.product-view-points {
}
.product-view-points .redeem_section {
}
.product-view-points .distri_section {
}
.product-view-points .distri_section .you_will_earn {
}
.product-view-points .distri_section .points_image {
}
.product-view-points {
}
.points-special-header {
	color: #FFFFFF;
	display: block;
}
.points-special-header-ee {
    position: absolute;
    right: 4px;
    bottom: 54px;
    width: 160px;
    text-align: right;
}

.points-special-header.rwd,
.points-special-header-ee.rwd {
	color: #FFFFFF;
	display: inline;
	position: static;
	text-align: left;
}

.points-multishipping-warning {
}
.points-checkout-onepage-sidebox .change-points-usage {
	float: left;
	margin-right: 7px;
	margin-left: 10px;
	border-left: 1px solid #A7A7A7;
	padding-left: 8px;
	font-weight: bold;
}
.cart-points-total_spent .points-amount {
	min-width: 100px;
}
.cart-points-spending_warnings .notice {
	font-size: 8pt;
}
.rewards-checkout-onepage-guestwarn {
	top: -6px;
	position: relative;
	font-style: italic;
}
.item-points-undername .item-points-header-redeemed, .item-points-undername .item-points-header-earned {
	float: left;
	cursor: inherit;
	color: inherit;
	padding-right: 4px;
}
.item-points-undername .item-points-redeemed-section {
	margin-bottom: 4px;
}
.item-points-undername {
	margin-left: 4px;
	padding-top: 6px;
	font-style: italic;
}
.rewards-checkout-onepage-guestwarn {
	border: silver;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 2px;
	background-color: #F9F3E3;
	box-shadow: 0px 0px 1px #AAAAAA;
	padding-bottom: 2px;
	border-style: dotted;
	border-width: 1px;
}

.guest-rewards-warning-message {
    color:#ff0000;
    text-align:right;
}

/* Start Magento 1.9 Compatibility */

/** Making sure the slideshow feature in Magento 1.9 does not overlay social buttons **/
.slideshow-container {
	z-index: 19;   
}

.customer-account-create .scaffold-form .rewards_referral_information label:first-child {
    width: initial;
}

.mypoints-summary .box-content {
	padding-top: 5px;
}

.product-view .product-shop .price-info.new-price-info {
	max-width: initial;
	clear: right;
	overflow: auto;
}

.product-view .price .using-points {
	font-weight: bold;
    font-size: 13px;
}

.cart .item-points-undername {
	white-space: nowrap;
	overflow: visible;
}
    .cart .item-points-undername img {
        display: inline;
        padding-left: 4px;
    }

.cart-forms .rewards-box-spend-minicart h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}

.rewards-box-spend-minicart .slider table {
	margin: auto;
}

.points-prediction table {
    font-size: 8pt;
    font-weight: 300;
    margin-bottom: 20px;
}
	.points-prediction.rwd table {
		margin-left: auto;
		margin-right: auto;
	}

.rewards-special-review-summary {
	clear: both;
	margin-bottom: 20px;
}

.rewards_referral_information.rwd label {
	display: block;
}

.mypoints-sendfriend .form-list textarea {
	max-height: 11em;
}
    .mypoints-sendfriend .form-list > li {
        margin-bottom: 10px;
    }
    
/** Only where needed **/
.mypoints-transfers-earnings .arrow,
.mypoints-transfers-spendings .arrow
{
	display: inline;
}

/** Only use divider when we need to **/
.rewards-product-view-points .divider {
	clear: both;
	display: block;
	height: 1px;
	margin: 10px 0;
}

/** Only clear what we know should be cleared **/
.mypoints-page .clearer:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* End Magento 1.9 Compatibility */

/* Start Enterprise theme styles */
.info-box { 
	margin-bottom: 10px;
}
.info-box .form-list .input-box {
	width: 90%;
}
.info-box .form-list textarea {
	width: 100%;
}
.info-box .form-list label { 
	text-align: left; 
}
.info-box.mypoints-sendfriend, .info-box.mypoints-redeemcatalog {
	min-height: 355px;
} 
.info-box.mypoints-redeemcatalog .noproducts {
	margin-top: 130px;
}
.rewards-special-signup-birthday,
.rewards-special-signup-birthday-ee {
	margin-bottom: 20px;
	font-size: 12px;
}
.rewards-special-signup-birthday-ee {
    margin-left:240px;
}
/* End Enterprise theme styles */

.v-badge{position: fixed;font: 13px/20px Arial;color: rgb(255, 255, 255);cursor: pointer;z-index: 999;background: rgb(17, 17, 17) none repeat scroll 0% 0%;
padding: 6px 11px 2px;box-shadow: rgb(0, 0, 0) 0px 0px 3px;left: 10px;bottom: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px; }
.m-cookienotice { overflow: hidden; color: #444; z-index: 9999; font-size: 13px; }
.m-cookienotice .m-message { padding: 5px 10px; }

.m-cookienotice .m-actions { }
.m-cookienotice .m-button { margin-top:10px; display: inline-block; border: 1px solid #d4d4d4; padding: 4px 8px; text-decoration: none; border-radius: 2px; }
.m-cookienotice .m-button.m-accept:before { content: "\2714"; }
.m-cookienotice .m-button:hover,
.m-cookienotice .m-button:focus { color: #fff; }
.m-cookienotice .m-button:active {   }
#message-custom-css{float: left;}
#action-custom-css{float: right;margin-top:0;}
.m-cookienotice.v-bar {width: 100%; padding: 5px 0; }
.m-cookienotice.v-bar .m-actions {vertical-align: middle; padding-right: 10px; text-align:center; }
.m-cookienotice.v-bar.v-top { position: relative;  }
.m-cookienotice.v-bar.v-bottom { position: fixed; }
.m-cookienotice.v-box { position: fixed; max-width: 350px; border-radius: 3px; margin: 10px; }
.m-cookienotice.v-box .m-actions { float: left; margin: 5px 10px; }
.m-cookienotice.v-box.v-top-left { top: 0; left: 0; }
.m-cookienotice.v-box.v-top-right { top: 0; right: 0; }
.m-cookienotice.v-box.v-center { top: 35%; right: 40%; }
.m-cookienotice.v-box.v-bottom-left { bottom: 0; left: 0; }
.m-cookienotice.v-box.v-bottom-right { bottom: 0; right: 0; }
@media(max-width: 980px)
{
	#message-custom-css{float: left;}
#action-custom-css{float: right;margin-top:0;}

}
/* RWD */
@media (max-width: 360px) {
    .m-cookienotice.v-box { width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    .m-cookienotice.v-box .m-actions {vertical-align: middle; width:100%; padding-right: 10px; text-align: left; }
    .m-cookienotice .m-actions { float: left; margin: 5px 10px; }
    .m-cookienotice.v-bar .m-actions { width: auto; }
}

/* Skin - Yellow Alert */

/* Skin - Dark Clean */
.m-cookienotice.v-dark-clean { color: #fff; border-color: #55575f !important; }
.m-cookienotice.v-dark-clean .m-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; }
.m-cookienotice.v-dark-clean .m-button:hover,
.m-cookienotice.v-dark-clean .m-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Custom Colors */
.m-cookienotice.v-custom-css { color: #fff; border-color: #55575f !important; }
.m-cookienotice.v-custom-css .m-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; }
.m-cookienotice.v-custom-css .m-button:hover,
.m-cookienotice.v-custom-css .m-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
.m-cookienotice.v-minimalist { color: #2c2c2c; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
.m-cookienotice.v-bar.v-minimalist { padding: 2px 0; }
.m-cookienotice.v-box.v-minimalist { width: 260px; }
.m-cookienotice.v-box.v-minimalist .m-actions { margin: 5px; }
.m-cookienotice.v-box.v-minimalist .m-message { padding: 5px; }
.m-cookienotice.v-minimalist .m-button { padding: 3px 6px; }

.sweettooth-social-buttons {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.nav-container {
    z-index: 101;
}

.sweettooth-default-theme .sweettooth-social-button {
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px 0px 0px;
}

.sweettooth-default-theme .social-btn {
    font-size: 11px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    zoom: 1;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
    border: #ccc solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}

.sweettooth-default-theme .social-btn:focus, .sweettooth-default-theme .social-btn:hover, .sweettooth-default-theme .social-btn:active {
    border-color: #bbb;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
    background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: linear-gradient(top,#f8f8f8,#d9d9d9);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sweettooth-default-theme .sweettooth-facebook-share i {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/rewardssocial2/facebook/facebook-icon.png') 0 0 no-repeat;
    background-image: url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/rewardssocial2/facebook/facebook-icon.png');
}

.sweettooth-default-theme .sweettooth-refer-friends i {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 14px;
    background: transparent url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/rewardssocial2/referral/tell-a-friend.png') 0 0 no-repeat;
    background-image: url('https://www.mjtrim.com/skin/frontend/enterprise/mjtrimming/images/rewardssocial2/referral/tell-a-friend.png');
}

.sweettooth-default-theme .social-btn .label {
    display: block;
    vertical-align: top;
    zoom: 1;
    padding: 2px 4px 0 23px;
    white-space: nowrap;
}

#sweettooth-refer-friends .rewards-modal-mask {
    position: fixed;
    opacity: 0.7;
    z-index: 2000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
}

#sweettooth-refer-friends .rewards-modal {
    display: block;
    position: fixed;
    z-index: 2001;
    left: 50%;
    top: 50%;
    max-width: 565px; 
    width: 90%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);   
    background: white;
    border: darkgrey 2px solid;
}
 
#sweettooth-refer-friends .rewards-modal .block-title {	
    border-bottom: 1px solid #ddd;
    padding: 2px 9px;
    overflow: auto;
}

body:not(.customer-account) #sweettooth-refer-friends .rewards-modal.block:first-child .block-title {
    padding-top: 3px;
}

#sweettooth-refer-friends .rewards-modal .block-title .btn-remove {
    float: right;
    height: 16px;
}

#sweettooth-refer-friends .rewards-modal .block-title .btn-remove:after {
    height: 16px;
    line-height: 16px;
    margin-top: -1px;
    display: block;	
}

#sweettooth-refer-friends .rewards-modal .content {
    padding: 10px;
}

#sweettooth-refer-friends .rewards-modal .content .message {
    text-align: left;
    margin-top: 10px;
    color: #FF0000;
    font-weight: bold;
    display: none;
}

#sweettooth-refer-friends .rewards-modal .content .modal-step {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sweettooth-refer-friends .my_referrals-urlcode_group {
    padding: 5px 10px;
    margin: 0;
}

#sweettooth-refer-friends .my_referrals-urlcode_group ul li {
    padding-bottom: 15px;
}

#sweettooth-refer-friends .social-widgets {
    text-align: right;
}

#sweettooth-refer-friends .urlcode_comment {
    font-size: 8pt;
    font-style: italic;
    margin: 0 0 5px 0;
}

#sweettooth-refer-friends .urlcode-input-box input {
    width: 98%;
    padding: 5px;
}

#sweettooth-refer-friends .content {
    padding: 10px;
}

#sweettooth-refer-friends .sweettooth-sharing-buttons {
    height: 60px;
}

#sweettooth-refer-friends .sweettooth-sharing-buttons .sweettooth-twitter-tweet iframe, 
#sweettooth-refer-friends .sweettooth-sharing-buttons .sweettooth-facebook-share iframe {
    visibility: inherit !important;
}

#sweettooth-refer-friends .sweettooth-social-messages {
    line-height: 35px;
}

.sweettooth-social-messages {
    display: inline;
    line-height: 40px;
}

.checkout-purchase-share .sweettooth-social-messages {
    display: block;
    line-height: 20px;
}

.checkout-purchase-share .products-grid .actions {
    min-height: 120px;
    position: static;
}

.checkout-purchase-share .page-title {
    margin: 10px 0 !important;
}

.checkout-purchase-share .products-grid {
    margin: 0;
    background: none;
    width: 100%;
}
.checkout-purchase-share .products-grid .item {
    padding-bottom: 0;
    min-width: 30%;
    float: left;
}

