/*******************/
/*******JCA*********/
/*******************/

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

@font-face {
  font-family: 'CorbelBold';

  src: url('font/corbelb.eot');
  src: url('font/corbelb.eot') format('embedded-opentype'),
  url('font/corbelb.woff') format('woff'),
  url('font/corbelb.ttf') format('truetype'),
  url('font/corbelb.svg#CorbelBold') format('svg');
}


@font-face {
  font-family: 'OpenSans';

  src: url('font/open-sans.eot');
  src: url('font/open-sans.eot') format('embedded-opentype'),
  url('font/open-sans.woff') format('woff'),
  url('font/open-sans.ttf') format('truetype'),
  url('font/open-sans.svg#OpenSansLight') format('svg');
}

/* latin */
@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  src: local('Luckiest Guy'), local('LuckiestGuy-Regular'), url(https://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5Bampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



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

body {
  text-align: left;
  color: #2f2f2f;
  background: #f8f8f8 !important;
  font: 15px/1.55 OpenSans;
}

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

a {
  text-decoration: none;
  color: #1e7ec8;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 5px;
  color: #0a263c;
  line-height: 1.35;
}
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;
}

/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}

/* Table */
table {
  empty-cells: show;
  border-spacing: 0;
  border: 0; /*border-collapse:collapse;*/
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0 0 1.3em;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }*/

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

/* Tools */
.hidden {
  display: block !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
  line-height: 0 !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;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
}
.page {
}
.page-print {
  padding: 25px 30px;
  text-align: left;
  background: #fff;
}
.page-empty {
  padding: 20px;
  text-align: left;
  background: #fff;
}
.page-popup {
  padding: 25px 30px;
  text-align: left;
  background: #fff;
}
.main-container {
}
.main {
  min-height: 400px;
  margin: 0 auto;
  padding: 25px 0 30px;
  text-align: left;
}

/* Base Columns */
.col-left {
}
.col-main {
}
.col-right {
}

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

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

/* 3 Columns Layout */
.col3-layout .col-main {
}
.col3-layout .col-wrapper {
}
.col3-layout .col-wrapper .col-main {
}

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}

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

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #2f2f2f;
  background: #fff;
  font: 12px/15px Arial, Helvetica, sans-serif;
}
input.input-text,
select,
textarea {
  border: 1px solid #eee;
  background: #fff;
}
input.input-text,
textarea {
  padding: 5px;
}
select {
  padding: 1px;
}
select option {
  padding-right: 10px;
}
select.multiselect option {
  padding: 2px 5px;
  border-bottom: 1px solid #b6b6b6;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 2.5em !important;
  text-align: center;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /* FF Fix */
button.button {
  -webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}
button.button span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #999;
  font: normal 12px/19px Arial, Helvetica, sans-serif;
}
button.button span span {
  padding: 0;
  border: 0;
}
button.button:hover span {
  background-color: #006fb7;
}
button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}


button.btn-cart {
  float: left;
}
button.btn-cart span span {
  padding: 5px 10px 6px;
  color: #fff;
  background: #00b352;
}
button.btn-cart:hover span {
  color: #fff;
  background-color: #1e7ec8;
}
button.btn-cart span {
  padding: 0;
  border: none;
  background: none;
}
button.btn-cart:hover span {
  background-color: #006fb7;
}

button.btn-checkout span {
  padding: 0 0 0 9px;
  color: #fff;
  border: 0;
  font: bold 15px/25px Arial, Helvetica, sans-serif;
}
button.btn-checkout span span {
  padding: 0 25px 0 16px;
  background-position: 100% 0;
}
button.btn-checkout.no-checkout span {
  color: #b8baba;
  background-position: 0 100%;
}
button.btn-checkout.no-checkout span span {
  background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #edf7fd;
}
/*.highlight { background:#efefef; }*/



.cart-empty p a {
  color: #00b352;
}
.cart-empty p a:hover {
  text-decoration: none;
  color: #006fb7;
}


/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  position: relative;
  z-index: 0;
  float: left;
  color: #666;
  font-weight: bold;
}
.form-list label.required {
}
.form-list label.required em {
  position: absolute;
  top: 0;
  right: -8px;
  float: right;
  color: #eb340a;
  font-style: normal;
}
.form-list li.control label {
  float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  float: left;
  margin-right: 6px;
}
.form-list li.control .input-box {
  display: inline;
  clear: none;
  width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list input.input-text {
  width: 254px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
}
.form-list select {
  width: 260px;
}
.form-list li.wide .input-box {
  width: 535px;
}
.form-list li.wide input.input-text {
  width: 529px;
}
.form-list li.wide textarea {
  width: 529px;
}
.form-list li.wide select {
  width: 535px;
}
.form-list li.additional-row {
  margin-top: 10px;
  padding-top: 7px;
  border-top: 1px solid #ccc;
}
.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;
}

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

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

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

.form-list .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,
.form-list .customer-name-middlename .name-middlename {
  width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.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 .name-middlename 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 {
  color: #888;
  font-size: 10px;
  font-weight: normal;
}
.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;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control { }
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #eee; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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;
  text-align: right;
  border-top: 1px solid #e4e4e4;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set .back-link a {
  color: #00b352;
}
.buttons-set .back-link a:hover {
  text-decoration: none;
  color: #006fb7;
}
.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 {
  margin: 28px 0;
  padding: 22px 25px 12px 33px;
  border: 1px solid #eee;
  background: #fff;
}
.fieldset .legend {
  position: relative;
  float: left;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  color: #333;
  border: 1px solid #eee;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  color: #eb340a;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
.validation-passed {
}
p.required {
  text-align: right;
  color: #eb340a;
  font-size: 11px;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  position: relative;
  display: block;
  width: 12em;
  margin-right: -12em;
}

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

.messages,
.messages ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.messages {
  overflow: hidden;
  width: 100%;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  border-width: 1px !important;
  border-style: solid !important;
  background-repeat: no-repeat !important;
  background-position: 10px 9px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.error-msg {
  color: #df280a;
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
}
.success-msg {
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
}
.note-msg,
.notice-msg {
  color: #3d6611;
  border-color: #eee;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
}

/* BreadCrumbs */
.breadcrumbs {
  margin: 0 0 13px;
  font-size: 11px;
  line-height: 1.25;
}
.breadcrumb ul, ul.accordion, ul {
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li strong {
  color: #006fb7;
  font-weight: bold;
}
.breadcrumbs li a {
  color: #333;
  font: 12px/16px OpenSans, sans-serif;
  font-weight: bold;
}
.breadcrumbs li a:hover {
  text-decoration: none;
  color: #006fb7;
}

/* Page Heading */
.page-title {
  overflow: hidden;
  width: 100%;
  margin: 0 0 25px;
}
.page-title h1,
.page-title h2 {
  margin: 0;
  color: #0a263c;
  font: 20px/30px CorbelBold, sans-serif;
  font-size: 20px;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

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

/* Pager */
.pager {
  float: right;
  margin: 0;
  padding: 5px;
  text-align: center;
}
.pager .amount {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.pager .limiter {
  float: right;
  margin-top: 0;
}
.pager .limiter label {
  margin: 0;
  vertical-align: middle;
}
.pager .limiter select {
  margin: 0 0 1px;
  padding: 0;
  vertical-align: middle;
}
.pager .pages {
  float: right;
  margin: 4px 20px 0 0;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}
.pager .pages .current {
}

/* Sorter */
.sorter {
  float: left;
  padding: 10px 0;
}
.sorter .view-mode {
  float: left;
  margin: 0;
}
.sorter .view-mode a {
  text-decoration: none;
}
.sorter .sort-by {
  float: right;
  margin-top: 2px;
  padding-left: 20px;
}
.sorter .sort-by label {
  margin: 0;
  vertical-align: middle;
}
.sorter .sort-by select {
  margin: 0 0 1px;
  padding: 0;
  vertical-align: middle;
}
.sorter .link-feed {
}

/* Toolbar */

.toolbar {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
}
.toolbar a {
  color: #333;
}
.toolbar .pager {
  padding: 10px 0;
}
.toolbar .sorter {
}
.toolbar-bottom {
  margin: 25px 0 0;
}
.toolbar-bottom .toolbar {
  margin: 0;
}
.toolbar .pager li a:hover {
  background: none;
}
.sorter .view-mode {
  float: left;
  margin: 0;
  margin: 3px 0 0;
}
.sorter .view-mode label {
  float: left;
  margin: 0 5px 0 0;
}
.sorter .view-mode span {
  float: left;
  width: 17px;
  height: 17px;
  margin: 2px 5px 0 0;
}
.sorter .view-mode a.grid {
  float: left;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background: url(../images/grid.png) 0 0 no-repeat;
}
.sorter .view-mode strong.grid,
.sorter .view-mode a.grid:hover {
  float: left;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background: url(../images/grid.png) 0 100% no-repeat;
}
.sorter .view-mode a.list {
  float: left;
  width: 17px;
  height: 17px;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  background: url(../images/list.png) 0 0 no-repeat;
}
.sorter .view-mode strong.list,
.sorter .view-mode a.list:hover {
  float: left;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background: url(../images/list.png) 0 100% no-repeat;
}
.sorter .view-mode .list {
  margin-left: 5px;
}

.pager li > a,
.pager li > span {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
}
.data-table .odd {
  background: #fff;
}
.data-table .even {
  background: #fff;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
}
.data-table tr.last th,
.data-table tr.last td {
}
.data-table th {
  padding: 6px 10px;
  color: #333;
  font-weight: bold;
}
.data-table td {
  padding: 6px 10px;
}

.data-table thead th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #333;
  border-right: 1px solid #eee;
  background: #fff;
  font-weight: normal;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff;
}
.data-table thead th .tax-flag {
  white-space: nowrap;
  font-size: 11px;
}

.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
}
.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-right: 1px solid #eee;
  border-bottom: 0;
}
.data-table tfoot strong {
  font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.data-table tbody td.a-center a {
  color: #00b352;
}
.data-table tbody td.a-center a:hover {
  text-decoration: none;
  color: #006fb7;
}
/* Bundle products tables */
.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;
}

/* Generic Info Box */
.info-box {
  margin: 0 0 15px;
  padding: 12px 15px;
  border: 1px solid #d0cbc1;
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
}
.info-box h2 {
  font-size: 13px;
  font-weight: bold;
}

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

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
  float: right;
  padding-left: 20px;
  cursor: pointer;
  text-align: right;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.show-details td {
}
tr.summary-details td {
  color: #626465;
  background-color: #dae1e4;
  font-size: 11px;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  cursor: pointer;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
}
.std ul.disc {
  margin: 0 0 10px;
  list-style: disc outside;
}
.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 {
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.std ul ul {
  list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
}
.std dt {
  font-weight: bold;
}
.std dd {
}
.std blockquote {
  font-style: italic;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
li {
  list-style: none;
}

/* Misc */
.links {
  float: right;
  padding-top: 5px;
}
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  padding-right: 5px !important;
  background: none !important;
}
.links li a {
  padding: 0 15px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: bold;
}
.links li a:hover {
  text-decoration: none;
  color: #006fb7;
}
.link-cart {
}
.link-wishlist {
}
.link-reorder {
  color: #00b352;
}
.link-reorder:hover {
  text-decoration: none;
  color: #006fb7;
}
.link-compare {
}
.link-print {
  color: #00b352;
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight: bold;
}
.link-print:hover {
  text-decoration: none;
  color: #006fb7;
}
.link-rss {
  padding-left: 18px;
  white-space: nowrap;
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  line-height: 14px;
}
.btn-remove {
  display: block;
  overflow: hidden;
  width: 11px;
  height: 11px;
  text-indent: -999em;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
}
.btn-previous {
  display: block;
  overflow: hidden;
  width: 11px;
  height: 11px;
  text-indent: -999em;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
}
.btn-remove2 {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
}
.btn-edit {
  display: block;
  overflow: hidden;
  width: 11px;
  height: 11px;
  text-indent: -999em;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
}

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

.separator {
  margin: 0 3px;
}

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

/* Global site notices */
.global-site-notice {
  text-align: center;
  color: #fee11e;
  border: 0 solid transparent;
  border-bottom: 1px solid #000;
  border-width: 0 0 1px;
  background: #333;
  font-size: 12px;
  line-height: 1.25;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  text-align: left;
  /*background: url(../images/i_notice.gif) 20px 25px no-repeat;*/
}
.global-site-notice .notice-inner p {
  margin: 0;
  padding: 10px;
  border: 1px dotted #cccc73;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  opacity: 0.95;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=95)'; /* IE8 */
}

/* Noscript Notice */
.noscript {
}

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

/* ======================================================================================= */
.top-link {
  padding: 10px 0;
  background: #ccc;
}
.form-language,
.form-currency {
  float: right;
  margin-top: -1px;
  margin-right: 0;
}
.form-language label {
  display: none;
}
.form-language select,
.form-currency select {
  padding: 0;
  text-transform: uppercase;
  color: #aaa;
  border: none;
  background: none;
  font-size: 11px;
  font-weight: bold;
}
p.welcome-msg {
  margin: 0;
  text-align: center;
  line-height: 25px;
}
.top-link ul.links {
  text-align: right;
}
.top-link ul.links li {
  padding: 0 5px;
  line-height: 25px;
}
.top-link ul.links li a {
  color: #000;
  font-size: 12px;
}
.top-link ul.links li a:hover {
  color: #fff;
}

/* Header ================================================================================ */
.header-container {
}
.phone-bar {
    width: 100%;
    background-color: #BD2026;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding: .2em;
    font-weight: 700;
}
.phone-bar p {
  margin: 0;
}
.phone-bar a {
    text-decoration: none;
    color: #fff;
}
.phone-bar a:hover, .phone-bar a:focus {
    text-decoration: none;
    color: #fff;
}

.header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background: #fff;
  color: #444;
}
.header .header-content {
  padding: 0 0;
}

.header a.logo {
  margin: 5px 0 10px 12px;
  text-decoration: none !important;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
}
.header h1.logo {
  margin: 0;
}
.header .quick-access {
  float: right;
  width: 600px;
  padding: 28px 10px 0 0;
}
.header .welcome-msg {
  margin: 0;
  text-align: right;
  color: #fff;
}
.header .welcome-msg a {
  color: #ebbc58;
}
.header .form-search {
 /* position: absolute;
  right: 15px;
  bottom: -78px;*/
  float: right;
  clear: both;
  width: 300px;
  margin: auto;
  margin-top: 15px;
  padding: 1px 0 6px 0;
  background: #fff;
}
.header .form-search label {
  display: none;
}
.header .form-search input.input-text {
  float: right;
  width: 240px;
  margin: 0;
  padding: 13px 8px;
  color: #666;
  background-color: #eee;
  border: none;
}
.header select {
  border: none;
  display: none;
}

.header .form-search button.button {
  float: right;
  margin: 0 0 0 0;
}
.header .form-search button.button span {
  padding: 5px 14px;
  text-indent: -9999px;
  text-transform: uppercase;
  border: 0;
  background: url(../images/bg-top-search.png) no-repeat 50% 50%;
  font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
}
.header .form-search button.button span span {
  padding: 0;
  background: none;
}
.header .form-search button.button:hover span {
}
.header .form-search .search-autocomplete {
  z-index: 999;
  top: 22px !important;
  left: 40px !important;
}
.header .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.header .form-search .search-autocomplete li {
  padding: 2px 8px 1px 8px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #f4eee7;
}
.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb;
}
.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd;
}
.header .form-language {
  padding: 0;
  text-align: right;
}

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}
.header-container .top-container a {
  color: #ebbc58;
  font-size: 11px;
}
.header .top-link-lang-cart {
  padding-top: 20px;
}
.header .top-link-lang-cart .links {
  padding-top: 0;
}
.header .top-link-lang-cart .links li a {
  padding: 0 6px;
  font-size: 11px;
}
.main_banner img:hover {
  opacity: 0.7;

  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.main_banner .banner1 img.img1 {
}
.main_banner .banner1 img.img2 {
}
.main_banner .banner1 img.img3 {
}
.main_banner .banner1 img.img4 {
}
.top-cart-wrapper {
  float: right;
  width: 125px;
  margin: 0;
  margin: -10px 0 0;
  padding: 0 ;
  cursor: pointer;
  text-align: center;
  background: #00b352 url(../images/icon-cart.png) no-repeat 10px 50%;
}
.top-cart-wrapper:hover {
  background: #006fb7 url(../images/icon-cart.png) no-repeat 10px 50%;
}

.top-cart-contain {
  position: relative;
  z-index: 100001;
  padding: 5px 0;
}

.top-cart-title {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}
.top-cart-title span span {
}
.top-cart-title .cart span {
  text-transform: uppercase;
}

.top-cart-title a {
  display: block;
  color: #fff;
  font-weight: 800;
}
.top-cart-title a:hover {
  text-decoration: underline;
  color: #fff;
}
.top-cart-content {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  width: 230px;
  padding: 10px;
  text-align: left;
  border-top: 1px solid #eee;
  background: #f1f1f1;
}

.top-subtotal {
  float: left;
  margin: 15px 0 0;
}
.top-cart-content li.item {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.top-cart-content .product-details {
  position: relative;
}
.top-cart-content .product-details .btn-remove {
  position: absolute;
  top: 4px;
  right: 0;
}
.top-cart-content .product-details .btn-edit {
  position: absolute;
  top: 4px;
  right: 15px;
}

.top-cart-content .actions {
  float: right;
  margin: 10px 0 0;
  padding: 0;
}
.top-cart-contain .product-details .price {
  width: auto;
  color: #333;
}





.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
}
.pt_custommenu {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  background: none;
  font-size: 14px;
}
/* Super override selector! */
#pt_custommenu.pt_custommenu > .pt_menu > div.parentMenu > a {
  color: #fff;
}

