@charset "utf-8";
@font-face {
    font-family: 'Conv_ArchitectsDaughter';
    src: url(../fonts/ArchitectsDaughter.eot);
    src: local('?'), url(../fonts/ArchitectsDaughter.woff) format('woff'), url(../fonts/ArchitectsDaughter.ttf) format('truetype'), url(../fonts/ArchitectsDaughter.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #496778 url(../images/bkg_body.gif) 50% 0 repeat-y;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    color: #2f2f2f;
    text-align: center;
}

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

a {
    color: #1e7ec8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

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

h1 {
    font-size: 20px;
    font-weight: normal;
}

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

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

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

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

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

ul, ol {
    list-style: none;
}

.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;
}

.wrapper {
    min-width: 320px;
    overflow: hidden;
}

.page {
}

.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;
}

.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%;
}

input, select, textarea, button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}

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

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

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

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

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

textarea {
    overflow: auto;
}

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

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

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

button.button {
    -webkit-border-fit: lines;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    display: block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

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

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

/*button.btn-checkout > span{height:50px; width: 210px; border:0;background:url(../images/checkout_go.png) 0 0 no-repeat;padding:0 0 0 9px;font:bold 15px/40px Arial, Helvetica, sans-serif;color:#fff;}*/
button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

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

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

p.control input.checkbox, body input[type="checkbox"],
p.control input.radio, body input[type="radio"] {
    margin: 0 6px 0 0;
    display: inline;
}

input.input-text:focus, select:focus, textarea:focus {
    background-color: #edf7fd;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #666;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.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: 0 6px 0 0;
    display: inline;
}

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

.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

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

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

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

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

.form-list li.wide .input-box {
    width: 59.4%;
}

.form-list li.wide input.input-text {
    width: 59.4%;
}

.form-list li.wide textarea {
    width: 59.4%;
}

.form-list li.wide select {
    width: 59.4%;
}

.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;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

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

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

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

.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: 4em 0 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;
}

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

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

.fieldset {
    border: 1px solid #bbafa0;
    background: #fbfaf6;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

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

.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(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
}

.validation-failed {
    border: 1px solid #2fa8dc !important;
}

.validation-advice {
    color: #f52222 !important;
    font-size: 13px;
    font-weight: bold !important;
}

.validation-passed {
}

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

.v-fix {
    float: left;
}

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

.success {
    color: #3d6611;
    font-weight: bold;
}

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

.notice {
    color: #e26703;
}

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

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

.messages li {
    margin: 0 0 10px !important;
    line-height: 20px;
}

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

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

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
}

.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
}

.breadcrumbs li {
    display: inline;
}

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

.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
}

.page-title h1,
.page-title h2 {
    margin: 0;
    font-size: 20px;
    color: #0a263c;
}

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

.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,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #e25203;
}

.pager {
    font-size: 11px;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

#tool1 .pager .pages {
    display: none;
}

#tool1 .pager .amount {
    display: none;
}

#tool2 .left-side, #tool2 .right-side {
    display: none;
}

#tool2 .pager .pages {
    margin-right: 0;
}

#tool2 .pager .pages ol {
    float: right;
    margin-top: 10px;
}

#tool2 .pager .pages ol a {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    text-decoration: none;
}

#tool2 .pager .pages ol li {
    font-weight: bold;
}

#tool2 .pager .pages strong {
    display: none;
}

.pager .pages ol {
    display: inline;
}

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

.pager .pages .current {
}

.sorter {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

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

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

.sorter .link-feed {
}

.toolbar {
}

.toolbar .pager {
    padding: 3px 8px;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.toolbar-bottom {
    clear: both;
}

.data-table {
    width: 100%;
    border: 1px solid #bebcb7;
}

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

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

.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;
    border-right: 1px solid #c2d3e0;
    padding: 2px 8px;
    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;
}

#product-review-table th, #product-review-table tr, #product-review-table td {
    font-weight: normal;
    border: none !important;
    margin-right: 50px;
}

#product-review-table {
    width: 38%;
    border: none;
}

#product-review-table th {
    background: none;
}

.data-table thead th {
    background: url(../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.first td {
    background: url(../images/bkg_tfoot.gif) 0 0 repeat-x;
}

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

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 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;
    border-right: 1px solid #d9dde3;
}

.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !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;
}

.info-box {
    background: #fff url(../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;
}

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../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;
}

.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(../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;
}

.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;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

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

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

.links li {
    display: inline;
}

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

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

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

.link-wishlist {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    text-decoration: none;
}

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

.link-compare {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    text-decoration: none;
}

.link-print {
    font-weight: bold;
    color: #dc6809;
}

.link-rss {
    background: url(../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(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.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(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 8px;
}

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

.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 94%;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

.notice-cookie {
}

.noscript {
}

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

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

.nav-container {
    background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
}

#nav {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

#nav li {
    position: relative;
    text-align: left;
}

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

#nav a,
#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

#nav li {
    float: left;
}

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

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

#nav li.over a,
#nav a:hover {
    color: #d96708;
}

#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav ul li a {
    font-weight: normal !important;
}

#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

.block {
    border: 1px solid #c4c1bc;
    margin: 0 0 15px;
}

.block .block-title {
    background: url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 2px 9px;
}

.block .block-title strong {
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    min-height: 16px;
    padding: 1px 0 1px;
    color: #e26703;
}

.block .block-title strong span {
}

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

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

.block .block-content {
    background: #f8f7f5;
}

.block .block-content li.item {
    padding: 7px 9px;
}

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

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

.block .actions {
    background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
    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 {
    background-color: #f4f3f3;
}

.block li.even {
    background-color: #fafafa;
}

.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 .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

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

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.block-account {
    border-color: #bbb;
}

.block-account .block-title {
    background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
    border: 0;
    padding: 3px 10px;
}

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

.block-account .block-content {
    background: #fbfaf6;
    padding: 7px 10px 7px;
}

.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: #ea7900;
}

.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: #ea7900;
}

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

