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

@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.eot") /* EOT file for IE */
}
@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('../fonts/helveticaltstd-roman.eot');
    src: url('../fonts/helveticaltstd-roman.eot') format('embedded-opentype'),
         url('../fonts/helveticaltstd-roman.woff') format('woff'),
         url('../fonts/helveticaltstd-roman.ttf') format('truetype'),
         url('../fonts/helveticaltstd-roman.svg#HelveticaLTStdRoman') format('svg');
}
@font-face {
    font-family: 'helveticacondensedbold';
    src: url('../fonts/helvetica_condensed.eot');
    src: url('../fonts/helvetica_condensed.eot') format('embedded-opentype'),
         url('../fonts/helvetica_condensed.woff') format('woff'),
         url('../fonts/helvetica_condensed.ttf') format('truetype'),
         url('../fonts/helvetica_condensed.svg#HelveticaCondensedBold') format('svg');
}

@font-face {
    font-family: 'utm_bebasregular';
    src: url('../fonts/utm_bebas-webfont.eot');
    src: url('../fonts/utm_bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/utm_bebas-webfont.woff') format('woff'),
         url('../fonts/utm_bebas-webfont.ttf') format('truetype'),
         url('../fonts/utm_bebas-webfont.svg#utm_bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fbtipografregular';
    src: url('../font/tipograf-regular/fbtipograf-regular-webfont.eot');
    src: url('../font/tipograf-regular/fbtipograf-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tipograf-regular/fbtipograf-regular-webfont.woff') format('woff'),
         url('../font/tipograf-regular/fbtipograf-regular-webfont.ttf') format('truetype'),
         url('../font/tipograf-regular/fbtipograf-regular-webfont.svg#fbtipografregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fbtipografbold';
    src: url('../font/tipograf-bold/fbtipograf-bold-webfont.eot');
    src: url('../font/tipograf-bold/fbtipograf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tipograf-bold/fbtipograf-bold-webfont.woff') format('woff'),
         url('../font/tipograf-bold/fbtipograf-bold-webfont.ttf') format('truetype'),
         url('../font/tipograf-bold/fbtipograf-bold-webfont.svg#fbtipografbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
* { margin:0; padding:0;font-family: arial!important; }

body          { font: 12px/1.55 Arial; color: #666; text-align:center; margin: 0; padding: 0;/* background: url(../images/bg_page.png); */direction:rtl;}
button[disabled], html input[disabled] {cursor: default!important;}
img           { border:0; vertical-align:top; }

a             { color: #1288cb; text-decoration:underline; }
a:hover       { text-decoration:none; color: #555; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#666; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:22px; font-weight:bold; color: #1288CB; }
h3            { font-size:20px; font-weight:bold; color: #1288CB; }
h4            { font-size:14px; font-weight:bold; color: #1288CB; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

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

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

dd { margin: 0; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.container { padding: 0 20px; background: #fff;}
.container.container_nav{background:transparent;}
.ma-wrapper { }
.ma-page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.ma-main-container { padding-top: 198px; }
.header-main-container {position: fixed;margin: 0 auto;left: 0;right: 0;z-index: 2000;}
.header-container.top-container{
margin-bottom: 0;
padding-bottom: 5px;
background:url(../images/top-bg.png) repeat-x 0 0;
}
.header-container.top-menu-container{
/*-webkit-box-shadow: 0px -5px 3px #cdcdcd;
-moz-box-shadow: 0px -5px 3px #cdcdcd;
box-shadow: 0px -5px 3px #cdcdcd;*/
position: relative;
z-index: 2;
}
.header-container.middle-container{background-color: #f7f7f7;position: relative;z-index: 3;}
.header-container.middle-container .container{background-color: #f7f7f7;}
.header-container.top-container:after{/*background:url(../images/top-border-bottom.png) repeat-x bottom;*/content: "";display: block;width: 100%;height: 19px;position: absolute;}
.header-container.top-container .container{background-color: transparent;}
.middle-container .header .phone{margin-top: 35px;margin-right: 20px;}
.middle-container .header .phone p{color: #1288cb;font-size: 23px;margin: 2px 0 0 0;}
.middle-container .header .phone p span{font-weight: bold;}
.middle-container .header .phone a{text-decoration: none;pointer-events: none;}
.middle-container .header .phone a:hover{color: #1288cb;}
.main {  margin:0 auto;  padding: 0; text-align:right; }
.main-inner { padding:0; margin: 10px 0 40px;position: relative;z-index: 1;}

/* Base Columns */
.col-left {  }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; /*width:auto;*/ width: 850px;margin: 0 auto; }
.softyaad-payment-redirect .col1-layout .col-main{width: 100%;}
/* 2 Columns Layout */
.col2-left-layout .col-main { margin-left: 0;float: left; }
.col2-right-layout .col-main { }
.onepagecheckout-index-index .col2-right-layout .col-main {width: 74% !important;margin-left: 0;margin-right: 30px;}
/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {  }
.onepagecheckout-index-index .ma-main-container .container{width: 55%;
margin-top: 30px;
position: relative;
right: 0;
padding: 0;}
/* Content Columns */
.col2-set .col-1 { float:right; width:48.5%; }
.col2-set .col-2 { float:left; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input[type="text"]{height: 30px;}
input.input-text,select,textarea { background:#fff; border:1px solid gray; border-radius: 0; width: auto; height: auto; line-height: 1.55;color:#000;font-size:16px; }
input.input-text{height: 30px;}
*::-webkit-input-placeholder {
   color: #000;
}

*:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

*:-ms-input-placeholder {  
   color: #000;  
}
input.input-text,textarea { padding:2px 8px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top: -2px;}
input.checkbox { margin-right:3px;margin-top: 0; }
input.qty { width:35px !important; text-align: center;border-color: #d6d6d6;margin: 0 20px;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; cursor:pointer; }
button.button span { display:block;font-size: 17px; height: 26px; line-height: 26px; /*background: url(../images/bg_button.png) repeat-x 0 0;*/ padding:0 20px; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover span { background-position: 0 100%;}
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:34px; border:0;  padding:0 0 0 9px; color:#fff;}
button.btn-checkout:hover span { background-position: 0 100%}
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:right; color:#666; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-left:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both;  }
.form-list .field { float:right; width:220px; }
.form-list input.input-text { width:175px; }
.form-list textarea { width:95%; height:6em; }
.form-list select { width:175px; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.my-account .form-list li.wide input.input-text{width: 397px;}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
iframe[name=google_conversion_frame] {display: none !important;}
.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

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

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

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

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; padding:0 0 10px; margin: 10px 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { /*border:1px solid #969696; background:#fff;*/ padding:22px 25px 12px 33px; margin-top: 20px; }
.contacts-index-index .fieldset{border:none;background:#f5f5f5;width: 55%;margin: -21px auto;padding-top: 35px;}
.contact-static{margin: 0 35px;line-height: 15px;font-size: 14px;}
.contacts-index-index .form-list li.wide input.input-text{width: 81%;}
.contacts-index-index .form-list li.wide .input-box{text-align: center;}
.contacts-index-index .form-list textarea{width: 81%;height: 130px;}
.contacts-index-index .buttons-set {text-align: center;margin:14px 0 20px;}
.contacts-index-index .buttons-set button.button{float: none;}
.contacts-index-index .buttons-set button.button span{background: none;font-size: 15px;}
.fieldset .legend { display:none;float:right; font-weight:bold; font-size:13px; border:1px solid #1288cb; background:#fff; color:#1288cb; margin:-33px 0 0 -10px; padding: 2px 8px; position:relative; }
.account-create .fieldset .legend{display:none;}
.account-create .fieldset{margin-top:0;}
.contact-title{text-align: center;margin-top: 65px;position: relative;}
.contact-title h1{background: url(../images/blue_fold.png) no-repeat center;color: #fff;}
.contact-title img{margin-bottom: 15px;}
/* Form Validation */
.validation-advice {font-size: 0;text-align: center; clear:both; min-height:13px; margin:-5px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; /*background:url(../images/validation_advice_bg.gif) 15px 0 no-repeat;*/background:none; color:#eb340a; }
.checkout-onepage-success .validation-advice{display: none}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

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

/* BreadCrumbs */
.breadcrumbs { line-height: 40px; margin-bottom: 0;text-align: right;width: 850px;margin: 0 auto;}
.catalog-category-view .breadcrumbs, .catalog-category-view .show-grid, .catalogsearch-result-index .show-grid{width: 955px;margin: 0 auto;}
.cms_catalog, .cms-page-view .col-main{background-color: #f7f7f7;padding: 10px;border: 1px solid #d8d7d7;margin-top: 10px;display: inline-block;}
.breadcrumbs ul{line-height: 40px; font-size: 12px; font-family: arial; text-transform: capitalize; margin: 0}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong, .breadcrumbs li a:hover { font-weight:normal; color: #1288cb}
.breadcrumbs li a { text-decoration: none; color: #666}
.breadcrumbs li span { padding: 0 10px; text-indent: -9999px; background: url(../images/li_breadcrumbs.png) no-repeat center; display: inline-block}

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #969696; margin:0 0 25px; }
.page-title h1,
.page-title h2 { line-height: 40px; font-size: 19px; font-family: HelveticaLTStdRoman; text-transform: capitalize; margin: 0; font-weight: normal; display: block; }
.page-title .separator { margin:0 3px; float: left;}
.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:right; }

.title-buttons button{float: left;}

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

label { display: inline-block; text-shadow: none; margin: 0; }
.cart{padding:30px;}
.cart .page-title h2{float: none;text-align: center;}
.update_qty{position: relative;top: -10px;display: block;}
/*.cart .cart-price .price::first-letter{margin-right:2px;font-size: 25px;}
.cart .totals-inner .price::first-letter{margin-right:2px;font-size: 25px;}
.cart .price-cross::first-letter{margin-right:2px;font-size: 25px;}*/
.price-cross{font-size: 15px;margin: 5px 0;}
/* Pager */
.pager {font-size:12px;  padding:4px 8px; text-align:center; margin: 0; }
.pager .kosher{float: right;margin:4px 15px 0 0px;}
.pager label { font-size: 13px; float: right;margin-left: 10px;color: #000;font-size: 15px;}
.pager .kosher label{float: left;margin-right: 5px;margin-left:0;}
.pager .kosher input.checkbox{margin-top: 1px;}
.pager .view-mode{ float:left; margin:0; padding: 15px 0; }
.pager .view-mode label{ float: left; display: none; }
.pager .view-mode span{ height:17px; float:left; padding: 2px 4px; width: 17px; }
.pager .view-mode a.grid{ width:17px; height:17px; float:left; text-indent:-9999px; background:url(../images/grid.png) 0 0 no-repeat; }
.pager .view-mode strong.grid,
.pager .view-mode a.grid:hover{ width:17px; height:17px; float:left; text-indent:-9999px; background:url(../images/grid.png) 0 100% no-repeat; }
.pager .view-mode a.list{ width:17px; height:17px; float:left; text-indent:-9999px; background:url(../images/list.png) 0 0 no-repeat; border: 0; border-radius: 0; padding: 0; }
.pager .view-mode strong.list,
.pager .view-mode a.list:hover{ width:17px; height:17px; float:left; text-indent:-9999px; background:url(../images/list.png) 0 100% no-repeat; }
.pager a {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
.pager .pages a { background: none; line-height: 25px; color: #888; border: none; border-radius: 0; display: inline-block; padding: 0 }
.pages a img{margin-top: -3px;}
.pager .pages a:hover{ color: #1288cb; background: none;}
.pager .pages .current  { line-height: 25px; display: inline-block; color: #1288cb; }
/*.pager .pages a.next { background: #fff url(../images/next_toolbar.png) no-repeat scroll 100% 0; }
.pager .pages a.previous { background: #fff url(../images/prev_toolbar.png) no-repeat scroll 0 0; }
.pager .pages a.next:hover {background-position: 0 0 }
.pager .pages a.previous:hover {background-position: 100% 0 }*/

.pager .sort-by { float: right; padding-left: 0; margin: 4px 0 0 0; }
.pager .sort-by label { vertical-align:middle; }
.pager .sort-by .sort-by-select { float: left; position: relative}
.pager .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle;  }
.pager select { border: none; color: #000; padding: 3px; border: 1px solid #eee; font-size: 13px;width: 150px;border-color: #b3b3b3;}
.my-account .pager .amount { margin: 18px 0 0;float: right;}
.pager .amount { float: left; margin: 0; }
.pager .limiter { float: right; margin: 15px 180px 0 0;display: none!important; }
.pager .limiter .limiter-select { float: left; position: relative;}
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {margin: 2px 0 0 0;float: left; }
.pager .pages strong { font-size: 13px; font-weight: normal;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline-block; margin: 0 5px;float: left; }


/* Toolbar */
.toolbar { margin:0; color: #888;background-color: #dcdcdc;height: 28px;}
.toolbar .pager { padding:0px 15px; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom .toolbar { margin: 25px 0 0; float:left; width:100%; }
.toolbar-bottom  .next_button{text-align: center;margin-top: 20px;}
.toolbar-bottom  .next_button button{width: 179px;height: 36px;}
.toolbar-bottom  .next_button button span span{font-size: 20px;}
/* Data Table */
.data-table { width:100%; }
.data-table .odd  { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.data-table .even { background:#f9f9f9; border-left: 1px solid #eee; border-right: 1px solid #eee;}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table thead tr { border: 1px solid #eee;}
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }
.data-table thead th { font-weight: normal; border-right:1px solid #eee; padding: 15px 10px; font-size: 14px; color:#666; white-space:nowrap; vertical-align:middle; text-transform: capitalize; }
#my-orders-table td.last, #my-orders-table th.last{width: 150px;}

.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th {text-align: center; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border: 1px solid #eee; }
.data-table tfoot tr.first td {  }
.data-table tfoot tr { background-color:#fff !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #eee; border-right:1px solid #eee; text-align: center !important; background: #fff; line-height: 40px; }
.cart-table .data-table tbody th,
.cart-table .data-table tbody td {
    line-height: 200px;
}
#customer-reviews .data-table tbody th,
#customer-reviews .data-table tbody td { line-height:30px;border:none;background: none;text-align: right!important;font-weight: normal;font-size: 14px;}
#customer-reviews .data-table tbody th{padding: 3px 10px 0 0;}
#customer-reviews .data-table .even, #customer-reviews .data-table .odd{background:none;}
#customer-reviews .data-table tbody tr{border: 1px solid #a1a1a1;}
#customer-reviews .data-table tbody tr.sep{border: none;height: 12px;}
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

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

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

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {padding:0; }
.std ul { }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul {}
.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; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.middle-link{margin-bottom: 15px;}
.custom_links{padding: 0;height: 30px;margin: 4px 0 0 0;}
.custom_links li{color: #7c7676;font-size: 16px;}
.custom_links li a{color: #7c7676;}
.custom_links .links li{float: right;margin-right: 0;margin-top:-4px;padding:8px 15px 9px 15px;background: url(../images/line.png) right 0 no-repeat;}
/*.custom_links .links li:before{content:"";background:url(../images/line.png) 0 0 repeat-y;width:4px;height:37px;}*/
.custom_links .links li:last-child{background: url(../images/line.png) right 0 no-repeat,url(../images/line.png) left 0 no-repeat;}
.custom_links .links li:first-child{margin-right:0;}
.custom_links .links li a{color:#fff;text-decoration: none;font-size: 16px;}
.mini-products-list li a{color: #7c7676!important;}
.link-cart {  }
.link-wishlist { color: #aaa; text-decoration: none }
.link-reorder {float: left; }
.link-compare { color: #aaa; text-decoration: none}
.link-compare:hover, .link-wishlist:hover { color: #1288cb}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809;float: left; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-top: 89px; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

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

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

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }
.ma-header-container { }
.header { margin:0 auto; padding: 0 0; text-align: left; position:relative; z-index:10000; }
.header .span4{margin-left: 0;margin-top: 12px;margin-bottom: 10px;}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .toplink { background: #f5f5f5; }
.header .quick-access { text-align: right; margin: 12px 0;}
#search_mini_form { display:block; margin:0;}
.header .span4.right_links{width: 52%!important;}
.header .span4.search{float: right;margin-top: 40px;position: relative;}
.free-label{position: absolute;top: -58px;left: 115px;}
.header .span4.logo_span{width: auto;margin-right: 20px;margin-top:10px;margin-bottom: 10px;float: right;margin-left: 20px;}
.header .welcome-msg { margin:0; text-align: left; padding: 10px; background-color: #fff;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {margin:0; width:285px; height: 42px; clear: both;border: 1px solid #d8d7d7;position: relative;background-color: #fff;  }
.header .form-search:after{
content: "";
display: block;
width: 100%;
height: 18px;
background: url(../images/left-shadow.png) no-repeat 10px, url(../images/right-shadow.png) no-repeat 140px;
position: relative;
top: 38px;
}
.header .form-search label { float:left; width:0; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {margin-right: 0;border-radius: 6px; float:right; border: 0; width: 215px; height: 42px; line-height: 25px; padding: 0 10px 0 0; box-shadow: none; color: #333; text-transform: capitalize;}
.header .form-search button.button {margin-left: 4px;float: left; height: 37px; width: 37px;position: relative;top:2px;}
.header .form-search button.button span { border-radius: 0; border:0; height:40px; width: 40px; line-height: 40px;  padding:0; margin: 0; display: block; text-indent: -9999px; background: #fff url(../images/search.png) no-repeat 0 0;}
/*.header .form-search button.button:hover span { background-position: 0 100%; }*/
.header .form-search button.button span span { background: none; }
.header .form-search button.button:hover span span { background: none;}
.header .form-search .search-autocomplete { z-index:999; left: 31px !important;top: 43px !important;width: 255px!important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:right; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:left; font-weight:bold; display: none !important;}
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
/*.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }*/
.form-language { position: relative;}
.select-lang { float: left}
.form-language label { padding-right:5px;  vertical-align:middle; font-size: 12px; float: left; line-height: 45px; display: none;}
.form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.top-link {}
.top-link .link-left { text-align: right}
.top-link .link-right { text-align: left}
.top-link .links { }
.top-link .links li { line-height: 45px; font-size:12px; padding:0 8px; }
.top-link .links a { color: #666; text-decoration: none;}
.top-link .links a:hover { color: #1288cb; }
.ma-header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.ma-header-container .top-container a { font-size:11px; color:#ebbc58; }
.form-language, .welcome-msg { float: right; line-height: 45px; margin-right: 20px }
.form-language select { padding: 3px; margin: 0; display: inline-block; text-transform: capitalize; border-color: #eee; color: #aaa;}
.welcome-msg { margin: 0 0 0 30px; line-height: 20px;}
.currency { line-height: 31px;}
.currency a{ padding: 8px 7px; height: 15px; line-height: 15px; display: inline-block; text-decoration: none; color: #000;}
.currency a:hover { background-color: #d1b792;}

.top-cart-wrapper {
float: right;
padding: 0;
height: 20px;
margin-top: 0px;
position: relative;
left: 1px;
z-index: 5000;
}
/*.top-cart-wrapper:hover {
    background-position: right center;
}*/
.top-cart-contain {
    /*background: url("../images/arrow-up1.png") no-repeat scroll 50% -100px transparent;*/
    position: relative;
    height: 20px;
    padding: 0 0 10px;
    cursor: pointer;
    z-index:100001;
}
.top-cart-contain:hover {
    background-position: 50% 82%;
}
/*.top-cart-content {
	background: url("../images/arrow-up1.png") no-repeat scroll 50% -100px transparent;
    display: none;
    width: auto;
    position: absolute;
    top: 26px;
    left: 0;
	position: fixed;
	top: 30%;
	left: 50%;
    background: #fff;
    border: 1px solid #aaa;
    border-top:3px solid #555;
    padding: 10px;
    text-align: right;
    box-shadow: 0 3px 3px #666;
}*/
.hide_cart{position: absolute;top: -15px;right: -14px;}
.top-subtotal {
    float: left;
    margin: 15px 0 0;
    font-size: 16px;
}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px;padding:0;background:none; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right:10px; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right:30px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    float:right;
    margin:10px 0 0;
}
.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url(../images/top-cart.png) no-repeat;
    vertical-align: middle;
}
.top-cart-title {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    text-align:left;
    color: #7c7676;
    font-weight: normal; font-size:16px; text-transform: capitalize;margin-top: 0;
}
.top-cart-title>span, .top-cart-title>p { float: left; margin-right: 0;}
.top-cart-title>p{background: url(../images/cart-icon.png) no-repeat right -2px;width:37px;height:25px;padding: 0 15px 0 0;}
.top-cart-contain .price {
    font-weight:normal;
	color: #7c7676;
}
/*#mini_cart_block .block-cart{ line-height: 19px}*/
.top-cart-title p>span a{ color: #ff6b6b; text-decoration: none;}
.top-cart-title p>span a:hover { color-profile: #1288cb}

/*.top-cart-title p>span .price, .top-cart-title>span a { color: #fff;}*/
    


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


/* Sidebar =============================================================================== */
.block { margin:0 0 30px; }
.block .block-title { line-height: 40px; }
.block .block-title strong{ line-height: 40px; font-size: 19px; font-family: HelveticaLTStdRoman; text-transform: capitalize; margin: 0; font-weight: normal; display: block;}

.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:normal; color:#0a263c; }
.block .block-content {  border: 1px solid #eee; padding: 10px 0}
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  text-align:right;padding: 0 10px; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even {  }

.block-banner-right .banner-box { padding: 60px 20px 20px; text-align: center;}
.block-banner-right .banner-box.banner-box1 { background: #eee url(../images/free_shipping.png) no-repeat center 20px;}
.block-banner-right .banner-box.banner-box2 { background: #eee url(../images/phone.png) no-repeat center 20px; margin-top: 30px;}
.block-banner-right .banner-box .title { text-transform: uppercase; font-size: 30px; font-family: utm_bebasregular;}
.block-banner-right .banner-box .content { font-size: 18px; font-family: OpenSansLight; }

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

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details span.ix{display: inline-block;}
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {  }
.block-account .block-title {   }
.block-account .block-title strong {  }
.block-account .block-content {  padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#1288cb; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#1288cb; font-weight: normal; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; margin: 0; line-height: 45px; float: left; position: relative}
.block-currency .block-title { background:none; border:0; padding:0 5px 0 0; margin:0; float: left; vertical-align: middle; display: none;}
.block-currency .block-title strong { font-size: 12px; font-weight: normal; text-transform:none;  }
.block-currency .block-content { background:none; padding:0; float: left}
.block-currency .block-content select {padding: 3px; margin: 0; border-color: #eee; color: #aaa; }

/* Block: Layered Navigation */
.block-layered-nav { margin-top: 10px; }
.block-layered-nav .block-title {margin-bottom: 13px;display: none;}
.block-layered-nav .block-subtitle { display:none;  }
.block-layered-nav .block-content {margin-bottom: 7px;}
.block-layered-nav dl{margin-bottom:0;}
.block-layered-nav dt {  padding: 10px 0; font-weight: bold; text-transform: capitalize; font-size: 17px;color: #43a1d6; font-family: HelveticaLTStdRoman; border-bottom: 1px solid #eee;text-align: center; }
.block-layered-nav dd { padding: 4px 0 12px; border-bottom: 1px solid #fff; }
.block-layered-nav dd p { text-align: center; margin: 0;text-align: center;}
.block-layered-nav dd.last { background:none; }
.block-viewed.block-layered-nav dd{padding: 10px 0 10px;border-bottom: 1px solid #eee;float: right;}
.block-viewed.block-layered-nav dd:last-child{border-bottom:none;}
.block-viewed.block-layered-nav dd .viewd_image{float: right;width: 45px;padding: 0 5px 0 0;}
.block-viewed.block-layered-nav dd .viewd_name{float: left;width: 160px;padding: 4px;}
.block-viewed.block-layered-nav dd .viewd_name a{  color: #000;text-decoration: none;display: block;}
.block-layered-nav .currently li {  padding:5px 24px 6px 15px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block;}
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav li { line-height: 28px; font-size: 15px; font-family: arial;color: #43a1d6;padding: 0 20px;border-bottom: 1px solid #eee;}
.block-layered-nav li:hover { color: #fff;background-color: #43a1d6;}
.block-layered-nav li a {  text-decoration: none; color: #43a1d6; font-size: 15px }
.block-layered-nav li:hover a{color: #fff;}
/*.block-layered-nav li a:hover { color: #1288cb }*/
.block-layered-nav #amount { background: #fff; box-shadow: none; border-radius: 0; border: none; text-align: center; margin: 0; width:100%; padding: 5px 0;}
.block-layered-nav #search { text-align: center; display: none;}
.block-layered-nav #search input { text-align: center; border-radius: 0; border: none; box-shadow: none; margin: 0}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

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

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

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

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

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { background:none; display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size: 17px; padding: 0;}
.block-tags .block-content .tags-list a { color:#555; text-decoration: none;  padding: 4px 6px; line-height: 26px; }
.block-tags .block-content .tags-list a:hover { text-decoration: underline; }
.block-tags .actions { text-align: left; margin-top: 10px}
.block-tags .actions a { float:none; font-size: 13px; text-decoration: none; }
.block-tags .actions a:hover {}

/* Block: Subscribe */
.block-subscribe { }
.block-subscribe .block-title { padding: 0;}
.block-subscribe .block-content .form-subscribe-header{}
.block-subscribe .block-content .input-box { display: inline-block; position: relative;}
.block-subscribe .block-title strong { display: none; }
.block-subscribe label { line-height: 31px; }
.block-subscribe input.input-text { display:block;  margin: 0 20px 0 0; height: 38px; line-height: 38px; width: 240px; padding: 0; border: 0; padding-left: 7px; background: #e8e8e8; box-shadow: none;}
.block-subscribe  {  text-align: right; }
.block-subscribe .block-content { }
.block-subscribe  button.button { margin-top: 15px; }
.block-subscribe  button.button span { background: url(../images/bg_button_subscribe.png) repeat-x scroll 0 0; line-height: 33px; height: 33px; }
.block-subscribe  button.button:hover span { background-position: 0 100%}

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

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

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

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-title h1{color: #70b2d9;font-size: 27px;font-weight: bold;}
.category-image {  overflow:hidden; margin:0 0 10px; text-align:center; border: 1px solid #eee;  margin-top:10px;}
.category-image img { width: 100%; }
.category-description {  margin: 20px 0 10px;display: inline-block;width: 100%;}
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid .item { position: relative; margin-top:0;float: right;margin-bottom: 30px;}
.related-product .products-grid .item { margin-top: 0;}
.products-grid .item:hover .item-inner{-webkit-box-shadow: rgba(0,0,0,0.30) 0 0 13px;
-moz-box-shadow: rgba(0,0,0,0.30) 0 0 13px;
box-shadow: rgba(0,0,0,0.30) 0 0 13px;
border: 1px solid #ffa84b;
min-height: 395px;
position: absolute;
z-index: 1;
}
.more_details{
bottom: 15px;
margin: 0 auto;
width: 80%;
position: absolute;
text-align: center;
}
.more_details.more_details_desktop{
bottom: 15px;
margin: 0 auto;
width: 80%;
position: relative;
text-align: center;
margin-top:20px;
}
.more_details.more_details_desktop a{
	padding: 0 20px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-family: arial !important;	
}
.products-grid .item .item-inner {border: 1px solid transparent; background: #fff; text-align: right; position: relative; overflow: hidden; padding: 0 20px;min-height: 335px; }
.products-grid .item .item-inner .image-container { position: relative;}
.products-grid .item .item-inner .image-container a img{width:177px;}
.products-grid .item .sale_icon{position: absolute;top: 0;left: -5px;width: 50px;}
.products-grid .item .item-inner .product-image { display: block;margin-top: 2px;padding: 3px;}
.products-grid .item .item-inner .product-name { margin: 10px 0 0; /*border-top: 1px solid #eee;*/ padding-top: 0;text-align: right;}
.products-grid .item .item-inner .price-box { padding: 0; line-height: 20px}
.prod_desc{text-align:right;color: #808080;font-size: 13px;}


.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-size:13px; color:#203548; }
.products-grid .product-name a {font-size: 16px;font-weight: bold; }
.products-grid .price-box { margin:5px 0; text-align: right;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {display: none;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; border-bottom: 1px solid #d2d2d2;padding: 10px 0;}
.col2-left-layout .products-grid:last-child, .col2-right-layout .products-grid:last-child{border:none;}
.col1-layout .products-grid { }
.col-left.sidebar{margin-left: 15px!important;float: right;}

/* View Type: List */
.products-list li.item { padding: 25px 0; border-bottom: 1px solid #eee; }
.products-list li.item .item-inner { background: #fff;}
.products-list li.item.last { border-bottom:0; }
.products-list li.item .image-container { position: relative}
.products-list li.item .image-container .quickview-button { top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0}
.products-list li.item:hover .image-container .quickview-button { opacity: 1}
.products-list li.item:hover .image-inner { opacity: 0.8}
.products-list .product-image { }
.products-list .product-shop { }
.products-list .product-shop .f-fix {} 
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { font-size: 14px; font-family: arial;}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding: 0; margin:0 0 15px; line-height: 24px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .actions, .products-list .actions .actions-inner, .products-list .actions .actions-inner button.button, .products-list .actions .actions-inner .add-to-links li { position: inherit}
.products-list .actions .actions-inner { text-align: left;}
.products-list .actions .actions-inner button.button { float: left;}
.products-list .add-to-links {  }
.products-list .actions .actions-inner .add-to-links li { margin-left: 5px}
.products-list .add-to-links li { display: inline-block; float: left; text-align: center;}
.products-list .add-to-links .separator { display: none; margin:0 2px; }
.products-list .ratings { display: none;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; padding: 0 0 10px 0; border-bottom: 1px solid #DDDDDD; }

.ratings { font-size:13px; line-height:1.25; margin: 5px 0 0;  padding-bottom: 5px; text-align: right;}
.ratings a { color: #555; text-decoration: none;}
.ratings a:hover { color: #1288cb}
.product-view .product-shop .ratings  { padding: 0;float: right;position: relative;z-index: 101;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { float: right;margin: 0 15px;}
.rating-links p{margin: 0 0 3px;font-size: 16px;color: #000;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin-top: 4px;}
.rating-box .rating { float:right; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box {margin-right: 7px;margin-top: -4px;}
.ratings .rating_main{float:right;background:url(../images/rate_bg.png) 0 0 no-repeat;width: 82px;height: 80px;background-size: 82px;}
.ratings .rating_main .mark{margin: 3px 0 3px 0;color: #000;font-size: 45px;text-align: center;font-weight: bold;}
.products-grid .ratings {}
.products-grid .ratings .rating-box { margin-right:0; }
.ratings .amount { display: none;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-left:8px;text-align: right; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

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

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

.product-view .product-shop .availability {  }
.product-view .product-shop .availability span { color: #1288cb; font-weight: normal; }
.catalog-product-view .new-users, .catalog-product-view .reg_title{display:none;}
.catalog-product-view .fancybox-inner .reg_title{display:block;}
.catalog-product-view .account-login{width: 37%;margin: 0 auto;}
.view_login{margin-top: 35px;}
.catalog-product-view .col2-set .col-2{float:none;width:auto;}
.catalog-product-view .account-login .content{padding:0;min-height: 0;}
.catalog-product-view .account-login .buttons-set{margin:0;}

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

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

.price-box { margin:5px 0; }
.price-box .price { font-weight: bold;color: #319dda;font-size:28px; }

/* Regular price */
.regular-price { }
.price-additional-text{font-weight: bold;color: #319dda;font-size: 28px;}
.regular-price .price { }
.block .regular-price,
.block .regular-price .price {  }
.price_area{width: 42%;text-align: right;line-height: 22px;}
.free_del{color: #319dda;font-weight: bold;font-size: 28px;text-align: right;}
/* Old price */
.old-price { margin:0;}
.old-price .price-label { white-space:nowrap; color:#000;font-size: 15px;display:none; }

.old-price .price { font-weight:normal; color:#000; font-size: 14px; text-decoration: line-through }
.products-grid .old-price .price{color: #808080;font-size: 17px;}
.products-grid .special-price .price{font-size: 17px;}
/* Special price */
.special-price { margin:0; padding: 0;}
.special-price .price-label { font-size:14px;white-space:nowrap; color:#000;display:none; }
.special-price .price { }
.catalog-product-view .old-price .price-label,.catalog-product-view .special-price .price-label{display:inline;}
.catalog-product-view .crosssell .old-price .price-label, .catalog-product-view .crosssell .special-price .price-label{display:none;}
.catalog-product-view .crosssell .special-price, .catalog-product-view .crosssell .old-price{display: inline;}
.catalog-product-view .crosssell .special-price .price{font-size: 18px;font-weight:normal;}
.crosssell .product-name a{font-size: 15px;}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.label { background: none; border: 0; padding: 0; border-radius: 0; color: #2f2f2f; }
.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

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

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

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

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

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

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

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

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

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

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:0; color:#000;font-size: 14px; }
.tier-price{display:none;}
.tier_attr{margin-top: 20px;font-size: 14px;}
.tier_attr p{margin: 0;}
.tier-prices li { line-height:1.4; background:none; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }
div.tier{margin-top: 0;display: inline-block;width: 100%;}
.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:12px; margin:5px 0 0; }
.add-to-links .separator { display: none;}

/* Add to Cart */
.add-to-cart label { float:left; margin: 9px 10px 0 0; font-weight: normal; color: #666; }
.add-to-cart .qty { float:left; margin: 4px 10px 4px 0; border: 1px solid #eee; box-shadow: none; padding: 5px 2px; text-align: center; }
.add-to-cart button.button { float:none; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }



/* Add to cart qty decrease/increase button */
.add-to-cart .qty-button { float: left; margin: 11px 0;}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase { 
    float: left; 
    width: 7px;
    height:4px; 
    border:none; 
    padding:0px;     
    margin: 4px 5px 0;
    background-image:url(../images/btn-qty.png);
    background-color:transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    display: none;
}
.add-to-cart input.qty-decrease{background-position: 100% 100%; clear: both; margin-right: 15px;}
.add-to-cart input.qty-decrease:hover{background-position: 100% 0;}
.add-to-cart input.qty-increase{background-position: 0 0; }
.add-to-cart input.qty-increase:hover{background-position: 0 100%;}



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

.product-view .product-shop .add-to-box .add-to-links li { display: inline !important; margin: 0 30px 0 0; }

.product-view .product-shop  .add-to-box {  }
.product-view { }
.product-view .product-shop .product-social { border-top: 1px solid #fff; padding: 20px 0; margin-top: 10px}
.product-view .product-more-info { border-top: 1px solid #ddd; padding: 20px 15px 10px; margin-top: 2px; overflow: hidden; font-family: helveticaLT; text-align: left; font-size: 24px; display: none;}
.product-view .product-more-info .info-text { margin-left: 80px; height: 70px; }
.product-view .product-more-info .info-col1 { background: url(../images/money-back.png) no-repeat 0 50%;}
.product-view .product-more-info .info-col2 { background: url(../images/free-shipping.png) no-repeat 0 50%; border: 0;}
.product-view .product-more-info .info-row1 { color: #C76200; }
.product-view .product-more-info .info-row1 span { color:#2f2f2f; }
.product-view .product-more-info .info-row2 { line-height: 24px; }

.product-view .add-to-cart button.button { margin: 3px 0; background: url(../images/add_to_cart.png) 0 -2px no-repeat;width: 179px;height: 36px;}
.product-view .add-to-cart button.button:hover{ background-position: 0 -52px;}
.product-view .add-to-cart button.button span{background: none;line-height: 32px;height: 34px;padding: 0 23px 0 0;font-size: 20px;}
.product-view .add-to-cart button.button:hover span { background-position: 0 100%}
.product-view button.button.review { margin: 3px 0; background: url(../images/add_review.png) 0 -2px no-repeat;width: 208px;height: 36px;}
.product-view button.button.review:hover{ background-position: 0 -52px;}
.product-view button.button.review span{background: none;font-size: 14px;line-height: 23px;}
.product-view button.button.add_review { margin: 3px 0; float:none;}
/*.product-view button.button.add_review:hover{ background-position: 0 -52px;}
.product-view button.button.add_review span{background: none;font-size: 21px;line-height: 23px;}
.box-reviews .button-set{text-align: center;border-top: 1px solid #cccccc;padding-top: 15px;margin-top: 24px;padding-bottom: 15px;}
.form-add .buttons-set{text-align: center;}
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

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

/* Product Images */
.product-view .product-img-box {margin-left: 0;margin-right: 0; margin-top:0;float: left;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { float: none;margin: 0 auto 20px;text-align: center; }
/*.product-view .product-img-box .product-image img{width:77%;}*/
/*.product-view .product-img-box .product-image img#image { width: auto;max-width: inherit; }*/
.product-view .product-img-box .product-image-zoom { position:relative; width:366px; height:366px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display: none;}
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; border:2px solid #ddd; overflow:hidden; }

.catalog-product-view .grid-related{ margin-top: 0;  }
.catalog-product-view .grid-related .related-title{ background-color: #54BBF5; color: #666;}
.catalog-product-view .grid-related .product-image{ float: none; margin: 0 auto; }



.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.short-description.extra{padding-right: 20px;padding-top: 10px;font-size: 14px;}
.grid-related{border: 1px solid #a2a2a2;margin-top: 30px !important;padding-bottom: 10px;position: relative;}
.grid-related .products-grid .item{float:none;}
.check_step_1 .onepagecheckout_block{text-align: center;}
.grid-related .extra_details{position: absolute;bottom: -33px;width: 100%;border-top: none;}
.account-create .extra_details{border-top: none;margin-top: -28px;}

.grid-related .extra_details a{text-decoration: none;}
.related-title{background-color: #54bbf5;color: #fff;}
.block .block-title.related-title{text-align: center;padding: 7px 21px;}
.block .block-title.related-title strong span{text-align: center; color: #fff;}
.block .block-title.related-title strong{line-height: 22px;}
.related-name{background-color: #dbdbdb;padding: 0;margin-bottom: 20px;text-align: center;font-size: 20px;font-weight: bold;}
.related-name a{color: #000;text-decoration: none;}
.related_button{text-align: center;}
/*orange button*/
button.orange, a.button
{
background-color: #ff8400;
border: 1px solid #c14a32;
border-radius: 4px;
-moz-box-shadow: 0px 3px 8px #bcbcbc;
-webkit-box-shadow: 0px 3px 8px #bcbcbc;
box-shadow: 0px 3px 8px #bcbcbc;
}
button.orange:hover, a.orange:hover{background-color:#ffb534}
.related_button a.orange{padding: 8px 30px;color: #fff;text-decoration: none;}
.related_button button.orange span, .related_button a.orange span{font-size: 22px;}
.related_button a.orange span{position: relative;top: 2px;}
/*grey button*/
button.grey
{
background-color: #808080;
border: 1px solid #000000;
border-radius: 4px;
-moz-box-shadow: 0px 3px 8px #bcbcbc;
-webkit-box-shadow: 0px 3px 8px #bcbcbc;
box-shadow: 0px 3px 8px #bcbcbc;
}
button.grey:hover{background-color:#a6a6a6}
.related_button button.grey{padding: 0 17px;}
.related_button button.grey span{font-size: 22px;}
/*blue button*/
button.blue
{
background-color: #54bbf5;
border: 1px solid #319dda;
border-radius: 4px;
-moz-box-shadow: 0px 3px 8px #bcbcbc;
-webkit-box-shadow: 0px 3px 8px #bcbcbc;
box-shadow: 0px 3px 8px #bcbcbc;
}
/*button.blue:hover{background-color:#ffb534}*/
button.back-to{margin-left:30px;float: right;}
button.button.button_toolbar{ background: url(../images/button_toolbar.png) no-repeat 0 0;width: 66px;height: 18px;margin-top: -2px;}
button.button.button_toolbar span{font-size: 16px;line-height: 16px;}
/* Product Shop */
.product-view .product-shop { float:right;}
.product-view .product-shop .rating-box .rating, .products-grid .rating-box .rating{background-position:100% 100%;}
.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-name { margin:0 0 5px;}
.product-view .product-shop .product-name h1 {padding-right: 25px;margin: 0;font-size: 25px;font-family: arial;text-transform: capitalize;font-weight: bold;margin-bottom: 20px;color: #000;border-bottom: 1px solid #969696;padding-bottom: 5px;}
.product-view .product-shop .extra_details.main{ margin-right: 0; }
.product-view .product-shop .availability { padding: 10px; font-size: 13px; text-transform: capitalize; background: #f9f9f9; display: inline-block}
.product-view .product-shop .short-description { padding:25px 0 0;clear: both;font-size: 14px;}
.product-view .product-shop .short-description br{display:none;}
.product-view .product-shop  .short-description.long-description br{display:block;}
.product-view .product-shop .long-description{}
.extra_details{border-top: 1px solid #969696;margin-top: 30px;/*background:url(../images/main_prod_fold.png) center -13px no-repeat;*/position: relative;z-index: 300;text-align: center;}
.extra_details.add_review{width: 45%;margin: 30px auto 0;}
.extra_details.main{margin-right: -25px;padding-right: 25px;}
.product-img-box .extra_details{margin-top: 40px;margin-left: -25px;padding-left: 25px;}
.extra_details.review{margin-left: -25px;padding-left: 25px;}
.box-reviews{margin: 0 65px;background-color: #f5f5f5;padding: 0;}
.box-reviews .button-set{text-align: center;padding:15px 0 15px 0;}
.extra_details span{margin: -11px;display: block;color: #fff;font-size: 18px;position: relative;font-weight: bold;}
.extra_details img{z-index: 100;margin-top: -18px;}
.extra_details.create img{margin-top: -20px;}
.product-view .product-shop .price-box { margin:0;  }
.product-view .product-shop .sku { margin-top: 30px; text-transform: uppercase; font-size: 13px;}
.product-view .product-shop .sku span { color: #1288cb}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; display: inline-block;}
.product-view .actions, .product-view .actions .actions-inner, .product-view .actions .actions-inner button.button, .product-view .actions .actions-inner .add-to-links li { position: inherit}
.product-view .actions .actions-inner .add-to-links li { margin-bottom: 10px;}
.product-view .details-container{position: relative;z-index: 100; }
.product-view .details { }
.product-view .actions { margin-top: 15px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px 0;}
.product-view .product-shop .add-to-links li { display: inline-block; margin-right: 10px }
.product-view .product-shop .add-to-links li .separator { display: none}
.product-view .product-shop .actions .actions-inner .add-to-links li { text-align: center}
.product-view .product-shop .add-to-links a, .email-friend a { color:#666 !important; text-decoration: none; font-size: 12px; text-transform: capitalize; font-weight:normal !important; padding: 0 0 0 55px; line-height: 49px; display: block;}
.product-view .product-shop .add-to-links a:hover, .email-friend a:hover { background-position: 0 100%; }
.product-view .product-shop .add-to-links  .link-wishlist { background: url(../images/wishlist_view.png) no-repeat 0 0; }
.product-view .product-shop .add-to-links  .link-compare { background: url(../images/compare_view.png) no-repeat 0 0; }
.product-view .product-shop .add-to-links  .link-wishlist:hover, .product-view .product-shop .add-to-links  .link-compare:hover { background-position: 0 100%;}
.products-grid .special-price{display: inline;}
.products-grid .old-price{display: inline;margin: 0 0 0 5px;float: right;}
.products-grid .price-box .regular-price .price{font-size: 17px;}
.products-grid .price-box .regular-price .grid_free{font-weight: bold;font-size: 17px;color: #319dda;margin-right: 10px;}
.product-view .product-img-box .related-product .product-image{/*width: 180px;*/}
.related-product .product-image img{width: 100%;}
/* Email to a Friend */
.email-friend { display: inline-block}
.email-friend a { text-decoration: none; display: block; padding: 0 0 0 55px; line-height: 49px; background: url(../images/mail_view.png) no-repeat scroll 0 0;}
.email-friend a span {}


/* Product Options */
.product-options { margin:0; padding:0; position:relative; background:none; border-bottom:none;width: 30%;margin: 0 auto;  }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:0; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:auto; padding: 3px; }
.product-options dd .validation-advice{text-align: right;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:127px; top:14px;display: none; }

.product-options-bottom {  padding:0;  border-top:0; border-bottom: none;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display: none; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {text-align: center; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float: left; margin: 5px 30px 0 0; border: 0; display: none;}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

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

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid {  }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: left;  margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:normal; margin:0 0 5px; color:#666;}
.product-view .box-tags .form-add .input-box { float:left;  margin:0 5px 0 0;  }
.product-view .box-tags .form-add input.input-text { width:299px; height: 24px; line-height: 24px; padding: 0 0 0 5px }

.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dt h3{font-size: 17px;color: #000;font-weight: normal;}
.product-view .box-reviews dt h3 span.review_by{font-weight: normal;font-size: 15px;}
.product-view .box-reviews dd { margin:0 0 15px;background-color: #fff; padding: 0 15px;}
.product-view .box-reviews dd li{float:right;margin: 15px 0 0 100px;}
.product-view .box-reviews dd li:last-child{margin: 15px 0;}
.product-view .box-reviews dd ul{display: inline-block;position: relative;background:url(../images/review_sep.png) -25px top no-repeat;margin-top: 15px;}
.product-view .box-reviews dd li span{float: right;font-size: 15px;}
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews dt{background-color: #fff;padding: 10px;text-align: center;}
.product-view .box-reviews .form-add {  }
.product-view .box-reviews .form-add .buttons-set{text-align: center;}
.product-view .box-reviews .form-add .data-table thead th { font-size: 12px; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 48%;float: right;clear: none; margin-left: 10px;}
.product-view .box-reviews .form-add .form-list .input-box.last{width: 100%;}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:85%; }

.product-view #review-form .form-list {width: 80%;margin: 10px auto; }
.product-view #review-form input.input-text { width: 95%;}
.product-view #review-form textarea { width: 95.5%; }
.review_details{font-size: 15px;}

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


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#000; font-size: 17px; text-transform: capitalize; text-decoration: none; font-weight: normal}
.product-name a:hover { color: #1288cb;}

.image-container { position: relative}
.actions .actions-inner{ text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 49px;}
.actions .actions-inner button.button { display: inline-block; background: none}
.actions .actions-inner button.button span { text-indent: -9999px; height: 49px; width: 49px; background: #ff6b6b url(../images/cart.png) no-repeat; display: inline-block; padding: 0;}
.actions .actions-inner button.button:hover span { background-color: #888;}
.actions .actions-inner .add-to-links { display: inline-block; margin: 0;}
.actions .actions-inner .add-to-links li { text-indent: -9999px; display: inline-block; line-height: 48px;}
.actions .actions-inner .add-to-links li a { height: 49px; width: 49px; display: block;}
.actions .actions-inner .add-to-links li a.link-wishlist { background: #4acac1 url(../images/wishlist.png) no-repeat;}
.actions .actions-inner .add-to-links li a.link-wishlist:hover { background-color: #888;}
.actions .actions-inner .add-to-links li a.link-compare { background: #1288cb url(../images/compare.png) no-repeat;}
.actions .actions-inner .add-to-links li a.link-compare:hover { background-color: #888;}

/*block-new-arrivals*/
.block-new-arrivals { border: 1px solid #eee; padding: 15px; margin-top: 30px;}
.block-new-arrivals .block-title { padding-bottom: 15px; border-bottom: 1px solid #eee; }
.block-new-arrivals .block-title h2 { text-transform: capitalize; color: #666; line-height: 30px; margin: 0; padding-right: 10px; border-right: 1px solid #eee; display: inline-block}
.block-new-arrivals .block-content { padding: 20px 10px; font-size: 13px; position: relative;}
.block-new-arrivals .block-content a{ position: absolute; bottom: 0; right: 0; text-decoration: none; }

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

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

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

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

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


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }
.cart-empty p{font-size: 20px;text-align: center;}
/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table thead th { padding: 0 10px!important;border-right:none; font-size: 15px;color: #fff;background-color: #ff8400;}
.cart-table td { padding:10px 10px 0; line-height: 200px;}
.cart-table td .btn-remove2 { margin: 10px 10px; height: 17px;width: 35px; background: url(../images/remove_cart.png) no-repeat;color: #000;font-size: 12px;text-indent: 0;background-position: center top;padding-top: 30px;text-decoration: none;}
/*.cart-table td .btn-remove2:hover { background-position: 0 100%;}*/
.cart-table .product-name { font-weight: normal; margin:0 0 5px; margin-top: 10px;width: 330px; }
.checkout-cart-index .cart-table .product-name{width:auto;}
.cart-price{display: block;margin:0;}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding: 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

.cart-table td .product-image { display: block;  width: 60px; }
.cart-table .del_td{border-left: 1px solid #d6d6d6;}
.cart-table tbody td{border-bottom: 1px solid #d6d6d6;border-right: 1px solid #d6d6d6;}
.cart-table .product-name a{color: #1288cb;font-size: 15px;}
.cart-price .price{font-size: 15px;}
.cart-price thead tr{border:none;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:620px;display: inline-block; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cross_container{width: 56%;float: right;}
.cross_container .col-1{width: 100%!important;}
.crosssell button.button { margin: 6px 0 0;}
.cart .crosssell {display: inline-block;background: #fff; border: 1px solid #d6d6d6; padding: 0}
.cart .crosssell h2 { font-size: 15px;font-weight: normal;color: #fff; padding: 2px 15px 2px;background-color: #808080;margin-bottom: 0;}
.cart .crosssell #crosssell-products-list { padding: 0;}
.cart .crosssell .product-image {  }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { padding:0; float: right;width: 49%;}
.cart .crosssell li.item:first-child{border-left: 1px solid #d6d6d6;}
.cart .crosssell .cross-cont{width: 90%;margin: 15px 0;}
.cart .crosssell li.item.last { border-bottom: 0}
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell img { width: 100%; }
.cart .crosssell .product-details .add-to-links li { display: inline}
.cart .crosssell .product-details .add-to-links li .separator { display: inline}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin:0 0 18px; background: #fff; border: 1px solid #d6d6d6;margin-top: 15px;padding: 5px}
.cart .discount h2,
.cart .shipping h2 { font: normal 18px/20px Arial, Helvetica, sans-serif; text-transform:capitalize; color: #000; border-bottom:none; padding: 10px 0 15px;}
.cart .discount .discount-form,
.cart .shipping .shipping-form { padding:10px 0 15px; }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:right; margin-left:10px;margin-bottom:10px; }
.fancybox-inner .discount{display:none;}

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:175px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals {  background: #fff;float: left;margin-left: 0;width: 38%;}
.cart .totals .totals-inner { border: 1px solid #d6d6d6; padding: 5px;padding-bottom: 30px;}
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td {color: #000;font-size: 18px;font-weight: normal;padding:1px 20px 1px 30px; }
.price-total-td{width: 70px;text-align: right!important;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size: 18px;color: #000;font-weight: normal; }
.cart .totals .checkout-types { font-size:13px; padding:8px 10px 15px; text-align:right;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li a { text-decoration: none; color: #666;}
.cart .totals .checkout-types li a:hover { color: #1288cb;}
.cart .totals .checkout-types button.button span{padding: 0 5px;height: 38px;font-size: 20px;line-height: 38px;}

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

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

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

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

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

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

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

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

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

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

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

/* One Page Checkout */
.block-progress { border:0; margin: 67px 0 0; }
.block-progress .block-title {padding: 5px 0; margin:0 0 5px; border: 1px solid #eee; text-align: center;}
.block-progress .block-title strong { color: #ff6b6b;}
.block-progress .block-content { border: none; padding: 10px 0; text-align: center; }
.block-progress dt { font-size:13px; font-weight: bold; line-height:25px; margin:0 0 6px; padding:5px 8px; color:#818181; }
.block-progress dt.complete, .block-progress dd.complete { text-align: left}
.block-progress dd { background:#fff; border:1px solid #eee; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; border:1px solid #eee; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin: 5px 0 0; }

.opc .step-title { border: 1px solid #eee; padding: 5px; text-align:right; }
.opc .step-title .number { float:left; background:#aaa; padding: 0; margin:0 5px 0 0; height: 40px; width: 40px; font: normal 18px/40px arial, helvetica, sans-serif; color:#fff; text-align: center; }
.opc .step-title h2 { float:right; margin:0; font:normal 14px/40px Arial, Helvetica, sans-serif; color:#666; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { color: #ff6b6b; }
.opc .active .step-title .number { background:#ff6b6b; color:#fff;display: none; }
.opc .active .step-title h2 {  }
/*.opc .active .step-title a { display:none; }*/

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

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

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

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:normal; color:#666; line-height: 30px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; }
#opc-review #checkout-review-submit { border-top: 3px solid #1288cb; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

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

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; margin-top: 90px }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login .content{ min-height:160px; padding:14px 21px; background: #f5f5f5;}
.account-login .content h2 { font-weight:normal; font-size:19px; margin:0 0 14px; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { background: #f5f5f5; margin: -55px 0; padding:8px 13px 20px;text-align: center; }
.account-login, .account-create{width: 69%;margin: 60px auto;}
.new_title, .reg_title{text-align: center;margin-top: -24px;}
.cart .reg_title{margin-top: -11px;position: absolute;width: 93%;top: 0px;}
.rate_title{text-align: center;margin-top: -10px;}
.new_title h1{background: url(../images/orange_fold.png) no-repeat center;color: #fff;line-height: 26px;font-size: 19px;}
.reg_title h2, .rate_title h2{background: url(../images/blue_fold.png) no-repeat center;color: #fff;line-height: 26px;}
.onepagecheckout-index-index .col-main .reg_title{top:13px;position: relative;}
.onepagecheckout-index-index .reg_title h1{background: url(../images/checkout-title.png) no-repeat center;color: #fff;line-height: 26px;font-size: 18px;font-weight: bold;}
.onepagecheckout-index-index .col1-layout .col-main{width: 100%;}
.payment_message{font-size: 14px;display: inline-block;border: 1px solid;padding: 0 5px;width: 272px;background: #f8f8f8;margin: 0 15px;}
.payment_message p{margin:0;}
.payment_message strong{font-weight: bold;}
.cart .reg_title h2{background: url(../images/pop_cart_title.png) no-repeat center;font-size: 20px;}
.cart .reg_title h2 img{margin-right: 5px;}
.account-create {background: #f5f5f5;padding: 17px;}
.account-login .form-list .input-box{text-align: center;}
.account-login .form-list input.input-text{width: 205px;}
.account-login .form-list{margin-top: 20px;}
.account-login .new-users p{text-align: center;margin-top: 45px;font-size: 20px;}
.account-login .buttons-set button.button{margin: 3px 0;width: 134px;height: 36px;float: none;}
.account-login .buttons-set button.button span{background: none;font-size: 20px;line-height: 23px;}
.account-login .new-users .buttons-set{padding: 8px 13px 47px;}
.forgot_link{color: #555;}
.view_login .registered-users button{float: none;margin-bottom: 10px;padding: 0 15px;}
/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

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

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

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


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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 2em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background: #fff; border:1px solid #eee; padding:15px; margin: 0 0 20px; clear: both;}
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:right; margin:0; font-size:16px; font-weight: normal; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; color:#000; }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:right; font-size:13px; font-weight:bold; margin:0; }
.dashboard .box .box-title a, .box-head a{float: left;}

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

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

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

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

/* Address Book */
.addresses-list h2 { font-weight:normal; font-size:13px; color:#FF6B6B; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

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

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


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

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

.ma-footer-static-container {}
.footer-static {
    text-align: right;
    padding: 20px 0 30px 0;
}
 .footer-static .f-col {
    
}
.footer-static h2{text-align: center;color: #000;font-size: 22px;}
.footer-static .footer-static-title { }
.footer-static .footer-static-title h3 { font-size: 19px; font-family: HelveticaLTStdRoman; text-transform: capitalize; color: #555; font-weight: normal}
.footer-static .footer-static-content { margin-top: 10px; font-size: 13px; line-height: 31px;}
.footer-static li { line-height: 31px;}
.footer-static li a { color: #000; text-decoration: none; text-transform: capitalize; font-size: 15px; font-family: arial; display: block;}
.footer-static li a:hover { color: #1288cb;}

.footer-static .footer-static-content .support a { text-decoration: none; color: #1288cb}
.footer-static .footer-static-content .mail a { text-decoration: none; color: #bbb}

.footer-static2 { border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; padding:0; }
.footer-static2 .pay { text-align: right}
.footer-static2 .pay li { display: inline-block; margin-left: 13px;}
.footer-static2 .credits{top: 30px;margin-left: 0;position: relative;left: 0;}
.footer-static2 .credits li{font-size: 15px;color: #000;}
.footer-static2 .web { text-align: left;margin-left: 0;}
.footer-static2 .web li:first-child img{margin-top: 20px;width: 100px;}
.footer-static2 .web li:last-child img{width: 100px;}
.footer-static2 .web li { display: inline-block; margin-right: 0;}
.footer-static2 .web li .secure{width: 140px;}
.footer-static2 .web li a{ display: block; height: auto; padding-left: 40px; line-height: 35px; text-decoration: none; color: #666; text-transform: capitalize;}
.footer-static2 .web li a:hover { color: #1288cb;}
.footer-static2 .web li a.face { background: url(../images/face.png) no-repeat}
.footer-static2 .web li a.twitter { background: url(../images/twitter.png) no-repeat}
.footer-static2 .web li a.rss { background: url(../images/rss.png) no-repeat}
.footer-static2 .web li a.google { background: url(../images/google.png) no-repeat}

/* Footer ================================================================================ */
.ma-footer-container {  }
.ma-footer-container .footer-inner .container { background: #fff url(../images/bg_static_footer.png) repeat-x; /*display: inline-block; padding: 0 20px;*/ }
.footer { margin: 20px auto; padding: 0; color: #666; }
.footer .store-switcher { display: inline-block; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight: normal; vertical-align:middle; text-transform: capitalize;}
.footer .store-switcher select { padding:0; margin: 0; vertical-align:middle; }
.footer a {  text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin: 0; float: left; }
.footer address a { color:#bbb; text-decoration:none; }
.footer address a:hover { color: #1288cb; }
.footer ul { display:inline; float: right;  }
.footer div.pay,.footer div.pay ul{float: left;}
.footer ul.links { display: none; }
.footer li { display:inline-block; }
.footer li.last { background:none !important; padding-right:0 !important; }
.ma-footer-container .bottom-container { margin:0 0 5px; }


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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.ma-header-container:after,
.ma-header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.ma-footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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

/* Product Tabs */
.product-tabs-container { padding: 15px; border: 1px solid #eee;}
.product-tabs { overflow:hidden; padding-bottom: 15px; border-bottom: 1px solid #eee;}
.product-tabs li { float:left; padding: 0 20px; border-left: 1px solid #eee;}
.product-tabs li.first { border-left:0; padding-left: 0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding: 0; font-size: 16px; color:#666; font-family: HelveticaLTStdRoman; text-transform: capitalize; text-decoration: none;}
.product-tabs a:hover { background-color: #fff; text-decoration:none; color:#1288cb; }
.product-tabs a:first-child { padding-left: 0}
.product-tabs li.active a,
.product-tabs li.active a:hover { color:#1288cb; }
.product-tabs-content h2 {  }
.product-tabs-content { background: #fff; padding-top: 15px;}


/*-------- Menu --------*/


/********** < Navigation */
.ma-nav-container { }
#nav { margin:0 auto; font-size:12px; background: #ccc; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.last {  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }

#nav a { float:left; padding: 10px 16px; color:#242424; font-size:16px; text-transform:capitalize; }
#nav a span{ }

#nav li.active a,
#nav li.over a,
#nav a:hover { background: #888; color: #fff; }

#nav li.active a span,
#nav li.over a span,
#nav a:hover span{ }

/* 1st Level */
#nav ul li,
#nav ul li.active { border-bottom: 1px solid #cdcdcd; float:none; margin:0; padding: 0; background: none;}
#nav ul li.last { border: 0;}

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

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:210px; top: 40px; left:-10000px; background: #888; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 0; }
#nav ul ul,
#nav ul div {  }

#nav ul li a { background: url("../images/arrow-menu2.png") no-repeat scroll 18px 12px transparent !important; padding: 0 0 0 20px; text-transform:capitalize !important; color:#fff !important; font-size: 13px; }
#nav ul li a span{ padding: 7px 12px; }
#nav ul li a:hover { background: url("../images/arrow-menu2.png") no-repeat scroll 18px -42px transparent !important; color: #D5002A !important; }
#nav ul span,
#nav ul li.last li span { }

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

/*------Accordion ---------*/
/********** < Navigation */
.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
    height: auto;
    display: none;
}

.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background: rgba(73,155,234,1);
background: -webkit-linear-gradient(#1288cb, #48a3d7);
background: -o-linear-gradient(#1288cb, #48a3d7);
background: -moz-linear-gradient(#1288cb, #48a3d7);
background: linear-gradient(#1288cb, #48a3d7);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    border: 0;
    border-radius: 0;
    padding: 0;
}
.navbar { margin: 0;}
.navbar .btn-navbar {
    width: 51px; height: 51px; display: block; background: #1288cb  url(../images/btn-navbar.png) no-repeat; margin: 0; padding: 0; border-radius: 0; border: none;float: left;
}
.navbar-active .btn-navbar { background-color: #1288cb; }
.navbar .btn-navbar:hover { background-color: #1288cb; }
.navbar .btn-navbar .icon-bar { display: none;}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.navbar .brand {
    color: #fff;
    font-family: OpenSansLight;
    padding-left: 15px;
	float: right;
}
.mobilemenu {
	list-style-type: none;
	padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.mobilemenu li {
    background: #f1f1f1;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.mobilemenu li.level0.last {
    margin-bottom: 20px;
}
.mobilemenu li.active>a {
	/*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.mobilemenu a {
	text-decoration: none;
	border-bottom: 1px solid #595c5f;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
	color: #000;
	padding: 0 10px;
	display: block;
	cursor: pointer;
        text-transform: capitalize;
		text-align: right;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #000;
}

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

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
	color: #aaa !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #000 !important;
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
	color: #aaa !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #000 !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
	color: #aaa !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color: #000 !important;
}



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

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

}

.mobilemenu ul a {
	padding-left: 25px;
}
.mobilemenu ul ul a {
	padding-left: 40px;
}
.mobilemenu ul ul ul a {
	padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
	padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
	padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
	position: absolute;
	top: 2px;
	left: 19px;
}
.mobilemenu span.head a { 
	/*background: url(../images/menu_down.png) no-repeat 50% 50%;*/
	background:none;
	color:#333333;
	display:block;
	height:15px;
	padding:0;
	width:15px;
	border: 0;
	
}
.mobilemenu span.head a:before{content: "+";font-size: 28px;color: #000;font-weight: bold;}
.mobilemenu li.active>span.head a:before{content: "\2013";}
.mobilemenu span.head a:hover {background:none; /*background: url(../images/menu_up.png) no-repeat 50% 50%;*/ }
.mobilemenu li.active>span.head a {
	/*background: url(../images/menu_up.png) no-repeat 50% 50%;*/
	background:none;
}
.mobilemenu li.selected span.head a {
	/*background: url(../images/menu_up.png) no-repeat 50% 50%;*/
	background:none;
}
/*
.mobilemenu li.selected span.head a:hover {
	background: url(../images/menu_down.png) no-repeat 50% 50%;
}
*/

/*----- page view-----*/
.ma-price {
    color: #6e6e6e; 
}
.ma-social li {
    background: none;
    padding: 0 5px;
}
.ma-review-col1 {
padding: 15px 40px 15px;
}
.ma-review-col2 {
width: 100%;
background-color: #f5f5f5;
margin: 35px 0;
}
.ma-review-col1 h2, .ma-review-col2 h2 {
    text-transform: uppercase;
font-size: 21px;
font-weight: bold;

}
.ma-review-col2 h4 {
    font-weight: normal;
}

#back-top {
    background: #1288cb url(../images/back_top.png) no-repeat;
    position: fixed;
	bottom: 10px;
    right: 12px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 9999;
}
#back-top:hover {
    cursor: pointer;
    background-color: #555;
}

/*Banner Static*/

.banner-static-contain { overflow: hidden; padding: 30px 0;}
.banner-static-contain .banner-box img { width: 100%;}

.banner-static2 { padding: 20px 0 37px; }
.banner-static3 { margin: 35px 0; padding: 45px 0; background: #fdfdfd; text-align: left;}
.banner-static3 .banner-box { padding-left: 150px;}
.banner-static3 .banner-box .title-banner { font-size: 21px; font-family: helveticacondensedbold; text-transform: capitalize;}
.banner-static3 .banner-box1 { background: url(../images/money.png) no-repeat scroll 40px 50%;}
.banner-static3 .banner-box1 .title-banner .word1 { color: #1288cb}
.banner-static3 .banner-box2 { background: url(../images/free_shipping.png) no-repeat scroll 40px 50%;}
.banner-static3 .banner-box2 .title-banner .word1 { color: #ff6b6b}
.banner-static3 .banner-box3 { background: url(../images/payment.png) no-repeat scroll 40px 50%;}
.banner-static3 .banner-box3 .title-banner .word1 { color: #4acac1}

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

/*Custommenu*/
.nav-container { background: rgba(73,155,234,1);
background: -webkit-linear-gradient(#1288cb, #48a3d7); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#1288cb, #48a3d7); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#1288cb, #48a3d7); /* For Firefox 3.6 to 15 */
background: linear-gradient(#1288cb, #48a3d7); /* Standard syntax (must be last) */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );position: relative;}
#pt_custommenu .parentMenu{ padding: 3px 0;border-right: 1px solid #67b3dd;margin: 0 -2px;}
#pt_custommenu .pt_menu:first-child .parentMenu{border-right: none;}
#pt_custommenu #pt_menu_contact .parentMenu{margin: 0 -3px;border-left: 1px solid #67b3dd;}
#pt_custommenu .parentMenu:after{background: url(../images/sep.png) no-repeat 0 0;width:2px;height:55px;}
#pt_menu_pt_item_menu_custom_menu .parentMenu {}
#pt_custommenu .parentMenu a, .parentMenu .block-title{
    color: #fff;
    font-size: 15px;
	font-family: HelveticaLTStdRoman;
    line-height: 37px;
    text-transform: capitalize;
    display: block;
    /*padding: 0 25px;*/
	padding: 0 13px;
    cursor: pointer;
	font-weight: normal;
letter-spacing: 0.5px;
    
}
#pt_menu_pt_item_menu_custom_menu .parentMenu { padding-right: 25px;}
.parentMenu .block-title { background: url(../images/custom_menu.png) no-repeat right center; padding-right: 20px}
#pt_custommenu .parentMenu a, .pt_menu_home .parentMenu { border-right:none}
#pt_custommenu #pt_menu_home .parentMenu a{border-right:none;}
#pt_custommenu .parentMenu:hover a, #pt_custommenu .pt_menu.active .parentMenu a, #pt_custommenu .pt_menu.act .parentMenu a { border-color: #0a85ce;}
#pt_menu_link .parentMenu:hover a, #pt_menu_link .pt_menu.active .parentMenu a, #pt_menu_link .pt_menu.act .parentMenu a { border-color: #807680;}
#pt_menu_home .parentMenu a span{ }
#pt_custommenu #pt_menu_home .pt_menu.active { }
.parentMenu:hover, .pt_menu.active .parentMenu, .pt_menu.act .parentMenu, #pt_menu_pt_item_menu_custom_menu .parentMenu:hover{
    background: #0a85ce;
}
#pt_menu_link ul li a.act, #pt_menu_link ul li a:hover, div.pt_menu.act, div.pt_menu.active{}

#pt_menu_pt_item_menu_custom_menu { float: right;}
#pt_menu_pt_item_menu_custom_menu .parentMenu { background: #1288cb}

.itemMenu h4.level1,
.itemMenu a.level1 {font-family: HelveticaLTStdRoman; }
.itemMenu h4.level1:hover,
.itemMenu a.level1:hover { color: #1288cb;font-weight: bold; }
.itemSubMenu h4.level2,
.itemSubMenu a.level2,
.itemSubMenu h4.level3,
.itemSubMenu a.level3{
    color: #666;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}
.itemSubMenu a.level2:hover {
    background-position: 0 -16px;
}
.itemSubMenu a:hover,
.itemMenu a.level1.nochild:hover{
    color: #1288cb;
	font-weight: bold;
}
.itemSubMenu a { border-bottom: 1px solid #eee}
.itemSubMenu a:last-child { border-bottom: none;}
.pt_custommenu div.popup a.act {
    color: #1288cb !important;
}

.static_block_custom_menu { width: 600px;}
.static-menu-img img { width: 100%;}
.static_block_custom_menu .title { text-transform: capitalize; font-size: 18px;}
.static_block_custom_menu .content { font-size: 12px;}
/*=====================================================================================================================*/

/*Banner7*/
.ma-banner7-container .flex-direction-nav a,
.nivo-directionNav a { width: 39px; height: 62px; margin: auto; display: block; background: #c8c8c8 url(../images/bg_banner7.png) no-repeat 0 0; position: absolute; top: 0; bottom: 0; cursor: pointer; text-indent: -9999px; z-index: 9; opacity: 0.6;}
.ma-banner7-container .flex-direction-nav .flex-next,
.nivo-directionNav a.nivo-nextNav { background-position: 100% 0; right: 0; border-radius: 4px 0 0 4px }
.ma-banner7-container .flex-direction-nav .flex-prev,
.nivo-directionNav a.nivo-prevNav { left: 0; border-radius: 0 4px 4px 0}
.nivo-directionNav a.nivo-prevNav:hover { background-color: #ff6b6b}
.nivo-directionNav a.nivo-nextNav:hover { background-color: #ff6b6b}
/*=====================================================================================================================*/
/*FeatureProduct Slider*/
.ma-featuredproductslider-container { border: 1px solid #eee; padding: 15px;}
.ma-bestseller-sldier-title {  padding-bottom: 15px; border-bottom: 1px solid #eee;  margin-bottom: 15px; text-align: right;}
.ma-bestseller-sldier-title h2{ display: inline-block;border-left: 1px solid #eee;padding-left: 10px;line-height: 30px;}


.ma-featuredproductslider-container  .bx-wrapper .bx-controls-direction a {width: 27px; height: 24px; margin: -20px 0 0; display: block; background: #888 url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: -37px; cursor: pointer; text-indent: -9999px; font-size: 0;}
.ma-featuredproductslider-container  .bx-wrapper .bx-controls-direction .bx-next { background-position: 0 0; left: 0; }
.ma-featuredproductslider-container  .bx-wrapper .bx-controls-direction .bx-prev { background-position: 100% 0; left: 33px}
.ma-featuredproductslider-container  .bx-wrapper .bx-controls-direction .bx-next:hover { background-color: #1288cb}
.ma-featuredproductslider-container  .bx-wrapper .bx-controls-direction .bx-prev:hover { background-color: #1288cb}

.featuredproductslider-item { position: relative; text-align: center;}
.featuredproductslider-item .item-inner { background: #fff; position: relative; overflow: hidden;}
.featuredproductslider-item .item-inner .image-container { position: relative;}
.featuredproductslider-item .item-inner .product-image { display: block;}
.featuredproductslider-item .item-inner .product-name { margin: 15px 0 0; border-top: 1px solid #eee; padding-top: 10px}
.featuredproductslider-item .item-inner .price-box { padding: 0 10px}



/*=====================================================================================================================*/
/*upsell-slider*/
.ma-upsellslider-container { margin-top: 50px; padding: 15px; border: 1px solid #eee; }
.ma-upsellslider-title {  padding-bottom: 15px; border-bottom: 1px solid #eee;  margin-bottom: 15px; }
.ma-upsellslider-title h2{ display: inline-block ; border-right: 1px solid #eee; padding-right: 10px;line-height: 30px; margin: 0;}

.ma-upsellslider-container .flex-direction-nav a {width: 27px; height: 24px; margin: -20px 0 0; display: block; background: #888 url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: -37px; cursor: pointer; text-indent: -9999px; }
.ma-upsellslider-container .flex-direction-nav .flex-next { background-position: 100% 0; right: 0; }
.ma-upsellslider-container .flex-direction-nav .flex-prev { background-position: 0 0; right: 33px}
.ma-upsellslider-container .flexslider .flex-next:hover { background-color: #1288cb}
.ma-upsellslider-container .flexslider .flex-prev:hover { background-color: #1288cb}

.newproductslider-item .item-inner { background: #fff; text-align: center; position: relative; overflow: hidden;}
.newproductslider-item .item-inner .product-name { margin: 15px 0 0; border-top: 1px solid #eee; padding-top: 10px;}
.newproductslider-item .item-inner .price-box { padding: 0 10px}

/*related-slider*/
.ma-relatedslider-container { border: 1px solid #eee; padding: 15px; margin-bottom: 30px;}
.ma-relatedslider-container .related-subtitle, .ma-relatedslider-container .related-checkbox { display: none}
.related-product-title { line-height: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee;}
.related-product-title h2{ line-height: 30px; font-size: 19px; text-transform: capitalize; font-family: HelveticaLTStdRoman; margin: 0}
.ma-relatedslider-container .relatedslider-item .product-name { margin: 15px 0 0; border-top: 1px solid #eee; padding-top: 10px;}

.ma-relatedslider-container .flex-direction-nav a {width: 27px; height: 24px; margin: -20px 0 0; display: block; background: #888 url(../images/nav_related.png) no-repeat 0 0; position: absolute; top: -23px; cursor: pointer; text-indent: -9999px; }
.ma-relatedslider-container .flex-direction-nav .flex-next { background-position: 0 100%; right: 0; }
.ma-relatedslider-container .flex-direction-nav .flex-prev { background-position: 0 0; right: 33px}
.ma-relatedslider-container .flex-direction-nav .flex-next:hover { background-color: #1288cb}
.ma-relatedslider-container .flex-direction-nav .flex-prev:hover { background-color: #1288cb}


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

/*=====================================================================================================================*/
/*quick-view*/
.quickview-button {
    display: block;
    height: 35px;
    left: -450px;
    position: absolute;
    top: 0;
    padding: 0 0 5px;
    width: 120px;
    background: #555 url(../images/bg_menu.png) repeat-x scroll left bottom;
    text-decoration: none; text-transform: uppercase; font-family: utm_bebasregular; font-size: 18px; color: #fff; 
}
.quickview-button:hover {
    background-color: #1288cb;
    color: #fff;
}

.quickview-button span{ display: block; padding: 5px 0 5px 35px;  background: url(../images/quickview.png) no-repeat scroll 5px center; text-align: center;}
.quickview-button span span { padding: 0; border-left: 1px solid #fff; background: none; display: block; line-height: 25px}
/*=====================================================================================================================*/
/*latest product*/
.ma-latest-product-title { line-height: 40px; border-left: 5px solid #1288cb; background: #fff; }
.ma-latest-product-title h2{ padding-left: 15px; line-height: 40px; font-size: 24px; font-family: utm_bebasregular; text-transform: uppercase; margin: 0} 
/*=====================================================================================================================*/
/*fancy product*/
.ma-fancyproduct-container { border: 1px solid #eee; padding: 15px 15px 0;}
.ma-fancyproduct-title { line-height: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee;}
.ma-fancyproduct-title h2{ line-height: 30px; font-size: 19px; text-transform: capitalize; font-family: HelveticaLTStdRoman; margin: 0}
/*=====================================================================================================================*/
/*vertical menu*/
.accordion li.active a, .accordion a:hover {
	color: #1288cb;
}

.accordion ul a {
	color: #555 !important;
}
.accordion ul a:hover, .accordion ul li.active a {
	color: #1288cb !important;
}

.accordion ul ul a, .accordion ul li.active ul a {
	color: #555 !important;
}
.accordion ul ul a:hover, .accordion ul ul li.active a, .accordion ul li.active ul a:hover {
	color: #1288cb !important;
}

.accordion ul ul ul a, .accordion ul ul li.active ul a {
	color: #555 !important;
}
.accordion ul ul ul a:hover, .accordion ul ul ul li.active a, .accordion ul ul li.active ul a:hover {
	color: #1288cb !important;
}

.accordion ul ul ul ul a, .accordion ul ul ul li.active ul a {
	color: #555 !important;
}
.accordion ul ul ul ul a:hover, .accordion ul ul ul ul li.active a, .accordion ul ul ul li.active ul a:hover {
	color: #1288cb !important;
}

/*----------- button accordion -------------*/
.accordion span.head {
	position: absolute;
	top: 10px;
	left: 0;
}
.accordion span.head a { 
	background: url(../images/footer_li.png) no-repeat;
	color:#333333;
	display:block;
	height:7px;
	padding:0;
	width:4px;
	border: 0;
}
.accordion span.head a:hover, .accordion li.active>span.head a {
	background: url(../images/footer_li.png) no-repeat scroll 0 100%;
}
.accordion li.selected span.head a {
	background: url(../images/footer_li.png) no-repeat scroll 0 100%;
}
.accordion li.selected span.head a:hover {
	background: url(../images/footer_li.png) no-repeat;
}


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

/*categorytab_slider*/
.ma_categorytab_slider .bx-viewport {height: 100% !important;}
.tab_content_newarrivals .bx-wrapper .bxslider .item { width: 195px !important}
.ma_categorytab_slider { border: 1px solid #eee; padding: 15px}
.ma_categorytab_slider .title { float: left; width: 100%; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 15px;}
.ma_categorytab_slider .title h2 { font-family: HelveticaLTStdRoman; font-size: 19px; }
.tab_content_newarrivals .bx-wrapper { max-width: 100% !important;}
.tab_content_newarrivals .bx-wrapper .bxslider .item { margin-right: 20px !important; text-align: center;}

.tab_content_newarrivals .bx-wrapper .bxslider .item .product-name { margin: 15px 0 0; border-top: 1px solid #eee; padding-top: 10px}

.ma_categorytab_slider ul.tabs li { background: url(../images/li_categoryslider.png) no-repeat scroll right center; }
.ma_categorytab_slider ul.tabs li:last-child { background: none;}

.ma_categorytab_slider  .bx-wrapper .bx-controls-direction a {width: 27px; height: 24px; margin: -20px 0 0; display: block; background: #888 url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: -38px; cursor: pointer; text-indent: -9999px; }
.ma_categorytab_slider  .bx-wrapper .bx-controls-direction .bx-next { background-position: 100% 0; right: 0; }
.ma_categorytab_slider  .bx-wrapper .bx-controls-direction .bx-prev { background-position: 0 0; right: 33px}
.ma_categorytab_slider  .bx-wrapper .bx-controls-direction .bx-next:hover { background-color: #1288cb}
.ma_categorytab_slider  .bx-wrapper .bx-controls-direction .bx-prev:hover { background-color: #1288cb}

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

/*categorytab_product*/
.block-tab-product .title h2 { display: none;}
.tab-product .tab_container .images-container { width: 40%; margin-right: 10px; float: left}
.tab-product .tab_container .des-container { width: 55%; float: left; text-align: left;}
.tab-product .tab_container { border-top: 1px solid #eee; padding: 20px 0 7px;}
.tab-product .tab_container .add-to-links .separator { display: inline}
.tab-product .products-grid { padding: 30px 0; border-top: 1px solid #eee;}
.tab-product .products-grid:first-child { border-top: 0;}
.tab-product .products-grid .item { margin-top: 0;}

.tab-product .products-grid .item .add-to-links li { display: inline; color: #aaa;}
.tab-product .products-grid .item .add-to-links li a { color: #aaa; text-decoration: none; text-transform: capitalize;}
.tab-product .products-grid .ratings { display: block;}
.tab-product .products-grid .item button.button { margin-top: 5px;}
/*=====================================================================================================================*/
/*Layer ajax*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {

	background: url(../images/layer_ajax.png) 0 0 repeat-x;
	font-weight: normal;
	color: #555555;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-position: 0 100%;
	font-weight: normal;
	color: #212121;
}
.footer-top ul li{display: inline;margin-right: 15px;}
.footer-top ul li a{font-size: 15px;text-decoration: none;color: #1f497d;border-right: 1px solid;padding: 0 15px 0 0px;}
.footer-top ul li:first-child a{border-right: none;}
/*=====================================================================================================================*/
.ma-demo-wrap .control.active { background-color: #1288cb}
/*ajax-supper*/
.wrapper_box {
    	position:fixed; width: 265px; height:160px; background:white;	z-index:999999; 
	border:1px solid #1288cb;opacity:1;top:0; bottom: 0; right: 0;left: 0;display: block;padding: 15px; margin: auto;
}
.wrapper_box #continue_shopping {float:left;background: none repeat scroll 0 0 #1288cb;color: #FFFFFF;margin-top: 10px;padding: 5px; text-decoration: none;}
.wrapper_box #continue_shopping:hover {background:#403239;}
.wrapper_box #shopping_cart {float:right;background: none repeat scroll 0 0 #1288cb;color: #FFFFFF;margin-top: 10px;padding: 5px; text-decoration: none;}
.wrapper_box #shopping_cart:hover {background:#403239;}
/*=====================================================================================================================*/
/*Brand Slider*/
.ma-brand-slider-contain {position: relative; padding: 30px 0;}
.ma-brand-sldier-title { display: none; line-height: 40px; border-left: 5px solid #1288cb; background: #fff; text-align: left;}
.ma-brand-sldier-title h2{ padding-left: 15px; line-height: 40px; font-size: 24px; margin: 0}

.ma-brand-slider-contain .bx-controls-direction a { width: 27px; height: 24px; margin: auto; top: 0; bottom: 0; display: block; background: #888 url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; cursor: pointer; text-indent: -9999px; }
.ma-brand-slider-contain .bx-controls-direction .bx-next { background-position: 100% 0; right: 0px; }
.ma-brand-slider-contain .bx-controls-direction .bx-prev { background-position: 0 100%; left: 0px}
.ma-brand-slider-contain .bx-controls-direction .bx-next:hover { background-color: #1288cb}
.ma-brand-slider-contain .bx-controls-direction .bx-prev:hover { background-color: #1288cb}
/*=====================================================================================================================*/
/*thumb slider*/
.ma-thumbnail-container { padding: 15px 0}

.ma-thumbnail-container .flex-direction-nav a {width: 27px !important; height: 24px !important; margin: -20px 0 0; display: block; background: #e0e0e0 url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0.5;}
.ma-thumbnail-container .flex-direction-nav .flex-next { background-position: 100% 0; right: 0; }
.ma-thumbnail-container .flex-direction-nav .flex-prev { background-position: 0 0; left: 0;}
.ma-thumbnail-container .flexslider .flex-next:hover { background-color: #1288cb; opacity: 0.5}
.ma-thumbnail-container .flexslider .flex-prev:hover { background-color: #1288cb; opacity: 0.5}

/*=====================================================================================================================*/
/*Sale new*/
.image-inner { position: relative; background: #eee;}
.sale { width: 70px; height: 70px; position: absolute; top: 0; right: 0; background: url(../images/sale.png) no-repeat}
.new { width: 70px; height: 70px; position: absolute; top: 0; left: 0; background: url(../images/new.png) no-repeat}
/*=====================================================================================================================*/
.checkout-cart-index .cart .reg_title{position: static;width: auto;margin-top: 0;}
.checkout-cart-index .cart .crosssell .cross-cont{width: 100%;text-align: center;}
#wraper_ajax{opacity:0.3!important;}
.box-account.box-reviews{display:none;}
#checkout-payment-method-load .sp-methods dd ul{display:block!important;}
.related-product .details_container{display:none;}
.related-product .sale_icon{display:none;}
/* Fixed Mobile*/
@media (min-width: 1180px) {
    .header .span4.search {
        margin-right: 10%;
    }
}
@media (max-width: 1199px) {
    .block-banner-right .banner-box .content { font-size: 14px;}
    .product-view .actions { float: none;}
    .select-lang:before { display: none;}
    .block-subscribe input.input-text { width: 190px; margin-right: 0}
    .related-product-title h2, .block .block-title strong { font-size: 16px;}
    .email-friend { margin-top: 10px;}
    #pt_custommenu .parentMenu a, .parentMenu .block-title { padding: 0 18px;}
	.footer-static2 .credits{top: 10px;float: none;width: 100%;left:0;}
	.footer-static2 .web{display: inline-block;float: none;width: 100%;text-align: center;}
	.footer-static2 .web li a{padding-left:0;}
	.footer div.pay{float: none;width: 100%;text-align: center;display: inline-block;}
	.footer ul{float: none;}
	.footer div.pay ul{float: none;margin-top: 20px;}
}
@media (max-width: 1199px) and (min-width: 980px){
	.middle-container .header .phone p{font-size: 19px;}
	.middle-container .header .phone{margin-right: 0;}
	#pt_custommenu .parentMenu a, .parentMenu .block-title{padding: 0 5px;}
}
@media (max-width: 1199px) and (min-width: 768px){
    .product-view #review-form input.input-text, .product-view #review-form textarea { width: 95.5%;}
    .product-collateral .box-collateral .data-table th { font-size: 10px; padding: 5px 0;}
    .banner-static3 .banner-box { padding-left: 100px;}
    .banner-static3 .banner-box1, .banner-static3 .banner-box2, .banner-static3 .banner-box3 { background-position: 20px 50%;}
    .banner-static3 .banner-box .title-banner { font-size: 18px}
	
}
@media (max-width: 1024px) {
	.middle-container .header .phone a{pointer-events: auto;}
}

@media (max-width: 979px) {
	.header-main-container{position: static;}
	.ma-main-container{padding-top: 0;}
    .header { padding: 20px 0}
    .container { padding: 0 7px;}
    .header .logo, .form-language, .welcome-msg { float: none; margin: 0}
    .header .form-search{margin: 0 auto;}
	.middle-container .header .phone{float: none!important;text-align: center;display: inline-block;margin-top: 10px;width: 100%;margin-right: 0;}
	.free-label{display:block;position: static;margin-bottom: 10px;}
    .top-link .link-left, .top-link .link-right { width: 100%; text-align: center; margin: 0}
    .form-language, .block-currency {display: inline-block}
    .header .quick-access { margin: 6px 0;}
    .block-subscribe .block-content .input-box { margin-top: 10px}
    .block-banner-right .banner-box .title { font-size: 24px}
    .header .span4.logo_span{width: 100%;margin-right:0;float:none;}
    .footer address, .footer-static2, .footer ul, .footer-static2 .pay, .footer-static2 .web { float: none; }
    .footer-static2 .pay { margin: 10px 0 0}
    .header .span4.search{margin-top: 10px;margin-left: 0;}
    .top-cart-wrapper { margin-top: 0;}
    .ma-brand-slider-contain .flexslider { padding: 30px 0;}
    .banner-static3 { margin: 50px 0;}
    .footer-static .footer-static-title h3 { font-size: 15px}
    /*.footer-static li a, .footer-static .footer-static-content, .block-subscribe label { font-size: 11px}*/
    .ma-relatedslider-container .flex-direction-nav a { display: none;}
    .product-view .product-shop .add-to-links li { margin-top: 10px;}
    .footer address, .footer-static2, .footer ul, .footer-static2 .pay, .footer-static2 .web { text-align: center;}
    .catalog-category-view .breadcrumbs, .catalog-category-view .show-grid{width: 100%;}
	.pager .kosher{margin: 4px 15px;}
	.breadcrumbs{width: 100%;}
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{}
	.col1-layout .col-main{width: 685px;}
	.account-login, .account-create{width: 100%;}
	.account-create{padding: 0;}
	.onepagecheckout-index-index .ma-main-container .container{width: 100%;}
	.catalog-category-view .breadcrumbs, .catalog-category-view .show-grid, .catalogsearch-result-index .show-grid{width:100%;}
	
    
}
@media (min-width: 980px) {
	.header-main-container.fixed .top-container,
	.header-main-container.fixed .middle-container{display:none;}
}
@media (max-width: 979px) and (min-width: 768px) {
    .header .span4 { width: 100%; text-align: center; margin: 0}
    .block-layered-nav #search button.button { margin-top: 5px}
    .block-subscribe input.input-text { width: 140px; }
    .tab-product .tab_container .images-container { width: 38%;}
    .footer address, .footer-static2, .footer ul, .footer-static2 .pay, .footer-static2 .web{ width: 100%; }
    .ma-fancyproduct ul button.button span span { font-size: 9px;}
    .ma-fancyproduct-title h2, .block .block-title strong, .block-layered-nav dt { font-size: 16px;}
    .actions .actions-inner { height: 98px;}
	.cart{padding: 10px;}
	.cart-table .product-name{width: 315px;}
	.cart .totals .totals-inner{padding: 0px;}
	.price_area{width: 35%;}
	
}
@media (max-width: 767px) {
	.product-options{width: 100%;}
	.under_image{display: inline-block;width: 100%;}
	.grid-related .products-grid .item{text-align: center;}
	.related-product .product{margin-bottom: 0px;}
	#srka-product-review-list{width: 70%!important;}
	.extra_details.add_review{width: 95%;}
   .header, .header .quick-access { text-align: center}
   .header .logo { float: none}
   .top-cart-wrapper { float: none;}
   .ma-banner7-container .flex-direction-nav a, .nivo-directionNav a { display: none}
   .banner-static-contain .banner-box { margin-top: 10px}
   .banner-static2 .banner-box img { width: 100%; margin-top: 10px}
   .products-grid .item .item-inner .product-image img { width: 100%;}
   .footer-static .f-col { margin-top: 10px; padding: 0 10px}
   .products-list .product-image img{ width: 100%}
   .banner-static3 .banner-box { margin: 15px 0;}
   .banner-left img { width: 100%; margin-bottom: 20px}
   .tab-product { margin-top: 20px;}
   .tab-product .products-grid .item { float: left; width: 100%; margin-top: 10px}
   .footer .store-switcher { margin-top: 10px}
   /*.custom_links .links li:last-child,.custom_links .links li{background: none;}*/
   .block-layered-nav dt{text-align: center;}
   .products-grid .item{float: none;margin-bottom:15px;min-height: 0;}
   .col2-left-layout .products-grid, .col2-right-layout .products-grid{width: 100%;border-bottom:none;}
   .cart .totals td{font-size: 16px;}
   .cart .totals .checkout-types button.button span{padding: 0 2px;}
   .cart .totals .checkout-types{padding: 8px 5px 15px;}
   button.back-to{margin-left: 20px;margin-bottom: 15px;}
   .cart-table .product-name{width: auto;}
   .cross_container{width: 100%;float: none;}
   .cart .totals{width: 100%;float: none;margin:20px auto;margin-left: auto!important;}
   .product-view .product-shop .product-name{margin-right:0;}   
   .product-view .product-shop .related-product .product-name{margin-top:10px;}
   .product-view .product-shop .related-product .price-box{line-height:20px;margin:5px 0;}
   .extra_details.main{margin-right: 0;padding-right:0;}
   .product-view .product-img-box .product-image{text-align: center;}
   .product-img-box .extra_details{margin-left: 0;padding-left: 0;}
   .extra_details.review{margin-left:0;padding-left:0;}
   .col1-layout .col-main {width: 100%;}
   .onepagecheckout-index-index .content.right {margin-bottom: 20px;}
   .onepagecheckout-index-index .content.left{width: 94%;}
   .more_details{width: 100%;display: inline-block!important;margin: 10px 0 15px;position: static;text-align: right;}
   .more_details.more_details_desktop{display:none !important;}
   .products-grid .item:hover .item-inner{position: static;min-height: 0;}
   .products-grid .item .item-inner{min-height: 0;-webkit-box-shadow: rgba(0,0,0,0.30) 0 0 13px;
	-moz-box-shadow: rgba(0,0,0,0.30) 0 0 13px;
	box-shadow: rgba(0,0,0,0.30) 0 0 13px;
	border: 1px solid #ffa84b;padding: 0;}
	.products-grid .item .item-inner .image-container{float: right;width: 30%;}
	.products-grid .item .item-inner .details_container{float: left;width:60%}
	.products-grid .item .item-inner .product-image{margin-top: 35px;}
	.products-grid .item .sale_icon{width: 50px;top: 10px;}
	.col2-left-layout .products-grid, .col2-right-layout .products-grid{padding: 0;}
	.toolbar{margin-bottom: 10px;}
	.middle-container .header .phone{margin-top: 0;}
	.product-view .product-img-box{margin-top: 10px;float: none;}
	.checkout-onepage-success  #comment{max-width: 270px;}
	.cart-table tbody td{vertical-align: middle;}
	.grid-related{border:none;}
	.catalog-product-view .grid-related .related-title{margin-bottom:15px;}
	.related-product .related-name{display:none;}
	.related-product {margin-bottom:15px;}
	.related-product .item{box-shadow: rgba(0,0,0,0.30) 0 0 13px;border: 1px solid #ffa84b;}
	.related-product .item:after{display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
	.related-product .product{float:right;width:30%;position:relative;}
	.related-product .details_container {display:block;float: left;width: 60%;}
	.related-product .sale_icon{display:block;}
	.related-product  .product-name{margin: 10px 0 0;padding-top: 0;    text-align: right;font-size: 13px;color: #203548;font-weight:normal;}
	.related-product .item .sale_icon{    width: 50px;top: 10px;position: absolute;left: -5px;}
	.related-product .item a.button{padding: 0 20px;height: 26px;display: inline-block;line-height: 26px;font-size: 17px;color: #fff;text-decoration: none;font-family: arial !important;}
	.catalog-product-view .grid-related .product-image{margin-top: 35px;padding:3px;}
	.products-grid .price_text {display: none;}
    .ma-footer-container .footer-inner .footer-static {display: none !important;}
}

@media (max-width: 480px) {
	/*.header_top .links.right li:first-child{display:none;}*/
	.custom_links{margin: 0;}
	.custom_links .links li.to_checkout{background:url(../images/line.png) right 0 no-repeat;}
	.custom_links .links li{padding: 8px 7px 9px 7px;margin-top: 0;}
	.custom_links .links li.welcome{background:url(../images/line.png) left 0 no-repeat;}
	.custom_links .links li.logout{display: none;}
	.header-container.top-container{padding-bottom: 0;}
	#checkout-shipping-method-load select{width:100%;}
	#srka-product-review-list .srka-rating-code .options li{margin-right: 5px!important;}
    .data-table thead th { padding: 2px; }
    .view-mode  { display: none; }
    .pager .sort-by { margin-left: 0; padding-left: 0; }
    .pager .pages { margin-left: 5px; float: none; }
    .col2-set .col-1 { float:none; width:auto;margin-top: 90px; }
    .col2-set .col-2 { float:none; width:auto; }
    .products-list .product-image { float: none; }
    .products-list .product-shop { margin: 0; }
    .add-to-cart label, .add-to-cart input.qty-increase, .product-view .product-shop .add-to-box .add-to-links li { margin-right: 15px; }
    .product-view .box-tags .form-add input.input-text { width: 175px; }
    .cart-table th { padding:2px; }
    .cart-table td { padding:2px; }
    .cart-table .btn-empty { margin-top: 5px;}
    .opc .form-list .field { float: none; }
    .opc .form-list input.input-text { width: 98%; }
    .product-tabs li { float: none; border: 0; border-bottom:1px solid #a4a4a4; }
    .product-tabs li.last { border: 0; }
    .product-tabs li { padding-left: 0}
    .footer-static2 .pay li { margin-top: 10px;}
    .product-view #review-form input.input-text, .product-view #review-form textarea { width: 75%;}
    .product-collateral .box-collateral .data-table thead th { font-size: 10px; padding: 5px 2px;}
	.header-container.top-container{background:none;background-color: grey;height:auto;}
	.header_top .links{float: none!important;}
	.header_top .links.left li:first-child{display: none;}
	.header_top .links li{background: none;}
	.col2-left-layout .products-grid, .col2-right-layout .products-grid{width: 100%;}
	.pager .kosher {margin: 0px 5px;}
	.product-view .product-shop .ratings{float: none;margin-bottom: 20px;}
	.product-view .product-shop .related-product .ratings{margin-bottom:5px;}
   .price_area{width: 100%;float: none !important;}
   .box-reviews{margin:0;}
   /*.cart-table .del_td{border-left: none;}*/
   /*.cart-table tbody td.hidden-phone{display: block !important;}*/
   .cart .totals td{padding:0;}
   .cart-table tbody td{border-bottom: none;line-height: 35px;text-align: center!important;}
   .cart-table tr{border-bottom: 1px solid #d6d6d6;border-left:none!important;border-right:none!important;}
   /*.cart-table thead{display: none;}*/
   .cart-table td .product-image, .cart-table td .btn-remove2{margin: 0 auto;}
   .products-grid .item .item-inner .details_container {float: left;width: 200px;}
   .related-product .details_container {width: 200px;}
   .contacts-index-index .fieldset{width: 82%;}
   .contact-static{margin: 0;}
   .cart-table input.qty{margin: 0;}
}

@media (max-width: 320px) {
    .featuredproductslider-item, .newproductslider-item, .tab_content_newarrivals .bx-wrapper .bxslider .item { width: 258px !important}
    .block-subscribe input.input-text { width: 175px !important}
    .header .form-search { width: 275px;}
    .header .form-search input.input-text  { width: 225px;}
	.header .form-search button.button{top: -40px;}
	.pager .kosher {margin: 4px 0px;}
    .ma-review-col1{padding: 15px 20px 15px;}
}


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


.searchautocomplete-search{left:31px !important;top:21px;border-radius:0px !important;direction:rtl;}
.searchautocomplete-search .s_icon{float:right;margin-left:10px;}
.searchautocomplete-search .s_details{text-align:right;}
.search-header{text-align:right !important;padding-right:5px !important;}
.s_item_name span.highlight{float:none;}
.searchautocomplete-search .price-box .price{font-size:15px;color:#000;}
.form-search input.spinner{background-position:center center !important;}
.searchautocomplete-search{max-height:400px;overflow-y:scroll !important;padding:20px;}

.products-grid .price_text{padding: 0;margin-bottom: 20px;text-align: center;font-size: 28px;font-weight: bold;color:#319dda;} 
#pt_custommenu .pt_menu.pt_menu_no_child  .parentMenu a::after,#pt_custommenu #pt_menu_home.pt_menu  .parentMenu a::after{ display:none;}

#pt_custommenu .pt_menu .parentMenu a::after{ background:url('../images/down2.png') no-repeat  0px 8px; content: " "; text-transform:lowercase;   width: 16px;    height: 16px;display: inline-block;    }

#search_mini_form .form-search #search_autocomplete .amount {display: none !important;}

.long-description ul li::before{
    content: "•";
    display: inline-block;
    width: 1.6em;
    margin-left: -1em
}

.short-description ul li::before{
    content: "•";
    display: inline-block;
    width: 1.6em;
    margin-left: -1em
}

#checkout-shipping-method-load #shipp_drop {
    max-width: 420px;
}