#pt_custommenu.pt_custommenu > .pt_menu > div a {
  color: #BD2026;
}

.pt_custommenu div.pt_menu .parentMenu a:hover,
#pt_custommenu.pt_custommenu > .pt_menu > div a:hover,
#pt_custommenu.pt_custommenu > .pt_menu.active > div.parentMenu > a,
#pt_custommenu.pt_custommenu > .pt_menu.act > div.parentMenu > a,
.pt_custommenu div.pt_menu.act .parentMenu a,
.pt_custommenu div.pt_menu.active .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act {
  color: #006fb7;
  background: #fff;
}
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1 {
  padding-bottom: 5px;
  padding-left: 0;
  text-transform: capitalize;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  background: none;
  font-size: 13px;
  font-weight: normal;
}
.pt_custommenu .itemMenu h4.level1:hover,
.pt_custommenu .itemMenu a.level1:hover {
  color: #006fb7;
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu a.level1.nochild {
  padding-left: 0;
  text-transform: none;
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.pt_custommenu .itemMenu a.level1.nochild {
  color: #333;
}
.pt_custommenu div.popup a.actParent {
  color: #000;
}
.pt_custommenu div.popup a.act {
  color: #000 !important;
}

/* =======================Ma_Banner7=======================================*/

.ma-banner7-container {
  margin-top: 0;
}

/* Browser Resets */
.ma-banner7-container .flex-container a:active,
.ma-banner7-container .flexslider a:active,
.ma-banner7-container .flex-container a:focus,
.ma-banner7-container .flexslider a:focus {
  outline: none;
}
.ma-banner7-container .slides,
.ma-banner7-container .flex-control-nav,
.ma-banner7-container .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.ma-banner7-container .flexslider {
  margin: 0;
  padding: 0;
}
.ma-banner7-container .flexslider .slides > li {
  position: relative;
  display: none;

  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-banner7-container .flexslider .slides img {
  display: block;
  width: 100%;
}
.ma-banner7-container .flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.ma-banner7-container .slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
  line-height: 0;
}
html[xmlns] .ma-banner7-container .slides {
  display: block;
}
* html .ma-banner7-container .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ma-banner7-container .slides > li:first-child {
  display: block;
}


/* FlexSlider Default Theme
*********************************/
.ma-banner7-container .flexslider {
  position: relative;
  zoom: 1;
  margin: 0 0 20px;
  background: #fff;
}
.ma-banner7-container .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
          transition: all 1s ease;
}
.ma-banner7-container .loading .flex-viewport {
  max-height: 300px;
}
.ma-banner7-container .flexslider .slides {
  zoom: 1;
}

.ma-banner7-container .carousel li {
  margin-right: 5px;
}


/* Direction Nav */
.ma-banner7-container .flex-direction-nav {
  *height: 0;
}
.ma-banner7-container .flex-direction-nav a,
.nivo-directionNav a {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrows.png) no-repeat 0 0;
}
.ma-banner7-container .flex-direction-nav .flex-next,
.nivo-directionNav a.nivo-nextNav {
  right: 10px;
  background-position: 100% 0;
}
.ma-banner7-container .flex-direction-nav .flex-prev,
.nivo-directionNav a.nivo-prevNav {
  left: 10px;
}
.ma-banner7-container .flexslider:hover .flex-next {
}
.ma-banner7-container .flexslider:hover .flex-prev {
}
.ma-banner7-container .flexslider:hover .flex-next:hover,
.ma-banner7-container .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.ma-banner7-container .flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: 0.3!important;

  filter: alpha(opacity=30);
}

/* Control Nav */
.ma-banner7-container .flex-control-nav,
.nivo-controlNav {
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.ma-banner7-container .flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 6px;

  *display: inline;
}
.ma-banner7-container .flex-control-paging li a,
.nivo-controlNav a {
  z-index: 9;
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #aaa;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);

       -o-border-radius: 20px;
}
.ma-banner7-container .flex-control-paging li a:hover,
.ma-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
  background: #333;
}


.ma-banner7-container .flex-control-thumbs {
  position: static;
  overflow: hidden;
  margin: 5px 0 0;
}
.ma-banner7-container .flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}
.ma-banner7-container .flex-control-thumbs img {
  display: block;
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
}
.ma-banner7-container .flex-control-thumbs img:hover {
  opacity: 1;
}
.ma-banner7-container .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}


.ma-nivoslider {
  overflow: hidden;
}
.nivoslider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.nivoslider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nivo-controlNav {
  z-index: 9;
  bottom: 60px;
  left: 48%;
  display: block;
  padding: 20px 0;
  padding: 12px 5px 3px;
  text-align: center;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}
.nivo-controlNav a {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 2px;
  cursor: pointer;
  text-indent: -9999px;
  border: 0 none;
}


.nivo-caption {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.banner7-title {
  position: absolute;
  top: 150px;
  left: 190px;
  display: none;
  width: 300px;
}

.banner7-title h3 {
  text-transform: uppercase;
  color: #fff;
  font: 36px/30px CorbelBold, sans-serif;
  font-size: 24px;
}
.banner7-title h3 a {
  color: #00b352;
}
.banner7-title h3 a:hover {
  text-decoration: none;
  color: #006fb7;
}
.banner7-des-bg {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
}
.banner7-des {
  position: absolute;
  padding: 25px 0 20px 0;
  color: #333;
  font-size: 23px;
}
.banner7-readmore {
  position: absolute;
  right: 22%;
  bottom: 20px;
  padding: 8px;
  background: #006fb7;
}
.banner7-readmore:hover {
  background: #00b352;
}

.banner7-readmore a:hover {
  text-decoration: none;
}
.banner7-readmore a {
  padding: 10px 0 10px 30px;
  color: #fff;
  background: url(../images/bg-download.png) 0 50% no-repeat;
  font-size: 14px;
}
.ma-banner7-container .ma-loading {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.nivo-main-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  background: white;

  filter: alpha(opacity=0);
}
/* The slices and boxes in the Slider */
.nivo-slice {
  position: absolute;
  z-index: 5;
  top: 0;
  display: block;
  height: 100%;
}
.nivo-box {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}


.nivo-html-caption {
  display: none;
}





/********** < Navigation */
.nav-container {
  position: relative;
  z-index: 9;
  border: 0 solid transparent;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #bd2026;
  color: #ffff;
}
#nav {
  width: 918px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
  position: relative;
  text-align: left;
}
#nav li.over {
  z-index: 998;
}
#nav a,
#nav a:hover {
  display: block;
  text-decoration: none;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(255,255,255, 0);

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#nav a:hover,
#nav a:focus {
  background-color: rgba(255,255,255, .95);
  color: #bd2026;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}


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

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

/* 1st Level */
#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 {
  padding-bottom: 0;
  background: #ecf3f6;
}

#nav ul a,
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
#nav ul li a {
  font-weight: normal !important;
}

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  top: 27px;
  left: -10000px;
  width: 15em;
  border: 1px solid #899ba5;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* 3rd+ Level */
#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;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  z-index: 999;
  left: 0;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
/********** Navigation > */
/* =============================================Mobile Menu ========================================== */

.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  display: none;
  float: left;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}

.nav-collapse,
.nav-collapse.collapse {
}
.navbar-inner {
  padding: 0;
  border: 0 !important;
  background: #fff;
  box-shadow: none !important;
}
.menu-mobile {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 2%;
  border: 1px solid #eee;
  background: #bd2026 !important;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  background: url('../images/bg-menu-mobile.png') no-repeat 50% 50%;
  box-shadow: none !important;
}
.navbar .btn-navbar:hover {
  background: url('../images/bg-menu-mobile.png') no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  border-radius: 0 !important;
  background-color: inherit !important;
  box-shadow: none !important;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  text-transform: uppercase;
  color: #fff;
  font-family: 'helvetica';
}
.mobilemenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.collapse.in {
}
.mobilemenu ul {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobilemenu li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
  background: #faf8f8;
}
.mobilemenu li.level0.last {
  margin-bottom: 20px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  display: block;
  float: left;
  clear: both;
  width: 360px;
  padding: 20px;
  background: #aef;
}
.mobilemenu a {
  display: block;
  margin: 0 15px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: #333;
  font: bold 1.1em/2em OpenSans, sans-serif;
  font-size: 13px;
  line-height: 40px;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #006fb7;
}

.mobilemenu ul a {
  color: #333 !important;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #006fb7 !important;
}

.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #333 !important;
}
.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #006fb7 !important;
}

.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
  color: #333 !important;
}
.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
  color: #006fb7 !important;
}

.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
  color: #333 !important;
}
.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
  color: #006fb7 !important;
}



.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu li.active > ul {
}