.block-currency {
    border: 0;
    background: url(../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(../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-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 47px;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav .block-content {
    border: 1px solid #a0b3c3;
}

.block-layered-nav dt {
}

.block-layered-nav dd {
    padding: 0 12px 12px;
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

.block-cart .block-title {
}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.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: #fbebd9;
    text-align: center;
}

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

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

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

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

.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

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

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

.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

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

.page-popup .link-print {
    background: url(../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(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../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;
}

.block-viewed .block-title strong {
    background-image: url(../images/i_block-viewed.gif);
}

.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-poll .block-title strong {
    background-image: url(../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: #618499;
}

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

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

.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

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

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

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

.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}

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

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    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: #618499;
}

.block-reorder .block-title strong {
    background-image: url(../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 {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 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;
}

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

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

.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;
}

.products-grid {
    position: relative;
}

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

.products-grid li.item {
    padding: 12px 10px 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    width: 270px;
}

.products-grid .product-image {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 10px;
}

.products-grid .product-name {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 17px !important;
    color: #203548;
}

.products-grid .product-name {
    color: #203548;
}

.products-grid .price-box {
    margin: 10px 0;
    clear: both;
}

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

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

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

.col1-layout .products-grid {
    width: 100%;
    margin: 0 auto;
}

.products-list li.item {
    padding: 12px 0 0 10px;
}

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

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

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

.products-list .product-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #275AAD;
    text-decoration: none;
    margin-bottom: 15px;
    margin: 0 0 5px;
    font-weight: normal !important;
}

.products-list .row-part-notes {
    color: #636363;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
}

.products-list .ratings .amount {
    display: none;
}

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

.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-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
    float: left;
}

.products-list .add-to-links li {
    display: inline;
    float: left;
    padding: 5px 0;
}

.add-to-links .separator {
    display: inline;
    margin: 6px 10px !important;
    float: left;
}

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links a {
    margin: 0;
    text-decoration: none;
    color: #285DAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    padding-right: 8px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../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(../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: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-shop .availability span {
    font-weight: normal;
}

.email-friend {
    margin: 0;
}

.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

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

.price-box {
    margin: 5px 0;
}

.regular-price {
    color: #000000;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
}

.regular-price .price_main {
    font-size: 24px;
    line-height: 1;
}

.regular-price .price_symbol,
.regular-price .price_decimals {
    font-size: 12px;
}

.product_stock-price_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.product_stock-price_wrapper .price_main {
    font-size: 36px;
}
.product_stock-price_wrapper .price_symbol,
.product_stock-price_wrapper .price_decimals {
    font-size: 16px;
}
.product_stock-price_wrapper .price-box {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.catalog-product-view .affirm_badge {
    margin-bottom: 1em;
    text-align: right;
}

.block .regular-price,
.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: bold;
    color: #c76200;
    text-decoration: line-through;
}

.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

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

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
    width: 130px;
    padding: 5px;
}

.add-to-cart button.button {
    float: left;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    text-align: center;
}

.add-to-box .add-to-cart .apple-pay-button-with-text.apple-pay-button-black-with-text {
    margin: 7px 0;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    margin-left: -14px;
}

.product-essential {
    background: #ffffff
}

.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
    color: #275AAD;
    text-decoration: none;
}

.product-essential h2.extra-info, h2.extra-info {
    color: #888;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin: 8px 0;
    text-align: right;
    width: 52%;
}

h2.extra-info {
    float: none;
    text-align: right;
}

.product-collateral {
    background: none repeat scroll 0 0 transparent;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

.product-view .product-img-box {
    width: 30%;
}

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

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

.product-view .product-img-box .product-image img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    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(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    opacity: .3;
}

.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(../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 h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-view .fit-description {
    margin-top: 50px;
}

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

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

.product-view .product-essential {
    background-color: #ffffff;
}

.product-view .product-shop {
    background-color: #ffffff;
}

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

.product-view .product-shop .product-name h1 {
    margin: 0;
    font: bold 15px/1.35 Arial, Helvetica, sans-serif;
}

.product-view .product-shop .availability {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.product-view .product-shop .short-description {
    border-top: 1px solid #ccc;
    height: auto;
    margin: 0 0 15px;
}

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

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
    margin-top: 250px;
    margin-left: -146px;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #333333 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal !important;
    margin-right: 21px;
}

.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.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 textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {
    background-color: #fffada;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

.product-view .box-description {
    margin-bottom: 30px;
}

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

.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: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    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 #e5dcc3;
}

.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: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-view .box-tags {
    margin: 0;
}

.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(../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(../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-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

.product-view .box-reviews dl {
    margin: 15px 0;
}

.category-ratings {
    margin: 0 5px;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span,
.box-reviews dt a {
    color: #285DAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
}

.product-view .box-reviews dd, .box-reviews dd {
    color: #2f2f2f;
    margin: 0 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.product-view .box-reviews dd small, .box-reviews dd small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 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;
    font-weight: bold;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
    font-size: 12px;
}

#review-form .input-box #nickname_field {
    border: 1px solid #d6d6d6 !important;
    margin-bottom: 10px !important;
    padding: 7px 5px !important;
    width: 97% !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

#review-form .input-box #summary_field {
    border: 1px solid #d6d6d6 !important;
    margin-bottom: 10px !important;
    padding: 7px 5px !important;
    width: 97% !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

#review-form .input-box #review_field {
    border: 1px solid #d6d6d6 !important;
    margin-bottom: 10px !important;
    padding: 7px 5px !important;
    width: 97% !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 39%;
}

.send-friend .form-list {
    width: 68.3%;
    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: 68%;
}

.send-friend .form-list li.wide textarea {
    width: 67%;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

.product-name {
    margin: 0 0 15px 0;
    font-size: 1em;
    font-weight: normal;
}

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

.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 .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(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

.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-title h1 {
    background: url(../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;
}

.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 67%;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
    float: left !important;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.cart .discount,
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.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: #e26703;
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}

.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(../images/i_discount.gif);
}

.cart .discount .input-box {
    margin: 8px 0 0;
}

.cart .discount input.input-text {
    width: 100%;
}

.cart .shipping h2 {
    background-image: url(../images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}

.cart .totals {
    background: #f9f9f9;
    border: 1px solid #bebcb7;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

.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 .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.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;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

.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(../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 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: 55%;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 54%;
}

.gift-message-link {
    font-size: 11px;
    background: url(../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(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.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 .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;
}

.info-set {
    background: #fbfaf6 url(../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: #e26703;
}

.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;
}

.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: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.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(../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(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    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: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #f18200;
}

.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../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: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#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 .authentication {
    margin: 0 auto;
    width: 63%;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

.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(../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: #e26703;
}

.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(../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(../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;
}

.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;
}

.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: 49%;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 48%;
}

.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(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    background: #faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    border-bottom: 0;
}

.account-login .content h2 {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #ddd;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #e76200;
}

.account-login .new-users h2 {
    background-image: url(../images/i_page1.gif)
}

.account-login .registered-users h2 {
    background-image: url(../images/i_page2.gif);
}

.account-login .buttons-set {
    border: 1px solid #bbb6a5;
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: #dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;
}

.account-create {
}

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 44%;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

.box-account {
    background: #fff url(../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: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #e65505;
}

.dashboard .box .box-title {
    background: url(../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;
}

.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif);
}

.dashboard .box-info .box-head h2 {
    background-image: url(../images/i_ma-info.gif);
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard .box-reviews .box-head h2 {
    background-image: url(../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;
}

.dashboard .box-tags .box-head h2 {
    background-image: url(../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;
}

.addresses-list h2 {
    font-weight: bold;
    font-size: 13px;
    color: #e26703;
    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(../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-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    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(../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 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 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-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.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(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

.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-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 {
    border-color: #406a83;
    background: #618499;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 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-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 .info-box {
    margin: 15px 0;
}

.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;
}

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

.footer-container {
    border-top: 15px solid #b6d1e2;
}

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 50px;
}

.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: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 20px;
    color: #ecf3f6;
}

.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(../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;
}

.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 52%;
    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(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../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;
}

.clearer:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.go-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,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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 {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.guest-select {
    width: 305px !important;
}

.products-grid .ratings .amount {
    display: none;
}

.product-shop .availability span {
    font-family: Arial, Helvetica, sans-serif;
    color: #1da237;
    font-size: 18px
}

.product-shop .availability span.spec-out {
/*    font-weight: bold;*/
    color: #FF0000;
    font-size: 1.35em;
}

.product-shop .short-description b {
    color: #FF8800 !important;
}

.product-shop .add-to-box .add-to-cart input {
    color: #2F2F2F;
    font: 12px/15px Arial, Helvetica, sans-serif;
    padding-top: 5px;
    vertical-align: middle;
}

.box-description b.head, .box-reviews b.head, .popular_parts b.head {
    background: url("../images/gopart_21_sm.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    color: #275aad;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 46px;
    min-height: 46px !important;
    text-transform: uppercase;
    display: block;
    text-indent: 11px;
}

#reviewby {
    color: #275AAD
}

body.parts-popular-index h1.part {
    text-transform: uppercase;
    color: #275AAD !important;
    font: 25px Arial, Helvetica, sans-serif !important;
    margin: 10px 0 15px !important;
    padding-left: 5px !important;
    background: none !important;
}

body.parts-popular-index p {
    color: #646464;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 0px 0;
    padding-left: 0px;
    padding-right: 0px;
}

body.parts-popular-index .body-container-parts {
    float: left;
    margin-bottom: 50px;
    padding: 5px 10px;
    position: relative;
    width: 272px;
}

body.parts-popular-index .body-container-parts strong {
    color: #0135BD;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 10px 0 5px;
}

body.parts-popular-index .body-container-parts span {
    color: #646464;
    display: block;
    font: 11px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

body.parts-popular-index .parts-ratings {
    display: block;
}

body.parts-popular-index .body-container-parts p {
    color: #646464;
    display: block;
    font: 11px/16px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 0;
}

body.parts-popular-index .body-container-parts a {
    background: url("../images/tab2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #FFFFFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 7px 8px;
    text-decoration: none;
    text-shadow: 0 1px 2px #999999;
    text-transform: uppercase;
}

.body-container-banner {
    margin: 25px 0;
}

.body-container-banner {
    margin: 25px 0;
}

.main .go-col-main #row2 .cols .colsbox {
    width: 100% !important;
}

.parts-popular-index .popular-product-box {
    width: 240px !important;
    margin-right: 40px;
}

.make_stock .blue {
    padding-left: 0px !important;
    margin: 0px;
}

.parts-popular-index .popular-product-box label {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 5px;
    color: #275aad;
}

.popular-product-box span, .popular-product-box .make_desc {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
}

.parts-popular-index .parts-ratings {
    background: url("../images/gopart_31.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 60px;
    height: 13px;
}

.hint, .parts-accessories-hint {
    color: #FD8D01;
    display: block;
    font-family: Helvetica, arial, sans-serif;
    font-size: 19px;
    padding: 10px 5px 10px;
}

.brake-products-hint {
    color: #FD8D01;
    display: block;
    font-family: Helvetica, arial, sans-serif;
    font-size: 20px;
    margin-right: 28px;
    padding: 10px 5px;
}

h1 .part {
    color: #275AAD !important;
    font: 25px Arial, Helvetica, sans-serif !important;
    margin: 10px 0 0 !important;
    padding-left: 5px !important;
    background: none !important;
}

/* css start here 20/11/13 */
#addLinks a {
    display: inline-block;
    margin-top: 2px !important;
    color: #646464 !important;
    font-size: 11px !important;
}

#categories > div {
    margin-top: 10px;
}

.parts-popular-index {
    background: #fff !important;
}

.parts-popular-index .popular-product {
    background: none !important;
}

.parts-popular-index .parts-heading {
    border-bottom: 1px solid #ccc;
}


/* css end here 20/11/13 */


.partList {
    width: 48% !important;
    float: left;
}

.partList li {
    float: left;
    /* width: 30% !important;*/
    background: url("../images/bullet.png") no-repeat scroll left 10px;
    padding-left: 12px;
}

.partList li a {
    color: #666 !important;
    padding: 0px;
}


/* car accessories css start here 21-11-13 */

.catalog-category-view h1.part {
    color: #275AAD;
    font: 28px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.catalog-category-view .go-col-main p {
    color: #444;
    font: 14px/22px Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.catalog-category-view .go-col-main ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0px;
}

.catalog-category-view .go-col-main ul li {
    float: left;
    margin-bottom: 50px;
    padding: 5px 10px;
    position: relative;
    width: 272px;
}

.catalog-category-view .go-col-main ul li:first-child {
    padding-left: 0px;
}

.catalog-category-view .go-col-main ul li .catImg {
    display: block;
}

.catalog-category-view .go-col-main ul li .catImg img {
    background: none;
    border: medium none;
    display: block;
    margin: 0 0 30px;
}

.catalog-category-view .go-col-main ul li .catName {
    background: none;
    color: #0135BD;
    text-decoration: none;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 10px 0 2px;
}

.catalog-category-view .go-col-main ul li .catName strong {
    font-weight: normal;
}

.catalog-category-view .go-col-main ul li .make_desc p {
    color: #646464;
    display: block;
    font: 11px/16px Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    padding: 0;
}

.catalog-category-view .go-col-main ul li .viewCat {
    float: left;
}

.catalog-category-view .go-col-main ul li .viewCat a {
    background-image: url("../images/tab2.jpg") !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-radius: 2px;
    color: #FFFFFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    text-shadow: 0 1px 2px #999999;
    text-transform: uppercase;
    float: left;
}


.catalog-category-view .go-col-main ul li .viewCat a:hover {
    background: #5c7db5 !important;
}

.catalog-category-view .main .go-col-main .row .bottomlinks {
    margin-bottom: 35px;
}

.catalog-category-view .main .go-col-main .row .bottomlinks p {
    margin: 0px;
}

.catalog-category-view .lastProd {
    border: none !important;
}

#popularParts .colsbox.makes ul {
    margin: 0;
}

#popularParts .colsbox.makes ul li {
    width: auto;
    margin-bottom: 0px;
    padding: 0 10px;
}

#popularMakes .colsbox.makes ul {
    margin: 0;
}

#popularMakes .colsbox.makes ul li {
    width: auto;
    margin-bottom: 0px;
    padding: 0 10px;
}

.catalog-category-view .go-col-main ul li {
    position: static !important;
}

#popularParts .partList li, #popularMakes .partList li {
    float: left;
    width: 25% !important;
    background: url("../images/bullet.png") no-repeat scroll left 12px;
    padding: 0px !important;
    margin-left: 12px !important;
    margin-top: 5px;
}

.parts-popular-index #row2 .parts-heading {
    font-size: 25px !important;
}

.parts-popular-index .go-col-main p {
    padding-left: 5px;
}

#popularParts {
    border-top: 1px solid #CCCCCC;
}

.catalog-category-view .products-grid .actions {
    position: static !important;
}

.catalog-category-view .product-image {
    margin-bottom: 10px;
    display: block;
    height: auto;
    width: auto;
}

.catalog-category-view .product-image img {
    display: block;
    margin: 0 auto;
}

.catalog-category-view .product-name a {
    font-weight: normal !important;
}

.catalog-category-view #tool1 .actions p {
    padding-left: 0px !important;
}

.catalog-category-view .actions #addLinks {
    margin: 5px 0 0;
}

.catalog-category-view .actions #addLinks li {
    float: left;
    width: auto;
    padding: 0px;
}

.catalog-category-view .category-products .products-grid {
    margin: 10px 0 !important;
}

.catalog-category-view .category-products .products-grid li.item {
    height: 475px;
}

/* car accessories css end here 21-11-13 */

/* css start here 22-11-13 */
.search-index-index .go-col-main .rslt_img {
    display: block;
    color: #275AAD;
    font: 25px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.search-index-index .go-col-main .part {
    display: block;
    color: #275AAD;
    font: 25px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.prttext {
    margin: 10px 0;
    display: block;
}

.prttext p {
    color: #646464;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.product-pic {
    display: block;
    margin: 10px 0;
}

/* css end here 22-11-13 */

.pricebox-separator {
    background-color: #CCC;
    height: 1px;
    margin: 10px 0 5px;
}

.product-name > h1 {
    color: #275AAD;
    font: 23px/30px Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: capitalize;
    text-align: right;
}

.catalog-product-view .product-shop .short-description b {
    text-transform: uppercase !important;
    padding-top: 5px;
}

.catalog-product-view .add-to-cart label {
    color: #333;
}

.catalog-product-view .add-to-box .add-to-cart .qty {
    float: left;
    width: 230px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #ccc;
    padding: 10px 5px;
    margin-top: 8px;
}

.rating-links {
    float: left;
}

.catalog-product-view .add-to-links {
    display: none;
}

.catalog-product-view .short-description .std,
.catalog-product-view .short-description {
    font-size: 16px;
    color: #646464 !important;
}

.catalog-product-view .short-description .std {
    margin-top: 7px;
}

.catalog-product-view .addtocrt {
    width: 212px;
    height: 52px;
    display: block;
    float: right;
    background: url('../images/catalog/category/addtocart01.png');
    margin: 0 9px 15px 9px;

}

.add-to-cart > div {
    width: 212px;
    float: right;
    clear: both;
    text-align: center;
    margin: 5px 9px;
    padding: 0 !important;
}

.add-to-cart .norton_guarantee_product {
    float: right !important;
    width: auto;
}

.add-to-cart div .paypal-logo {
    text-align: center;
}

.paypal-or {
    display: none !important;
}

.catalog-product-view .addtocrt:hover {
}
.catalog-product-view .more-views {
    margin: 0 0 0 10px;
}
.catalog-product-view .product-shop .price-box {
    margin: 0;
}
.catalog-product-view .prod-pic {
    float: right;
}
.catalog-product-view .prod-pic img {
    float: left;
    margin: 0 0 0 17px;
    cursor: pointer;
}
.catalog-product-view .product-view .box-collateral .colsbox {
    margin-bottom: 20px;
}
.catalog-product-view .ratings {
    float: left;
}
.catalog-product-view .social-icon {
    float: right;
}
.catalog-product-view .product-img-shop-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 5%;
}
.catalog-product-view .product_reviews_widget_title {
    font-weight: bold;
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
    color: #275aad;
    text-align: center;
    margin-top: 2em;
/*    margin-bottom: 1em;*/
}

.makes-popular-index .page h1.part {
    color: #275AAD;
    font: 30px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.makes-popular-index .page .go-col-main p {
    color: #646464;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.makes-popular-index .vehicle-year {
    display: block;
    margin: 20px 0;
}

.makes-popular-index .vehicle-year ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.makes-popular-index .vehicle-year ul li {
    float: left;
    width: 27%;
    padding: 1%;
    margin: 0 35px 10px 0;
    border: 3px solid #d0cece;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    height: 60px;
    line-height: 60px;
}

.makes-popular-index .vehicle-year ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    background: url("../images/arrow.png") no-repeat right 15px;
    font-size: 20px;
}

.makes-popular-index .main .go-col-main .row-prod h1 {
    background: none !important;
    font: normal 30px Arial, Helvetica, sans-serif;
}

.makes-popular-index .main .go-col-main #row2 #viewmore {
    display: none;
}

.makes-popular-index .main .go-col-main .row-prod .cols {
    background: none !important;
}


.catalog-category-view .row #viewmore {
    display: none;
}

.catalog-category-view .product-shop #addLinks {
    margin: 0px;
    float: left;
}

.catalog-category-view .product-shop #addLinks li {
    width: auto;
    float: left;
    margin-bottom: 0px;
}

.catalog-category-view .product-shop #addLinks .separator {
    margin: 7px 2px 0;
    float: left;
}

