* {
  margin:0;
  padding:0;
}
body {
	font-family:Arial,helvetica neue,Verdana,sans-serif;
  line-height:20px;
  background-color:#fff;
  color:#111;
  font-size:16px;
}
img {
  border:0;
  outline:none;
  vertical-align:top;
}
a { color:#111; }
a {
  -webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  outline:none;
  text-decoration:none;
  transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
a:hover { text-decoration:none; }
:focus { outline:0; }
.page ul, .page ol {
  margin:0;
  padding:0;
}
ul, ol { list-style:none outside none; }
select {
  padding:4px 6px 4px 2px;
  text-overflow:ellipsis;
}
input.input-text, select, textarea {
  -moz-box-sizing:border-box;
  background:none repeat scroll 0 0 #ffffff;
  border:1px solid #dddddd;
  border-radius:0 0 0 0;
  box-shadow:none;
  color:#666666;
}
input, select, textarea, button {
  font:12px / 15px Arial, Helvetica, sans-serif;
  vertical-align:middle;
}
.toolbar select option {
  padding-right:10px;
  border:none;
}
select option { padding-right:10px; }
input.qty {
  width:2.5em !important;
  margin-top:3px;
}
input.input-text, textarea { padding:4px 6px; }
input.input-text, textarea, input.qty {
  border:1px solid #e5e5e5;
  border-radius:2px 2px 2px 2px;
  box-shadow:0 0 5px 0 #eaeaea inset;
  padding:4px;
  width:100%;
  margin-bottom:5px;
}
.main {
  text-align:left;
  background:#ffffff;
}
.feature .icon { float:left; }
.feature.large .icon {
  max-height:50px;
  max-width:50px;
}
div.icon.large, span.icon.large {
  height:50px;
  padding:5px;
  width:50px;
}
.feature  h3 { overflow:hidden; }
.feature img { max-width:100%; }
.page-banners .banner { margin-bottom:2%; }
.page-banners .banner a { display:block; }
.page-banners .banner a img {
  display:block;
  max-width:100%;
  margin:0 auto;
  transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  -webkit-transition:opacity 300ms ease-in-out;
  -o-transition:opacity 300ms ease-in-out;
}
.page-banners .banner a:hover img {
  opacity:0.85;
  filter:1;
}
.section-title {
  border-bottom:1px solid #e5e5e5;
  font-size:1.5em;
  font-weight:normal;
  line-height:1.2222em;
  padding-bottom:7px;
  padding-top:7px;
  display:block;
}
ul.products-grid {
  margin:0;
  padding:0 !important;
  list-style:none !important;
}
ul.products-grid li.item {
  width:31.3333%;
  border:7px solid #f2f2f2;
  height:372px !important;
  margin-bottom:10px;
  margin-right:10px;
  padding:0 0 5px;
  text-align:center;
  float:left;
}
ul.products-grid li.item.last { margin:0; }
ul.products-grid li.item h3.product-name {
  font-size:110%;
  height:27px;
  margin-top:0;
  overflow:hidden;
  padding-left:10px;
  text-align:left;
}
ul.products-grid li.item .price-box {
  padding:5px 0 5px 10px;
  text-align:left;
}
ul.products-grid li.item:hover { border:7px solid #F7921E; }
ul.products-grid li.item:hover .actions .confix-produclist ul li a { display:block; }
ul.products-grid li.item .confix-produclist {
  display:inline-block;
  float:left;
  padding-left:5px;
  text-align:left;
}
ul.products-grid li.item .confix-produclist ul {
  margin:0 !important;
  padding:0 !important;
}
ul.products-grid li.item .confix-produclist ul li {
  display:inline-block;
  float:none;
  padding:0;
}
ul.products-grid li.item .confix-produclist ul li a { display:none; }
.show-grid { background:#ffffff; }
.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;
  margin-left:2%;
  width:32%;
}
.col3-set .col-3 {
  float:right;
  width:32%;
}
.col4-set .col-1 {
  float:left;
  width:23.5%;
}
.col4-set .col-2 {
  float:left;
  margin:0 2%;
  width:23.5%;
}
.col4-set .col-3 {
  float:left;
  width:23.5%;
}
.col4-set .col-4 {
  float:right;
  width:23.5%;
}
button.button {
  background:transparent;
  border:0;
  cursor:pointer;
  margin:0;
  outline:none;
  overflow:visible;
  padding:0;
}
button.button span {
  background:#222;
  border:0 none;
  color:#ffffff;
  display:block;
  font-weight:normal;
  font-size:100%;
  text-transform:capitalize;
  line-height:20px;
  padding:10px;
  text-align:center;
  white-space:nowrap;
 /* border-radius:5px;
  -webkit-radius:5px;*/
  -webkit-transition:all 0.2s linear 0s;
  transition:all 0.2s linear 0s;
}
button.button span span {
  border:0 none;
  padding: 0px;
}
button.button:hover span { background:#F7921E; }
button.button:hover span span {
  background:#F7921E;
  color:#ffffff;
}
button.btn-checkout span {
  border:0 none;
  color:#ffffff;
  font-family:open sans;
  line-height:39px;
  height:39px;
  font-weight:bold;
  padding:0 0 0 9px;
}
button.btn-checkout span span { padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
ul.form-list { margin:0; }
ol.form-list { margin:0; }
.form-list select { width:100%; }
.form-list li {
  margin:0;
  padding:2px 0;
}
.form-list li.control label {
  float:left;
  margin:-1px 0 0 5px;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
  float:left;
  margin:0;
  outline:none;
}
.form-list li.control .input-box {
  clear:none;
  display:inline;
  width:auto;
}
.form-list li.wide select { width:auto; }
.form-list li.additional-row {
  border-top:1px solid #cccccc;
  margin-top:10px;
  padding-top:7px;
}
.form-list li.additional-row .btn-remove {
  float:right;
  margin:5px 0 0;
}
.form-list label {
  float:left;
  position:relative;
  z-index:0;
  font-weight:normal;
}
.form-list label.required em {
  float:right;
  font-style:normal;
  position:absolute;
  right:-8px;
  top:0;
}
.form-list .input-box {
  clear:both;
  display:block;
}
.form-list textarea { height:10em; }
.form-list .input-range input.input-text { width:74px; }
.buttons-set {
  clear:both;
  margin:10px 0 0;
  padding:5px 0 0;
  text-align:right;
}
.customer-account-forgotpassword #form-validate ul.form-list, .customer-account-forgotpassword #form-validate ol.form-list { padding:0; }
.validation-advice {
  background:url('../images/validation_advice_bg.gif') 2px 0 no-repeat;
  clear:both;
  color:#eb340a;
  line-height:12px;
  margin:3px 0 0;
  min-height:12px;
  padding-left:15px;
}
.validation-failed {
  background:#faebe7;
  border:1px dashed #eb340a;
}
.subscribe .validation-failed {
  background-color:#d0d0d0;
  margin:0;
  padding:4px 0 4px 3px;
}
p.required {
  text-align:left;
  color:#eb340a;
}
.error {
  color:#df280a;
  font-weight:bold;
}
.messages, .messages ul {
  list-style:none;
  margin:0;
  padding:0;
}
.messages {
  color:#3d6611;
  font-weight:bold;
  overflow:hidden;
  width:100%;
}
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg, .success-msg, .note-msg, .notice-msg {
  -webkit-border-radius:5px;
  background-position:10px 50%;
  background-repeat:no-repeat;
  border-radius:5px;
  border-style:solid;
  border-width:1px;
  font-size:100%;
  margin:10px 0;
  min-height:24px;
  padding:10px 8px 8px 32px;
}
#messages_product_view { margin-top:0px; }
#messages_product_view .note-msg, #messages_product_view .notice-msg {
  background-color:#efefef;
  background-image:url("../images/i_msg-note.gif");
}
.error-msg {
  background-color:#faebe7;
  background-image:url("../images/i_msg-error.gif");
  border-color:#f16048;
  color:#df280a;
}
.success-msg {
  background-color:#eff5ea;
  background-image:url("../images/i_msg-success.gif");
  border-color:#446423;
  color:#3d6611;
}
.note-msg, .notice-msg {
  background-color:#fcfcfc;
  background-image:url("../images/i_msg-note.gif");
  border-color:#ececec;
  color:#3d6611;
}
.breadcrumbs {
  height:60px;
  line-height:60px;
  margin:0;
  outline:none;
  padding:0;
}
.breadcrumbs .breadcrumbs-container {
  padding:0 25px 0px;
  background:#ffffff;
}
.breadcrumbs .mt-page-title h2 {
  color:#333333;
  font-size:200%;
  font-weight:lighter;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.breadcrumbs ul { margin:0 auto; }
.breadcrumbs li {
  display:inline;
  outline:none;
  padding:0 10px 0 10px;
  background:url("../images/breadcrumbs.png") no-repeat 100% 50%;
}
.breadcrumbs li:first-child { padding-left:0; }
.breadcrumbs li:last-child {
  background:none transparent;
  padding-right:0;
}
.breadcrumbs li strong {
  font-size:88%;
  font-weight:normal;
  outline:none;
}
.breadcrumbs li a {
  border:0;
  font-size:88%;
  outline:none;
  text-decoration:none;
}
.breadcrumbs li.home a { padding:0 0 0 0; }
.block-progress dt {
  background-color:#ececec;
  font-weight:normal;
  height:auto;
  line-height:normal;
  margin:0 0 8px 0;
  outline:medium none;
  padding:10px;
}
.block-progress dt.complete {
  background-color:#ececec;
  margin:0;
}
.block-progress dd {
  border-top:0;
  border:1px solid #dedede;
  margin:0 0 6px;
  padding:8px 13px;
}
.block-progress p { margin:0; }
.block-progress .cards-list dt {
  background:none;
  border:0 none;
  color:inherit;
  margin:5px 0;
  padding:0;
}
.block-progress .cards-list dd {
  border:0 none;
  margin:0;
  padding:0;
}
.block-progress .cards-list .info-table th { font-weight:normal; }
.opc {
  margin:0;
  position:relative;
}
.opc .active .step-title { background-color:#333; }
.opc .ul {
  list-style:disc outside;
  padding-left:18px;
}
.opc li.section { margin:5px 0; }
.opc li.section ul { margin:0; }
.opc .step-title { padding:5px; }
.opc .step-title .number {
  background:#ffffff;
  float:left;
  font-weight:bold;
  line-height:14px;
  margin:2px 5px 0 0;
  padding:0 4px;
}
.opc .step-title h2 {
  float:left;
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
}
.opc .step-title a {
  display:none;
  float:right;
  line-height:16px;
}
.opc .step {
  border-top:0;
  border:1px solid #dedede;
  padding:15px;
  position:relative;
}
.opc .step .tool-tip { right:30px; }
.opc .active .step-title h2 {
  color:#ffffff;
  outline:none;
}
.opc .gift-messages-form {
  background:#f6f1eb;
  border-width:1px 0;
  border:1px solid #e9e4de;
  margin:0 -30px;
  padding:22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  height:260px;
  overflow:auto;
  padding:5px;
}
.sp-methods input.radio {
  margin:0 3px 2px 0;
  display:inline;
}
.sp-methods label {
  display:inline;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.checkout-onepage-success .page-title { margin-bottom:15px; }
.checkout-onepage-success h2.sub-title {
  font-size:170%;
  font-weight:normal;
  line-height:normal;
  margin:30px 0 20px;
  padding:0;
  text-align:center;
}
.checkout-onepage-success .col-main p {
  line-height:25px;
  margin:0;
  padding:0;
  text-align:center;
}
.checkout-onepage-success .col-main .buttons-set { text-align:center; }
.checkout-cart-index .col-main .page-title h1, .checkout-cart-index .col-main .page-title h2 {
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
}
.checkout-cart-index .col-main .cart-empty {
  margin:0 auto;
  text-align:center;
}
#checkout-review-table-wrapper table h1, #checkout-review-table-wrapper table h2, #checkout-review-table-wrapper table h3, #checkout-review-table-wrapper table h4, #checkout-review-table-wrapper table h5, #checkout-review-table-wrapper table h6 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
}
.opc .form-list .fields select, .opc .form-list .fields select:focus { outline:none; }
#opc-login h3 { border-bottom:1px solid #ececec; }
#opc-login h1, #opc-login h2, #opc-login h3, #opc-login h4, #opc-login h5, #opc-login h6 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  outline:medium none;
  padding:0;
}
#opc-login h1.title, #opc-login h2.title, #opc-login h3.title, #opc-login h4.title, #opc-login h5.title, #opc-login h6.title {
  font-size:130%;
  padding:0 0 5px 0;
  text-transform:uppercase;
}
#opc-login .step-title h1, #opc-login .step-title h2, #opc-login .step-title h3, #opc-login .step-title h4, #opc-login .step-title h5, #opc-login .step-title h6 {
  font-size:100%;
  outline:none;
}
#opc-login .col-2 #login-form h4 {
  margin:0;
  outline:none;
  padding:0;
}
#payment_form_ccsave select {
  margin-top:10px;
  outline:none;
}
#payment_form_ccsave input.input-text { margin-top:10px; }
#opc-review .step {
  border:0;
  padding:0;
}
#opc-review .product-name { font-weight:normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set .please-wait { outline:none; }
#opc-review .authentication {
  margin:0 auto;
  width:570px;
}
#opc-review .warning-message {
  color:#222222;
  font-weight:bold;
  padding:10px 10px 0;
  text-align:center;
}
.page-title {
  line-height:normal;
  margin:0;
  outline:none;
  overflow:hidden;
  padding:18px 0;
}
.page-title h1, .page-title h2, .page-title h3 {
  font-size:200%;
  font-weight:300;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
  color:#333333;
}
.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;
  text-align:left;
}
.title-buttons button.button { margin-top:3px; }
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle, .multiple-checkout .sub-title { padding:0; }
.data-table {
  border:1px solid #dedede;
  float:left;
  width:100%;
}
.data-table th {
  font-weight:bold;
  padding:10px;
  white-space:nowrap;
}
.data-table tr.last th, .data-table tr.last td { border-bottom:0; }
.data-table td {
  border:1px solid #dedede;
  padding:10px;
}
.data-table thead th {
  background:#ececec;
  border-right:1px solid #dedede;
  font-weight:normal;
  padding:10px;
  vertical-align:middle;
  white-space:nowrap;
}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a { color:#ffffff; }
.data-table thead th .tax-flag { white-space:nowrap; }
.data-table tfoot { border-bottom:1px solid #dedede; }
.data-table tfoot tr.first td { background:#ececec; }
.data-table tfoot tr.first td.a-right.last { overflow:hidden; }
.data-table tfoot td {
  border-bottom:0;
  border-right:1px solid #dedede;
}
.data-table tfoot strong { font-size:110%; }
.data-table tbody th, .data-table tbody td { border-bottom:1px solid #dedede; }
#product-attribute-specs-table th, #product-attribute-specs-table td { vertical-align:middle; }
#product-attribute-specs-table th {
  display:block;
  text-align:left;
  font-size:100%;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top:0 none; }
.data-table .label {
  line-height:20px;
  color:#666666;
}
table#product-attribute-specs-table { width:100%; }
.page .label, .page .badge {
  background-color:transparent;
  border-radius:0 0 0 0;
  font-size:100%;
  text-shadow:none;
}
.page table th.label { display:block; }
.page .table th, .page .table td {
  outline:medium none;
  padding:12px;
  vertical-align:middle;
}
.table th, .table td {
  border-top:1px solid #dddddd;
  line-height:20px;
  padding:8px;
  text-align:left;
  vertical-align:top;
}
.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 #dedede; }
.data-table tbody td .option-label {
  font-style:italic;
  font-weight:bold;
}
.data-table tbody td .option-value { padding-left:10px; }
.info-box {
  background:url("../images/bkg_block-title.gif") 0 0 repeat-x;
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.info-box h2 { font-weight:bold; }
.info-table th {
  font-weight:bold;
  padding:2px 15px 2px 0;
}
.info-table td { padding:2px 0; }
.cart .cart-collaterals { padding:20px 0; }
.cart .cart-collaterals .crosssell {
  border:1px solid #dedede;
  margin:0;
  padding:15px;
}
.cart .cart-collaterals .crosssell h2 {
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.cart .cart-collaterals .crosssell li.item {
  padding:10px 0;
  border-top:1px solid #dedede;
}
.cart .cart-collaterals .crosssell .product-image {
  display:block;
  float:left;
  outline:medium none;
}
.cart .cart-collaterals .crosssell .product-details {
  float:left;
  width:75%;
  padding-left:10px;
}
.cart .cart-collaterals .crosssell .product-name {
  font-size:102%;
  font-weight:normal;
  margin:0;
  outline:medium none;
  padding:0 0 0 5px;
}
.cart .discount, .cart .shipping {
  border:1px solid #dedede;
  margin:0 0 20px;
  padding:15px;
}
.cart .discount h2, .cart .shipping h2 {
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.cart .discount .discount-form label {
  margin:2px 0;
  font-weight:normal;
  line-height:20px;
}
.cart .discount .input-box {
  margin:8px 0;
  width:100%;
}
.cart .totals {
  border:1px solid #dedede;
  float:right;
}
.cart .totals table {
  margin:0;
  padding:15px;
}
.cart .totals td {
  padding:5px;
  text-align:right;
}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {
  outline:none;
  text-transform:uppercase;
}
.cart .totals .checkout-types {
  outline:none;
  padding:15px;
  text-align:center;
}
.cart .totals .checkout-types li {
  clear:both;
  margin:10px 0;
}
.cart .totals .checkout-types li a { outline:none; }
.cart ul.checkout-types {
  margin:0;
  float:right;
}
#shopping-cart-totals-table {
  margin:15px auto 0;
  padding:0;
}
#shopping-cart-totals-table tfoot td {
  font-size:120%;
  outline:medium none;
  text-transform:uppercase;
}
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse {
  background:url("../images/bkg_collapse.gif") 0 5px no-repeat;
  cursor:pointer;
  float:right;
  padding-left:20px;
  text-align:right;
}
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {
  background-color:#dae1e4;
  color:#626465;
}
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
.cart-tax-info { display:block; }
.cart-tax-info, .cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total {
  background:url("../images/bkg_collapse.gif") 100% 5px no-repeat;
  cursor:pointer;
  display:block;
  padding-right:20px;
}
.cart-tax-info .price, .cart-tax-total .price {
  display:inline !important;
  font-weight:normal !important;
}
.cart-tax-total-expanded { background-position:100% -52px; }
.std .subtitle { padding:0; }
.std ol.ol {
  list-style:decimal outside;
  padding-left:1.5em;
}
.std ul.disc {
  list-style:disc outside;
  margin:0 0 10px;
  padding-left:18px;
}
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin:0 0 10px;
  outline:none;
  padding:0;
}
.std ul {
  list-style:disc outside;
  padding-left:1.5em;
}
.std ol {
  list-style:decimal outside;
  padding-left:1.5em;
}
.std ul ul { list-style-type:circle; }
.std ul ul, .std ol ol, .std ul ol, .std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote {
  font-style:italic;
  padding:0 0 0 1.5em;
}
.std address { font-style:normal; }
.std b, .std strong { font-weight:bold; }
.std i, .std em { font-style:italic; }
.header-act {
  margin-bottom:20px;
}
.callus { text-align:center; padding-top: 10px; padding-bottom: 10px; }
.callus span { font-size: 18px; margin-top: 20px; display: block; font-style: italic; }
.callus h3 { margin-top: 0px; margin-bottom: 5px; font-size: 28px; }
.header { background:#ffffff; }
.header .top-search {
 
}
.header a {
  -webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  outline:none;
  transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.header .logo {
  outline:none;
  padding: 0 0;
  margin:0;
}

.header .logo img {
 width: auto; margin-left: auto; margin-right: auto; 
 max-height: 100px;  max-width: 100%; 
}
.header .logo strong {
  height:0;
  left:-999em;
  line-height:0;
  overflow:hidden;
  position:absolute;
  text-indent:-999em;
  top:-999em;
  width:0;
}
.header .quick-access { padding:5px 0 0;  text-align:center; }
.header .quick-access .welcome-top { float:right; }
.header .quick-access p.welcome-msg {
  float:right;
  font-weight:bold;
  margin:0;
  padding:10px 0;
  text-align:right;
}
.header .quick-access p.vat {
  float:right;
  font-weight:normal;
  margin:0;
  padding:10px 0;
  text-align:right;
}
.header .quick-access .vat {
	padding:10px 0;
	 float:right;
	 text-align:right;
	vertical-align: middle;

}
.header .quick-access .vat input[type="radio"] {
	vertical-align: middle; margin-top: 0px; margin-bottom: 2px; line-height: 40px;

}
.header .quick-access .top-link {
	float: none;
	clear: both;
	font-size: 14px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	width: 90%;
	 text-align:center;
	
}
.header .quick-access .top-link ul.links li {
  background:url("../images/bg-space-top.gif") no-repeat scroll 100% 55% transparent;
  border:medium none;
  float:left;
  font-size:95%;
  height:20px;
  line-height:20px;
  padding:0 11px;
}
.header .quick-access .top-link ul.links li a { text-decoration:none; }
.header .quick-access .top-link ul.links li.last {
  background:none;
  padding-right:0px;
}
.header .quick-access .top-search {

}
.header .quick-access .top-search .form-search {
 
}
.header .quick-access .top-search .form-search input#search {
 border: 1px solid #111;
  box-shadow:none;
  float:left;
  line-height:24px;
  padding:8px 8px;
  width:190px;
   height:34px;
   border-radius: 0px;
}
.header .quick-access .top-search .form-search button.button {
  float:left;
  background:none repeat scroll 0 0 #F7921E;
   padding:8px 8px;
   line-height:24px;
    height:34px;
	margin-left: 10px;

}
.header .quick-access .top-search .form-search button.button span {
  background:none repeat scroll 0 0 transparent;
  border:0 none;
  font:bold 90% / 24px;
  height:24px;
  padding:0 0 0 3px;
}
.header .quick-access .top-search .form-search button.button span span {
  background-position:100% 0;
  padding:0 6px 0 3px;
  text-transform:capitalize;
}
.header .mt-top {
  display:block;
  padding:0 10px;
}
.header .mt-top .form-language {
  background-color:#ffffff;
  font-weight:normal;
  margin:0;
  padding:10px 10px 3px;
  position:relative;
}
.header .mt-top .form-language:hover {
  -moz-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  box-shadow:0 2px 10px rgba(0,0,0,0.15);
}
.header .mt-top .form-language .select { padding:0 10px 0 0; }
.header .mt-top .form-language .sbHolder .sbOptions {
  background-color:#ffffff;
  -moz-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  box-shadow:0 2px 10px rgba(0,0,0,0.15);
  left:auto;
  right:0;
  line-height:1.5em;
  list-style:none outside none;
  width:140%;
  padding:10px;
  position:absolute;
  text-align:left;
  top:32px !important;
  z-index:4000;
}
.header .mt-top .form-language .sbHolder .sbOptions li {
  line-height:normal;
  margin:0;
  padding:0 4px;
  white-space:nowrap;
}
.header .mt-top .form-language .sbHolder .sbOptions li a {
  display:block;
  font-size:100%;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:5px 5px 5px 27px;
  text-align:left;
  transition:background 200ms ease-in-out 0s;
}
.header .mt-top .form-language .language-label {
  font-weight:normal;
  padding:0 10px;
  text-align:left;
  background:url("../images/english.png") no-repeat scroll 0 50% transparent;
  text-indent:-999em;
  width:16px;
}
.header .mt-top .currency .currency-label {
  font-weight:normal;
  padding-right:5px;
  padding-left:10px;
  text-align:left;
}
.header .mt-top .currency .sbHolder {
  background-color:#ffffff;
  font-weight:normal;
  margin:0;
  padding:10px 15px 3px 0;
  position:relative;
  max-width: 120px;
}
.header .mt-top .currency .sbHolder:hover {
  -moz-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  box-shadow:0 2px 10px rgba(0,0,0,0.15);
}
.header .mt-top .currency .sbHolder .sbOptions {
  background-color:#ffffff;
  -moz-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15);
  box-shadow:0 2px 10px rgba(0,0,0,0.15);
  left:auto;
  right:0;
  line-height:1.5em;
  list-style:none outside none;
  width:140%;
  padding:10px;
  position:absolute;
  text-align:left;
  top:100% !important;
  z-index:4000;
}
.header .mt-top .currency .sbHolder .sbOptions li {
  line-height:normal;
  margin:0;
  padding:0 4px;
  white-space:nowrap;
}
.header .mt-top .currency .sbHolder .sbOptions li a {
  display:block;
  font-size:100%;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:5px;
  text-align:left;
  transition:background 200ms ease-in-out 0s;
}
.header .mt-top .store-switcher .select-store-label {
  font-weight:normal;
  padding-left:10px;
  padding-right:5px;
  text-align:left;
}
.header .mt-top .store-switcher .sbHolder {
  background-color:#ffffff;
  font-weight:normal;
  margin:0;
  padding:10px 14px 3px 0;
  position:relative;
}
.header .mt-top .store-switcher .sbHolder .sbOptions {
  background-color:#ffffff;
  border:1px solid #cccccc;
  box-shadow:0 6px 7px 0 rgba(0,0,0,0.15);
  left:0px;
  list-style:none outside none;
  margin:0;
  overflow-y:auto;
  padding:3px 0 !important;
  position:absolute;
  top:32px !important;
  width:100%;
  z-index:1;
}
.header .mt-top .store-switcher .sbHolder .sbOptions li {
  line-height:normal;
  margin:0;
  padding:0 4px;
}
.header .mt-top .store-switcher .sbHolder .sbOptions li a {
  display:block;
  font-size:100%;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:2px;
  text-align:left;
  transition:background 200ms ease-in-out 0s;
}

.sbToggle {
  background:url("../images/select-icons.png") no-repeat scroll 0 0 transparent;
  display:block;
  height:18px;
  outline:medium none;
  position:absolute;
  right:-2px;
  top:9px;
  width:14px;
}
.sbToggle:hover { background:url("../images/select-icons.png") no-repeat scroll 0 -19px transparent; }
.nav-container .nav-header { background:#ffffff; }
input#search {
  background-color:#ffffff;
  border:1px solid #d0c6c2;
  border-radius:3px 3px 3px 3px;
  box-shadow:0 0 5px 0 #cccccc inset;
  color:#7e7e7e;
  font-size:110%;
 height:54px;
  line-height:25px;
  outline:medium none;
  padding-top:15px; padding-bottom: 15px; padding-left: 18px; padding-right: 60px;
  max-width:100%;
	width:100%;
	
	
}
#search_mini_form {margin-top: 22px; height: 60px;}

.form-search .button { float: right; position: absolute; right: 20px; top: 27px;  height:44px;width:44px; background-image:url(../images/search3.gif); background-repeat: no-repeat; background-position: center center;}
@media (min-width: 940px){
	input#search {width: 360px;}
}
@media (max-width: 765px){
	.form-search .button { top: 6px;}
}

.vatincex {padding-right: 20px; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; box-shadow: inset 0px 0px 5px #111; border-radius: 5px; background-color: #F7921E;font-weight: normal; font-size: 14px;}
.vatincex input[type="radio"] { margin-top: -2px !important; margin-right: 3px; margin-left: 10px; }

.page-link {text-align: center; margin-top: 6px; }
.page-link .page-sub-link {display: block; float: left; width: 33%; margin-right: auto; margin-left: auto; border-right: 1px solid #ccc; font-weight: normal; font-size: 16px; }
.page-link .last { border-right: none !important;}
.page-link a i {  margin-right: auto; margin-left: auto;display: block; height: 44px; width: 44px; font-size: 44px; line-height: 50px; margin-bottom: 7px; color: #D07106;}
.page-link a i:hover {color: #F7921E; transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.mt-banner .mt-banner-act {
  background:#ffffff;
  padding:20px 0px 0;
}
.mt-banner .mt-banner-act .banner-transform:hover .mask-banner {
  bottom:0;
  opacity:1;
}
.mt-banner .mt-banner-act .banner-transform:hover p { opacity:1; }
.mt-banner .mt-banner-act .banner-transform img {
  transition:all 0.5s ease-in-out 0s;
  -webkit-transform:all 0.5s ease-in-out 0s;
  width:100%;
}
.mt-banner .mt-banner-act .banner-transform p {
  color:#656565;
  opacity:0;
  transition:all 0.2s linear 0s;
  -webkit-transform:all 0.2s linear 0s;
}
.mt-banner .mt-banner-act .banner-transform .mask-banner {
  background:url("../images/bg-tranfer-mask.png") repeat scroll 0 0 transparent;
  bottom:-100%;
  opacity:1;
  transition:all 0.5s ease-in-out 0s;
  -webkit-transform:all 0.5s ease-in-out 0s;
}
.mt-banner .mt-banner-act .banner {
  position:relative;
  overflow:hidden;
  cursor:default;
  margin-bottom:20px;
  text-align:center;
}
.mt-banner .mt-banner-act .banner p {
  color:#ffffff;
  font-size:100%;
  padding:7px 20px 0;
  position:relative;
  text-align:center;
}
.mt-banner .mt-banner-act .banner .mask-banner {
  float:left;
  height:100%;
  overflow:hidden;
  position:absolute;
  width:100%;
}
.mt-banner .mt-banner-act .banner .mask-banner h2 {
  color:#ffffff;
  font-size:160%;
  line-height:20px;
  margin-bottom:0;
  padding-top:15px;
  position:relative;
  text-align:center;
  text-transform:uppercase;
  transition:all 0.45s ease-in-out 0s;
  -webkit-transform:all 0.45s ease-in-out 0s;
}
.mt-banner .mt-banner-act .banner a.shop-now {
  background:#cfcfcf;
  color:#ffffff !important;
  font-size:110%;
  font-weight:bold;
  height:22px;
  line-height:22px;
  padding:5px 11px 5px 10px;
  border-radius:5px;
  -webkit-radius:5px;
  -webkit-border-radius:all 0.3s ease-in-out 0s;
}
.mt-banner .mt-banner-act .banner a.shop-now:hover {
  background:#8ab808;
  color:#ffffff !important;
}
.mt-banner .mt-banner-act .first a.shop-now { left:25px; }
.sidebar .block .title-divider { display:none; }
.sidebar .block .block-title {
  background:#111;
  padding:8px 10px;
}
.sidebar .block .block-content .product-name a {
  outline:none;
  text-decoration:none;
  text-transform:capitalize;
}
.block {
  background:#fff;
  margin:0 0 12px;
  padding:8px;
  border: 1px solid #ccc;
}
.block .block-title {
  margin:0;
  padding:10px 0;
}
.block .block-title strong {
  font-weight:normal;
  margin:0;
  padding:0;
  text-align:left;
  text-transform:capitalize;
  font-weight:bold;
}
.block .block-title strong span {
  font-size:100%;
  line-height:normal;
  outline:none;
  color:#ffffff !important;
  font-weight:normal;
  text-transform:uppercase;
}
.block .block-title a { text-decoration:none; }
.block .block-subtitle {
  font-weight:normal;
  margin:0;
  padding:5px 0;
}
.block .block-content {
  margin:0;
  padding:12px 10px;
}
.block .block-content li.item {
  margin:0;
  outline:none;
  padding:0;
}
.block .btn-remove, .block .btn-edit {
  margin:0;
  outline:none;
  padding:0;
}
.block .actions {
  padding:6px 9px;
  text-align:center;
}
.block .actions a { float:left; }
.block .actions button.button {
  background-image:none;
  outline:none;
}
.block .empty {
  margin:0;
  padding:0;
}
.order-info {
  background:#dee5e8;
  border:1px solid #d0cbc1;
  margin:0 0 8px;
  padding:4px 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }
.order-date { margin:10px 0; }
.order-info-box {
  background:#ffffff url("../images/bkg_block-title.gif") 0 0 repeat-x;
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.order-info-box h2 {
  font-size:130%;
  font-weight:normal;
  text-transform:uppercase;
}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th {
  font-weight:bold;
  padding-right:7px;
}
.order-items {
  overflow-x:auto;
  width:100%;
}
.order-items h2, .order-items h3 {
  clear:none;
  color:#0a263c;
  font-size:100%;
  font-weight:normal;
  margin:0 0 5px;
  padding:0;
}
.order-items .product-name { font-weight:normal; }
.order-items .link-print {
  color:#1e7ec8;
  font-weight:normal;
}
.order-items .order-links { text-align:right; }
.order-additional { margin:15px 0; }
.gift-message dd { margin:5px 0 0; }
.order-about dt { font-weight:bold; }
.order-about dd { margin:0 0 7px; }
.tracking-table { margin:0 0 15px; }
.tracking-table th {
  font-weight:bold;
  white-space:nowrap;
}
.tracking-table-popup { width:100%; }
.tracking-table-popup th {
  font-weight:bold;
  white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td { padding:1px 8px; }
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address {
  float:left;
  margin-left:15px;
}
.page-print h1, .page-print h2, .page-print h3 { font-weight:bold; }
.page-print h2.h2 { font-weight:bold; }
.page-print .order-date {
  background:url("../images/bkg_divider1.gif") 0 100% repeat-x;
  margin:0 0 10px;
  padding:0 0 10px;
}
.page-print .col2-set { margin:0 0 10px; }
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax, .page-print .price-incl-tax {
  display:block;
  white-space:nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price { display:inline; }
.block-viewed .block-content ol li p.product-name { margin:0; }
.block-account .block-content ul li { line-height:28px; }
.block-account .block-content ul li a { font-size:100%; }
.block-account .block-content ul li.current strong { color:#F7921E; }
.block-cart .summary {
  margin:0;
  padding:0;
  position:relative;
  z-index:1;
}
.block-cart .amount {
  margin:0;
  font-size:100%;
}
.block-cart .amount a { font-weight:600; }
.block-cart ol.mini-products-list li { padding:5px 0 !important; }
.block-cart .block-content .actions {
  margin:0 auto;
  outline:none;
  padding:10px 0;
  text-align:center;
}
.block-cart .block-content .block-subtitle {
  font-weight:normal;
  padding:0 0 10px 0;
  text-align:center;
}
.block-cart .block-content ol, .block-cart .block-content ul { margin:0; }
.block-cart .block-content ol li.item, .block-cart .block-content ul li.item {
  padding-left:0px;
  padding-right:0px;
}
.block-cart .block-content ol li.item.last, .block-cart .block-content ul li.item.last { padding-bottom:0; }
.block-cart .block-content ol li.item .product-image, .block-cart .block-content ul li.item .product-image {
  margin:0;
  outline:none;
  padding:0;
  border:1px solid #cccccc;
}
.block-cart .block-content ol li.item .product-image img, .block-cart .block-content ul li.item .product-image img { max-width:100%; }
.block-cart .block-content ol li.item .product-details, .block-cart .block-content ul li.item .product-details {
  height:auto;
  line-height:normal;
  outline:medium none;
  position:relative;
  padding-right:0;
}
.block-cart .block-content ol li.item .product-details .product-name, .block-cart .block-content ul li.item .product-details .product-name {
  height:auto;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0 0 3px;
}
.block-cart .block-content ol li.item .product-details .removeitem, .block-cart .block-content ul li.item .product-details .removeitem { padding-top:3px; }
.block-cart .block-content ol li.item .product-details .price, .block-cart .block-content ul li.item .product-details .price {
  font-weight:bold;
  padding:0 0 0 5px;
}
.block-cart .block-content ol li.item .product-details .truncated, .block-cart .block-content ul li.item .product-details .truncated { padding:5px; }
.block-cart .block-content ol li.item .product-details .actions a {
  font-size:90%;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
}
.block-cart .block-content .summary .subtotal .label {
  background:transparent none;
  border-radius:0;
  box-shadow:none;
  font-weight:normal;
  padding:2px 0;
  text-shadow:none;
  color:#666666;
  font-size:100%;
}
.block-cart .subtotal {
  margin:0;
  padding:0;
  text-align:left;
}
.block-cart .subtotal .price {
  color:#d9673b;
  font-weight:normal;
}
.block-cart .subtotal .paypal-logo {
  float:left;
  margin:3px 0 0;
  text-align:right;
  width:100%;
}
.block-cart .subtotal .paypal-logo .paypal-or {
  clear:both;
  display:block;
  padding:0 55px 8px 0;
}
.product-details .btn-edit {
  float:left;
  font-size:97%;
  font-weight:normal;
  height:16px;
  line-height:16px;
  outline:medium none;
  padding:0 10px 0 0;
  text-indent:inherit;
  text-transform:none;
  width:auto;
}
.product-details .btn-remove {
  float:left;
  font-size:97%;
  font-weight:normal;
  height:16px;
  line-height:16px;
  outline:medium none;
  padding:0 10px 0 0;
  text-indent:inherit;
  text-transform:none;
  width:auto;
}
.btn-edit span.icon {
  background-image:url("../images/btn-edit.png");
  border-radius:50% 50% 50% 50%;
  float:left;
  height:16px;
  margin:0 5px 0 0;
  outline:medium none;
  padding:0;
  width:16px;
}
.btn-remove span.icon, .block-compare .btn-remove, .mtajaxcompare a.btn-remove {
  background-image:url("../images/btn-remove.png");
  border-radius:50% 50% 50% 50%;
  float:left;
  height:16px;
  outline:medium none;
  padding:0;
  width:16px;
  margin:0 5px 0 0;
}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
.block-wishlist .block-subtitle {
  font-weight:normal;
  line-height:normal;
  outline:none;
  padding:0 0 10px 0;
  text-align:center;
}
.block-wishlist ol, .block-wishlist ul { margin:0; }
.block-wishlist .block-content li.item {
  margin:0;
  padding:0 0 12px 0;
}
.block-wishlist .block-content li.item .product-image {
  outline:none;
  border:1px solid #cccccc;
  display:block;
  padding:0;
}
.block-wishlist .block-content li.item .product-image img { max-width:100%; }
.block-wishlist .block-content li.item .product-details {
  outline:none;
  padding-right:0;
}
.block-wishlist .block-content li.item .product-details .product-name {
  height:auto;
  margin:0;
  padding:0;
}
.block-wishlist .block-content li.item .product-details .price-box {
  margin:0;
  overflow:hidden;
}
.block-wishlist .block-content li.item .product-details .price-box .old-price { margin:3px 0 0 10px; }
.block-wishlist .block-content li.item .product-details .price-box span {
  font-size:100%;
  font-weight:bold;
  outline:none;
}
.block-wishlist .block-content li.item .product-details p {
  line-height:normal;
  margin:0;
  width:100%;
  padding-top:5px;
}
.block-wishlist .block-content li.item .product-details .btn-remove {
  outline:none;
  width:100%;
  height:20px;
  padding:2px 0;
}
.block-wishlist .block-content li.item .product-details .btn-remove span.icon { margin-top:0px; }
.block-wishlist .block-content li.item.last { padding-bottom:0; }
.block-wishlist .block-content .actions {
  outline:none;
  text-align:center;
}
.block-wishlist .price-box .old-price, .block-wishlist .price-box .regular-price, .block-wishlist .price-box .special-price { display:inline-block; }
.block-wishlist .price-box .regular-price, .block-wishlist .price-box .special-price { float:left; }
.block-compare .block-content ol, .block-compare .block-content ul { margin:0; }
.page-popup {
  padding:25px 30px;
  text-align:left;
  background:#ffffff !important;
}
.catalog-product-compare-index .page-title {
  padding-bottom:25px;
  padding-top:0;
}
.catalog-product-compare-index table thead { background-color:#ececec; }
#product_comparison td {
  outline:medium none;
  text-align:center;
  vertical-align:top;
}
.block-compare .block-content .actions { padding:10px 0; }
.block-compare .block-content .actions a {
  display:inline-block;
  float:none;
  margin:0;
  padding:10px 0 0;
  font-size:100%;
}
.block-compare .block-content .actions a span.btn-remove {
  margin:2px 3px 0 0;
  outline:none;
}
.block-compare .block-content ol li.item, .block-compare .block-content ul li.item { padding:2px 0; }
.block-compare .block-content ol li.item .product-name, .block-compare .block-content ul li.item .product-name {
  height:15px;
  height:auto !important;
  min-height:20px;
}
.block-compare .block-content ol li.item .product-name a, .block-compare .block-content ul li.item .product-name a {
  font-weight:normal;
  outline:none;
}
.block-compare .block-content p.product-name {
  line-height:normal;
  margin:0 0 0 20px;
  outline:none;
  padding:0;
}
.block-compare .btn-remove {
  float:left;
  margin:1px 0 0 0;
  text-indent:-999em;
  background-color:#cfcfcf;
}
#block-compare li.item {
  line-height:normal;
  margin:0;
  padding:5px 0;
}
.page-popup .link-print {
  background:url("../images/i_print.gif") 0 2px no-repeat;
  font-weight:normal;
  outline-style:none;
  padding:2px 0 2px 25px;
}
.compare-table { border:0; }
.compare-table thead tr.first th, .compare-table thead tr.first td {
  background:none;
  border:0;
  line-height:0;
  padding:0;
}
.compare-table .btn-remove {
  background-color:CFCFCF;
  height:16px;
  width:16px;
  text-indent:-999em;
}
.compare-table tbody th { font-weight:normal; }
.compare-table th, .compare-table td { border-left:1px solid #dedede; }
.compare-table .price-box { text-align:center; }
.compare-table p { text-align:center; }
.compare-table tbody th, .compare-table tbody td {
  border-left:1px solid #dedede;
  border-top:1px solid #dedede;
  padding:10px;
}
.compare-table tbody td.last { border-right:1px solid #dedede; }
.compare-table tbody tr.last th, .compare-table tbody tr.last td { border-bottom:1px solid #dedede !important; }
.compare-table tr.add-to-row td {
  background:#fffada;
  text-align:center;
}
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {
  font-weight:normal;
  margin:0 0 5px;
  font-size:15px;
}
.compare-table tr.first td .product-name a { outline:none; }
.compare-table tr.first td .ratings {
  margin:0 auto;
  width:69px;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p { margin:0; }
.compare-table ul.add-to-links {
  clear:both;
  padding-top:10px;
}
.block-poll .actions button.button { float:none; }
.block-poll button span {
  -webkit-transition:all 0.2s linear 0s;
  transition:all 0.2s linear 0s;
}
.block-poll .block-subtitle {
  font-weight:normal;
  padding:0;
}
.block-poll label {
  cursor:pointer;
  margin:0;
  padding:0;
}
.block-poll input.radio {
  float:left;
  margin:0 5px 0 0;
  outline:none !important;
  padding:0;
  width:auto;
}
.block-poll .label {
  background:none;
  border-radius:0;
  display:inline-block;
  float:none;
  font-weight:normal;
  margin:0;
  padding:0;
  text-shadow:none;
  width:auto;
  font-size:100%;
}
.block-poll .label label {
  line-height:22px;
  color:#666666;
  font-weight:normal;
}
.block-poll ol, .block-poll ul { margin:0; }
.block-poll li {
  margin:10px 0;
  padding:0;
}
.block-poll .answer { font-weight:normal; }
.block-poll .votes {
  float:right;
  margin-left:10px;
}
.block-poll .actions {
  margin:0;
  padding:10px 0;
  text-align:center;
}
.block-poll ul { margin:0 0 0 15px; }
.block-poll ul#poll-answers li { padding:0; }
.block-poll li span label {
  font-size:100%;
  outline:none;
}
.block-tags ul {
  margin:0;
  padding:0;
}
.block-tags .block-content .tags-list {
  border:0;
  margin:0;
  padding:0;
  text-align:left;
}
.block-tags .block-content .tags-list li {
  height:auto;
  line-height:2.3em;
  margin:0;
  padding:0;
}
.block-tags .actions { text-align:center; }
.block-tags .actions a {
  -webkit-border-radius:3px;
  border-radius:3px;
  display:inline-block;
  float:none;
  padding:7px 15px;
}
.tags-list li {
  display:inline !important;
  margin:0 4px 0 0;
}
.block-tags .block-content .tags-list li a:hover { outline:none; }
.product-view {
  margin:0px;
  background:none repeat scroll 0 0 #444;
  padding:1px;
}
.product-view .product-essential-top {
  background:none repeat scroll 0 0 #ffffff;
  padding:15px;
}
.product-view .product-shop { text-align:left; }
.product-view .product-shop .no-rating { margin:0; }
.product-view .product-shop .rating-links { margin:0; }
.product-view .product-shop .email-friend { margin:10px 0 10px 0; }
.product-view .product-shop .add-to-cart { padding:18px 0; }
.product-view .product-shop .add-to-box {
  margin:0;
  width:100%;
  clear:both;
}
.product-view .product-shop .add-to-box .add-to-links {
  padding:10px 0;
  clear:both;
}
.product-view .product-shop .add-to-box .add-to-links p {
  margin:0;
  padding-bottom:10px;
}
.product-view .product-shop .old-price .price {
  font-size:130%;
  font-weight:normal;
  outline:none;
}
.product-view .mt-actions { width:100%; }
.product-view .block-related .mt-actions { width:105%; }
.product-view .product-essential { margin:0px; }
.product-view .product-essential h2 {
  border:0;
  outline:none;
  font-size:120%;
}
.product-view .product-essential h3 {
  font-size:16px;
  font-weight:normal;
  margin:0;
  outline:none;
  padding:0;
  text-transform:capitalize;
}
.product-shop .add-to-cart .btn-cart {
  float:left;
  padding-right:10px;
}
.product-shop .add-to-cart .btn-cart span {
  background:none repeat scroll 0 0 #75ab00;
  height:auto;
  line-height:36px;
  border:0 none;
  color:#ffffff;
  font-family:open sans, Helvetica, sans-serif;
  font-size:118%;
  font-weight:bold;
  padding:0 0 0 9px;
  text-transform:capitalize;
}
.product-shop .add-to-cart .btn-cart span span {
  background:url("../images/icon_addtocart_product_list.png") no-repeat scroll left center transparent;
  font-weight:normal;
  padding:0 10px 0 23px;
}
.product-shop .add-to-cart label {
  float:left;
  padding-right:5px;
  padding-top:5px;
  font-size:120%;
  font-weight:normal;
}
.product-shop .add-to-cart input.input-text {
  float:left;
  height:35px;
  text-align:center;
  width:50px !important;
}
#product-options-wrapper dd div.input-box ul li input.product-custom-option {
  display:inline-block;
  margin:0;
}
#product-options-wrapper dd div.input-box ul li span.label label {
  color:#666666;
  font-weight:normal;
}
.product-shop .add-to-cart .btn-cart:hover span { background:none repeat scroll 0 0 #cfcfcf; }
.product-shop .add-to-cart .btn-cart:hover span span { background:url("../images/icon_addtocart_product_list.png") no-repeat scroll left center #cfcfcf; }
.checkout-progress {
  margin:50px 0 20px;
  padding:0;
}
.checkout-progress li {
  float:left;
  font-weight:normal;
  padding:0 0 2px;
  text-align:center;
  width:20%;
}
.checkout-progress li div {
  border-top:10px solid #ececec;
  margin:0 3px 0 0;
}
.checkout-progress li.active div { border-color:#F7921E; }
.multiple-checkout h2 {
  font-size:105%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size:110%;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .box { margin:10px; }
.multiple-checkout .select-shipping { margin:10px; }
.multiple-checkout .col2-set {
  border:1px solid #dedede;
  margin:0;
  padding:0 0 20px;
}
.multiple-checkout .col2-set h3 { padding:0 0 10px; }
.multiple-checkout .col2-set .col-narrow { width:50%; }
.multiple-checkout .col2-set .col-wide { width:50%; }
.multiple-checkout .col2-set h2.legend {
  border-bottom:1px solid #dedede;
  margin:0;
  padding:10px;
  position:relative;
}
.multiple-checkout .col2-set h3.legend { padding:10px; }
.multiple-checkout .col3-set {
  border:1px solid #dedede;
  margin:0;
  padding:0;
}
.checkout-multishipping-shipping .box-sp-methods {
  border:1px solid #dedede;
  padding:15px;
  position:relative;
}
#multiship-addresses-table td .btn-remove2 {
  border-radius:50% 50% 50% 50%;
  background-color:#cfcfcf;
}
#multiship-addresses-table td .btn-remove2:hover { background-color:#F7921E; }
.btn-remove2 {
  background:url("../images/btn-remove.png") no-repeat scroll 0 0 transparent;
  height:16px;
  width:16px;
}
.no-display { display:none; }
.ratings-table {
  width:100%;
  margin-bottom:10px;
  margin-top:10px;
}
.ratings-table th, .ratings-table td {
  border:1px solid #dddddd;
  font-weight:normal;
  line-height:20px;
  padding:12px;
  vertical-align:middle;
}
.product-view .box-reviews h1, .product-view .box-reviews h2, .product-view .box-reviews h3, .product-view .box-reviews h4, .product-view .box-reviews h5, .product-view .box-reviews h6 {
  font-size:115%;
  font-weight:normal;
  height:auto;
  line-height:normal;
  outline:medium none;
}
.rating-box {
  background:url("../images/bkg_rating.png") repeat-x scroll 0 0 transparent;
  display:inline-block;
  height:16px;
  position:relative;
  vertical-align:middle;
  width:80px;
}
.rating-box .rating {
  background:url("../images/bkg_rating.png") repeat-x scroll 0 100% transparent;
  height:14px;
  left:0;
  position:absolute;
  top:0;
}
.product-view .product-shop .product-options, .account-login .buttons-set {
	background-color: #F8F8F8;
}
#product-options-wrapper { position:static; }
.product-view .product-options-bottom .price-box { display:none; }
.product-view .product-shop .product-options {
  border:0 none;
  margin:20px 0 0;
  padding:15px;
}
.product-view .product-shop .product-options dt label.required {
  color:#666666;
  font-size:100%;
  line-height:normal;
  margin:0;
  padding:3px 0 0;
  font-weight:normal;
}
.product-view .product-shop .product-options dt label.required em {
  float:left;
  margin-right:5px;
  margin-top:4px;
}
.product-view .product-shop .product-options dd {
  margin:0;
  padding:0 0 15px;
}
.product-view .product-shop .product-options dd select {
  background-color:#ffffff;
  border:1px solid #cccccc;
  border-radius:0 0 0 0;
  color:#908e8e;
  font-size:100%;
  height:auto;
  line-height:normal;
  margin:0px;
  outline:medium none;
  padding:2px;
  width:100%;
}
.required em, em.required { color:#d9673b; }
.col3-layout .product-view .product-img-box {
  float:none;
  margin:0 auto;
}
.product-view .product-img-box {
  position:relative;
  z-index:1;
}
.product-view .product-img-box .img-box .product-image-non-zoom img { max-width:100%; }
.product-view .product-img-box .img-box .product-image-non-zoom img:hover { opacity:1; }
.product-view .product-img-box .product-image {
  margin:0 0 15px 0;
  text-align:center;
}
.product-view .product-img-box .product-image-zoom img {
  cursor:move;
  max-width:100%;
}
.product-view .product-img-box .product-image-zoom img:hover { opacity:1; }
.product-view .product-img-box .zoom-notice {
  margin:0 0 5px;
  text-align:center;
}
.product-view .product-img-box .zoom {
  background:url("../images/slider_bg.gif") 50% 50% no-repeat;
  cursor:pointer;
  height:18px;
  margin:0 auto 13px;
  padding:0 28px;
  position:relative;
  z-index:9;
}
.product-view .product-img-box .zoom #track {
  height:18px;
  position:relative;
}
.product-view .product-img-box .zoom #handle {
  background:url("../images/magnifier_handle.gif") 0 0 no-repeat;
  height:22px;
  left:0;
  position:absolute;
  top:-1px;
  width:9px;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  left:2px;
  position:absolute;
  top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position:absolute;
  right:2px;
  top:0;
}
.product-view .product-img-box .mt-more-views { margin:0px; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul { margin-left:-9px; }
.product-view .product-img-box .more-views li {
  margin:0;
  outline:none;
  padding:0;
  float:left;
  width:70px;
}
.product-view .product-img-box .more-views li a {
  border:1px solid #dddddd;
  display:inline-block;
  outline:medium none;
}
.product-view .product-img-box .more-views li a:hover { border:1px solid #F7921E; }
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set {
  border:0;
  clear:none;
  float:right;
  margin:0;
  padding:0;
}
.product-image-popup .nav {
  font-weight:bold;
  margin:0 100px;
  text-align:center;
}
.product-image-popup .image {
  display:block;
  margin:10px 0;
}
.product-image-popup .image-label {
  font-weight:bold;
  margin:0 0 10px;
}
.col3-layout .product-view .product-shop {
  float:none;
  width:auto;
}
.product-view .product-shop .product-name {
  margin-bottom:20px; margin-top: 10px;
  padding:0;
}
.product-view .product-shop .product-name h1 {
  font-size:188%;
  line-height:30px;
  margin:0;
  padding:0;
  text-transform:capitalize;
  color:#333333;
}
.product-view .product-shop .availability {
  margin:0;
  padding:8px 0 12px;
}
.product-view .product-shop .short-description {
  margin:2px 0 0;
  padding:0;
}
.product-view .product-shop .price-box {
  margin:0;
  overflow:hidden;
  padding:0;
}
.product-view .product-shop .price-box .old-price {
  display:inline-block;
  padding:0px 0 0 12px;
}
.product-view .product-shop .price-box .special-price {
  display:inline-block;
  float:left;
}
.product-view .product-shop .price-box .regular-price {
  display:inline-block;
  float:left;
}
.product-view .product-shop .price-box .regular-price .price { font-size:200%; }
.product-view .product-shop .addtolink .add-to-links .send-email, .product-view .product-shop .addtolink .add-to-links .compare { float:left; }
.product-view .product-shop .addtolink .add-to-links .mt-actions { padding-right:10px; }
.product-view .product-shop .addtolink .add-to-links span.icon {
  -webkit-transition:background-color 800ms ease 0s, background-position 400ms ease 0s;
  background:url("../images/logo-plus.png") no-repeat scroll 0 100%;
  cursor:pointer;
  float:left;
  height:15px;
  outline:medium none;
  transition:background-color 800ms ease 0s, background-position 400ms ease 0s;
  width:12px;
}
.product-view .product-shop .addtolink .add-to-links li { margin:0; }
.product-view .product-shop .addtolink .add-to-links .mt-actions a {
  background-color:transparent;
  background-image:none;
  border:0 none;
  font-weight:normal;
  height:20px;
  line-height:20px;
  margin:0;
  outline:medium none;
  padding:0;
  text-align:left;
  text-indent:inherit;
  width:auto;
}
.product-view .product-shop .addtolink .add-to-links .mt-actions a span.label {
  margin:0;
  padding:0 0 0 5px;
}
.product-view .mt-actions span.label {
  font-weight:normal;
  height:20px;
  line-height:20px;
  padding:0 0 0 10px;
}
.product-view .product-static { float:right; }
.product-view .product-static img { width:100%; }
.block-reorder ol#cart-sidebar-reorder li input {
  float:left;
  margin:0;
}
.block-reorder ol#cart-sidebar-reorder li p.product-name {
  float:left;
  padding-left:5px;
}
.product-new-label, .product-sale-label {
  background-repeat:no-repeat;
  height:40px;
  outline:medium none;
  position:absolute;
  width:40px;
  z-index:1;
}
.product-new-label {
  background-color:#0878e1;
  border-radius:26px 26px 26px 26px;
  -moz-radius:26px 26px 26px 26px;
  -webkit-radius:26px 26px 26px 26px;
  -o-radius:26px 26px 26px 26px;
  color:#ffffff;
  font-size:100%;
  font-weight:600;
  line-height:40px;
  text-align:center;
}
.product-sale-label {
  background-color:#e00500;
  border-radius:26px 26px 26px 26px;
  -moz-radius:26px 26px 26px 26px;
  -webkit-radius:26px 26px 26px 26px;
  -o-radius:26px 26px 26px 26px;
  color:#ffffff;
  font-size:100%;
  font-weight:600;
  line-height:40px;
  text-align:center;
}
.product-image .product-sale-label { background-position:0 0; }
.product-image .product-new-label { background-position:0px -40px; }
.product-new-label {
  right:0px;
  top:0px;
}
.product-sale-label {
  left:5px;
  top:5px;
}
.send-friend button.button { padding-bottom:10px; }
.addto-gaps-right li { margin-right:10px; }
.add-to-links li { padding:5px 0; }
.add-to-links li .v-centered-content { display:table; }
.add-to-links li .v-centered-content:hover {
  color:#F7921E;
  text-decoration:none;
}
.add-to-links li .v-centered-content .v-center {
  display:table-cell;
  vertical-align:middle;
  color:#656565;
  font-weight:normal;
  font-size:100%;
}
.add-to-links li .v-centered-content .v-center:hover {
  color:#F7921E;
  text-decoration:none;
}
.feature.v-centered-content .v-center .icon { margin:0 5px 0 0; }
.feature span.icon { padding:3px; }
.icon.i-wishlist-bw {
  background-image:url("../images/sprite.png");
  background-position:-9px -9px;
}
.icon.i-compare-bw {
  background-image:url("../images/sprite.png");
  background-position:-59px -9px;
}
.icon.i-recommend-bw {
  background-image:url("../images/sprite.png");
  background-position:-109px -9px;
}
.feature .icon {
  margin:0 15px 10px 0;
  max-height:30px;
  max-width:30px;
  float:left;
}
div.icon, span.icon {
  background-color:#cfcfcf;
  background-position:0 0;
  background-repeat:no-repeat;
  border-radius:50% 50% 50% 50%;
  display:inline-block;
  height:30px;
  padding:3px;
  width:30px;
}
div.icon:hover, span.icon:hover { background-color:#F7921E; }
span.icon-hover, .feature-icon-hover span.icon {
  transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.icon-hover.i-compare-bw:hover, .feature-icon-hover:hover .icon.i-compare-bw {
  background-image:url("../images/sprite.png");
  background-position:-59px -59px;
}
.icon-hover.i-wishlist-bw:hover, .feature-icon-hover:hover .icon.i-wishlist-bw {
  background-image:url("../images/sprite.png");
  background-position:-9px -59px;
}
.icon-hover.i-recommend-bw:hover, .feature-icon-hover:hover .icon.i-recommend-bw {
  background-image:url("../images/sprite.png");
  background-position:-109px -59px;
}
.product-details .btn-remove span.icon:hover, .btn-remove span.icon:hover, .btn-edit span.icon:hover, .block-compare .btn-remove:hover, .block-compare li:hover a.btn-remove, .block-compare .block-content .actions a:hover span.btn-remove, .product-details .btn-remove span.icon:hover, .my-wishlist a.btn-edit:hover, .my-wishlist a.btn-remove:hover, table td a.btn-edit:hover, table th a.btn-edit:hover, table td a.btn-remove:hover, table th a.btn-remove:hover, .search-form-border, .compare-items .actions a:hover, .block-layered-nav .currently .btn-remove:hover, .product-view .product-shop a.link-wishlist:hover span.icon, .product-view .product-shop a.link-compare:hover span.icon, .product-view .product-shop .email-friend a:hover span.icon { background-color:#F7921E; }
#back-top span:hover, .toolbar .pager .view-mode span strong, .toolbar .pager .view-mode span a:hover, .toolbar .sbHolder a.sbToggle, .toolbar .sbHolder a.sbToggle:hover, .toolbar .pager .view-mode span:hover strong, .toolbar .pager .pages li a:hover, .product-view .product-shop .add-to-box .add-to-links .mt-actions a:hover span.icon, .product-view .product-shop .add-to-links span.icon:hover, .product-view .product-shop .add-to-cart input.items:hover, .ajax-container .product-details .btn-edit span.icon:hover, .ajax-container .product-details .btn-remove span.icon:hover, .btn-remove span.icon:hover, .btn-edit span.icon:hover, .block-related .product-title .pagenav span:hover, .block-compare .btn-remove:hover span.icon, .mt-more-images span:hover, .thumbnail-direction-nav a:hover, .mt-ajax-container .access a:hover span.icon, a.btn-edit:hover span, a.btn-remove:hover span, button.btn-edit:hover, button.btn-remove:hover, .block-compare li:hover a.btn-remove, .block-compare .block-content .actions a:hover span.btn-remove, .my-wishlist a.btn-edit:hover, .my-wishlist a.btn-remove:hover, table td a.btn-edit:hover, table th a.btn-edit:hover, table td a.btn-remove:hover, table th a.btn-remove:hover, ul#sort-direction li a:hover, .search-form-border, .compare-items .actions a:hover, .top-compare a.btn-remove, .block-layered-nav .currently .btn-remove:hover { background-color:#F7921E; }
.category-products .toolbar .col-lg-6 { width:50%; }
.category-products .toolbar .col-lg-4 { width:33.3333%; }
.toolbar .getPager li > a {
  background-color:#ffffff;
  display:inline-block;
}
.toolbar .getPager li > span {
  background-color:#ffffff;
  display:inline-block;
}
.toolbar .getPager {
  list-style:none outside none;
  text-align:center;
}
.toolbar .getPager .pages strong { font-weight:normal; }
.toolbar .getPager .pages li { display:inline; }
.toolbar .getPager .pages ol {
  display:inline-block;
  padding:10px 0;
}
.toolbar .getPager .pages ol li {
  color:#7e7e7e;
  font-size:105%;
  padding:0 5px;
}
.toolbar .getPager .pages ol li a {
  border:0 none;
  border-radius:3px 3px 3px 3px;
  color:#7e7e7e;
  height:22px;
  margin:0;
  outline:medium none;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:24px;
}
.toolbar .getPager .pages ol li a.next { line-height:17px; }
.toolbar .getPager .pages ol li a img { vertical-align:middle; }
.toolbar .getPager .pages ol li.current {
  background-color:#F7921E;
  border-radius:3px 3px 3px 3px;
  color:#ffffff;
  display:inline-block;
  height:22px;
  margin:0;
  outline:medium none;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:24px;
}
.toolbar .toolbar-top {
  background:none repeat scroll 0 0 #f8f8f8;
  margin:0 0 13px;
  padding:0;
  text-align:left;
}
.toolbar .toolbar-top .pager {
  margin:0px;
  padding:10px;
  border-bottom:1px solid #e2e2e2;
}
.toolbar .toolbar-top .pager .amount {
  float:left;
  margin:0;
  text-align:left;
  padding-top:4px;
}
.toolbar .toolbar-top .pager .pages strong { font-weight:normal; }
.toolbar .toolbar-top .pager .pages ol { display:inline; }
.toolbar .toolbar-top .pager .pages ol li {
  padding:0 5px;
  color:#7e7e7e;
  font-size:105%;
}
.toolbar .toolbar-top .pager .pages ol li.current {
  background-color:#F7921E;
  border-radius:3px 3px 3px 3px;
  color:#ffffff;
  display:inline-block;
  height:22px;
  margin:0;
  outline:medium none;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:24px;
}
.toolbar .toolbar-top .pager .pages ol li a {
  border:0 none;
  border-radius:3px 3px 3px 3px;
  color:#7e7e7e;
  height:22px;
  margin:0;
  outline:medium none;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:24px;
}
.toolbar .toolbar-top .pager .pages ol li a img { vertical-align:middle; }
.toolbar .toolbar-top .pager .pages ol li a.next { line-height:17px; }
.toolbar .toolbar-top .pager .pages ol li a:hover { color:#ffffff; }
.toolbar .toolbar-top .pager .view-mode {
  text-align:right;
  float:right;
  margin:0;
  padding-top:4px;
}
.toolbar .toolbar-top .pager .view-mode label {
  font-size:100%;
  font-weight:normal;
  display:inline-block;
}
.toolbar .toolbar-top .pager .view-mode a { cursor:pointer; }
.toolbar .toolbar-top .pager .view-mode strong {
  display:inline-block;
}
.toolbar .toolbar-top .pager .view-mode a {
  display:inline-block;
  cursor:pointer;
}
.toolbar .toolbar-top .pager .view-mode a img { vertical-align:middle; }
.toolbar .toolbar-top .pager .sort-by {
  float:left;
  padding-left:10px;
}
.toolbar .toolbar-top .pager .sort-by a img {
  vertical-align:middle;
  cursor:pointer;
}
.toolbar .toolbar-top .pager .sort-by label {
  color:#666666;
  font-size:100%;
  font-weight:normal;
}
.toolbar .toolbar-top .pager .limiter {
  float:left;
  padding-right:10px;
  padding-left:10px;
}
.toolbar .toolbar-top .pager .limiter label {
  color:#666666;
  font-size:100%;
  font-weight:normal;
  display:inline-block;
}
.toolbar .toolbar-top .pager .limiter .mt-limit { display:inline-block; }
.toolbar .toolbar-top .sorter {
  border-bottom:medium none;
  border-top:1px solid #e2e2e2;
  margin:0;
  text-align:center;
  line-height:14px;
  padding:5px;
}
.toolbar .toolbar-top .sorter .view-mode {
  text-align:left;
  float:left;
  margin:0;
  padding-top:4px;
}
.toolbar .toolbar-top .sorter .view-mode label {
  color:#666666;
  font-size:100%;
  font-weight:normal;
  display:inline-block;
}
.toolbar .toolbar-top .sorter .view-mode a { cursor:pointer; }
.toolbar .toolbar-top .sorter .view-mode strong {
  color:#F7921E;
  display:inline-block;
}
.toolbar .toolbar-top .sorter .view-mode a {
  display:inline-block;
  cursor:pointer;
}
.toolbar .toolbar-top .sorter .view-mode a img { vertical-align:middle; }
.toolbar .toolbar-top .sorter .sort-by { float:right; }
.toolbar .toolbar-top .sorter .sort-by label {
  color:#666666;
  font-size:100%;
  font-weight:normal;
  display:inline-block;
}
.toolbar .toolbar-top .sorter .sort-by .mt-sort { display:inline-block; }
.toolbar .toolbar-top .sorter .sort-by a {
  display:inline-block;
  cursor:pointer;
}
.toolbar .toolbar-top .sorter .sort-by a img { vertical-align:middle; }
.toolbar .toolbar-top .sorter .pages {
  display:inline-block;
  padding-top:10px;
}
.toolbar .toolbar-top .sorter .pages strong {
  float:left;
  font-weight:normal;
  margin-right:5px;
  padding-top:7px;
}
.toolbar .toolbar-top .sorter .pages ol { display:inline; }
.toolbar .toolbar-top .sorter .pages li {
  display:block;
  float:left;
  margin:0 0 0 1px;
  text-align:center;
  height:30px;
  width:30px;
  background:#ffffff;
  line-height:26px;
}
.category-products .col-lg-3 { min-height:330px !important; }
.category-products .col-lg-3 .confix-produclist ul li a { margin-bottom:5px; }
.category-products .col-lg-6 h3.product-name, .category-products .col-lg-6 .ratings, .category-products .col-lg-6 .price-box { text-align:center !important; }
.category-products .col-lg-6 .addtocart { float:none !important; }
.category-products .col-lg-6 .actions .confix-produclist-category { float:none !important; }
.category-products .item {
  border:3px solid #f2f2f2;
  margin-bottom:10px;
  text-align:center;
  margin-right:10px;
  float:left;
  padding:0;
  position:relative;
  min-height:345px;
}
.category-products .item a.product-image img { margin-top:5px; }
.category-products .item.last { margin-right:0; }
.category-products .item .ratings {
  text-align:left;
  padding-left:10px;
}
.category-products .item h3.product-name {
  font-size:110%;
  margin-top:6px;
  margin-bottom:0px;
  padding-left:10px;
  text-align:left;
  overflow:hidden;
  height:38px;
}
.category-products .item h3.product-name a {
  font-size:100%;
  font-weight:normal;
  outline:medium none;
  text-transform:capitalize;
}
.category-products .item .price-box {
  padding:5px 0;
  padding-left:10px;
  text-align:left;
}
.category-products .price-box .price, .catpanel .price {
 font-size: 140%;
}
.catpanel .minimal-price-link .price {
 font-size: 100%;
}
.product-view .price {  font-size: 140%;}
.price-box .label { font-size: 11px; padding-right: 2px; }
.category-products .item .price-box p.minimal-price { margin:0; }
.category-products .item .actions .addtocart, .category-products .item .actions .detail {
  display:inline-block;
  padding-left:10px;
}
.category-products .item .actions .confix-produclist-category, .confix-produclist {
  padding-left:5px;
  display:inline-block;
  text-align:left;
  float:left;
}
.category-products .item .actions .confix-produclist-category ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.category-products .item .actions .confix-produclist-category ul li a {
  border-radius:5px 5px 5px 5px;
  color:#656565;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
}
.category-products .item .actions .confix-produclist-category ul li a:hover { color:#F7921E; }
.category-products .item .actions .confix-produclist-category ul li a.text-link {
  background:url("../images/wishlist-icon.png") no-repeat scroll center center #505050;
  border-radius:5px 5px 5px 5px;
  color:#ffffff !important;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
  height:23px;
  width:23px;
  text-indent:-999em;
}
.category-products .item .actions .confix-produclist-category ul li a.text-link:hover {
  background:url("../images/wishlist-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.category-products .item .actions .confix-produclist-category ul li a.text-link-compare {
  background:url("../images/compare-icon.png") no-repeat scroll center center #505050;
  border-radius:5px 5px 5px 5px;
  color:#ffffff !important;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
  height:23px;
  width:23px;
  text-indent:-999em;
}
.category-products .item .actions .confix-produclist-category ul li a.text-link-compare:hover {
  background:url("../images/compare-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.category-products .products-grid .hover-effect:hover { border:3px solid #F7921E; }
.category-products .products-list .hover-effect:hover { border:3px solid #F7921E; }
.category-products .products-list .confix-produclist-category {
  padding-left:5px;
  display:inline-block;
  text-align:left;
  float:left;
}
.category-products .products-list .confix-produclist-category ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.category-products .products-list .confix-produclist-category ul li a {
  border-radius:5px 5px 5px 5px;
  color:#656565;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
}
.category-products .products-list .confix-produclist-category ul li a:hover { color:#F7921E; }
.category-products .products-list .confix-produclist-category ul li a.text-link {
  background:url("../images/wishlist-icon.png") no-repeat scroll center center #505050;
  border-radius:5px 5px 5px 5px;
  color:#ffffff !important;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
  height:23px;
  width:23px;
  text-indent:-999em;
  margin-right:5px;
}
.category-products .products-list .confix-produclist-category ul li a.text-link:hover {
  background:url("../images/wishlist-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.category-products .products-list .confix-produclist-category ul li a.text-link-compare {
  background:url("../images/compare-icon.png") no-repeat scroll center center #505050;
  border-radius:5px 5px 5px 5px;
  color:#ffffff !important;
  display:inline-block;
  line-height:23px;
  padding:0 10px;
  outline:medium none;
  font-size:100%;
  height:23px;
  width:23px;
  text-indent:-999em;
}
.category-products .products-list .confix-produclist-category ul li a.text-link-compare:hover {
  background:url("../images/compare-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.category-products .products-grid .item .addtocart .display-onhover { display:none; }
.category-products .products-grid .item:hover .addtocart .display-onhover { display:block; }
.category-products .products-grid .item .confix-produclist-category ul.display-onhover li a {  }
.category-products .products-grid .item:hover .confix-produclist-category ul.display-onhover li a { display:block; }
.category-products .products-grid .item .display-onhover .ratings { display:none; }
.category-products .products-grid .item:hover .display-onhover .ratings { display:block; }
.category-products .products-list .confix-produclist-category { float:left; }
.category-products .products-list .confix-produclist-category ul.add-to-links li { float:left; }
.products-list .product-image img { max-width:100%; margin-left: auto; margin-right: auto; }
.category-products .product-image img { max-width:100%; }
.products-list .alt-img {
  position:absolute;
  top:0;
  left:0px;
  opacity:0;
  filter:1;
  ms-filter:"alpha(opacity=0)";
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.products-grid .col-lg-3 .alt-img {
  position:absolute;
  top:0;
  left:0px;
  opacity:0;
  filter:1;
  ms-filter:"alpha(opacity=0)";
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.products-grid .col-lg-6 .alt-img {
  position:absolute;
  top:0;
  left:102px;
  opacity:0;
  filter:1;
}
.products-grid .alt-img {
  position:absolute;
  top:0;
  left:29px;
  opacity:0;
  filter:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.product-image img {
  transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  -webkit-transition:opacity 300ms ease-in-out;
  -o-transition:opacity 300ms ease-in-out;
}
.products-grid .product-image img:hover {
  opacity:1;
  filter:1;
  max-width:100%;
}
.products-list .product-image img:hover {
  opacity:1;
  filter:1;
  max-width:100%;
}
.product-image img:hover {
  opacity:0.85;
  filter:1;
  max-width:100%;
}
.block-related .products-grid .alt-img {
  position:absolute;
  top:0;
  left:0px;
  opacity:0;
  filter:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.box-up-sell .products-grid .alt-img {
  position:absolute;
  top:0;
  left:0px;
  opacity:0;
  filter:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.category-products #products-list .item {
  overflow:hidden;
  height:auto !important;
  padding-bottom:10px !important;
}
.category-products #products-list .item .ratings { padding-left:0px; }
.category-products #products-list .product-name {
  margin:10px 0 8px;
  outline:medium none;
  padding:0;
  text-align:left;
}
.category-products #products-list .price-box { padding:0; }
.category-products #products-list .price-box .regular-price .price {
  font-size:200%;
  color:#656565;
}
.category-products #products-list .ratings { text-align:left; }
.category-products #products-list .std {
  text-align:left;
  padding-bottom:10px;
  color:#666666;
}
.category-products #products-list p.button-product-list {
  text-align:left;
  float:left;
  margin:0;
}
.category-products #products-list .confix-produclist { float:left; }
.confix-produclist {
  display:inline-block;
  padding-left:5px;
  text-align:left;
}
.confix-produclist ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.confix-produclist ul li a {
  border-radius:5px 5px 5px 5px;
  color:#ffffff !important;
  font-family:open sans;
  font-size:100%;
  height:23px;
  line-height:20px;
  padding:0 10px;
  text-indent:-999em;
  width:23px;
  display:block;
}
.confix-produclist ul li a.link-wishlist { background:url("../images/wishlist-icon.png") no-repeat scroll center center #505050; }
.confix-produclist ul li a.link-wishlist:hover {
  background:url("../images/wishlist-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.confix-produclist ul li a.link-compare { background:url("../images/compare-icon.png") no-repeat scroll center center #505050; }
.confix-produclist ul li a.link-compare:hover {
  background:url("../images/compare-icon.png") no-repeat scroll center center #F7921E;
  text-decoration:none;
}
.mt_productslist .productslist-container .item {
  border:7px solid #f2f2f2;
  float:left;
  margin:0 0px 15px 15px;
  padding:0 !important;
  position:relative;
  text-align:center;
  min-height:292px;
}
.mt_productslist .productslist-container .item:hover { border:7px solid #F7921E; }
.mt_productslist .productslist-container .item:hover .mt-actions .confix-produclist a { display:block; }
.mt_productslist .productslist-container .first { margin-left:0px; }
.mt_productslist .productslist-container .last { margin-right:0px; }
.mt_productslist .productslist-container h3.product-name {
  font-size:110%;
  margin:0;
  padding:0;
  height:18px;
  overflow:hidden;
}
.col3-layout .mt_productslist .productslist-container .item {
  margin:0 0px 15px 10px;
  min-height:263px !important;
  height:263px !important;
}
.block-banner .block-content a img { max-width:100%; }
.price-box { padding:5px 0; }
.minimal-price { margin:0 0 7px !important; }
.old-price {
  margin:0 !important;
  display:inline-block;
}
.old-price .price-label {
  display:none !important;
  white-space:nowrap;
}
.old-price .price {
  font-size:100%;
  font-weight:normal;
  text-decoration:line-through;
}
.special-price {
  margin:0 !important;
  display:inline-block;
}
.special-price .price-label {
  display:none !important;
  white-space:nowrap;
}
.special-price .price {
  font-size:135%;
  font-weight:normal;
}
.block-related {
  background:none;
  padding:0 !important;
  border: none;
}
.block-related .block-title { padding:0 15px; }
.block-related .block-title strong span {
  color:#666666 !important;
  font-size:160%;
  margin:20px 0 10px;
  display:block;
}
.block-related .flex-direction-nav { float:right; }
.block-related .block-content { padding:0; }
.block-related .block-content .block-subtitle { float:left; }
.block-related .block-content .itemslider {
  clear:both;
  padding-top:10px;
}
.block-related .block-content .items-slider {
  border:3px solid #f2f2f2;
  float:left;
  margin:0 10px 10px 0;
  overflow:hidden;
  padding:0;
  position:relative;
  text-align:center;
  padding-bottom:5px;
  width:191px !important;
}
.block-related .block-content .items-slider:hover { border:3px solid #F7921E; }
.block-related .block-content .items-slider .product a.product-image { max-width:100%; }
.block-related .block-content .items-slider .product a.product-image img { max-width:100%; }
.block-related .block-content .items-slider .product-details {
  text-align:left;
  padding-left:10px;
}
.block-related .block-content .items-slider .product-details h3.product-name {
  font-size:110%;
  margin-top:0;
  height:41px;
  overflow:hidden;
}
.box-up-sell #mt-upsell-slide .also { margin:30px 0 10px; }
.box-up-sell #mt-upsell-slide .nav-wrapper { float:right; }
.box-up-sell #mt-upsell-slide .nav-wrapper .flex-direction-nav { float:right; }
.box-up-sell #mt-upsell-slide .itemslider-horizontal {
  padding-top:10px;
  clear:both;
}
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item {
  border:7px solid #f2f2f2;
  height:auto !important;
  float:left;
  margin:0 10px 10px 0;
  overflow:hidden;
  padding:0;
  position:relative;
  text-align:center;
  padding-bottom:5px;
  width:191px !important;
}
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item:hover { border:7px solid #F7921E; }
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item a.product-image { max-width:100%; }
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item a.product-image img { max-width:100%; }
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details {
  text-align:left;
  padding-left:10px;
}
.box-up-sell #mt-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details h3.product-name {
  font-size:110%;
  margin-top:0;
  height:32px;
  overflow:hidden;
}
.block-layered-nav .block-subtitle {
  display:none;
  border-width:1px 0;
  border:1px solid #b9ccdd;
  color:#1f5070;
  line-height:1.35;
  padding:3px 9px;
  text-transform:uppercase;
}
.block-layered-nav .block-content {
	outline: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.block-layered-nav dt {
  font-size:110%;
  font-weight:bold;
  line-height:normal;
  margin:0 0 3px;
  outline:medium none;
  padding:7px 10px 0 12px;
  color:#F7921E;
}
.block-layered-nav dd ol, .block-layered-nav dd ul { margin:0; }
.block-layered-nav dd {
  margin:0;
  padding:0;
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav dd li {
  line-height:25px;
  margin:0;
  outline:medium none;
  padding:0 0 0 8px;
}
.block-layered-nav dd li a {
  font-weight:normal;
  text-decoration:none;
}
.block-layered-nav .currently li {
  line-height:1.5;
  padding:6px 24px 6px 10px;
  position:relative;
  z-index:1;
}
.block-layered-nav .currently .label {
  float:left;
  padding:0 10px;
  line-height:35px;
  text-transform:none;
  vertical-align:top;
  color:#666666;
}
.block-layered-nav .currently .value {
  display:block;
  float:left;
  line-height:35px;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
  margin:0;
  position:absolute;
  right:5px;
  top:9px;
}
.block-layered-nav .currently .btn-remove {
  -webkit-border-radius:50%;
  background-image:url("../images/btn-remove.png");
  background-color:#cfcfcf;
  background-position:0 0;
  background-repeat:no-repeat;
  border-radius:50%;
  float:right;
  height:16px;
  margin:0;
  padding:0;
  text-indent:-999em;
  width:16px;
}
.block-layered-nav .currently ol li { background:url("../images/bg-li-menu-parent.png") no-repeat 0 50%; }
.block-layered-nav .currently ol li, .block-layered-nav .currently ul li {
  line-height:normal;
  margin:0;
  padding:0;
}
.block-layered-nav .currently ol, .block-layered-nav .currently ul {
  border-style:solid;
  border-width:0 0 1px 0;
}
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .currently p.block-subtitle {
  background:none;
  border:0 none;
  display:block !important;
  font-size:100%;
  line-height:normal;
  margin:0;
  padding:10px 0 10px;
  text-align:left;
  text-transform:capitalize;
}
.block-layered-nav .actions {
  padding:4px 5px 4px 9px;
  text-align:right;
}
.block-layered-nav .actions a { float:none; }
.product-tabs {
  border-bottom:1px solid #cfcfcf;
  margin-bottom:15px !important;
  overflow:hidden;
}
.product-tabs li {
  border-right:1px solid #a4a4a4;
  border-left:1px solid #ffffff;
  float:left;
  font-size:1.1em;
  line-height:1em;
}
.product-tabs li.first { border-left:0 none; }
.product-tabs a {
  display:block;
  padding:6px 15px;
  text-decoration:none;
}
.product-tabs a:hover { text-decoration:none; }
.product-tabs li.active a, .product-tabs li.active:hover a { text-decoration:none; }
.product-collateral .title-divider {
  position:relative;
  top:-1px;
  display:none;
}
.product-tabs-content-inner {
  outline:none;
  padding:0;
}
.product-tabs-content-inner h2 { margin:5px 0; }
.product-tabs-content {
  margin:0;
  padding:0;
}
.product-tabs-content h2 {
  display:none;
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0;
}
.product-tabs-content .form-add h2 { font-size:100%; }
.product-tabs-content h1 { outline:none; }
.product-tabs-content h3 { font-size:100%; }
.product-tabs-content dl {
  margin:0;
  padding:0;
}
.product-tabs-content dt {
  font-weight:normal;
  padding:8px 0;
}
.product-tabs-content dd { margin:0; }
.product-tabs-content h1, .product-tabs-content h2, .product-tabs-content h3, .product-tabs-content h4, .product-tabs-content h5, .product-tabs-content h6 {
  font-weight:lighter;
  height:auto;
  margin:0;
  padding:0;
}
.product-tabs-content table {
  margin:10px 0;
  width:100%;
}
.product-tabs-content #review-form h4 { margin:5px 0 15px; }
.product-tabs-content h4 { font-size:100%; }
.product-collateral {
  padding:20px 0 0;
  clear:both;
}
.product-collateral .products-grid { padding:0px; }
.product-collateral .products-grid div.item {
  margin:0 15px 0 0;
  outline:none;
}
.product-collateral h2 {
  font-weight:normal;
  margin:0 0 15px;
  padding:0;
}
.product-collateral .box-collateral {
  font-weight:lighter;
  margin:0;
}
#shopping-cart-table h2 {
  font-size:inherit;
  margin:0;
}
.item-options dt {
  font-style:italic;
  font-weight:bold;
}
table td a.btn-remove, table th a.btn-remove { background:url("../images/delete.png") no-repeat scroll 50% 50% #cfcfcf; }
table td a.btn-remove:hover, table th a.btn-remove:hover { background:url("../images/delete.png") no-repeat scroll 50% 50% #F7921E; }
table td a.btn-edit, table th a.btn-edit, table td a.btn-remove, table th a.btn-remove {
  border-radius:100% 100% 100% 100%;
  display:block;
  height:30px;
  margin:5px auto;
  outline:medium none;
  transition:background 200ms ease-in-out 0s;
  width:30px;
}
.btn-previous, .btn-remove2, .btn-edit {
  display:block;
  font-size:0;
  line-height:0;
  overflow:hidden;
  text-indent:-999em;
}
.product-name a {
  font-family:open sans;
  font-size:100%;
  font-weight:normal;
  outline:medium none;
  text-transform:capitalize;
}
.category-title { padding:0 0 20px !important; }
p.category-image img { max-width:100%; }
.menu-static-blocks img { max-width:100%; }
.page-title {
  line-height:normal;
  margin:0;
  outline:none;
  overflow:hidden;
  padding:18px 0;
  text-align: center; 
}
.page-title h1, .page-title h2, .page-title h3 {
  font-size:30px;
  margin:0;
  outline:none;
  padding:0;
}
.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;
  text-align:left;
}
.title-buttons button.button { margin-top:3px; }
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle, .multiple-checkout .sub-title { padding:0; }
.my-account a { color:#eb340a; }
.account-login .content {
  border-bottom:0;
  border:1px solid #dedede;
  min-height:300px;
  padding:15px;
  background:none repeat scroll 0 0 #f8f8f8;
}
.account-login .content h2 {
  background-position:0 1px;
  background-repeat:no-repeat;
  border-bottom:1px solid #dddddd;
  color:#eb340a;
  font-size:100%;
  font-weight:bold;
  margin:0 0 14px;
  padding:0 0 5px 23px;
  text-transform:uppercase;
  line-height:20px;
}
.account-login .content p { margin:10px 0; }
.account-login .new-users h2 {
  outline:none;
  background-image:url("../images/i_page1.gif");
}
.account-login .registered-users h2 {
  outline:none;
  background-image:url("../images/i_page2.gif");
}
.account-login .buttons-set {
  margin:0;
  padding:8px 13px;
}
.account-login .buttons-set a.f-left { outline:none; }
.account-create {
  margin:0;
  padding:0;
}
.account-create .form-list .control .input-box { float:left; }
.account-create .form-list .control .input-box .checkbox {
  margin-top:0;
  outline:none !important;
}
.account-create .form-list .control label {
  margin:0;
  padding-left:10px;
  padding-top:0;
}
.fieldset {
	border: 1px solid #dedede;
	margin: 30px 0 0 0;
	padding: 15px;
	background-attachment: scroll;
	background-color: #F8F8F8;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;  
}
.col-right { margin-top: 10px;}
.fieldset p { margin-top:10px; }
.fieldset .legend {
  border:none;
  color:#ffffff;
 float: right;
  font-size:15px;
  font-weight:normal;
  line-height:normal;
  margin:-30px 0 0;
  outline:none;
  padding:10px 15px;
  position:relative;
  text-transform:uppercase;
  background-color:#333;
}
.dashboard .welcome-msg, .dashboard .welcome-msg p {
  margin:0;
  padding:0;
}
.dashboard .welcome-msg p.hello {
  border:none;
  margin:0;
  outline-style:none;
  padding:0 0 10px 0;
}
.dashboard .welcome-msg p.hello strong { font-size:110%; }
.dashboard .col2-set { margin:0 0 15px; }
.box-account {
  background:none repeat scroll 0 0 #f2f2f2;
  border:1px solid #dedede;
  margin:20px 0;
  overflow:hidden;
  padding:15px;
}
.box-account .box-head {
  border-bottom:1px solid #dedede;
  margin:0 0 10px;
  text-align:right;
}
.box-account .box-head h2 {
  background-position:0 50%;
  background-repeat:no-repeat;
  float:left;
  font-size:130%;
  font-weight:normal;
  margin:0;
  padding-left:21px;
  text-transform:uppercase;
}
.dashboard .box .box-title {
  background:url("../images/bkg_divider1.gif") 0 100% repeat-x;
  margin:0 0 8px;
  padding:0 0 5px 0;
  text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float:left;
  font-size:120%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:none;
}
.dashboard .box .box-title a {
  line-height:normal;
  outline-style:none;
}
.dashboard .box .box-content p { line-height:25px; }
.dashboard .box-recent .box-head h2 { background-image:url("../images/i_folder-table.gif"); }
.dashboard .box-info .box-head h2 { background-image:url("../images/i_ma-info.gif"); }
.dashboard .box-info h4 {
  font-size:130%;
  font-weight:normal;
  text-transform:uppercase;
}
.dashboard .box-info address { line-height:25px; }
.dashboard .box-reviews .box-head h2 { background-image:url("../images/i_ma-reviews.gif"); }
.dashboard .box-reviews .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }
.dashboard .box-tags .box-head h2 { background-image:url("../images/i_ma-tags.gif"); }
.dashboard .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.dashboard .details { margin-left:20px; }
.dashboard li.item { margin:0 0 7px; }
.dashboard li.item.last { margin:0; }
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li { display:inline; }
#my_recent_tags .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_tags .product-name a { color:#656565; }
#my_recent_reviews .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_reviews .product-name a { color:#656565; }
.cart-table td .product-image {
  display:inline-block;
  height:100px;
  margin:0;
  outline:medium none;
  padding:0;
  width:100px;
  text-align:center;
}
.cart-table button.button {
  margin-bottom:3px;
  margin-top:3px;
}
.my-wishlist h3.product-name {
  font-size:130%;
  margin-top:0px;
}
.my-wishlist h3.product-name a { color:#656565; }
.addresses-list h2 {
  font-size:130%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
  text-transform:uppercase;
}
.addresses-list h3 {
  font-size:120%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 5px;
}
.addresses-list li.item {
  background:url("../images/bkg_account_box.gif") repeat-x scroll 0 0 #ffffff;
  border:1px solid #dedede;
  margin:0 0 10px;
  padding:15px;
}
.footer-primary-container .footer-primary .section {
  padding:20px 0;
}
.footer-primary-container .footer-primary .section .mobile-grid .collapsible { text-align:left; }
.footer-primary-container .footer-primary .section .mobile-grid .collapsible .block-title {
  font-weight:normal;
  line-height:1.25em;
  margin-bottom:0.625em;
  padding-bottom:8px;
  padding-right:35px;
  padding-top:8px;
  text-align:left;
  font-size:130%;
}
.footer-primary-container .footer-primary .section .mobile-grid .collapsible .feature .icon {
  margin:0 15px 10px;
  max-height:30px;
  max-width:30px;
}
.footer-primary-container .footer-primary .section .mobile-grid .collapsible p {
  font-size:95%;
  margin:0;
  text-align:left;
}
.footer-primary-container .footer-primary .section .mobile-grid .collapsible h5 a.go { text-align:left; }
.footer-primary-container .footer-primary .section .mobile-grid .collapsible .block-content .indent { padding-left:50px; }
.footer-primary-container .footer-primary .section .mobile-grid .collapsible .block-content .indent .icon { margin-left:-51px; }
.footer-primary-container .footer-primary .section .mobile-grid .collapsible .block-content ul.bullet li a { font-size:95%; }
.footer-container { box-shadow: 1px 1px 6px #333; margin-top: 50px; background-color:#F2F2F2; /*border-top: 1px solid #A9A9A9;*/ }
.footer a { color:#515151; }
.footer a:hover { color:#F7921E; }
.footer li a:hover { color:#F7921E; }
.footer-container .footer- { margin-bottom:30px; }
.footer-container .footer-act {
  background-color:#222;
  background-image:none;
	text-align: center;
	padding-top:12px; padding-bottom: 12px;color: #fff;
}
.footer-container .footer-act a { color: #fff; }
.footer-container .footer-act a:hover { color: #F7921E;}
.footer-container .footer-act .collapsible { display:none; }
.footer { font-family:Arial, Open Sans, georgia, serif !important; }
.footer .footer-act { padding:10px; }
.footer h3 {font-weight: bold; font-size: 17px; text-transform: uppercase; font-family:Arial, Open Sans, georgia, serif !important;}
.footer ul {

}
.footer li, .contactfooter {
line-height: 36px;
}
.footer li.last { background:none; }
.footer a {
  text-decoration:none;
  font-size:100%;
}

.socialmediaicons a { margin-right: 10px;}

.socialmediaicons a:hover { opacity: 0.9;}
.footer ul.links {
  display:block;
  text-align:right;
  clear:both;
}
.footer ul.links li {
  cursor:pointer;
  float:left;
  margin:0;
  outline:medium none;
}
.footer ul.links li.last { background:url("../images/bkg_pipe2.gif") no-repeat scroll 100% 50% transparent; }
.footer address {
  clear:both;
  font-size:100%;
  margin:0;
  padding:10px;
}

.footer address a {
  font-weight:bold;
  text-decoration:none;
}
.footer .store-switcher {
  display:block;
  float:left;
  padding:0px 0 10px 10px;
  text-align:left;
}
.footer .store-switcher select { width:50%; }
.footer .store-switcher select option {
  padding-left:5px;
  padding-right:10px;
}
.footer .store-switcher label { font-weight:normal; }
.ie8 .container { width:1170px; }
.ie8 .mt-ajax-container .col-lg-3 { width:50px; }
.ie8 .mt-ajax-container .col-lg-9 { width:200px; }
.ie8 .my-account a img { width:auto; }
.ie8 .category-products .col-lg-3 { min-height:312px !important; }
.ie8 .toolbar .toolbar-top .sorter .view-mode label { padding-right:1px; }
.ie8 .header .mt-top .form-language .sbHolder .sbOptions { border:1px solid #cccccc; }
.ie8 .header .mt-top .currency .sbHolder .sbOptions { border:1px solid #cccccc; }
.clearer:after, .nav-header-bottom:after, .mt-cart:after, .show-grid-slide:after, .header-act:after, .nav-header:after, .mt-banner-act:after, .header-container:after, .header-container .top-container: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 {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
}

.navlist li { padding-top: 3px; padding-bottom: 3px; }
.navlist .active a {
    color: #F7921E !important;
    text-decoration: none;
}

.hometext { text-align: center; }

.footimg { margin-bottom: 20px;}

.phoneicon {
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 17px;
	display: inline-block;
	margin-bottom: 5px; 
}

.emailicon {
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 17px;
	display: inline-block;
	margin-bottom: 5px; 
}

.express_delivery { position: absolute; right: 0px; top: 160px; background-color: #FF6; padding: 6px;  }

.mar-top { margin-top: 8px !important; }

.homeh2 { font-size: 28px; padding-top: 6px; margin-bottom: 0px !important; }

.image-section {display: inline-block; }
.image-section img { padding: 5px; border: 1px solid #ccc; background-color: #fff; }

.selected {
    border: 2px solid #1D2061 !important;
}

.qty { display: inline-block; width: auto; }
.qtywrapper { margin-left: 10px; }
.decrement_qty {display: block;
	width: 35px;
	height: 35px;
	float: left;
background-image: url(../images/minus-min.png);
	background-repeat: no-repeat;
	background-position: center center; 
    margin-top: 2px;}

.increment_qty {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	    margin-top: 2px;
}

.decrement_qty:hover {
	-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
background-image: url(../images/minus-min-hover.png);
}

.increment_qty:hover {
	-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
background-image: url(../images/plus-hover.png);
}

input.qty {
    margin-top: 2px !important;
}

.headtop {  /*background-image: linear-gradient(#F7921E, #E87D09);*/ padding: 5px; margin-bottom: 8px;
font-weight: bold; }

.welcome-msg { font-size: 90%; line-height: 20px; font-weight: normal; margin-top: 2px; display: inline-block;}
.welcome-msg a:hover { color: #fff;}
.vatincex { float: right;}

.sub-nav { /*border-bottom: 1px solid #333;*/ padding: 5px; text-align: center; font-size: 18px; font-style: italic; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";/*background-image: linear-gradient(#F7921E, #E87D09);*/ box-shadow: 1px 1px 6px #888; margin-bottom: 7px;}

.orange {color: #F7921E; }

.owl-item li { list-style: none; }

	ul.htabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.htabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			width: 23%;
			text-align: center;
			font-size: 19px; 
			font-weight: 400;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		}

		ul.htabs li.current span{
			border-bottom: 3px solid #F7921E;
			color: #222;
			padding-bottom: 7px;
			font-weight: 600;
			
		}

		.tab-content{
			display: none;
			background: none;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
			 -webkit-transition: 1.0s ease-in;
       -moz-transition: 1.0s ease-in;
         -o-transition: 1.0s ease-in;
			
		}
.cloud-zoom-big {
    background-repeat:no-repeat;
    background-color:#fff;
}