.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 8px;
  right: 8px;
}
.mobilemenu span.head a {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #333;
  border: 0;
  background: url(../images/menu_down.png) no-repeat 50% 50%;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}


/* Sidebar =============================================================================== */
.block {
  margin: 0 0 15px;
}
.block .block-title {
  padding: 9px;
  background: none;
}
.block .block-title strong {
  display: block;
  min-height: 16px;
  padding: 1px 0 1px;
  color: #333;
  font: normal 12px/16px OpenSans, Helvetica, sans-serif;
}
.block .block-title strong span {
  font: 22px/16px CorbelBold, sans-serif;
  font-weight: bold;
}
.block .block-title a {
  text-decoration: none !important;
}
.block-layered-nav .block-subtitle {
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
.block .block-content {
  padding: 10px;
  background: none;
}
.block .block-content li.item {
  padding: 0;
}
.block .block-content .product-name {
  color: #1e7ec8;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 9px;
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.block .empty {
  margin: 0;
  padding: 5px 9px;
}

.block-reorder .actions a {
  color: #00b352;
}
.block-reorder .actions a:hover {
  text-decoration: none;
  color: #006fb7;
}
.block li.odd {
}
.block li.even {
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.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-repeat: no-repeat;
  background-position: 0 0;
}


/* Block-verticalmenu */
.block-verticalmenu {
  margin: 0;
  border-top: none;
  border-left: none;
}
.block-verticalmenu .block-title {
  background: none;
}
.block-verticalmenu .block-content {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #eee;
  background: none;
}
.block-verticalmenu .block-title strong {
  text-transform: none;
  font: 20px/16px CorbelBold, sans-serif;
}
.block-verticalmenu .accordion li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
  background: none;
}
.block-verticalmenu .accordion li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.block-verticalmenu .accordion li div {
  display: block;
  float: left;
  clear: both;
  width: 360px;
  padding: 20px;
  background: #aef;
}
.block-verticalmenu .accordion a {
  display: block;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font: normal 1.1em/2em OpenSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
}
.block-verticalmenu .accordion li.active a {
  color: #006fb7;
}
.accordion a:hover {
  color: #006fb7;
}

.block-verticalmenu .accordion ul a {
  color: #222 !important;
}
.block-verticalmenu .accordion ul a:hover,
.accordion ul li.active a {
  color: #006fb7 !important ;
}

.block-verticalmenu .accordion ul ul a,
.accordion ul li.active ul a {
  color: #222 !important;
}
.block-verticalmenu .accordion ul ul a:hover,
.accordion ul ul li.active a,
.accordion ul li.active ul a:hover {
  color: #006fb7 !important;
}

.block-verticalmenu .accordion ul ul ul a,
.accordion ul ul li.active ul a {
  color: #222 !important;
}
.block-verticalmenu .accordion ul ul ul a:hover,
.accordion ul ul ul li.active a,
.accordion ul ul li.active ul a:hover {
  color: #006fb7 !important;
}

.block-verticalmenu .accordion ul ul ul ul a,
.accordion ul ul ul li.active ul a {
  color: #222 !important;
}
.block-verticalmenu .accordion ul ul ul ul a:hover,
.accordion ul ul ul ul li.active a,
.accordion ul ul ul li.active ul a:hover {
  color: #006fb7 !important;
}



.block-verticalmenu .accordion li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}

.block-verticalmenu .accordion li ul li {
  background: none ;
  font-size: 0.9em;
}
.block-verticalmenu .accordion li.active > ul {
}

.block-verticalmenu .accordion ul a {
  padding-left: 25px;
}
.block-verticalmenu .accordion ul ul a {
  padding-left: 40px;
}
.block-verticalmenu .accordion ul ul ul a {
  padding-left: 55px;
}
.block-verticalmenu .accordion ul ul ul ul a {
  padding-left: 70px;
}
.block-verticalmenu .accordion ul ul ul ul ul a {
  padding-left: 85px;
}
/* Brandlogo =============================================*/
.banner-left-brandlogo {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.banner-left-brandlogo h2 span {
  margin-top: 20px;
  text-transform: capitalize;
  font: 22px/16px CorbelBold, sans-serif;
}
.banner-left-brandlogo .brand_image a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #333;
  font: normal 1.1em/2em OpenSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
}
.banner-left-brandlogo .brand_image a:hover {
  color: #006fb7;
}
.banner-left-brandlogo ul {
  padding: 0 0 0 20px;
}
/* Banner Left Startic ================================================*/
.banner-left-static {
  text-align: center;
}
.banner-left-static .banner {
  margin: 20px 0;
  padding: 15px 15px 30px;
  border: 1px solid #eee;
  background: #fff;
}
.banner-left-static .social {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.banner-left-static .shipping h2.title {
  text-transform: uppercase;
  color: #f8923f;
  font: 23px/16px CorbelBold, sans-serif;
}
.banner-left-static .support h2.title {
  text-transform: uppercase;
  color: #00b352;
  font: 23px/16px CorbelBold, sans-serif;
}
.banner-left-static .money h2.title {
  text-transform: uppercase;
  color: #333;
  font: 23px/16px CorbelBold, sans-serif;
}
.banner-left-static .banner h3.title2 {
  margin-top: 10px;
  text-transform: uppercase;
  color: #555;
  font: 13px/16px OpenSans, sans-serif;
  font-weight: bold;
}
.banner-left-static .banner p.des {
  margin-top: 10px;
  padding: 10px 25px;
  color: #555;
  border-top: 1px solid #eee;
  font: 12px/16px OpenSans, sans-serif;
}
.banner-left-static .banner a.viewmore {
  padding: 9px 10px;
  color: #fff;
  background: #666;
}
.banner-left-static .banner a.viewmore:hover {
  text-decoration: none;
  background-color: #006fb7;
}


/*----------- button accordion -------------*/
.block-verticalmenu .accordion span.head {
  position: absolute;
  top: 7px;
  right: 8px;
}
.block-verticalmenu .accordion span.head a {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #333;
  border: 0;
  background: url(../images/menu_down.png) no-repeat;
}
.accordion span.head a:hover,
.accordion li.active > span.head a {
  background: url(../images/menu_up.png) 0 4px no-repeat;
}
.accordion li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat;
}
.accordion li.selected span.head a:hover {
  background: url(../images/menu_down.png) no-repeat;
}

/* Interaction states ----------------------------------*/
.ui-state-default,
.ui-widget-header .ui-state-default {
  color: #555;
  background: url(../images/bg-slider-range-red-green1.png) 50% 50% no-repeat;
  font-weight: normal;
}
.ui-widget-content .first_item:hover {
  color: #555;
  background: url(../images/bg-slider-range-red-green2.png) 50% 50% no-repeat;
  font-weight: normal;
}
.ui-widget-content .last_item:hover {
  color: #555;
  background: url(../images/bg-slider-range-red-green2.png) 50% 50% no-repeat;
  font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none;
  color: #555;
}
/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: url(../images/bg-slider-range-red1.png) 50% 50% no-repeat;
    font-weight: normal;
    color: #212121;
}*/
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  text-decoration: none;
  color: #212121;
}
.ui-state-active,
.ui-widget-header .ui-state-active {
  color: #555;
  color: #212121;
  background: url(../images/bg-slider-range-red2.png) 50% 50% no-repeat;
  font-weight: normal;
  font-weight: normal;
}
.ui-widget-content .ui-state-active .first_item {
  background: url(../images/bg-slider-range-red1.png) 50% 50% no-repeat;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  color: #212121;
}

/* Interaction Cues ----------------------------------*/
.ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #363636;
  background: url(../images/bg-slider-range-red2.png) 50% 50% no-repeat;
}
.ui-widget-content .ui-state-highlight .first_item {
  color: #363636;
  background: url(../images/bg-slider-range-red1.png) 50% 50% no-repeat;
}
.ui-widget-content .ui-state-highlight .last_item {
  color: #363636;
  background: url(../images/bg-slider-range-red2.png) 50% 50% no-repeat;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #cd0a0a;
  background: url(../images/bg-slider-range-red2.png) 50% 50% no-repeat;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;

  filter: Alpha(Opacity=70);
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;

  filter: Alpha(Opacity=35);
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}
/* Block: Subscribe */
.block-subscribe {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-top: none;
  border-bottom: 1px solid #eee;
  border-left: none;
}
.block-subscribe .block-content {
  padding: 0;
  background: none;
}
.block-subscribe label {
  color: #666;
  font-weight: bold;
}
.block-subscribe input.input-text {
  display: block;
  width: 200px;
  margin: 3px 0;
  padding: 10px;
}
.block-subscribe .actions {
  margin: 20px 0 10px;
  padding: 0;
  text-align: left;
  background: none;
}
.block-subscribe .actions button.button {
  float: none;
}
.block-subscribe .actions button.button span {
  padding: 4px 5px;
  background: #999;
}
.block-subscribe .actions button.button span span {
  background: none;
}
.block-subscribe .actions button.button:hover span {
  background: #006fb7;
}
.block-subscribe .subscribe-title {
  margin-bottom: 15px;
  border: none;
}
.block-subscribe .subscribe-title h3 {
  text-transform: none;
  color: #333;
  font: 24px/16px CorbelBold, sans-serif;
}
.block-subscribe .form-subscribe-header label {
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
}


/* Mini Products List */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #eee;
}
.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 */
.block-account {
}
.block-account .block-title {
}
.block-account .block-title strong {
}
.block-account .block-content {
  padding: 7px 10px 7px;
  background: none;
}
.block-account .block-content li a {
  display: block;
  padding: 3px 0;
  text-decoration: none !important;
  color: #333;
}
.block-account .block-content li a:hover {
  color: #006fb7;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 5px 0;
  color: #333;
  border-bottom: 1px solid #eee;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
  height: 51px;
  padding: 7px 12px 10px;
  border: 0;
}
.block-currency .block-title {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  background: none;
}
.block-currency .block-title strong {
  padding: 0 0 0 21px;
  text-transform: none;
  color: #fff;
  font: bold 13px/21px Arial, Helvetica, sans-serif;
}
.block-currency .block-content {
  padding: 0;
  background: none;
}
.block-currency .block-content select {
  width: 100%;
  padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav ol {
  padding: 0;
}
.block-layered-nav .button.button {
  float: right;
  margin-right: -10px;
}
.block-layered-nav button.button span {
  padding: 4px 10px;
}
.block-layered-nav button.button span span {
  padding: 0;
  background: none;
}
.block-layered-nav .block-title {
}
.block-layered-nav .block-subtitle {
  font: 16px/16px CorbelBold, sans-serif;
}
.block-layered-nav .block-content ol li a {
  color: #333;
  font: normal 1.1em/2em OpenSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
}
.block-layered-nav .block-content ol li a:hover {
  text-decoration: none;
  color: #006fb7;
}
.block-layered-nav dt {
  padding: 20px 0;
  text-transform: capitalize;
  font: 16px/16px CorbelBold, sans-serif;
}
.block-layered-nav dd {
  padding: 0 12px 12px;
  border-bottom: 1px solid  #eee;
  background: none;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav dd.last p {
  margin-bottom: 25px;
}
.block-layered-nav dd.last input {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #eee;
  background: none;
}
.block-layered-nav .currently li {
  position: relative;
  z-index: 1;
  padding: 6px 24px 6px 10px;
  background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
  line-height: 1.5;
}
.block-layered-nav .currently .label {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  text-transform: uppercase;
  background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
  font-weight: bold;
}
.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;
  top: 9px;
  right: 4px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  padding: 4px 5px 4px 9px;
  text-align: right;
  border: 1px solid #dee5e8;
  border-width: 1px 0;
  background: #cad6e4;
  font-size: 11px;
}
.block-layered-nav .actions a {
  float: none;
  color: #00b352;
}
.block-layered-nav .actions a:hover {
  text-decoration: none;
  color: #006fb7;
}
.block-layered-nav #search input {
  min-width: 50px;
  margin-right: 15px;
  padding: 5px 10px;
  border: 1px solid #eee;
}
.block-layered-nav .inner-price {
  margin-top: 25px;
}

/* Block: Cart */
.block-cart .block-title {
  /*border-bottom:0;*/
}
.block-cart .block-title strong {
}
.block-cart .summary {
  position: relative;
  z-index: 1;
  margin: -1px 0 0;
  padding: 2px 8px 8px;
  background: #fff;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .block-subtitle {
  margin: 10px 0;
}
.block-cart #cart-sidebar li {
  margin-bottom: 10px;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  text-align: center;
  color: #000;
  background: #eee;
}
.block-cart .subtotal .label {
  color: #333;
  font-size: 100%;
}
.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 {
  display: block;
  clear: both;
  padding: 0 55px 8px 0;
}


/* Block: Wishlist */
.block-wishlist .block-title strong {
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}

/* Block: Related */
.block-related .block-title strong {
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
}
.block-compare button.button span {
}
.page-popup .link-print {
  padding: 2px 0 2px 25px;
  color: #1e7ec8;
  background: url(../images/i_print.gif) 0 2px no-repeat;
  font-weight: bold;
}
.compare-table {
  border: 0;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
  padding: 0;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
}
.compare-table .btn-remove {
  float: right;
  width: 72px;
  height: 15px;
  background-image: url(../images/btn_remove2.gif);
}
.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 {
  text-align: center;
  background: #fffada;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  margin: 0 0 5px;
  color: #203548;
  font-size: 13px;
  font-weight: bold;
}
.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: Recently Viewed */
.block-viewed .block-title strong {
}