/*.catalog-product-view .main{ padding-top: 4px !important;}*/
.catalog-product-view .main .go-col-main {
    margin-top: 7px;
}

.checkout-cart-index .main .go-col-main {
    background: #fff;
}

.checkout-cart-index .main .go-col-main .tab-cont .login {
    display: block;
}

.checkout-cart-index #checkout-login-form .field {
    display: block;
    margin: 10px 0;
}

.checkout-cart-index .main .go-col-main #checkout-block .tab-cont {
    margin-left: 0px !important;
    width: 99% !important;
    padding-left: 10px;
    background: #fff;
}

.checkout-cart-index #checkout-login-form .field label {
    color: #666;
    font: 12px Arial, Helvetica, sans-serif;
}

.checkout-cart-index #checkout-login-form .field .input-text {
    border: 1px solid #999999 !important;
    margin-bottom: 10px !important;
    padding: 5px !important;
    width: 250px !important;
}

.checkout-cart-index #checkout-login-form .buttons {
    display: block;
    margin: 5px 0;
    width: 340px;
}

.checkout-cart-index #checkout-login-form .buttons a {
    text-decoration: none;
    color: #333;
}

.checkout-cart-index #checkout-login-form .buttons .button span {
    background: url("../images/tab2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 2px;
    color: #FFFFFF;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0 1px 2px #999999;
    text-transform: uppercase;
    float: left;
}

.checkout-cart-index #checkout-login-form .buttons .button span:hover {
    background: #5c7db5 !important;
}

/* 28/11/13 css start here */
.subcategory2 span {
    color: #646464;
    display: block;
    font: 11px arial;
    margin-bottom: 3px;
}

.catalog-category-view #popularParts {
    border-top: none;
}

.catalog-category-view #admin_messages {
    display: none;
}

/* 28/11/13 css end here */

/* 02/12/13 css start here */
.catalog-category-view .category-description {
    margin: 0 0 7px !important;
}

.customer-account-login .main .go-col-main {
    width: 100% !important;
}

.customer-account-login .content p {
    color: #666666;
    font: 13px/18px arial;
}

.customer-account-login .account-login, .customer-account-login .content {
    background: #F9F9F9 !important;
    padding: 15px;
}

.customer-account-login .required {
    font-family: arial;
    font-size: 14px;
    font-weight: normal !important;
    margin: 5px 0 0;
}

.customer-account-login .buttons-set .f-left {
    color: #666666 !important;
    font: 14px arial !important;
}

.customer-account-login .page-title h1, .customer-account-login .page-title h2 {
    color: #666;
    padding-bottom: 10px;
}

/* 02/12/13 css end here */

/* 03/12/13 css start here */
.customer-account-index .page-title {
    padding-bottom: 5px;
}

.customer-account-index .welcome-msg p {
    font: 14px/22px arial;
}

/* 03/12/13 css end here */

h1.makesPopular {

    background-repeat: no-repeat;
    color: #275AAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    padding-left: 30px;
    text-transform: uppercase;
}

.parts-accesories-hint {
    color: #FD8D01;
    display: block;
    font-family: 'Conv_ArchitectsDaughter';
    font-size: 20px;
    padding: 10px 5px 15px;
}