/* Block: Recently Compared */
.block-compared .block-title strong {
}

/* Block: Poll */
.block-poll .block-title strong {
}
.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: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Block: Tags */
.block-tags .block-title strong {
}
.block-tags .block-content .tags-list {
  padding: 0;
  border: 0;
  background: none;
  font-size: 12px;
}
.block-tags .block-content a {
  color: #333;
}
.block-tags .actions {
  padding: 10px 0;
  text-align: left;
}
.block-tags .actions a {
  float: none;
  font: normal 13px/2em OpenSans, sans-serif;
}
.block-tags .actions a:hover {
  text-decoration: none;
  color: #006fb7;
}
.block-tags {
  border-bottom: 1px solid #eee;
}
.block-tags ul.tags-list li {
  padding: 5px 10px;
  text-transform: capitalize;
  border: 1px solid #eee;
  background: #fff;
  font: normal 13px/35px OpenSans, sans-serif;
}
.block-tags ul.tags-list li a:hover {
  text-decoration: none;
  color: #006fb7;
}


/* Block: Reorder */
.block-reorder .block-title strong {
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-bottom: 10px;
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  color: #666;
  font-weight: bold;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  margin: 3px 0 0;
  padding: 0;
  background: none;
}
.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}

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


/* Category Page ========================================================================= */
.category-title {
  display: none;
  margin: 0 0 7px;
  border: 0;
}
.category-image {
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.category-image img {
}
.category-description {
  margin: 0 0 10px;
}
.category-products {
}
.category-products .toolbar .sorter {
  padding: 20px 10px;
}
.category-products .toolbar .sorter .sort-by {
  margin: 0;
  padding-left: 100px;
}


.category-products .toolbar .limiter {
  float: right;
  padding: 20px 100px 20px 0;
}
.category-products .toolbar .pager {
  padding: 20px 10px;
}
.category-products .pager .pages {
  margin: 0;
}


/* Cart =================================================================================== */
.cart thead {
  background: #fff;
}


/* Category Slider ======================================================================= */
.top-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #efefef;
}
.top-slider .tabs-featured {
  color: #fff;
  background: #006fb7;
}
.top-slider .tab_container {
  float: right;
  clear: none;
  width: 80%;
  padding: 39px 20px 30px;
  background: #fff;
}
.top-slider ul.tabs li {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 31px;
  margin: 0;
  padding: 0 30px ;
  list-style: none;
  cursor: pointer;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #006fb7;
  border-left: none;
  background: #e97a7a;
  font-weight: bold;
  line-height: 31px;
}
.top-slider ul.tabs li:hover {
  border-bottom: 1px solid #006fb7;
  background: #efa0a0;
}
.top-slider ul.tabs li.active {
  border-bottom: 1px solid #006fb7;
  background: #efa0a0;
}
ul.tabs li:hover {
  background: #ccc;
}
ul.tabs li.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.featured {
  float: left;
  width: 20%;
  height: 290px;
  background: #006fb7;
}
.top-slider h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font: 20px/26px CorbelBold, sans-serif;
}
.top-slider .featured h2 {
  padding: 15px 30px;
}
.top-slider .item {
  overflow: hidden;
  width: 155px !important;
  margin-left: 0;
}
.top-slider .item img {
}
.top-slider .product-name,
.top-slider .price-box,
.top-slider .des-inbox,
.top-slider .add-to-links,
.top-slider .actions {
  text-align: left;
}
.top-slider ul.products-grid {
  float: left;
  list-style: none;
}

.top-slider .products-grid .item .actions {
  top: auto;
  bottom: -100%;
  left: 0 !important;
  width: 100%;
  margin: 0 !important;
  background: #fff;
}
.top-slider .products-grid .item:hover .actions {
  bottom: 0;
}

.bottom .top-slider-tab {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.bottom {
}
.bottom .item-inner-top a.product-image a {
  display: block;
  padding: 10px;
}
.bottom.slider1,
.bottom.slider2,
.bottom.slider3,
.bottom.slider4 {
  position: relative;
}
.bottom ul.tabs li.active,
.bottom ul.tabs li:hover {
  border: none;
  background: #00b352;
}

.bottom ul.tabs {
  float: left;
  width: 100%;
  height: 32px;
  margin: 20px 0;
  padding: 0;
  list-style: none! important;
  border: none;
}

.bottom ul.tabs li {
  position: relative;
  float: left;
  overflow: hidden;
  height: 31px;
  margin-right: 3px;
  padding: 0 21px ;
  list-style: none;
  cursor: pointer;
  color: #fff;
  border: none;
  border-left: none;
  background: #999;
  font-weight: bold;
  line-height: 31px;
}
.bottom .tab_content_2 li.item,
.bottom .tab_content_3 li.item,
.bottom .tab_content_4 li.item,
.bottom .tab_content_5 li.item {
  border-right: 1px solid #eee;
}

.bottom .des-inbox {
  margin: 10px;
}
.bottom .des-inbox h2 {
  font: 14px/14px CorbelBold, sans-serif;
}
.bottom .des-inbox h2 a:hover {
  color: #006fb7;
}
.bottom .actions {
  display: none;
}
.bottom .item-inner-top .product-name,
.bottom .item-inner-top .price-box {
  display: none;
}
.bottom .categorytabsliders-title h2 {
  text-transform: capitalize;
  color: #333;
  font: 24px/16px CorbelBold, sans-serif;
}
.bottom .item-inner-top {
  border-bottom: 1px solid #eee;
}


/* Lable Pro ========================================================================================*/
.top-slider .label-pro-new {
  top: 0;
  right: 0;
}
.top-slider .label-pro-sale {
  top: 0;
  right: 0;
}
.label-pro-new {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -9999px;
  background: url(../images/span-new.png) 0 0 no-repeat;
}
.label-pro-sale {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -9999px;
  background: url(../images/span-hot.png) 0 0 no-repeat;
}
/*====================================================================================================*/
.tab_container {
  float: left;
  clear: both;
  width: 100%;
  border-left: none;
  background: #fff;
}
.bottom .bx-viewport {
  height: auto !important;
  border: 1px solid #eee;
  background: #fff;
}

/* Main_banner =====================================================================================*/
.main_banner {
  display: inline-block;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.main_banner .banner1 {
  float: left;
  width: 581px;
}
.main_banner .banner1 a {
  float: left;
}
.main_banner .banner2 {
  float: left;
  width: 266px;
}
.main_banner .banner2 img {
  height: 402px;
}
.main_banner .banner2 img.img1 {
}
.main_banner .banner2 img.img2 {
}
.main_banner .banner2 img.img3 {
}
.main_banner .banner2 img.img4 {
}




/* View Type: Grid */
.products-grid {
}
.products-grid.last {
  border-bottom: 0;
}
.products-grid .product-name a {
  font: 14px/14px CorbelBold, sans-serif;
}
.products-grid .product-image {
  display: block;
}
.products-grid .product-image img {
  max-width: 100%;
  height: auto;
}
.products-grid .price-box {
  margin: 5px 0;
}
.products-grid .availability {
  line-height: 21px;
}
.products-grid .actions,
.bottom li.item .actions {
  position: absolute;
  bottom: -100%;
  left: 50% !important;
  display: block;
  margin-left: -77px;
  -webkit-transition: 0.5s ease-in-out;
     -moz-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
}


.products-grid .item {
  float: left;
  margin-bottom: 20px;
  text-align: center;
}

.products-grid .item .item-inner .item-description {
  padding: 6px 6px 8px;
}

.products-grid .item .item-inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #eee;
  background: #fff;
}
.products-grid .item:hover .item-inner {
}
.products-grid .item:hover .actions,
.bottom li.item:hover .actions {
  bottom: 50%;
}
.products-grid .item a.product-image {
  position: relative;
  display: block;
}
.products-grid .product-name a:hover {
  color: #006fb7;
}


/* View Type: List */
ol.products-list {
  padding: 0;
}
.products-list li.item {
  margin-bottom: 25px;
  padding: 0 15px;
  border: 1px solid #eee;
  background: #fff;
}
.products-list li.item.last {
  border-bottom: 0;
}
.products-list .product-image {
  display: block;
  margin: 0 0 10px;
  padding-top: 15px;
}
.products-list .product-shop {
  border-left: 1px solid #eee;
}
.products-list .product-name {
  margin-top: 15px;
}
.products-list .product-name a {
  font: 14px/14px CorbelBold, sans-serif;
}
.products-list .product-name a:hover {
  color: #006fb7;
}
.products-list .price-box {
  float: left;
  margin: 10px 0 5px;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  margin: 0 0 15px;
  padding: 6px 0 0;
  font: normal 13px/18px OpenSans, sans-serif;
  line-height: 1.35;
}
.products-list .desc a {
  color: #00b352;
}
.products-list .desc a:hover {
  text-decoration: none;
  color: #006fb7;
}
.products-list .desc .link-learn {
  font-size: 11px;
}
.products-list .ratings {
  display: none;
}
.products-list .actions {
  display: inline-block;
  margin-bottom: 15px;
}


.products-list .item {
}

/* Product View ========================================================================== */
.product-view {
}
.product-view .ratings {
}
.product-view .ratings .rating-links a {
  color: #333;
}
.product-view .ratings .rating-links a:hover {
  text-decoration: none;
  color: #006fb7;
}
.product-view .product-name {
  margin: 10px;
}
.product-view .product-name a {
  font: 14px/14px CorbelBold, sans-serif;
}
.product-view .product-name a:hover {
  color: #006fb7;
}
.product-view .product-name h1 {
  font: 14px/14px CorbelBold, sans-serif;
}
.product-view .product-shop {
}
.product-view .product-shop a.nobr {
  color: #00b352;
}
.product-view .product-shop a.nobr:hover {
  text-decoration: none;
  color: #006fb7;
}

.col1-layout .product-view .product-shop {
}
.col3-layout .product-view .product-shop {
  float: none;
  width: auto;
}
.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 {
  margin: 10px 0;
}
.product-view .product-shop .short-description {
  margin: 10px 0;
  padding: 10px 0 0;
}
.product-view .product-shop .short-description .std {
  font: normal 13px/18px OpenSans, sans-serif;
}
.product-view .product-shop .price-box {
  margin: 20px 0 0 0;
}
/*.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.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:#1E7EC8 !important; font-weight:normal !important; }
*/.product-view .product-shop .availability {
  font-size: 13px;
}
.product-view .product-shop .availability span {
  color: #8dca2a;
  font-weight: normal;
}
.product-view .email-friend a {
  background: url(../images/bg-mailtofriend.png) #a4a4a4 50% 50% no-repeat;
}
.product-view .email-friend a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  text-indent: -9999px;
}
.product-view .email-friend a:hover {
  background-color: #006fb7;
}

.product-view .add-to-box {
  margin: 25px 0 5px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.product-view .add-to-cart {
  margin: 20px 0;
}
.product-view .add-to-cart label {
  margin: 5px 20px;
}
.product-view .add-to-cart .qty {
  padding: 7px 0;
}
.product-view .product-tabs {
  background: none;
}
.product-view .product-tabs li a {
  color: #888;
  background: #f5f5f5;
  font: 18px/16px CorbelBold, sans-serif;
}
.product-view .product-tabs li:hover a {
  color: #00b352;
  background: #fff;
}
.product-view .product-tabs li.active a {
  color: #00b352;
  background: #fff;
}
.product-view .product-tabs li.active a:hover {
  color: #00b352;
  background: #fff;
}
.product-view .product-tabs-content {
  margin-top: -3px;
  margin-bottom: 20px;
  padding: 20px 25px;
  border: 1px solid #eee;
  background: #fff;
}
.product-view .product-tabs li {
  border: 1px solid #eee;
  border-bottom: none;
}
.product-view .product-tabs li.last {
  border-right: 1px solid #eee;
  border-left: none;
}
.product-view .product-tabs li.first {
  border-right: none;
  border-left: 1px solid #eee;
}
.product-view .bx-wrapper .bx-controls a {
  top: 0;
}
.product-view .bx-wrapper .bx-controls a.bx-next {
  right: 0;
}
.product-view .bx-wrapper .bx-controls a.bx-prev {
  right: 34px;
}
.product-view li.ma-upsellslider-item {
  margin-bottom: 25px ;
  padding: 10px 0;
  border-right: 1px solid #eee;
  background: #fff;
}
.product-view li.ma-upsellslider-item .price-box {
  margin: 10px;
}
.product-view li.ma-upsellslider-item .ratings {
  display: none;
}

/* Rating */
.no-rating {
  margin: 0;
}
.no-rating a {
  color: #00b352;
}
.no-rating a:hover {
  text-decoration: none;
  color: #006fb7;
}
.ratings {
  margin: 7px 0;
  font-size: 11px;
  line-height: 1.25;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
  overflow: hidden;
  width: 69px;
  height: 13px;
  text-indent: -999em;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  font-size: 0;
  line-height: 0;
}
.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 {
  padding: 3px 0;
  font-size: 11px;
  line-height: 1.15;
}
.ratings-table th {
  padding-right: 8px;
  font-weight: bold;
}

/* Availability */
.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;
  padding-left: 15px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  line-height: 16px;
}
.availability-only span,
.availability-only a {
  color: #000;
  border-bottom: 1px dashed #751d02;
}
.availability-only a {
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none;
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  padding: 0 8px;
  background: #d2d6d9;
  font-size: 10px;
}
.availability-only-details td {
  padding: 2px 8px 1px;
  border-bottom: 1px solid #fff;
  background: #ebf0f3;
  font-size: 11px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}


/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}

/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price-box {
  margin: 5px 0;
}
.price-box p {
  display: inline;
  margin: 0 3px;
}
.price-box .price {
  color: #c76200;
  font-weight: bold;
}

/* Regular price */
.regular-price {
  color: #c76200;
}
.regular-price .price {
  color: #006fb7;
  font: 16px/14px OpenSans, sans-serif;
  font-weight: bold;
}
.block .regular-price,
.block .regular-price .price {
  color: #2f2f2f;
}

/* Old price */
.old-price {
  margin: 0;
}
.old-price .price-label {
  display: none;
  white-space: nowrap;
  color: #999;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
}

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
  color: #c76200;
}
.special-price .price-label {
  display: none;
  white-space: nowrap;
  color: #cd5033;
  font-size: 13px;
  font-weight: bold;
}
.special-price .price {
  color: #006fb7;
  font: 16px/14px OpenSans, sans-serif;
  font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
  font-weight: bold;
}

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

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  color: #c76200;
  font-size: 13px;
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  color: #c76200;
  font-size: 13px;
  font-weight: bold;
}

/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  white-space: nowrap;
  font-weight: bold;
}
.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  color: #444;
  font-size: 11px;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  white-space: nowrap;
  font-weight: bold;
}

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

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  color: #2f2f2f;
  font-weight: bold;
}

/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  white-space: nowrap;
  font-weight: bold;
}

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

/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  color: #424242;
  border: 1px solid #dadddd;
  background-color: #f4f7f7;
}
.tier-prices li {
  padding: 2px 0 2px 10px;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  line-height: 1.4;
}
.tier-prices .benefit {
  color: #2f2f2f;
  font-weight: bold;
  font-style: italic;
}
.tier-prices .price {
  color: #2f2f2f;
  font-weight: bold;
}

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

/* Add to Links */
.add-to-links {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.add-to-links .separator {
  display: inline;
  margin: 0 2px;
}
.add-to-links li {
  display: inline;
  margin-left: 5px;
}
.add-to-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  text-indent: -9999px;
}
.add-to-links li a:hover {
  background-color: #006fb7;
}
.add-to-links a.link-wishlist {
  background: url(../images/bg-wishlist.png) #a4a4a4 50% 50% no-repeat;
}
.add-to-links a.link-compare {
  background: url(../images/bg-compare.png) #a4a4a4 50% 50% no-repeat;
}
.add-to-links .separator {
  display: none;
}


/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
  color: #666;
  font-weight: bold;
}
.add-to-cart .qty {
  float: left;
  margin-right: 5px;
  padding: 9px 0;
  text-align: center;
}
.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 {
  display: block;
  clear: both;
  margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0;
}
.add-to-box .add-to-cart {
  float: left;
}
.add-to-box .or {
  float: left;
  margin: 0 7px;
  color: #666;
  font-weight: bold;
}
.add-to-box .add-to-links {
  float: left;
  margin: 0;
  text-align: left !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.add-to-box .add-to-links li {
  float: left;
  margin-right: 10px;
}
.add-to-box .add-to-links li .separator {
  display: none !important;
}

/* Email to a Friend */
.email-friend {
  float: left;
  margin: 0 0 0 10px;
}

.product-view {
}

.product-essential {
}
.product-essential h2 {
  font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-collateral {
  margin-top: 30px;
}
.product-collateral h2 {
}
.product-collateral .box-collateral {
  margin: 0 0 25px;
}
.product-collateral .box-collateral .ma-review-col1 dt {
  margin: 10px 0;
}

/* Product Images */
.product-view .product-img-box {
}
.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}
.product-view .product-img-box .product-image {
  margin: 0 0 13px;
  border: 1px solid #eee;
  background: #fff;
}
.product-view .product-img-box .product-image a.cloud-zoom img {
  padding: 25px;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: 265px;
  height: 265px;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.product-view .product-img-box .zoom-notice {
  margin: 0 0 5px;
  text-align: center;
  font-size: 11px;
}
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  cursor: pointer;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
}
.product-view .product-img-box .zoom.disabled {
          opacity: 0.3;

     -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';/*IE8*/
}
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-view .product-img-box .zoom #handle {
  position: absolute;
  top: -1px;
  left: 0;
  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;
  top: 0;
  left: 2px;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  top: 0;
  right: 2px;
}
.product-view .product-img-box .more-views h2 {
  margin: 0 0 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}
.product-view .product-img-box .more-views ul {
}
.product-view .product-img-box .more-views li {
  float: left;
  float: left;
  margin-right: 5px;
  border: 1px solid #eee;
  background: #fff;
}
.product-view .product-img-box .more-views li a {
}

.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
  font-weight: bold;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
  margin: 0 0 10px;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: bold;
}


.product-view .product-img-box .more-views li a.cloud-zoom-gallery img {
  padding: 10px;
}


/* Product Options */
.product-options {
  position: relative;
  margin: 20px 0 0;
  padding: 10px 15px 20px;
  border-bottom: 1px solid #eee;
  background: none;
}
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
.product-options dt label {
  color: #2f2f2f;
  font-weight: bold;
}
.product-options dt label.required em {
  margin-left: 5px;
  color: #eb340a;
}
.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 {
  padding: 3px;
  color: #2f2f2f;
  border: 0;
  background: none;
}
.product-options dd {
  margin: 0 0 5px;
  padding: 5px 10px 15px;
}
.product-options dl.last dd.last {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-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 {
  padding: 2px 4px;
  border-bottom: 1px dotted #d9e5ee;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  padding: 2px 0;
  line-height: 1.5;
}
.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;
  top: 20px;
  right: 20px;
}

.product-options-bottom {
  padding: 15px 20px;
  border-top: 0;
  background: none;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  color: #e26703;
  border: 0;
  background: 0;
}
.product-options-bottom .tier-prices li {
  padding: 2px 0;
  background: 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;
  margin: 0;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: left;
  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 {
  float: left;
  clear: both;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  display: none;
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

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

/* Block: Description */
.product-view .box-description {
}

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

/* Block: Upsell */
.product-view .box-up-sell h2 {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.product-view .box-up-sell .products-grid {
  width: 100%;
  border: 1px solid #e5dcc3;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 15px 10px 12px;
  border-right: 1px solid #e5dcc3;
  border-bottom: 1px solid #e5dcc3;
  background: #f6f2e7;
  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 {
  display: block;
  float: none;
  margin: 0 0 3px;
}

/* Block: Tags */
.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;
  padding: 0 7px 0 4px;
  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
}
.product-view .box-tags .product-tags li a {
  color: #00b352;
}
.product-view .box-tags .product-tags li a:hover {
  text-decoration: none;
  color: #006fb7;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  padding-right: 0;
  background: none;
}
.product-view .box-tags .form-add label {
  display: block;
  margin: 0 0 5px;
  color: #0a263c;
  font-size: 13px;
  font-weight: bold;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
  padding: 0 ;
}
.product-view .box-tags .form-add input.input-text {
  width: 299px;
  height: 29px;
}
.product-view .box-tags .form-add button.button span {
  border-color: #eee;
  background: #a4a4a4;
}
.product-view .box-tags .form-add button.button:hover span {
  background-color: #006fb7;
}
.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dt a {
  color: #00b352;
}
.product-view .box-reviews dt a:hover {
  text-decoration: none;
  color: #006fb7;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
  line-height: 30px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}

/*Product tabs*/

.product-tabs {
  overflow: hidden;
  background: #666;
}
.product-tabs li {
  float: left;
  border-right: 1px solid #333;
  font-size: 1.1em;
  line-height: 1em;
}
.product-tabs li.first {
  border-left: 0;
}
.product-tabs li.last {
  border-right: 0;
}
.product-tabs a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.product-tabs a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9b9b9b;
}
.product-tabs li.active a,
.product-tabs li.active a:hover {
  color: #fff;
  background-color: #9b9b9b;
  font-weight: bold;
}
.product-tabs-content h2 {
}
.product-tabs-content {
  width: 100%;
  padding: 15px 0;
}
#product_tabs_description_contents h2 {
  display: none;
}

/* Send a Friend */
.send-friend .form-list {
  overflow: hidden;
  width: 615px;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-weight: normal;
}
.product-name a {
  color: #222;
  font: 14px/14px CorbelBold, sans-serif;
}
.product-name a:hover {
  text-decoration: none;
  color: #006fb7;
}

/* Product Tags */
.tags-list {
  display: block;
  padding: 10px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  font-size: 13px;
}
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}
.tags-list li a {
  color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  padding-left: 15px;
  color: #e17c24;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  margin: 0;
  font-weight: bold;
}