/* css start here 7/12/13 */
.modelyear-page {
    display: block;
}

.modelyear-page h1 {
    color: #275AAD;
    font: 30px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.modelyear-page p {
    color: #646464;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.modelyear-page > img {
    display: block;
    margin: 15px 0 30px;
}

.modelyear-page .parts-accesories-hint {
    margin-right: 470px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

.subcategory2 {
    width: 180px;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
}

.subcategory2 .catImg {
    border: 1px solid #cfcfcf;
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 0;
    width: auto;
}

.subcategory2 .catImg:hover {
    border-color: #888;
}


.subcategory2 .catImg:hover {
    border: 1px solid #cfcfcf !important;
}


.subcategory2 .catImg img {
    display: block;
    margin: 0 auto !important;
    height: 75px;
    object-fit: contain;
}

.subcategory2 .catName {
    text-decoration: none;
    color: #275AAD;
    font-size: 13px;
    margin-bottom: 2px;
}

.cat-block {
    width: 180px;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    height: 180px;
}


.our_catalog .catName {
    color: #333 !important;
}

.subcategory2 .make_desc p {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
}

.subcategory2 .viewCat > a {
    background-image: url("../images/tab2.jpg") !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-radius: 2px;
    color: #FFFFFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    text-shadow: 0 1px 2px #999999;
    text-transform: uppercase;
    float: left;
}


.subcategory2 .viewCat > a:hover {
    background: #5c7db5 !important;
}

.makes-popular-products .bottomSec {
    margin-top: 30px;
}

/* css end here 7/12/13 */

/* css start here 9/12/13 */
.reviews-tab {
    display: block;
    margin-top: 25px;
}

.reviews-tab h1 {
    background-image: url("../images/gopart_22.jpg");
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #275AAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reviews-tab strong {
    font-weight: normal;
    font-size: 14px;
    color: #0135bd;
    display: block;
}

.reviews-tab p {
    color: #646464;
    font: 12px/17px Arial, Helvetica, sans-serif;
    margin: 7px 0;
    padding-right: 5px;
}

.review-rating {
    display: block;
    margin: 3px 0;
}

.review-rating span {
    width: 55px;
    color: #646464;
    font-size: 12px;
    float: left;
}

.review-rating img {
    float: left;
    border: none;
    margin-top: 2px;
}


.review-user {
    display: block;
    margin: 5px 0 0;
}

.review-user span {
    color: #afafaf;
    font-size: 11px;
}

.review-user a {
    text-decoration: none;
    color: #275aad;
    font-size: 11px;
}

.review-user a:hover {
    text-decoration: underline;
}

.makes-popular-categories #popularParts {
    border: none;
}

.modelpage {
    border-bottom: 1px solid #d6d6d6;
    padding-left: 1px !important;
    padding-bottom: 20px;
}

.bottomSec {
    border-top: none !important;
}

.parttype-page {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}

.tabs li {
    line-height: 32px !important;
    margin-right: 20px;
}

.tabs li a {
    padding: 6px 10px 6px 0px !important;
    line-height: 32px !important;
}

.padder {
    margin: 0 0 20px;
}

.customer-account-forgotpassword .go-col-main {
    width: 100% !important;
}

.nobr {
    color: #333333;
    font: 14px arial;
}

#checkout-block label {
    color: #666666;
    font: 12px arial;
}

#shopping-cart-table {
    font: 13px arial;
}

#payment-methods div {
    font: 13px arial;
}

.cart-collaterals form .discount {
    font: 13px arial;
    min-height: 110px;
}

#discount-coupon-form .discount-form {
    margin-top: 10px;
}

#customer-reviews .colsbox .form-add h2 {
    background-image: url("../images/gopart_22.jpg");
    background-repeat: no-repeat;
    color: #275AAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    text-transform: uppercase;
}

.parts-index-index h1 {
    color: #275AAD;
    font: 27px Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.parts-index-index .parts-features-list {
    text-align: center;
}
.parts-index-index .parts-features-list ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 70%;
    color: #1da237;
    font-weight: 700;
}
.parts-index-index .parts-features-list ul li {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding-left: 15%;
}
.parts-index-index .parts-features-list ul li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 25px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(/skin/frontend/goparts/default/images/green_suc.png);
}

.parts-index-index span.part {
    color: #275AAD;
    font: 27px Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.omb {
    margin-top: 14px;
    padding-left: 5px;
}

.o-warning {
    color: #d9534f;
    margin: 16px 0;
    font-weight: bold
}

.other-models a {
    font-size: 14px !important;
}

.go-col-main ul.other-models.row {
    margin: 0;
}

ul.other-models.row > li {
    box-sizing: border-box;
}

ul.other-models {
    list-style: none;
    display: inline-block;
    text-align: left;
}

.other-models li:before {
    content: "\00BB";
    padding-right: 5px;
}

.other-models-lg-box {
    font-size: 20px;
    margin-top: 14px;
}

.other-models-lg-box a {
    font-size: 18px;
}

h1.part, span.part {
    color: #275AAD;
    font: 27px Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.parts-index-index .go-col-main p {
    color: #444;
    font: 14px/22px Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.parts-index-index .vehicle-year {
    display: block;
    margin: 15px 0;
}

.parts-index-index .vehicle-year ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.parts-index-index .vehicle-year ul li {
    border: 1px solid #cdcdcd;
    float: left;
    line-height: 45px;
    margin: 0 20px 20px 0;
    width: 280px;
}

.parts-index-index .vehicle-year ul li:hover {
    border-color: #1E7EC8;
}

.parts-index-index .vehicle-year ul li a {
    background: url("../images/arrow.png") no-repeat scroll 254px center rgba(0, 0, 0, 0);
    color: #666666;
    display: block;
    font-size: 17px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.parts-index-index .vehicle-year ul li:hover a {
    background: url("../images/arrow_hover.png") no-repeat scroll 254px center rgba(0, 0, 0, 0);
    color: #1E7EC8;
}

.parts-index-index .body-container-banner {
    margin: 30px 0;
}

.parts-index-index h1.makesPopular {
    background: none!important;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
    font-size: 34px!important;
    text-transform: lowercase!important;
}

.parts-index-index #popularParts h1 {
    text-transform: uppercase !important;
}

.parts-index-index #row2 #viewmore {
    display: none;
}

.parts-index-index .main .go-col-main .row-prod .cols {
    background: none !important;
    padding-top: 30px !important;
}

.parts-index-index .main .go-col-main #popularParts #row2 h1 span {
    font-size: 14px;
}

.parts-index-index .parts-accesories-hint span {
    text-decoration: underline;
}

.parts-index-index .main .go-col-main #row2 {
    margin-top: 35px;
}

.parts-index-index #ajaxProd {
    padding: 0px !important;
}

.related-box-price .price-box .regular-price .price {
    color: #285DAD !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

span.block-subtitle-related {
    border-left: 1px solid #888888;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 15px;
    text-transform: none;
}

div.related {
    margin-bottom: 35px;
}


.box-description div p {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.details, .details2 {

    border-right: 1px solid #c2c2c2;
    color: #285ca8;
    cursor: pointer;
    display: inline;
    float: left;
    height: 46px !important;
    line-height: 46px !important;
    margin-left: 0 !important;
    padding: 0 4%;
    text-decoration: underline;
    background: url("../images/gopart_21_sm.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

.current-tab, .details:hover, .current-tab2, .details2:hover {
    background: url("../images/gopart_21_sm_hover.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid #a6a5a5;
    border-right: 2px solid #909090;
    color: #fff !important;
    height: 46px !important;
    line-height: 46px !important;
    text-decoration: none;
}


.box-description div {
    margin-top: 20px;
}


.box-tab div {
    margin-top: 0px !important;
    padding: 20px;
    border: 1px solid #bebebe;
}


.part-number, .more-info a, .custompl a {
    background: url("../images/arrow_state_grey_right.png") no-repeat scroll -5px 0 rgba(0, 0, 0, 0);
    color: #285DAD;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin-right: 14px;
    margin-bottom: 10px;
}

.custompl a {
    background: none;
}

.custompl ul {
    margin-left: 9px;
    padding-left: 15px;
    list-style-image: url('../images/arrow_state_grey_right.png');
}

.custompl ul a {
    position: relative;
    top: -3px;
}

.part-number {
    padding-left: 10px !important;
}

.more-info {
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.sizing-box {
    box-sizing: border-box !important;
}

.section-top-15 {
    padding-top: 15px;
}

.related-items:first-child {
    margin-right: 5px !important;
}

.id-numbers {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.more-info a:hover {
    text-decoration: underline;
}

.part-number > b {
    color: #444444;
}


#pretty-table {
    border: 1px solid #CDCDCD;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 20px;
    text-align: center;
    width: 100%;
}

#pretty-table thead tr {
    background: url("../images/thead.png") repeat-x;
    cursor: pointer;
    height: 27px;
    text-indent: 8px;
}

#pretty-table thead tr th {
    color: #444444;
    font-weight: bold;
    height: 20px !important;
    line-height: 20px !important;
    vertical-align: middle;
}


#pretty-table tr {
    background: #ffffff;
    text-align: left;
}


#pretty-table tr td {
    color: #555555;
    background: transparent;
    padding: 5px;
    border-top: 1px solid #ccd0d1;
    border-left: 1px solid #ccd0d1;
}

#pretty-table tr:hover td, #pretty-table tr.even:hover td {
    border-left: none;
    background: #A4F3FF;
}


.slash {
    margin: 2px;
}

#pretty-table tr td:first-child {
    border-left: 0;
}

#pretty-table tr.even {
    background: #F3F3F3;
}

#pretty-table tr td a {
    color: #555555;

}