/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
  margin: 0 8px -22px 0;
  text-align: right;
}
.page-sitemap .links a {
  position: relative;
  text-decoration: none;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
  padding-left: 27px;
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
}
.rss-table .link-rss {
  display: block;
  background-position: 0 4px;
  line-height: 1.55;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 0;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart-table td .product-image {
  display: block;
  width: 75px;
}

.cart .data-table thead th {
  color: #333;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: none;
  font-weight: bold;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
  background: #fff;
}
.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 {
  display: block;
  clear: both;
  padding: 8px 55px 0 0;
  font-size: 11px;
  line-height: 1.0;
}
.cart .checkout-types li a {
  color: #333;
  font: normal 13px/18px OpenSans, sans-serif;
}
.cart .checkout-types li a:hover {
  text-decoration: none;
  color: #006fb7;
}
/* Shopping Cart Table */
.cart-table th {
  padding: 2px 10px;
}
.cart-table td {
  padding: 10px;
}
.cart-table .product-name {
  margin: 0 0 5px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.cart-table .item-msg {
  margin: 5px 0;
  color: #df280a;
  font-size: 11px;
  font-weight: bold;
}
.cart-table tfoot td {
  padding: 15px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update,
.cart-table .btn-empty {
  float: right;
}
.cart-table .btn-update {
  margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0;
}

.cart .crosssell {
  padding: 12px 15px;
  border: 1px solid #eee;
  background: #fff;
}
.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold;
}
.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
}
.cart .crosssell .product-details {
  margin-left: 100px;
}
.cart .crosssell .product-name {
  font-weight: bold;
}
.cart .crosssell li.item {
  margin: 12px 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.cart .crosssell li.item .price-box {
  margin: 10px 0;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  margin: 0 0 18px;
  padding: 12px 15px;
  border: 1px solid #eee;
  background: #fff;
}
.cart .discount h2,
.cart .shipping h2 {
  padding: 0;
  text-transform: uppercase;
  color: #333;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
}


.cart .discount h2 {
}
.cart .discount .input-box {
  width: 260px;
  margin: 8px 0 0;
}
.cart .discount input.input-text {
  width: 254px;
  padding: 7px;
}
.cart .shipping h2 {
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
  border: 1px solid #eee;
  background: #fff;
}
.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 {
  padding: 8px 15px 15px;
  text-align: right;
  font-size: 13px;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals li button.button span span {
  background: none;
}
.cart .totals li button.button span {
  padding: 5px 20px;
  background: #f19927;
}
.cart .totals li button.button span:hover {
  background-color: #006fb7;
}


/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  margin: 0 0 6px;
  padding-left: 10px;
}
.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;
  z-index: 999;
  top: -99999em;
  left: -99999em;
  width: 250px;
  padding: 8px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  text-transform: uppercase;
  font-weight: bold;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  top: 7px;
  left: 15px;
}
.col-right .truncated .show .item-options {
  top: 7px;
  left: -240px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd {
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  color: #666;
  font-weight: bold;
}
.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 {
  margin-left: 10px;
  cursor: help;
  font-size: 11px;
}

/* Tooltip */
.tool-tip {
  position: absolute;
  z-index: 9999;
  padding: 15px 20px;
  border: 1px solid #7ba7c9;
  background: #eaf6ff;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 0 0 auto;
  text-align: left;
  text-indent: -999em;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  color: #e87403;
  font-size: 12px;
  font-weight: bold;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  position: static !important;
  float: none !important;
}
.gift-messages-form h4 {
  color: #e87403;
  font-size: 12px;
  font-weight: bold;
}
.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;
  text-align: center;
  color: #8a8987;
  font-weight: bold;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: bold;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  padding-right: 7px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  font-size: 11px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  border: 1px solid #bbb6a5;
  background-color: #fbfaf6;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  color: #666;
  font-weight: bold;
}

.opc .checkout-agreements {
  padding: 5px 30px;
  border: 1px solid #d9dde3;
  border-width: 0 1px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  padding: 5px;
  border-color: #e4e4e4;
  background-color: #fff;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel {
}
.centinel .authentication {
  border: 1px solid #eee;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.opc .centinel {
  padding: 10px 30px;
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
}

/* Generic Info Set */
.info-set {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #bbb6a5;
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
}
.info-set h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: bold;
}
.info-set h3,
.info-set h4 {
  color: #e26703;
  font-size: 13px;
  font-weight: bold;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  position: relative;
  margin: -20px -20px 15px;
  padding: 5px 10px;
  border-bottom: 1px solid #bbafa0;
  background: #f9f3e3;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  position: relative;
  margin: 0 -20px;
  padding: 25px 0;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  color: #1e7ec8 !important;
  font-size: 1em !important;
  font-weight: bold !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
  margin: 0;
  border: 0;
}
.block-progress .block-title {
  border: 1px solid #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
}
.block-progress .block-title strong {
  margin: 0 20px;
}
.block-progress .block-content {
  border: 1px solid #eee;
  border-bottom-left-radius: 3px;
  background: #fff;

  border-bottom-rght-radius: 3px;
}
.block-progress dt {
  margin: 0 0 6px 25px;
  padding: 5px 20px;
  color: #888;
  background: url(../images/bg-checkuot-progess.png) 0 50% no-repeat;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
}
.block-progress .block-content dl {
  margin: 0;
}
.block-progress dd {
  margin: 0 0 6px;
  padding: 8px 13px;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
}
.block-progress dt.complete {
  margin: 0;
  color: #333;
  background: #eee;
}
.block-progress dd.complete {
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  margin: 5px 0;
  padding: 0;
  color: inherit;
  border: 0 none;
  background: none;
  font-size: 12px;
}
.block-progress .cards-list dd {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a {
  display: inline;
  color: #00b352;
}
.opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt.complete a:hover {
  text-decoration: none;
  color: #006fb7;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}
.opc .buttons-set button.button {
}
.opc .buttons-set button.button span {
  padding: 10px 15px;
  background-color: #00b352;
}
.opc .buttons-set button.button:hover span {
  background-color: #006fb7;
}
.opc .buttons-set button.button span span {
  padding: 0;
}

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set a.f-left {
  margin-bottom: 20px;
  color: #00b352;
}
.opc .buttons-set a.f-left:hover {
  text-decoration: none;
  color: #006fb7;
}
.opc .buttons-set p.required {
  display: none;
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .back-link a {
  padding-left: 16px;
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .col-2 .buttons-set {
  padding-top: 0;
}
.opc .col-2 .buttons-set button.button {
  clear: both;
}
.opc .ul {
  padding-left: 18px;
  list-style: disc outside;
}
.opc .form-list input.input-text {
  padding: 10px;
}
.opc {
  position: relative;
}
.opc li.section {
  margin-bottom: 3px;
  border: 1px solid #eee;
}
.opc li.section.active {
  border: none;
}
.opc .step-title {
  padding: 15px;
  text-align: right;
  background: #fff;
}
.opc .step-title .number {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  border: none;
  background: #999;
  font: bold 11px/14px arial, helvetica, sans-serif;
}
.opc .step-title h2 {
  float: left;
  margin: 0;
  padding-top: 4px;
  color: #333;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc li.section input.radio {
  float: left;
}

.opc .allow .step-title {
}
.opc .allow .step-title .number {
  color: #999;
  border-color: #eee;
  background: #eee;
}
.opc .allow .step-title h2 {
  color: #999;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
  padding: 15px;
  padding-bottom: 5px;
  cursor: default;
  color: #333;
  border: 1px solid #eee;
  background: #fff;
}
.opc .active .step-title .number {
  color: #fff;
  border: none;
  background-color: #006fb7;
}
.opc .active .step-title h2 {
  padding-top: 4px;
  color: #333;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
  position: relative;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
}
.opc .step .tool-tip {
  right: 30px;
}

#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  padding-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  font-size: 13px;
}
#opc-login h4 {
  margin: 0;
  color: #2f2f2f;
  font-size: 1em;
  font-weight: bold;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}
.opc .gift-messages-form {
  margin: 0 -30px;
  padding: 22px 24px 22px 30px;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  background: #f6f1eb;
}
.opc .gift-messages-form .inner-box {
  overflow: auto;
  height: 260px;
  padding: 5px;
}

#opc-review .step {
}
#opc-review .product-name {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
#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 {
  width: 570px;
  margin: 0 auto;
}
#opc-review .warning-message {
  padding: 10px 10px 0;
  text-align: center;
  color: #222;
  font-weight: bold;
}

#opc-review .order-review {
  padding: 10px;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  margin: 0 0 20px;
  padding: 0 90px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  padding: 2px 0 0;
  text-align: center;
  color: #abb5ba;
  border-top: 10px solid #999;
  font-weight: bold;
}
.checkout-progress li.active {
  color: #e96200;
  border-top-color: #e96200;
}

.multiple-checkout h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: bold;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  color: #e26703;
  font-size: 13px;
  font-weight: bold;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  color: #1e7ec8 !important;
  font-size: 1em !important;
  font-weight: bold !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%;
  right: 20px;
  margin-top: -120px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #bbb6a5;
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
}
.multiple-checkout .col2-set h2.legend {
  position: relative;
  margin: -20px -20px 15px;
  padding: 5px 10px;
  border-bottom: 1px solid #bbafa0;
  background: #f9f3e3;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  position: relative;
  margin: 0 -20px;
  padding: 25px 0;
}
.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;
  overflow: hidden;
  height: 71px;
  padding: 0 0 0 21px;
  background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
  font-size: 1.5em;
}
.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;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499;
}
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  overflow: hidden;
  width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods {
  position: relative;
  padding: 13px;
  border: 1px solid #d9d2be;
  background: #f9f3e3;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  overflow: hidden;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #eee;
  border-bottom: 0;
}
.account-login .content .form-list input.input-text {
  padding: 10px;
}
.account-login .content h2 {
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: 0 1px;
  font-size: 13px;
  font-weight: bold;
}
.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 {
  margin: 0;
  padding: 8px 13px;
  border: 1px solid #eee;
}
.account-login .buttons-set a {
  color: #00b352 ;
}
.account-login .buttons-set a:hover {
  text-decoration: none;
  color: #006fb7;
}
.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  position: relative;
  display: inline;
  float: left;
  width: 258px;
  margin: 0;
}
.captcha-image .captcha-img {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #b6b6b6;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.captcha-reload.refreshing {
  -webkit-animation: rotate 1.5s infinite linear;
     -moz-animation: rotate 1.5s infinite linear;
          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);
  }
}

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

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

  -box-shadow: 0 0 6px #ccc;
}
.remember-me-popup h3 {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  background: #d9e5ee;
  font-size: 14px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
  background: url(../images/btn_window_close.gif) no-repeat;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  padding: 0 8px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: 1px solid #de5400;
  background: #f18200;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.dashboard .page-title {
  padding-top: 5px;
  border: none;
  font: 20px/16px CorbelBold, sans-serif;
}
/* General Box */
.box-account {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
}
.box-account a {
  color: #00b352;
}
.box-account a:hover {
  text-decoration: none;
  color: #006fb7;
}
.box-account .box-head {
  margin: 0 0 10px;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  font-weight: bold;
}

.dashboard .box .box-title {
  margin: 0 0 8px;
  padding: 0 0 2px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}
.dashboard .box-info h4 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews .number {
  float: left;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  color: #fff;
  background: #0a263c;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
}
.dashboard .box-tags .number {
  float: left;
  margin: 5px 15px 0 0;
  padding: 5px 7px;
  color: #fff;
  background: #006fb7;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.addresses-list h3 {
  font-size: 13px;
  font-weight: bold;
}
.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 {
  margin: 0 0 10px;
  padding: 10px 13px;
  border: 1px solid #eee;
}
.addresses-list li.empty {
  padding: 0;
  border: 0;
  background: none;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  padding: 0;
  border: 0;
  background: none;
}

/* Order View */
.order-info {
  margin: 0 0 8px;
  padding: 4px 8px;
  border: 1px solid #d0cbc1;
  background: #dee5e8;
}
.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 {
  margin: 0 0 15px;
  padding: 12px 15px;
  border: 1px solid #d0cbc1;
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
}
.order-info-box h2 {
  font-size: 13px;
  font-weight: bold;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  padding-right: 7px;
  font-weight: bold;
}

.order-items {
  overflow-x: auto;
  width: 100%;
}
.order-items h2,
.order-items h3 {
  clear: none;
  margin: 0 0 5px;
  padding: 0;
  color: #0a263c;
  font-size: 13px;
  font-weight: bold;
}
.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;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  margin: 5px 0 0;
  font-size: 13px;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  margin: 0 0 7px;
  font-size: 13px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  white-space: nowrap;
  font-weight: bold;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  white-space: nowrap;
  font-weight: bold;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
.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 {
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
#wishlist-table .cart-cell button.btn-cart {
  margin: 10px 0;
}

/* My Tags */
.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 */
#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 {
  margin: 0 0 3px;
  font-size: 11px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.product-review h3 {
  margin: 0 0 3px;
  color: #2f2f2f;
  font-size: 12px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  margin: 5px 0 0;
  font-size: 13px;
}

/* Billing Agreements */
.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-size: 13px;
  font-weight: bold;
}



/* My Account */
.my-account .data-table thead th {
  color: #333;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-weight: bold;
}
.my-account .cart-cell p a {
  color: #00b352;
}
.my-account .cart-cell p a:hover {
  text-decoration: none;
  color: #006fb7;
}
.my-account td .cart-cell {
  text-align: center;
}
.my-account td .cart-cell input.input-text {
  padding: 5px;
}
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals {
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
  color: red;
  font-size: 12px !important;
  font-weight: bold;
}
.map-cart-sidebar-total {
  display: block;
  padding: 2px 5px;
  text-align: left;
  color: red;
  text-shadow: 0 1px 0 #fff;
  font-size: 10px;
  font-weight: bold;
}

.map-popup {
  position: absolute;
  z-index: 100;
  width: 300px;
  margin: 12px 0 0;
  text-align: left;
  border: 1px solid #aaa;
  background: #fff;
  -webkit-box-shadow: 0 0 6px #ccc;
     -moz-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
}
.map-popup-heading {
  width: 260px;
  padding: 5px 30px 5px 10px;
  border-bottom: 1px solid #ccc;
  background: #d9e5ee;
}
.map-popup-heading h2 {
  overflow: hidden;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-shadow: 0 1px 0 #f6f6f6;
  font-size: 16px;
}
.map-popup-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 19px;
  height: 10px;
  background: url(../images/map_popup_arrow.gif) no-repeat;
}
.map-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: url(../images/btn_window_close.gif) no-repeat;
  -webkit-box-shadow: 0 0 3px #999;
     -moz-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
}
.map-popup-content {
  overflow: hidden;
  width: 280px;
  padding: 10px;
  text-align: left;
  border-top: 1px solid #eee;
}
.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 #eee;
}
/* ======================================================================================= */

.footer-static-container {
  padding: 20px 0;
  color: #aaa;
  background: #383838;
}
.footer-static-title {
  padding-bottom: 20px;
  border-right: 1px solid #3f3f3f;
}
.footer-static-title h3 {
  margin: 0;
  text-transform: uppercase;
  color: #999;
  font: 18px/16px CorbelBold, sans-serif;
  font-weight: normal;
}
.footer-static-title.last {
  border-right: none;
}
.footer-static-content.last {
  border-right: none;
}
.footer-static-content {
  border-right: 1px solid #3f3f3f;
}
.footer-static-content ul li {
  line-height: 25px;
}
.footer-static-content ul li a {
  color: #999;
}
.footer-static-content ul li a:hover {
  text-decoration: none;
  color: #006fb7;
}
.footer-static-content .logo {
  display: block;
  padding: 15px 55px;
  text-indent: -9999px;
  background: url(../images/logo-bottom.png) 50% 50% no-repeat;
}
.footer-static-content .info {
  margin-bottom: 30px;
}
/* Footer ================================================================================ */
.ma-footer-container {
  background: #383838;
}
.footer {
  margin: 0 auto;
  padding: 20px 0 20px;
  border-top: 1px solid #3f3f3f;
}
.footer .store-switcher {
  display: inline;
  margin: 0 5px 0 0;
  color: #fff;
}
.footer .store-switcher label {
  vertical-align: middle;
  font-weight: bold;
}
.footer .store-switcher select {
  padding: 0;
  vertical-align: middle;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .bugs {
  margin: 13px 0 0;
  color: #ecf3f6;
}
.footer .bugs a {
  text-decoration: underline;
  color: #ecf3f6;
}
.footer .bugs a:hover {
  text-decoration: none;
}
.footer address {
  display: inline-block;
  color: #aaa;
}
.footer address a {
  text-decoration: none;
  color: #fff;
}
.footer address a:hover {
  text-decoration: none;
  color: #006fb7;
}
.footer ul {
  display: inline;
}
.footer ul.links {
  float: left;
}
.footer li {
  display: inline;
  padding: 0 5px 0 0;
}
.footer ul.links li {
  padding: 0 3px 0 0;
}
.footer ul.links li a {
  padding: 0;
  padding: 0 2px 0 9px;
  text-transform: capitalize;
  color: #aaa;
  background: url(../images/bg-link-footer.png) 0 50% no-repeat;
}
.footer ul.links .first a {
  padding: 0;
  background: none;
}
.footer ul.links li a:hover {
  color: #006fb7;
}
.footer li.last {
  padding-right: 0 !important;
  background: none !important;
}
.footer-container .bottom-container {
  margin: 0 0 5px;
}
.footer .payment-bottom {
  text-align: right;
}
/* ======================================================================================= */





/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eee url(../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%;
  padding: 8px 10px 8px 8px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.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;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '.';
  font-size: 0;
  line-height: 0;
}
/* ======================================================================================= */

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


.home-banner-static .banner-box img {
  width: 100%;
}

#back-top {
  position: fixed;
  z-index: 9999;
  right: 12px;
  bottom: 35px;
  display: none;
  width: 55px;
  height: 55px;
  background: url('../images/back-top.png') no-repeat scroll 50% 50% #666;
}
#back-top:hover {
  background-color: #006fb7;
}

/*============================================ Bx Slider ===============================================*/

.top-slider .bx-wrapper .bx-controls a {
  position: absolute;
  top: 45%;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.top-slider .bx-wrapper .bx-controls a.bx-prev {
  left: 186px;
  background-position: 0 100%;
}
.top-slider .bx-wrapper .bx-controls a.bx-next {
  right: 15px;
  background-position: 100% 100%;
}
.ma-brand-slider-contain {
  min-height: 130px;
}
.ma-brand-slider-contain .bx-wrapper .bx-controls a {
  position: absolute;
  top: 90px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-prev {
  right: -11px;
  background-position: 0 100%;
}
.ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-next {
  right: -45px;
  background-position: 100% 100%;
}
.ma-brand-slider-contain .bx-wrapper .bx-controls a {
  margin-top: -32px;
}
.slider1 .bx-wrapper .bx-controls a {
  position: absolute;
  top: 63px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.slider1 .bx-wrapper .bx-controls a.bx-prev {
  right: 34px;
  background-position: 0 100%;
}
.slider2 .bx-wrapper .bx-controls a {
  position: absolute;
  top: 63px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.slider2 .bx-wrapper .bx-controls a.bx-prev {
  right: 34px;
  background-position: 0 100%;
}
.slider3 .bx-wrapper .bx-controls a {
  position: absolute;
  top: 63px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.slider3 .bx-wrapper .bx-controls a.bx-prev {
  right: 34px;
  background-position: 0 100%;
}
.slider4 .bx-wrapper .bx-controls a {
  position: absolute;
  top: 63px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.slider4 .bx-wrapper .bx-controls a.bx-prev {
  right: 34px;
  background-position: 0 100%;
}
.slider1 .bx-wrapper .bx-controls a.bx-next,
.slider2 .bx-wrapper .bx-controls a.bx-next,
.slider3 .bx-wrapper .bx-controls a.bx-next,
.slider4 .bx-wrapper .bx-controls a.bx-next {
  right: 0;
  background-position: 100% 100%;
}


/*=================================*/
.bx-wrapper .bx-controls a {
  position: absolute;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.bx-wrapper .bx-controls a.bx-prev {
  right: 49px;
  background-position: 0 100%;
}
.bx-wrapper .bx-controls a.bx-next {
  right: 4px;
  background-position: 100% 100%;
}
.bx-wrapper .bx-controls a:hover {
  background-color: #000;
}

/*============================================ Prozoom Slider ===============================================*/

.ma-thumbnail-container .bx-wrapper {
  position: relative;
}
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 31px;
  margin-top: -15px;
  text-indent: -9999px;
  background: url(../images/btn-slider.png) 0 0 no-repeat #ccc;
}
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -15px;
  background-position: 0 100%;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: -15px;
  background-position: 100% 100%;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-color: #000;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-color: #000;
}

/*============================================ Onsale Product Slider ===============================================*/

.ma-onsale-products {
  padding-bottom: 15px;
}
.ma-onsale-product-title {
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
  background: #666;
}
.ma-onsale-product-title h2 {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}
.onsale-products li.item {
  clear: both;
  margin-bottom: 20px;
}
.onsale-products a.product-image {
  float: left;
  margin-right: 10px;
}
.ma-relatedslider-container .flex-direction-nav .flex-next {
  right: 37%;
  background-position: 100% 100%;
}
.ma-relatedslider-container .flex-direction-nav .flex-prev {
  left: 37%;
  background-position: 0 100%;
}

/*============================================ Related Product ===============================================*/

.block-related .mini-products-list li {
  margin-bottom: 10px;
  background: none;
}
.block-related .mini-products-list li .checkbox {
  min-width: 0;
  min-height: 0;
  margin-top: 20px;
}
.ma-relatedslider-container .product {
  margin-top: 20px;
  padding-bottom: 55px;
  border: 1px solid #eee;
  background: #fff;
}
.ma-relatedslider-container {
  margin: 20px 0;
  padding: 0 10px;
}
.ma-relatedslider-container .related-product-title h2 {
  font: 20px/16px CorbelBold, sans-serif;
  font-weight: bold;
}
.ma-relatedslider-container .flexslider .related-subtitle a {
  color: #00b352;
}
.ma-relatedslider-container .flexslider .related-subtitle a:hover {
  text-decoration: none;
  color: #006fb7;
}




.products-grid button.btn-cart span span,
.products-grid .item .add-to-links li a,
.products-grid .actions,
.products-list .actions,
.products-list button.btn-cart span span,
.products-list .item .add-to-links li a,
.block-layered-nav button.button span,
.block-subscribe .actions button.button span,
.top-cart-wrapper,
#back-top,
.ui-state-default,
.product-view button.btn-cart span span,
.product-view .add-to-links li a,
.product-view .email-friend a,
.bx-wrapper .bx-controls a,
.cart button.button span,
.cart .add-to-links li a,
.cart .totals li button.button span,
.buttons-set button.button span,
.banner-left-static .banner a.viewmore,
.block-cart .actions button.button span,
.ma-relatedslider-container .flex-direction-nav a,
.product-view .box-tags .form-add button.button span {
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

button.button span,
button.btn-cart span span,
button.btn-cart span,
.buttons-set button.button,
.top-cart-wrapper,
.top-cart-content,
.menu-mobile,
.banner-left-static .banner a.viewmore,
.block-subscribe .actions button.button span,
.block-layered-nav .button.button,
.block-cart .actions button.button span,
.product-view .email-friend a,
.product-view .product-tabs li:hover a,
.product-view .product-tabs li.active a,
.product-view .product-tabs-content,
.product-view .product-tabs li,
.product-view .product-tabs li.first,
.product-view .bx-wrapper .bx-controls a,
.add-to-links li a,
.opc li.section,
.opc .step-title .number,
.opc .active .step-title .number,
.top-slider .bx-wrapper .bx-controls a,
.ma-brand-slider-contain .bx-wrapper .bx-controls a,
.slider1 .bx-wrapper .bx-controls a,
.slider2 .bx-wrapper .bx-controls a,
.slider3 .bx-wrapper .bx-controls a,
.slider4 .bx-wrapper .bx-controls a,
#back-top,
.dashboard .box-tags .number,
.product-view .product-img-box .product-image,
.product-view .product-img-box .more-views li,
.ma-relatedslider-container .flex-direction-nav a,
.banner7-readmore {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.opc .active .step-title,
.opc .active .step-title h2 {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;

     -moz-border-top-left-radius: 3px;
     -moz-border-top-right-radius: 3px;
}

.opc .active .step-title h2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.opc .step {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;

     -moz-border-bottom-left-radius: 3px;
     -moz-border-bottom-right-radius: 3px;
}

.banner7-title,
.banner7-des {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}




/*=============================================================================================================*/
/* Fixed Mobile*/
@media (max-width: 1200px) {
}
@media (min-width: 768px){
  .onsale-products a.product-image {
    float: none;
    margin-bottom: 10px;
  }
  /* width overrides for jca */
  .header .header-content .col-sm-3 {
    width: 40%;
    padding: .5em 0;
  }

  .header .header-content .col-sm-9 {
    width: 60%;
  }

}
@media (min-width: 992px) and (max-width: 1200px) {
  .header .form-search {
    bottom: -78px;
  }
  .header .form-language {
    margin-right: 5px;
  }
  .form-language,
  .form-currency {
    margin-top: 10px;
    margin-right: 20%;
  }
  .top-slider .categorytabsliders-title h2 {
    font: 19px/26px CorbelBold, sans-serif;
  }
  .block-subscribe .subscribe-title h3 {
    font: 22px/16px CorbelBold, sans-serif;
  }
  .top-slider h2 {
    font: 22px/16px CorbelBold, sans-serif;
  }
  .bottom .tab_content_2 li.item,
  .bottom .tab_content_3 li.item,
  .bottom .tab_content_4 li.item,
  .bottom .tab_content_5 li.item {
    width: 172px !important;
  }
  .main_banner .banner1 {
    float: left;
    width: 457px;
  }
  .main_banner .banner2 {
    float: left;
    width: 240px;
  }
  .main_banner .banner2 img {
    width: 252px;
    height: 315px;
  }
  .main_banner .banner1 img.img1 {
    width: 310px;
  }
  .main_banner .banner1 img.img2 {
    width: 144px;
  }
  .main_banner .banner1 img.img3 {
    width: 227px;
  }
  .main_banner .banner1 img.img4 {
    width: 227px;
  }
  .banner-left-static .shipping h2.title {
    font: 20px/16px CorbelBold, sans-serif;
  }
  .ma-relatedslider-container .flex-direction-nav .flex-next {
    right: 30%;
  }
  .ma-relatedslider-container .flex-direction-nav .flex-prev {
    right: 30%;
  }
  .ma-upsellslider-title h2 {
    font: 20px/16px CorbelBold, sans-serif;
  }
  .category-products .toolbar .sorter .sort-by {
    padding-left: 50px;
  }
  .category-products .toolbar .limiter {
    padding: 20px 50px 20px 0;
  }
  .block-layered-nav #search input {
    margin-right: 0;
  }
  .product-view .box-reviews .form-add .data-table {
    display: block;
    overflow: auto;
    width: 350px;
  }
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 254px;
  }
  .add-to-links li a {
    width: 28px;
    height: 28px;
  }
  button.btn-cart span span {
    padding: 5px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-prev {
    right: 34px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-next {
    right: 0;
  }
  .product-view .product-img-box .more-views li {
    width: 86px !important;
  }
  .ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  .product-view li.ma-upsellslider-item {
    width: 140px !important;
  }
  .special-price .price {
    font: bold 14px/14px OpenSans, sans-serif;
  }
  .old-price .price {
    font: 12px/14px OpenSans, sans-serif;
  }
  .breadcrumbs li a {
    font: bold 17px/16px OpenSans, sans-serif;
  }
  #wishlist-table .cart-cell button.btn-cart {
    float: none;
  }
  .top-slider .item {
    width: 124px !important;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-prev {
    left: 140px;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-next {
    right: 2px;
  }
  .bottom .tab_content_2 li.item,
  .bottom .tab_content_3 li.item,
  .bottom .tab_content_4 li.item,
  .bottom .tab_content_5 li.item {
    width: 140px !important;
  }
  .banner7-des {
    padding: 27px 0 20px 55px;
    font-size: 18px;
  }
  .banner7-readmore {
    right: 10%;
  }
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 293px;
  }
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 6px 10px;
  }
  .add-to-links li {
    margin-left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .form-search input.input-text {
  }
  .cart .crosssell .product-details {
    margin-left: 80px;
  }
  .footer-static-container .f-col {
    margin-bottom: 20px;
  }
  .form-list li.wide textarea,
  .form-list li.wide .input-box {
    width: 254px;
  }
  .cart .discount input.input-text {
    width: 185px;
  }
  .form-list .input-box,
  .form-list select,
  .form-list input.input-text {
    width: 160px;
  }
  .navbar .brand {
    color: #fff;
    font: 20px/16px CorbelBold, sans-serif;
  }
  .header .form-search {
    right: 170px;
    bottom: -77px;
    border-right: none;
  }
  .header .form-search #cat {
    padding: 17px 5px;
  }
  .header .form-search input.input-text {
    padding: 17px 8px;
  }
  .header .form-search button.button {
    margin: 9px 10px 0 0;
  }
  .header .top-link-lang-cart .links {
    width: 70%;
    text-align: center;
    line-height: 25px;
  }
  .form-language,
  .form-currency {
    margin-right: 45%;
  }
  .header .form-language {
    margin: 0;
  }
  .main_banner .banner1 {
    float: left;
    width: 391px;
  }
  .main_banner .banner2 {
    float: left;
    width: 141px;
  }
  .main_banner .banner2 img {
    height: 269px;
  }
  .main_banner .banner1 img.img1 {
    width: 265px;
  }
  .main_banner .banner1 img.img2 {
    width: 123px;
  }
  .main_banner .banner1 img.img3 {
    width: 194px;
  }
  .main_banner .banner1 img.img4 {
    width: 194px;
  }
  .banner-left-brandlogo h2 span {
    font: 20px/16px CorbelBold, sans-serif;
  }
  .top-slider h2 {
    padding: 15px 25px;
    font: 14px/23px CorbelBold, sans-serif;
  }
  .featured {
    height: 527px;
  }
  .top-slider ul.products-grid {
    margin-left: 20px;
  }
  .top-slider ul.tabs li {
    padding: 0 30px;
  }
  .top-slider .item {
    width: 157px !important;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-prev {
    left: 108px;
  }
  .block-subscribe input.input-text {
    width: 149px;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-next {
    right: 5px;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-prev {
    left: 165px;
  }
  .top-slider .tab_slider_container {
    width: 70%;
  }
  .top-slider .top-slider-tab {
    width: 30%;
  }
  .bottom .tab_content_2 li.item,
  .bottom .tab_content_3 li.item,
  .bottom .tab_content_4 li.item,
  .bottom .tab_content_5 li.item {
    width: 177px !important;
  }
  .bottom .categorytabsliders-title h2 {
    font: 20px/16px CorbelBold, sans-serif;
  }
  .bottom ul.tabs li {
    padding: 0 14px;
  }
  .banner-left-static .shipping h2.title {
    font: 15px/16px CorbelBold, sans-serif;
  }
  .banner-left-static .support h2.title {
    font: 15px/16px CorbelBold, sans-serif;
  }
  .banner-left-static .money h2.title {
    font: 15px/16px CorbelBold, sans-serif;
  }
  .banner-left-static .banner h3.title2 {
    font: 12px/16px OpenSans, sans-serif;
  }
  .banner-left-static .banner a.viewmore {
    padding: 7px 6px;
    font-size: 11px;
  }
  .ma-brand-slider-contain ul.bxslider li.item {
    width: 100px !important;
  }
  .block-tags ul.tags-list li {
    font: normal 12px/35px OpenSans, sans-serif;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-prev {
    right: -30px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-next {
    right: -64px;
  }
  .ma-brand-slider-contain ul.bxslider li.item {
    width: 100px !important;
  }
  .ma-brand-slider-contain .bx-wrapper {
    width: 610px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a {
    margin-top: -55px;
  }
  .block-verticalmenu .accordion ul a {
    padding-left: 10px;
  }
  .block-verticalmenu .block-content {
    padding: 10px 10px 10px 15px;
  }
  .block-layered-nav dd {
    padding: 0 10px 12px;
  }
  .block-layered-nav .button.button {
    margin-top: 10px;
    margin-right: 25px;
  }
  .block-layered-nav #search input {
    min-width: 45px;
    margin-right: 2px;
  }
  .block-layered-nav dd.last {
    padding-bottom: 50px;
  }
  .products-grid .actions {
    left: 48px;
  }
  .category-products .toolbar .sorter .sort-by {
    padding-left: 5px;
  }
  .category-products .toolbar .limiter {
    padding: 20px 8px 20px 0;
  }
  .category-products .toolbar .sorter {
    padding: 20px 0;
  }
  .category-products .toolbar .pager {
    padding: 20px 0;
  }
  .block-reorder .actions button.btn-cart span span {
    padding: 5px;
    font-size: 10px;
  }
  .cart .crosssell ul.add-to-links {
    margin-top: 10px;
  }
  .cart .totals li button.button span {
    padding: 5px 10px;
  }
  .form-list li.wide select {
    width: 502px;
  }
  table#my-orders-table {
    display: block;
    overflow: auto;
    width: 501px;
  }
  .ma-relatedslider-container .flex-direction-nav .flex-prev {
    left: 26%;
  }
  .ma-relatedslider-container .flex-direction-nav .flex-next {
    right: 26%;
  }
  .banner7-des {
    padding: 30px 0 20px 10px;
    font-size: 14px;
  }
  .banner7-readmore {
    right: 6%;
  }
  .data-table {
    display: block;
    overflow: auto;
    width: 500px;
  }
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 210px;
  }
  .product-options-bottom .add-to-cart {
    float: left;
    margin-top: 10px;
  }
}
@media (min-width: 680px) and (max-width: 767px) {
  .header .top-link-lang-cart .links li a {
    padding: 0 10px;
  }
  .header .top-link-lang-cart .links {
    width: 100%;
  }

  .top-cart-wrapper {
    width: 135px;
  }
  .header .form-search {
    right: 170px;
    bottom: -77px;
    border-right: none;
  }
  .header .form-search input.input-text {
    padding: 16px 8px;
  }
  .header .form-search #cat {
    padding: 16px 5px;
  }
  .header .form-search {
    bottom: -77px;
  }

  .form-list li.wide select {
    width: 632px;
  }
  .block-tags ul.tags-list li {
    font: normal 12px/35px OpenSans, sans-serif;
  }

  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-prev {
    right: -30px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-next {
    right: -64px;
  }
  .ma-brand-slider-contain ul.bxslider li.item {
    width: 100px !important;
  }
  .ma-brand-slider-contain .bx-wrapper {
    width: 535px;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a {
    margin-top: -55px;
  }
  .data-table tr {
    font-size: 11px;
  }
  .products-grid .actions {
    left: 27%;
  }
  .top-slider h2 {
    padding: 15px 20px;
    font: 20px/26px CorbelBold, sans-serif;
  }
  .top-slider ul.tabs li {
    padding: 0 20px;
  }
  .footer ul.links {
    float: none;
  }
  .footer .payment-bottom {
    text-align: center;
  }
  .banner7-des {
    padding: 30px 0 20px 10px;
    font-size: 14px;
  }
  .banner7-readmore {
    right: 5%;
  }
  .banner7-readmore a {
    padding: 10px 0 9px 24px;
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .footer-static-container .f-col {
    margin-bottom: 20px;
  }
  .form-list li.wide textarea,
  .form-list li.wide .input-box {
    width: 254px;
  }
  .data-table {
    display: block;
    overflow: auto;
    width: 350px;
  }
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 210px;
  }
  .product-options-bottom .add-to-cart {
    float: left;
    margin-top: 10px;
  }
  .header .form-search {
    right: 170px;
    bottom: -77px;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-container {
    text-align: center;
  }
  .form-language,
  .form-currency {
    display: inline-block;
    float: none;
  }
  p.welcome-msg {
    margin: 10px 0 0;
  }
  .top-link ul.links {
    text-align: center;
  }
  .header a.logo {
    float: none;
    margin: 0;
  }
  .header .form-search {
    position: static;
    display: inline-block;
    float: none;
  }
  .top-cart-wrapper {
    float: none;
    margin: 10px auto;
  }
  .top-cart-content {
    right: 50%;
    margin-right: -115px;
  }
  .banner-static-contain .banner-box,
  .banner-home-content .banner-box {
    margin-bottom: 20px;
  }

  .col-left,
  .col-main {
    margin-bottom: 20px;
  }
  .footer,
  .footer ul.links {
    text-align: center;
  }
  .products-grid .actions {
    left: 27%;
  }
  .banner7-des {
    padding: 30px 0 20px 5px;
    font-size: 14px;
  }
  .banner7-readmore {
    right: 3%;
  }
  .banner7-readmore a {
    padding: 7px 0 7px 24px;
    font-size: 12px;
  }
  .product-options-bottom .add-to-cart {
    float: left;
    margin-top: 10px;
  }

  .footer-static-container .f-col {
    min-height: 220px;
  }
}
@media (max-width: 680px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  #search_mini_form {
    width: 100%;
  }

  .top-cart-wrapper {
    width: 135px;
  }
  .header .form-search {
    right: 15px;
    border-right: none;
  }
  .header .form-search input.input-text {
    padding: 16px 8px;
  }
  .header .form-search #cat {
    padding: 16px 5px;
  }
  .header .form-search {
    bottom: -77px;
  }
  .data-table {
    display: block;
    overflow: auto;
    width: 582px;
  }

  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-prev {
    right: 0;
  }
  .ma-brand-slider-contain .bx-wrapper .bx-controls a.bx-next {
    right: auto;
    left: 0;
  }


  .footer ul.links {
    float: none;
  }
  .footer .payment-bottom {
    text-align: center;
  }

  .header .form-search {
    padding: 3px 0 0 0;
  }

  .products-grid .actions {
    left: 27%;
  }
  .banner7-des {
    padding: 30px 0 20px 5px;
    font-size: 14px;
  }
  .banner7-readmore {
    right: 3%;
  }
  .banner7-readmore a {
    padding: 7px 0 7px 24px;
    font-size: 12px;
  }

  .nivo-caption,
  .nivo-controlNav {
    display: none !important;
  }

  .main_banner .banner2 {
    float: none;
    width: auto;
  }
  .main_banner .banner2 img {
    height: auto;
  }
  .main_banner img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .products-list .product-image {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .header .top-link-lang-cart .links li a {
    padding: 0 10px;
  }
  .header .top-link-lang-cart .links {
    width: 100%;
  }
  .product-view .product-img-box .product-image .cloud-zoom img {
    width: 100%;
  }
  .cloud-zoom-big {
    display: none !important;
  }
  .data-table {
    display: block;
    overflow: auto;
    width: 500px;
  }
  .cart-table .btn-update,
  .cart-table .btn-empty,
  .cart-table .btn-continue {
    float: left;
    clear: both;
    margin: 0 0 10px;
  }
  .bottom ul.tabs li {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
  }
  .bottom ul.tabs {
    height: 55px;
  }

  .top-slider ul.tabs li {
    padding: 0 10px;
  }
  .top-slider h2 {
    padding: 15px 10px;
    text-align: center;
    font: 22px/26px CorbelBold, sans-serif;
  }
  .top-slider .bx-wrapper .bx-controls a.bx-prev {
    left: 100px;
  }

  .header .form-search input.input-text {
/*    width: 72px !important;*/
  }
  .header .form-search {
    width: 100%;
  }
  .main_banner .banner1 {
    width: auto;
  }
  .header .form-search button.button {
    margin: 5px 5px 0 0;
  }

  .featured {
    width: 100%;
    text-align: center;
  }
  .top-slider .tab_container {
    clear: both;
  }
  .top-slider .tab_container {
    width: 100%;
  }
  .top-slider .item {
    float: none;
    width: 100% !important;
  }
  .top-slider ul.products-grid {
    float: none;
  }
}

@media (max-width: 380px) {
  .sorter .sort-by {
    padding: 0;
  }

  .header .top-link-lang-cart .links li a {
    padding: 0 10px;
  }
  .header .top-link-lang-cart .links {
    width: 100%;
  }

  .header .form-search input.input-text {
/*    width: 200px;
*/  }
  .main_banner .banner1 {
    width: auto;
  }
  .form-list .input-box,
  .form-list li.wide textarea,
  .product-view .box-reviews .form-add .form-list .input-box {
    width: 250px;
  }
  .form-list input.input-text,
  .form-list li.wide .input-box,
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 250px;
  }

  .header .form-search {
    width: 100%;
    border-left: none ;
  }
  .navbar .brand {
    display: none;
  }
  .header .form-search input.input-text {
/*    width: 135px !important;
*/  }
  .banner7-des {
    margin-right: 104px;
    padding: 16px 0 20px 0;
    font-size: 12px;
    line-height: 15px;
  }
  .nivo-controlNav {
    bottom: 64px;
    padding: 7px 2px 0;
  }
  .bottom ul.tabs li {
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0 5px;
    font-size: 12px;
  }

  .featured {
    width: 100%;
    text-align: center;
  }
  .top-slider .tab_container {
    clear: both;
  }
  .top-slider h2 {
    text-align: center;
  }
  .top-slider .tab_container {
    width: 100%;
  }
  .top-slider .item {
    float: none;
    width: 100% !important;
  }
  ul.products-grid {
    float: none;
  }
  .slider1 .bx-wrapper .bx-controls a,
  .slider2 .bx-wrapper .bx-controls a,
  .slider3 .bx-wrapper .bx-controls a,
  .slider4 .bx-wrapper .bx-controls a {
    top: 97px;
  }
}

/* Buttons */

.button-list {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

a[class^=button], 
.banner-box {
  font-family: "Luckiest Guy", Courier;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  background-color: #bd2026;
  display: block;
  float: left;
  margin: 0 0 15px 0;
  padding: 1em 1em .5em;
  color: #fff;
  font-weight: bold;
  position: relative;
  max-width: 360px;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.1;
  cursor: pointer;
  overflow: hidden;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  text-decoration: none!important;
}

a[class^=button]:nth-child(odd){
  margin-right: 15px;
}

a.button-box {
  padding-top: 200px;
}

a.button {
  padding-right: 140px;
  max-width: 240px;
}

a[class^=button] img {
  position: absolute;
  max-height: 100%;
  top: 0;
  left: 0;
  opacity: .9;
}

a.button img {
  left: 280px;
  max-width: 240px;
}


a[class^=button]:hover,
a[class^=button]:focus {
  box-shadow: 2px 2px 4px rgba(0,0,0,.6);
  position: relative;
  top: -1px;
  left: -1px;
  background-color: #9E191D;
}

a[class^=button]:hover img,
a[class^=button]:focus img {
  opacity: 1;
}

.banner-box {
  max-width: 90%;
  width: auto;
  float: none;
  padding: 1em 1em .5em;
  margin: 0 0 1em;
  font-size: 2.5em;
  cursor: default;
}

.banner-box > * {
  color: #fff;
  font-size: 1.2em;
  margin: 0;

}

.banner-box img {
  position: absolute;
  max-height: 100%;
  top: 0;
  right: 0;
  opacity: .9;
}

.pink {
  background: #ff5db1;
  background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c));
  background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
  background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
  background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
  background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );
}
/* Media Query just for the buttons */
@media (max-width: 380px) {

}