#pretty-table tr td a:hover {
    text-decoration: none;
}


.id-numbers, h3.more-info {
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 25px;
}

.sales-bullets {
    color: #103277;
    font: 14px/25px Arial, Helvetica, sans-serif;
    list-style: square outside none;
    list-style-image: url('../images/check.png');
    margin-top: 15px;
    padding-left: 35px;
}

.sales-bullets > li {

}


#toolbar-top {
    margin: 5px 0 20px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #d9ddd3;
}


#toolbar-top > h2 {
    color: #275AAD;
    float: left;
    font-size: 24px;
    line-height: 29px;
}

span.stock {
    color: #275AAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
}

#switcher {
    float: right;
    margin-top: 10px;
}


#switcher > span {
    color: #275AAD;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

.switcher {
    float: right;
    width: 16px;
    height: 16px;
    margin: 5px 2px;
}

#view-grid {
    background: url("../images/catalog/category/grid_span.jpg") no-repeat;
}

#view-grid.current-view {
    background: url("../images/catalog/category/grid_anchor.jpg") no-repeat !important;
}

#view-list {
    background: url("../images/catalog/category/list_span.jpg") no-repeat;
}

#view-list.current-view {
    background: url("../images/catalog/category/list_anchor.jpg") no-repeat !important;
}

.upper-hint {
    background: url("../images/hint-bg.jpg") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #FD8D01;
    display: block;
    font-family: 'Conv_ArchitectsDaughter';
    font-size: 20px;
    line-height: 31px;
    margin-right: 20px;
    padding: 5px 41px 10px 5px;
}

.upper-hint span {
    text-decoration: underline;
}

.products-list .product-info {
    float: left;
    width: 565px;
}

.products-list .product-description {
    float: left;
    padding: 0 !important;
    width: 485px;
    margin: 5px 0 !important;
}

.products-list .action-buttons {
    float: right;
    padding-left: 10px;
    padding-top: 15px;
    width: 115px;
    margin-top: 5px;
}

.products-list .view-more {
    width: 112px;
    height: 30px;
    background: url('../images/catalog/category/viewmore.png') no-repeat;
    float: left;
}

.products-list .addtocart {
    width: 112px;
    height: 30px;
    background: url('../images/catalog/category/addtocart.png') no-repeat;
    float: left;
    margin-top: 5px;
}

.products-grid .product-image img {
    margin: 0 !important;
}


.products-grid .action-buttons {
    margin-top: 5px;
}

.products-grid .product-image img,
.products-list .product-image img {
    box-shadow: 0 0 4px #BEBEBE;
    object-fit: contain;
}
.products-list .product-image img.mobile_view {
    display: none;
}
.products-list .product-image img.desktop_view {
    display: inline;
}

.products-grid .view-more {
    display: none;
}

.products-grid .product-description {
    display: none;
}


.products-grid .addtocart {
    width: 112px;
    height: 30px;
    background: url('../images/catalog/category/addtocart.png') no-repeat;
    display: block;
    margin-bottom: 5px;
}

.products-grid .product-description {
    color: #646464 !important;
    padding: 0px !important;
}

.products-grid .ratings {
    float: left;
    margin-right: 5px;
}

.products-grid .separator {
    margin: 2px 10px;
}

.products-grid .add-to-links {
    display: none;
}

.products-grid .separator_block {
    height: 5px;
    clear: both;
    width: 100%;
}

.products-list .separator_block {
    height: 0px;
    display: none;
}


#year_filter_wrapper {
    float: left;
    width: 100%;
    clear: both;
}


/* Replacement Guides */


.guides_description b {
    color: #646464;
    font: bold 16px/25px Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.guides_description p {
    color: #555555;
    font: 15px/25px Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 5px;
    padding-right: 25px;
}

.guides_filter {
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 0 0 4px #BEBEBE;
    height: 100px;
    margin: 10px 0 35px;
    width: 800px;
}


.guides_filter > table {
    float: left;
    margin: 20px 0 25px 41px;
    text-align: center;
    width: 770px;
}


.guides_filter td {
    font-family: 'Conv_ArchitectsDaughter';
    font-size: 20px;
}

.guides_filter table select {
    width: 180px;
}


h2.part {
    border-bottom: 1px dashed;
    color: #275AAD;
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.guides_list {
    list-style-type: square;
    padding-left: 35px;
    margin-bottom: 40px;
}

.guides_list > li {
    margin: 10px 0;
}


.guides_list a {
    text-decoration: none;
}

.guide_years {
    color: #275aad;
    margin: 30px 0;
}

.guides_list a:hover {
    text-decoration: underline;
}

h1.guides {
    border-bottom: 1px dashed;
    color: #275aad;
    font: 25px/35px Arial, Helvetica, sans-serif;
    margin: 10px 0 5px;
    padding-bottom: 16px;
    padding-left: 5px;
    text-transform: uppercase;
    text-align: right;
}

#guide_instructions ul {
    list-style-type: square;
    margin-left: 35px;
    margin-top: 15px;
}

#popular_guides {
    margin-top: 35px;
}

.popular_parts {
    margin-top: 35px;
}

.popular_parts h1 {
    font-size: 15px !important;
    font-weight: normal !important;
}

.popular_parts h1 span {
    color: #ff0000;
    text-transform: none;
}


.gridrow {
    border-bottom: 1px solid #E1E1E1;
    overflow-x: hidden;
}


.gridrow a:hover {
    background-color: #3E78D6;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.gridrow a:hover, .gridrow a.currentgriditem {
    background-color: #3E78D6;
    color: #FFFFFF !important;
    text-decoration: none !important;
}


.griditem {
    border-right: 1px solid #E1E1E1;
    float: left;
    line-height: 45px;
    margin-bottom: 0 !important;
    margin-left: -1px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    text-align: center;
    width: 10%;
}

.gridcontent {
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 25px;
}

.ajaxloader {
    width: 220px;
    height: 19px;
    background: url("../images/ajax-loader.gif") no-repeat;
    display: block;
    margin: 15px 0 30px 0;
}

.gridcontent ul {
    list-style: disc outside none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gridcontent ul li {
    float: left;
    margin: 2px 10px !important;
    padding: 0 !important;
    width: 100%;
}

/* Onepage checkout fixes */
.shipping-block {
    display: none;
}

.payment-block {
    margin-top: 0 !important;
}

.order_comment_header {
    margin-bottom: 0 !important;
}

.order_comment, .agree {
    font-size: 12px !important;
}

.view-agreement {
    color: #00909e !important;
    text-decoration: underline !important;
}

.billing_header {
    margin-bottom: 5px !important;
}


.address_field {
    margin-top: 20px !important;
}

/* Remove after products descriptions are ready */


.products-list .item {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 5px;
    padding-bottom: 5px !important;
}


.products-list .product-name {
    font-size: 17px;
    line-height: 25px;
}

.products-list .row-part-notes {
    font-size: 14px;
}

.symbol {
    margin-right: 4px;
}

.products-list .product-info {
    margin-top: 0px;
}

.supname {
    color: #285dad;
    font-weight: bold;
}

.category-products .product-info {
    margin-top: 20px;
}

.category-products .addtocart {
    margin-bottom: 8px;
}

.category-products .products-list .s-item {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.category-products .products-list .price-box {
    margin-top: 8px;
}

.products-grid .price {
    clear: both;
    display: block;
}


.combined_filter_holder {
    float: left;
    margin: 5px 5px 0 5px;
}


/* Team sections [START] ---------------------------------------------------- */

#Team {
    width: 100%;
    margin-top: 30px;

}

#Team_Title {

    color: #20cbff;
    float: left;
    margin-top: 1px;
    text-indent: 30px;
    width: 150px;
    font-size: 12px;
    padding-right: 30px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    background: url("img/comets_title.png") no-repeat right center;
}

.TeamMember_Holder {
    width: 100%;
    margin: 20px 0;
}

.Reply_Holder {
    width: 606px;
    margin: 15px 0 0 97px;
}

.pinch {
    left: -28px;
    width: 8px;
    height: 14px;
    display: block;
    position: relative;
    background-image: url("../images/pinch.png");

}

.Avatar {
    float: left;
    text-decoration: none;
    -webkit-border-radius: 3px 3px 3px 0;
    box-shadow: 0px 0px 3px #333;
    -webkit-box-shadow: 0px 0px 3px #333;
    -moz-box-shadow: 0px 0px 3px #333;
    behavior: url("team/PIE/PIE.php");
}

.Avatar img {
    border: none;
    margin: 0 !important;
    display: block;
}

.TeamMember {
    width: 80%;
    float: left;
    margin: 0 0 0 22px;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 3px 3px 3px 0;
    -moz-border-radius: 3px 3px 3px 0;
    -webkit-border-radius: 3px 3px 3px 0;
    box-shadow: 0px 0px 3px #aeaeae;
    -webkit-box-shadow: 0px 0px 3px #aeaeae;
    -moz-box-shadow: 0px 0px 3px #aeaeae;
    behavior: url("team/PIE/PIE.php");
}

.Reply_Holder .TeamMember {
    width: 463px;
}

.TeamMember_Autor {
    color: #285CB0;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
}

.TeamMember_Autor:hover {
    text-decoration: none;
}

.TeamMember_shadow {
    clear: both;
    width: 570px;
    height: 6px;
    margin: 0 0 0 102px;
    padding: 0;
    display: block;
    background: url("img/TeamMember_shadow.png") no-repeat;
}

.Reply_Holder .TeamMember_shadow {
    width: 473px;
}

.TeamMember p {
    color: #444;
    font-size: 13px;
    line-height: 25px;
}

.Reply {

    left: -20px;
    color: #91B421;
    width: 60px;
    bottom: -20px;
    display: block;
    position: relative;
    font-size: 12px;
    background: #e7fba9;
    text-align: center;
    line-height: 20px;
    border-top: 1px solid #91B421;
    border-right: 1px solid #91B421;
    text-decoration: none;

}

.Reply:hover {
    text-decoration: underline;
}

.TeamMember_Date {
    float: right;
    font-size: 12px;
    font-style: italic;
}

.single-testimonial {
    margin: 35px 0;
}

/* Team sections [END] ---------------------------------------------------- */


/* Performance Products Banner [START] -------------------------------- */

.content-box {

    width: 290px;
    height: 49px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 5px solid #f3f3f3;
    box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 9000;
}


.content-box > img {
    height: 50px !important;
    margin-left: -14px;
}

.content-box > span {
    background-image: url("../images/closetab.png");
    display: block;
    float: right;
    height: 20px;
    left: 15px;
    position: relative;
    top: -13px;
    width: 20px;
    cursor: pointer;
}

#ribbon-container {
    position: absolute;
    top: 10px;
    right: -20px;
    overflow: visible;
    font-size: 18px;
    line-height: 18px;
}


#ribbon-container:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 14px;
    border-top: 13px solid rgba(0, 0, 0, .3);
    border-bottom: 13px solid rgba(0, 0, 0, .3);
    border-right: 13px solid rgba(0, 0, 0, .3);
    border-left: 13px solid transparent;
}

#ribbon-container:after {
    content: "";
    height: 3px;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 40px;
    right: 3px;
}

#ribbon-container a {
    display: block;
    padding: 0 10px;
    position: relative;
    background: #db2228;
    overflow: visible;
    height: 26px;
    margin-left: 29px;
    color: #fff;
    text-decoration: none;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
}

#ribbon-container a:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-top: 15px solid #a2111e;
    border-right: 15px solid transparent;
}

#ribbon-container a:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    border-top: 13px solid #db2228;
    border-bottom: 13px solid #db2228;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}

#ribbon-container a:hover {
    background: #f33e44;
    text-decoration: underline;
}

#ribbon-container a:hover:before {
    border-top: 13px solid #f33e44;
    border-bottom: 13px solid #f33e44;
}


/* Performance Products Banner [END] -------------------------------- */

.success_msg {
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgb(236, 255, 216);
    color: green;
    text-align: center;
    margin-top: 30px;
}


.shiptobilling {
    color: #138a1f !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.shiptobilling span {
    color: #138a1f !important;
    font-weight: normal;
}


/* Small View... */

.products-list .small-view .product-shop {
    margin-left: 250px;
}

.category-products .small-view .product-info {
    margin-top: 5px;
}

.products-list .small-view .product-info {
    float: left;
}

.products-list .small-view .action-buttons {
    padding-top: 0;
}

.products-list li.item.small-view {
    padding: 5px 10px;
}

.products-list .item.small-view {
    margin-bottom: 0;
}

.products-list .small-view .product-image {
    margin: 10px 0;
}

.products-list .small-view .action-buttons {
    width: 110px;
}

.subtag {
    color: #636363;
    font-size: 14px;
}

.products-list .product-name:hover {
    text-decoration: underline;
}

h2.subtag {
    color: #f99201;
    font-size: 20px;
    padding: 10px 0 0 5px;
}

.pair {
    border-color: #285dad !important;
}

.related-items {
    background: url("../images/relatedlbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-left: 5px solid #ededed;
    border-right: 5px solid #ededed;
    color: #fff !important;
    display: block !important;
    float: left;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 auto !important;
    padding: 0 15px !important;
    text-align: center;
    text-decoration: none;
}

.custompl > a {
    margin-left: 9px;
    padding-left: 15px;
}

#badges td {
    padding: 0 5px;
    vertical-align: middle;
}

#badges > table {
    margin-top: -1px;
}

.rr_review_stamp_wrapper {
    display: none;
}

.custompl {
    margin-top: 15px;
}


/* 1.0 Style Filters */

.bar-filter {
    min-width: 360px;
    height: 53px;
    margin-top: 8px;
}

.bar-number {
    width: 53px;
    height: 53px;
    float: left;
}


.bar-1 {
    background: url('../images/bar1.png');
}

.bar-2 {
    background: url('../images/bar2.png');
}

.bar-3 {
    background: url('../images/bar3.png');
}

.bar-4 {
    background: url('../images/bar4.png');
}

.bar-5 {
    background: url('../images/bar5.png');
}

.bar-6 {
    background: url('../images/bar6.png');
}

.bar-7 {
    background: url('../images/bar7.png');
}

.bar-8 {
    background: url('../images/bar8.png');
}

.bar-9 {
    background: url('../images/bar9.png');
}

.bar-text {
    min-width: 293px;
    height: 53px;
    float: left;
    background: url('../images/bar-text.png') repeat-x 0 -4px;
}


.bar-text p {
    color: #FFFFFF !important;
    font-family: helvetica !important;
    margin: 12px 5px !important;
}

.bar-text p span.h {
    color: #fff000;
}

.bar-arrow {
    width: 14px;
    height: 53px;
    float: left;
    background: url('../images/bar-arrow.png') no-repeat 0 -4px;
}


.FilterSet {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 3px #999999;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    padding: 5px;
    margin: 5px 13px;
    text-align: left;
}

.FilterSet a {
    border-radius: 4px;
    color: #2B61A9;
    float: left;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}

.FilterSet a.CurrentFilter {
    color: #FFFFFF !important;
    background: #2B61A9;
}


.products_holder {
    clear: both !important;
}


/* Quick Parts Search Sidebar */

.qpssidebar {
    background: none repeat scroll 0 0 #546fb3;
    border-radius: 6px;
}


.qpsheader {
    background: none repeat scroll 0 0 #5578c9;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.qpsfilters {
    color: #fff;
    padding: 6px 0 15px 20px;
}

.qpsyimg {
    padding-right: 5px;
}

.qpsfilters select {
    margin-bottom: 10px;
    width: 100%;
}


.subcats_holder {
    clear: both;
}

.addtocart_qty {
    display: none;
}

.hometext p {
    color: #333;
    font-size: 13px;
    margin: 10px 0;
}

.hometext b {
    color: #333 !important;
    font-weight: bold;
    font-size: 14px;
}

/* Testimonials */

blockquote {
    color: #333;
    font-family: Arial;
    font-size: 17px !important;
    font-style: italic;
    line-height: 1.45;
    margin: 0.25em 0;
    padding-bottom: 0.25em;
    padding-left: 55px !important;
    padding-right: 44px;
    padding-top: 0.25em;
    position: relative;
}

blockquote:before {
    color: #275aad;
    content: "“";
    display: block;
    font-size: 150px;
    left: -20px;
    position: absolute;
    top: -64px;
}

blockquote cite {
    color: #275aad;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.box-description > h1 > span, #customer-reviews > h1 > span {
    margin-left: 3%;
}

#authorizenet_cc_number {
    max-width: 385px !important;
}

.opc-wrapper-opc .opc-col-left .wide input[type="text"], .opc-wrapper-opc .opc-col-left .fields input[type="text"], .opc-wrapper-opc .opc-col-left .fields input[type="password"] {
    max-width: 910px !important;
}

.mobile_only {
    display: none;
}

.seo_text_holder {
    width: 95%;
    margin-top: 2%;
}

.seo_text {
    border: 1px solid #bebebe;
    width: 98%;
    padding: 2%;
}

.qpsfilters p {
    cursor: default;
    font-size: 16px;
    color: #fff;
    font-family: Arial, ​Helvetica, ​sans-serif;
}

.seo_text_holder a {
    background: url("../images/gopart_21_sm.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    color: #275aad;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    width: 98%;
    padding: 0 2%;
    display: block;
}


.parts-index-index .box-description div ul {
    list-style-type: square;
    padding-left: 35px;
}


.badges {
    margin: 10px 0;
    text-align: center;
}


.alt1 #RR_Ratings_Widget {
    border: medium none !important;
}

#RR_Ratings_Widget {
    box-shadow: 0 0 4px #aaa !important;
    -moz-box-shadow: 0 0 4px #aaa !important;
    -webkit-box-shadow: 0 0 4px #aaa !important;
    -box-shadow: 0 0 4px #aaa !important;

}


#seals {
    text-align: center;
    margin: 20px 0;
}


#seals img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 4px #aaa !important;
}


.popular_parts b.head {
    margin-bottom: 0 !important;
}

.popular_parts .head > span {
    color: #ff0000;
    font-size: 13px;
    text-transform: none;
}

.alt1 #RR_Ratings_Widget {
    margin: 0 auto;
}

.new-users .content, .registered-users .content {
    height: 270px !important;
    min-height: 0 !important;
}


#legacy_fitment > table {
    width: 100% !important;
    margin-bottom: 25px;
}

#legacy_fitment > table td {
    padding: 5px !important;
}


.paypal-info, .paypal-info b {
    color: #138a1f !important;
    font-size: 13.5px;
    font-style: normal;
}

.checkout-onepage-success .sub-title {
    color: #275aad;
    font-size: 25px;
    font-variant: small-caps;
    font-weight: normal;
    margin-bottom: 20px;
}

.checkout-onepage-success p {
    margin-bottom: 3px;
}

.checkout-onepage-success p a {
    color: #275aad;
    font-size: 20px;
    font-variant: small-caps;
    text-decoration: none;
}

.norton_guarantee_product {
    clear: both;
    padding-top: 15px;
    text-align: right;
    width: 100%;
}

.product-view #product_addtocart_form > div.more-info {
    padding-top: 10px;
}

@media only screen and (max-width: 650px) {
    .norton_guarantee_product {
        text-align: center !important;
        padding-top: 0 !important;
    }

    .product-view #product_addtocart_form > div.more-info {
        padding-top: 0 !important;
    }
}

.checkout-cart-index .messages {
    margin-top: 10px !important;
}

.contact_mobile {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 5px;
    text-decoration: none;
}

.registered-users .form-list input.input-text {
    min-width: 101px;
    width: auto !important;
}

/* ================================================================
 *  Fluid definitions begin
 * ================================================================
 */

.viewtag {
    width: 100%;
    text-align: center;
    font-size: 13px;
    background: red;
    color: #fff;
}


.smartphone_portrait_only {
    display: none;
}

.mobile_search, .overlay, .modal {
    display: none;
}

#sliderFrame {
    float: left;
    margin-bottom: 15px;
}


/* Tabs on categories */
.parts-index-index .box-description div {
    border: 1px solid #bebebe;
    margin-top: 0;
    padding: 20px;
    margin-bottom: 25px;
}

.parts-index-index .box-description div .sales-bullets {
    margin-top: 0;
}

.green {
    color: #4f8a10;
    font-size: 12px;
    font-weight: bold;
}


.ratings-table {
    margin-top: 15px;
}

.qualities {
    padding: 60px 3%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    row-gap: 60px;
    column-gap: 60px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    margin: 11px 0;
}
.qbox {
    width: calc(50% - 30px);
    margin: 0;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #ffffff;
    border: 5px solid #dddddd;
    padding: 25px;
}
.qwraper {
    width: 80%;
    margin: 0 auto;
}
.qbox_inner {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #959595;
}
.qbox_head_wrap {
    height: 30px;
    z-index: 30;
}
.qbox_head_wrap img {
    left: 86%;
    position: relative;
    top: -60px;
}
.qbox_head {
    background: none repeat scroll 0 0 #2658a9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
}
.qbox_inner ul {
    padding-left: 0;
    list-style: none;
}
.qbox_inner ul li {
    background: url("../images/big_orange_check.png") no-repeat scroll 5px center #ededed;
    color: #262626;
    font-size: 14px;
    line-height: 30px;
    margin: 11px;
    padding: 5px 0;
    text-indent: 43px;
}
@media screen and (max-width: 760px) {
    .qualities {
        row-gap: 20px;
    }

    .qualities .qbox {
        width: 100%;
    }

    .qbox_head_wrap img {
        left: 77%;
    }
}

.subcats_holder {
    list-style: outside none none !important;
}

.our_catalog .part {
    margin-left: 20px;
}

#checkout-topping {
    float: left;
}

.checkout-badges {
    float: right;
    margin-right: 20px;
}

.newsletter-subscribe-footer {
    border-top: 1px solid #d6d6d6;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}

.newsletter-subscribe-footer label {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
}

.newsletter-subscribe-footer .input-box {
    width: 400px;
    margin: 0 10px;
    display: inline-block;
}

.newsletter-subscribe-footer .input-box .input-text {
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    padding: 0 5px;
    height: 31px;
    line-height: 31px;
    width: 95%;
}

.fullfill-years {
    text-align: left !important;
    float: none;
}

#ajaxcartpro-progress {
    text-align: center;
    padding-top: 20px;
    padding-left: 7%;
    z-index: 9999;
    overflow: auto;
    overflow-x: hidden;
    width: 10%;
    position: absolute;
    left: 27%;
}

select:disabled {
    background: #eee;
    opacity: 1;
}

.racing-extreme {
    padding-bottom: 80px;
    margin-left: 15%;
}

.racing-extreme-left {
    display: inline-block;
    padding: 20px;
}

.racing-extreme-right {
    display: inline-block;
    padding: 20px;
}

.racing-extreme_1 {
    float: left;
    padding-top: 10px;
}

.racing-extreme_2 {
    float: left;
    padding-left: 20%;
    padding-right: 29%;
}

.racing-extreme_3 {
    padding-top: 10px;
}

.racing-ext {
    margin-bottom: 40px;
}

/* Small Devices */
@media only screen and (min-width: 768px) {
    body .opc-messages {
        width: 600px;
        margin-left: -300px;
    }
}

@media (max-width: 1199px) {
    .offset-top-md-25 {
        margin-top: 25px
    }
}

#omnibox .omnibox-bar-part {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .screen-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    #wrench-pic a img {
        height: 25px;
    }

    #omnibox .omnibox-bar-part {
        float: left;
    }

    #omnibox .omnibox-bar-part.wrench-pic {
        margin-left: 20px;
    }

    #wrench-pic {
        margin-right: 0;
        margin-top: 3px;
    }

    body .main .go-col-main .row h2 {
        font-size: 17px;
    }

    .racing-extreme-left {
        padding-left: 6px !important;
    }

    .racing-extreme {
        padding-top: 20px;
        padding-bottom: 195px;
    }

    #ajaxcartpro-progress {
        width: 45% !important;
        left: 30% !important;
        padding-left: 0 !important;
        padding-top: 20% !important;
    }

    .contact table {
        width: 100% !important;
    }

    .part table {
        width: 90% !important;
    }

    .contact {
        width: 90% !important;
    }

    .contact input {
        min-width: 100% !important;
    }
    .contact [name="type_inquiry"] {
        width: 100%;
        height: 30px;
    }
    .contact [name="sms"] {
        min-width: auto !important;
    }
    
    .contact table tr td {
        display: block;
        padding-bottom: 0px;
    }

    .std textarea {
        width: 100% !important;
    }

    .contact input[type="submit"] {
        width: 100% !important;
    }

    .contact.part textarea {
        width: 93%;
    }

    .contact.part input {
        width: 100% !important;
    }

    .visible-sm {
        display: block !important;
    }

    #owl-example td {
        width: 50% !important;
        height: 170px !important;
        float: left !important;
        padding: 0px !important;
        padding-top: 10px !important;
    }

    .rims {
        padding-right: 5px !important;
        margin-top: 30px !important;
    }

    #owl-example {
        width: 100% !important;
        margin: 10px !important;
        float: none !important;
    }

    span.part.owl {
        padding-left: 12px !important;
        font: 20px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .div-flex {
        flex-wrap: wrap;
    }
    .div-flex-3 .flex-child {
        width: 100%;
    }
    .div-flex-3 .flex-child img {
        width: 100%;
    }
    .image-sidebar {
        width: 100%;
    }

    .catalog-product-view .product-img-shop-wrapper {
        flex-direction: column;
        row-gap: 25px;
    }

    .products-list .small-view .product-shop {
        margin-left: 125px!important;
    }

    .catalog-product-view .product-img-box {
        text-align: center;
        width: 100%!important;
    }
    .catalog-product-view .product-image img {
        width: 80%!important;
    }
    .products-list .product-image img.mobile_view {
        display: inline!important;
    }
    .products-list .product-image img.desktop_view {
        display: none!important;
    }

    .parts-index-index .parts-features-list ul {
        width: auto;
        flex-direction: column;
    }
    .parts-index-index .parts-features-list ul li {
        padding-left: 0!important;
        width: 100%;
    }

    .catalog-product-view .affirm_badge{
        max-width: inherit !important;
        margin-right: 0px !important;
        display: block !important;
        text-align: right !important;
        padding-top: 5px !important;
    }
    .affirm-modal-trigger{
        max-width: inherit !important;
        margin-right: 0px !important;
        display: block !important;
        text-align: right !important;
        padding-top: 5px !important;
    }
    .top-search-container .search-mobile-label,
    .omni-wrapper1
    {
        display: none !important;
    }
    .header-container #omnibox .filter:first-child span {
        font-size: 15px;
    }
    .omni-wrapper {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .parts-index-index .main-container h1,.main-container h1.part {
        font: 25px Arial, Helvetica, sans-serif;
    }
    
}

@media only screen and (max-width: 374px) {
    .go-col-main .bar-text p, .go-col-main .bar-text p .h {
        font-size: 11px;
    }
}

/* Laptop only */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .racing-extreme {
        padding-bottom: 90px;
    }

    .racing-extreme_1 {
        padding-left: 10% !important;
        padding-top: 10px;
    }

    .racing-extreme_2 {
        padding-left: 0px !important;
        padding-right: 5%;
        width: 33%;
    }

    .racing-extreme_3 {
        padding-top: 10px;
    }

    #ajaxcartpro-progress {
        left: 24% !important;
        width: 15%;
    }
}

.contact.part {
    width: 500px;
}

.contact.part input {
    width: 96%;
    min-width: initial;
}

.contact.part textarea {
    width: 97%;
    height: initial !important;
}

.contact.part input[type="submit"] {
    width: 95%;
}

.part table {
    width: 100% !important;
}

#please {
    margin-bottom: 40px;
}

#owl-example {
    overflow-y: scroll;
    height: 310px;
    width: 100%;
    margin: 25px;
    background-color: #FFF;
    float: left;
    text-align: center;
}

#owl-example table {
    width: 100%;
}

#owl-example td {
    padding: 10px;
    text-align: center;
}

#owl-example::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#owl-example::-webkit-scrollbar-button {
    width: 20px;
    height: 20px;
}

#owl-example::-webkit-scrollbar-thumb {
    background: #0000a0;
    border: 0 none #fff;
    border-radius: 25px;
}

#owl-example::-webkit-scrollbar-thumb:hover {
    background: #0000a0;
}

#owl-example::-webkit-scrollbar-thumb:active {
    background: #0000a0;
}

#owl-example::-webkit-scrollbar-track {
    background: #008bce;
    border: 0px none #ffffff;
    border-radius: 25px;
}

#owl-example::-webkit-scrollbar-track:hover {
    background: #008bce;
}

#owl-example::-webkit-scrollbar-track:active {
    background: #008bce;
}

#owl-example::-webkit-scrollbar-corner {
    background: transparent;
}

.rims {
    float: left;
    padding-right: 10%;
}

span.part.owl {
    padding-left: 42%;
}

.owl-carousel b {
    font-size: initial;
}

.topmmp tr td {
    padding-right: 20px;
}

.our_catalog {
    margin-top: 30px;
}

#wrench-pic {
    display: inline-block;
    margin-right: 20px;
}

#omnibox-line {
    padding-top: 10px;
}

.contact.part input#tv {
    min-width: 10%;
    width: 10%;
}

.inline-inputs input, .inline-inputs button {
    display: inline !important;
    min-width: 0 !important;
}

.inset-left-10 {
    padding-left: 10px;
}

.section-10 {
    padding: 10px 0;
}

#why_you_wrench .btn-danger {
    background: transparent;
    border-radius: 100px;
    width: 24px;
    padding: 0;
    height: 12px;
    font-weight: 100;
    font-size: 13px;
    color: #000;
    border: none;
}

.text-bold {
    font-weight: bold;
}

.md-modal-footer > button {
    padding-top: 0;
}

.base-padding {
    padding-left: 12px;
    padding-right: 12px;
}

.main .go-col-main .row.bt {
    margin-top: 0;
    margin-bottom: 0;
}

.tb {
    width: 100%;
}

.tb.grayed a {
    color: #555 !important;
    font-size: 14px !important;
}

.tb td {
    padding: 4px;
}

hr.grayed {
    border-top: 1px solid #d9ddd3;
    margin: 0;
}

.line-3 {
    border-width: 3px;
    width: 80%;
    padding: 0 20px 12px 40px;
    position: relative;
}

.offset-bottom-20 {
    margin-bottom: 20px !important;
}

.offset-top-10 {
    margin-top: 10px;
}

.offset-top-8 {
    margin-top: 8px;
}

.offset-top-35 {
    margin-top: 35px !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.arrow-yellow {
    animation: blink 2s;
    animation-iteration-count: infinite;
    width: 65px;
    background: url(/skin/frontend/goparts/default/images/arrow_orange.png) no-repeat no-repeat;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.offset-bottom-25 {
    margin-bottom: 25px;
}

.most-popular {
    max-height: 155px;
}


#searchText {
    background-image: url(/css/searchicon.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 80%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    color: #FD8D01;
    margin-bottom: 12px;
}

input#searchText::-webkit-input-placeholder {
    color: #FD8D01;
}

#wrench-pic img {
    height: 33px;
}

.green-suc {
    color: #1da237;
    font-weight: bold;
}

.green-suc li {
    box-sizing: border-box;
    text-align: left;
}

.green-suc li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 25px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(/skin/frontend/goparts/default/images/green_suc.png);
}

.buy_discount_block {
    padding-left: 15px;
    margin-bottom: 15px;
    color: #1da237;
    font-style: italic;
}

@media screen and (max-width: 760px) {
    .buy_discount_block {
        text-align: center;
        padding-left: 0px !important;
    }
}

.mobile-only .buy_discount_block,
.mobile_only .buy_discount_block {
    text-align: center;
    padding-left: 0px !important;
}

.inline-block {
    display: inline-block !important;
}

.header-top .gleContainer {
    float: left;
    padding-right: 20px;
}

.wrapper.loader {
    opacity: 0.3;
}

div.loader-body {
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 50;
    margin-left: -60px;
    color: #20769f;
    text-align: center;
    font-size: 15px;
}

div.loader-circle {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.older-bigger-price .text-line-through .price {
    color: black;
    font-size: 16px;
    text-decoration: line-through;
}

.older-bigger-price-savings .price {
    font-size: 20px !important;
    color: black !important;
    font-weight: bold !important;
}

.gp-ps-product-index .product-view .product-img-box .main-image {
    max-width: 300px;
}

.gp-ps-product-index .product-view .product-img-box .more-views img {
    height: 56px;
    width: 56px;
}

.product-infotext-container .product-infotext-header {
    font-weight: bold;
    text-align: center;
}

.product-infotext-container .product-infotext-img {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 2px;
}

.product-infotext-container .product-infotext-img img {
    max-width: 100%;
}

.product-infotext-container .product-infotext-content,
.product-infotext-container .product-infotext-header {
    margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
    .wrapper {
        overflow: hidden;
    }

    .watchOurVideos .watch_videos_box {
        flex-direction: column;
    }
}

.watchOurVideos {
    padding: 10px 3%;
}
.watchOurVideos .watch_videos_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    margin: 0px;
    padding: 20px 0px;
}

.div-flex {
    display: flex;
    width: 100%;
}

.bottom_partner_wrapper {
    width: 100%;
}
.bottom_partner_wrapper .dc-wrap {
    padding: 10px 3%;
}
.bottom_partner_wrapper .image-sidebar {
    margin-bottom: 20px;
    float: left;
    position: relative;
}
.bottom_partner_wrapper .image-sidebar h4 {
    font-weight: bold;
}
.bottom_partner_wrapper .image-sidebar.sidebar-4 {
    border: 1px solid #d8d8d8;
}
.bottom_partner_wrapper .image-sidebar.sidebar-4 a {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
}
.div-flex-3 {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.div-flex-3 .flex-child img {
    max-width: 100%;
}
.div-flex-3 .flex-child > span {
    clear: both;
    display: block;
}
.div-flex-3 .flex-child {
    width: calc(25% - 15px)
}
@media only screen and (max-width: 1024px) {
    .div-flex-3 .flex-child {
        width: calc(50% - 15px)
    }

    body {
        min-width: 0;
    }

    .image-sidebar {
        float: none;
    }

    .image-sidebar img {
        width: 100%;
    }
}

.add-to-box [name^="Kicker"] {
    display: none!important;
}

.screen-only {
    display: block;
}
.mobile-only {
    display: none;
}
.special-badge-wrap {
    max-width: 344px;
}
.image-sidebar.special-badge {
    width: 100%;
    border: 1px solid #d8d8d8;
    text-align: center;
    height: 0;
    padding-top: 59.836%;
}
.image-sidebar.special-badge .stjr-award-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-badge .stjr-container {
    margin: 0 auto;
}
.image-sidebar.special-badge .stjr-award-badge img {
    max-width: 80%;
    height: auto;
}

.header-special-badge {
    margin-top: -3px;
}
.header-special-badge .stjr-award-badge {
    max-width: 108px;
    width: 100%;
}
.header-special-badge .stjr-review-award-badge-wreath-widget {
    background: transparent;
    max-width: 100%;
}
.header-special-badge .stjr-review-award-badge-wreath-widget a {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 100%;
}
.header-special-badge .stjr-review-award-badge-wreath-widget a .stjr-review-award-badge-wreath-widget-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.header-special-badge .stjr-review-award-badge-wreath-widget a .stjr-review-award-badge-wreath-widget-body img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.header-special-badge .stjr-review-award-badge-wreath-widget-footer {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header-special-badge .stjr-award-badge {max-width: 46px;}
    .image-sidebar.special-badge .stjr-award-badge img {max-width: 59%;}
    .special-badge .stjr-review-award-badge-wreath-widget-body{padding: 6px 0px;}
    .special-badge .stjr-review-award-badge-wreath-widget-footer {display: none!important;}
}
.custom-seo-section{
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    padding: 20px 30px;
    margin: 20px 0px;
}
.custom-seo-section span.section-header {
    color: #275AAD;
    font-size: 18px;
}
.custom-seo-section-links {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
    margin: 19px auto;
    text-align: center;
    width: 50%;
}
.custom-seo-section-links ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    color: #1e81b0;
    margin-bottom: 0px;
}
.custom-seo-section-links ul li {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    font-size: 14px;
}
.custom-seo-section-links ul li:nth-child(even) {
    padding-left: 7%;
}
.product-page-links .custom-seo-section-links {
    background: transparent;
    border: none;
    padding: 0;
    margin: 25px 0px;
    text-align: justify;
    width: 70%;
}
.product-page-links .custom-seo-section-links ul li {
    padding-left: 0;
}
.product-page-links .custom-seo-section-links ul{
    width: 100%;
}

.custom-seo-section section.panel {
    box-shadow: inset 0 1px 4px 0 #7175b54d;
    background-color: #fff;
    border: 1px solid #d6d6e7;
    border-radius: 4px;
    margin-bottom: 10px;
}
.custom-seo-section  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.custom-seo-section  .panel-title a {
    color: #275AAD;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
.custom-seo-section .panel-body {
    padding: 15px;
}
.custom-seo-section  .panel-title a[aria-expanded="true"] {
    border-bottom: 1px solid #d6d6e7;
}
.custom-seo-section span.glyphicon.pull-right {
    background: url(../images/right-arrow-icon-27.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    right: 45px;
    transition: 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.custom-seo-section span.glyphicon.glyphicon-chevron-down.pull-right {
    transform: rotate(90deg);
    transition: 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


.catalog-product-view .product-shop {width: 100%;}
@media only screen and (max-width: 767px) {
    .custom-seo-section-links ul li{
        // width: 100%;
        padding-left: 0px !important;
    }
    .custom-seo-section-links ul{
        width: 100%;
        padding-left: 0px;
    }
    .custom-seo-section-links {
        width: calc(100% - 30px);
        box-sizing: border-box;
    }
    .product-page-links .custom-seo-section-links {
        margin: 12px 0px;
        width: 100%;
    }
    .catalog-product-view .product-shop .screen-only {
        display: none;
    }
    .catalog-product-view .product-shop .mobile-only {
        display: block;
    }
}
