/**
 * 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)
 */




/*Fonts*/


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


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

}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.x-large{font-size:35px;}
.large{font-size:30px;}
.medium{font-size:18px;}
.small{font-size:13px;}
.x-small{font-size:13px;}

/*End Fonts*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { color:#5F5F5F; text-align:center; font-family: 'helvetica'; font-size:13px; margin:0px; padding:0px; }

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

a             { color:#5F5F5F; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }
::selection
{
background-color:#000;
color:#FFF;
}
::-moz-selection
{
background-color:#000;
color:#FFF;
}
::-webkit-selection
{
background-color:#000;
color:#FFF;    
}
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;  }
h1            { font-weight:normal; }
h2            { font-weight:normal; }
h3            {font-weight:bold; }
h4            { font-weight:bold; }
h5            {font-weight:bold; }
h6            { 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;border-collapse:collapse; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        {font-family: 'helvetica_bold';}
address       { font-style:normal; line-height:1.75; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { }

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding: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 ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:1160px; margin:0 auto; min-height:400px; padding:20px 20px; text-align:left; background:#FFF;box-shadow:0 0 7px rgba(0, 0, 0, 0.25);}

/* Base Columns */
.col-left { float:left; width:291px; padding:0 0 1px; }
.col-main { float:left; padding:0 0 1px; width:849px; }
.col-right { float:right; width:291px; padding:0 0 1px;}
.checkout-onepage-index .col-right{float:left;}
.checkout-onepage-index .col-main{float:right;}

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

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

.col3-set .col-1 p {margin: 5px 0px;}
.col3-set .col-2 p{margin: 5px 0px;}
.col3-set .col-3 p{margin: 5px 0px;}
.col3-set .col-2 p strong {margin: 5px 0px;}
.col3-set .col-3 p strong {margin: 5px 0px;}
.policy p {}
.policy .data-table {margin-top:20px;}
.policy .data-table thead th {padding:15px 22px;}
.policy .data-table td {text-align:left !important;}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:44.5%; padding:15px;}
.col2-set .col-2 { float:right; width:44.5%; padding:15px;}
.col2-set .new-users {padding-bottom:16px;width:46%;}
.col2-set .registered-users {width:46%;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:60%; }
.col2-set p {margin-bottom:20px;}
.col2-set .col-1 p {clear:left;line-height:1.75;text-align:left;}
.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 {font-size:14px;font-family: 'helvetica';  vertical-align:middle; color:#0C0C0C; background:#EFEFEF;border: 1px solid #DCDCDC;border-radius: 3px;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);}
input.input-text,textarea { padding:4px 6px;}
select { padding:5px; display:inline-block;}

select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #DCDCDC; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; resize:none;}
input.radio { margin-right:3px; margin-top: -2px; }
input.checkbox { margin-right:3px; margin-top: -4px;}
input.qty { width: 3em !important;padding: 5px 5px 5px 10px;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button {font-size:12px;background:#F07318;border:none;display:block; padding:10px 22px; text-align:center; color:#fff;text-transform:uppercase;font-family: 'helvetica_bold';border-radius:3px;}
button.button:hover {background:#5F5F5F;}
button.button span span { border:0; padding:0; background:none;}
button.disabled span { border-color:#DCDCDC !important; background:#bbb !important; }
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 {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 10px 15px 0px; }
.form-list label { float:left;  font-weight:normal; position:relative; z-index:0; padding-bottom:10px;}
.form-list label.required {float: left;font-weight: normal;position: relative;z-index: 0;padding-bottom: 10px;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }

.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:246px; height:25px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:33px; padding:6px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #DCDCDC; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* 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-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }


.buttons-set { clear:both; padding:25px 0 0; border-top:1px solid #DCDCDC; text-align:right;margin:3em 0 0; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;margin-top:10px;}
.buttons-set button.button { float:right; margin-left:5px; }

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


.fieldset { margin:28px 0; }
.my-account .fieldset{margin-bottom:28px;margin-top:0px;}
.fieldset .legend {padding-bottom:15px;margin-bottom:15px; float:left; font-family: 'helvetica_bold';  color:#F07318;  width:100%; position:relative; border-bottom:1px solid #DCDCDC; }

/* Form Validation */
.validation-advice { font-family:'FontAwesome';clear:both; min-height:13px; margin:3px 0 0; font-size:12px;  line-height:13px; /*background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat;*/ color:#eb340a; }
.validation-advice span{padding-left: 5px;font-family: 'helvetica';font-size: 11px;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { text-align:right; color:#F07318; }
/* 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-size:11px;}
.error { color:#df280a;  font-size:11px;}
.notice { color:#e26703;font-size:11px; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; font-size:11px; padding:0 !important;font-family:'helvetica_bold'; }
.messages ul {padding-left:30px;}
.messages ul li span {padding-left: 42px;float: left;margin-top: -26px;}
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 20px !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 5px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 4px 20px !important;}
.error-msg { background-color:#F07318; font-family:'FontAwesome'; color:#FFF;font-size:32px;}
.success-msg { background-color:#F07318; font-family:'FontAwesome'; color:#FFF;font-size:32px;}
.note-msg,
.notice-msg {  background-color:#F07318; font-family:'FontAwesome'; color:#FFF;font-size:32px; clear: left; }

/* BreadCrumbs */
.breadcrumbs {line-height: 1.25;padding-bottom: 20px;}
.breadcrumbs li {display:inline; padding:0px 0px 0px 10px;}
.breadcrumbs li.home {padding-left:0px;}
.breadcrumbs li strong {color:#F07318;font-family: 'helvetica';font-weight:normal;}
.breadcrumbs li a { text-decoration: none;padding-right: 8px;}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li span {font-family: 'FontAwesome';display: inline-block;}
.breadcrumbs p{float:left;}
/* Page Heading */

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

.page-title h1,
.page-title h2 {margin: 0;font-size: 41px;color: #F07318;text-transform: capitalize;line-height: 33px;}
/*.page-title h1,*/
/*.page-title h2 {margin: 0;*/
/*font-family: 'helvetica_bold';*/
/*color: #FFF;*/
/*text-transform: uppercase;*/
/*margin-bottom: 20px;*/
/*position: absolute;*/
/*top: 160px;*/
/*text-align:right !important;*/
/*font-size: 40px !important;}*/


/*.page-title h1,*/
/*.page-title h2{width: 1200px;}*/
/*.col2-right-layout .page-title h1,*/
/*.col2-right-layout .page-title h2,*/
/*.col2-left-layout .page-title h1,*/
/*.col2-left-layout .page-title h2{width:900px;}*/


.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button {float:right;margin-top:9px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { text-align:left; float:left;line-height:normal;}

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

/* Pager */
.my-account .pager {margin-top:20px;margin-bottom:20px;}
.pager { }
.pager .amount { float:left; margin:0;padding-top: 9px;padding-right:10px;font-size:11px;}
.pager .limiter {}
.pager .limiter .show_detail{left:0;}
.pager .limiter.active{}
.pager .limiter label { vertical-align:middle; float:left;margin-top:9px;font-size:11px;}
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {display:table;float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display: table-cell;padding: 0 10px;vertical-align: middle; }
.pager .pages li a {text-decoration:none;}
.pager .pages li a:hover{text-decoration:none;color:#F07318;}
.pager .pages .current {color:#F07318;}
.pager .amount strong {font-weight:normal;  font-size:11px;}
.pager .pages a.next{font-family: 'FontAwesome';border:1px solid #DCDCDC;border-radius:3px;background:#EFEFEF;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 12px;}
.pager .pages a.next:hover{background:#F07318;color:#FFF;border-color:#F07318;}
.pager .pages a.previous {font-family: 'FontAwesome';border:1px solid #DCDCDC;border-radius:3px;background:#EFEFEF;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 12px;}
.pager .pages a.previous:hover{background:#F07318;color:#FFF;border-color:#F07318;}
.pager .pages a.next img,
.pager .pages a.previous img{display:none;}
/*.pager .pages a.next img:hover {background:#03997e url(../images/20.png);}
.pager .pages a.previous img:hover {background:#03997e url(../images/45.png); }*/
.my-account .pager .pages {float:right;padding-top:5px;}
.my-account .pager .amount{float:right;}
/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by {float: left;height:34px;}
.sorter .sort-by.active{}
.sorter .sort-by label { padding-right:10px; vertical-align:middle;float:left;margin-top:9px; font-size:11px;}
.sorter .sort-by select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;  }
.sorter .link-feed {}
.sorter .limiter { margin-left:20px;}
.sorter .limiter.active{}
.sorter .limiter label {  vertical-align:middle;float:left;margin-top:9px;font-size:11px;}
.sorter .limiter select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;}

.sorter .sort-by img {display:none;}
.sorter .view-mode {float: left;padding:0px 0 0px 0;height:27px;margin: 0;margin-right: 20px;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);border-radius:3px;}
.sorter .view-mode label{display:none;}

.grid {font-family: 'FontAwesome';font-size:18px;text-decoration:none;padding:5px 5px 4px 5px;float:left;border-radius:3px 0px 0px 3px;border-right:1px solid rgba(220, 220, 220, 0.70);}
.grid:hover{color:#FFF;background:#F07318;text-decoration:none;}
.grid-mode-active{color:#FFF;background:#F07318;}

.list {font-family: 'FontAwesome';font-size:19px;text-decoration:none;padding:5px 5px 3px 5px;float:right;border-radius:0px 3px 3px 0px;}
.list:hover {color:#FFF;background:#F07318;text-decoration:none;}
.list-mode-active{color:#FFF;background:#F07318;}


/* Toolbar */
.page-title.search-title{margin-top: 0px;margin-bottom: 0px !important;position: absolute;left: 0;margin: 0 20px;width: auto;}
.catalogsearch-result-index .col-left{margin-top:140px;}
.search-content .category{margin-top:148px;}
.search-content .toolbar{top:135px !important;}
.page-title.search-title
.page-title.advanced-title{margin-top:35px;}

.category-main{position:relative;}
.category-products .toolbar{position: absolute;top: 28px;width: auto;right: 20px;width:849px;}

.toolbar {display:inline-block; width:100%;}

.toolbar .pager {float: right;padding:0px;background:none;padding-top:5px;margin-left:20px;}
.toolbar .pager .amount{padding-top:4px;}
.toolbar .sorter { }
.toolbar-bottom {display:none;}

.sort_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; }
.sort_box.active .sort_pan{}
.sort_detail{font-family: 'helvetica';border: inherit;background: #EFEFEF;display: none;position: absolute;left: 0px;top: 34px;z-index: 1500;width: 173px;text-align: left;box-shadow:0 0 7px rgba(0, 0, 0, 0.25);}
.sort_detail .sort_detail_arrow{display:none;border-bottom: 5px solid #5F5F5F;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.sort_box .sort_pan span{font-weight:normal;margin-top: -13px;padding:7px 10px 7px 0px;font-family: 'helvetica';}
.sort_detail a{padding: 7px 10px;display: block;text-decoration: none;}
.sort_icon.selected{color:#F07318;}
.sort_detail a:hover{color:#F07318;}
.sort_box .sort_pan{font-weight: bold;font-family: 'FontAwesome';text-transform: capitalize;z-index: 9999;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);float: right;padding: 6px 10px 6px 10px;border-radius:3px;}

/*.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ /*position: relative; width:121px;}
.show_box.active .sort_pan{background:url("../images/37.png") no-repeat 67px 10px #F0F0F0;  border-bottom:0;}
.show_detail{border:1px solid #DCDCDC; border-top:0; background: none repeat scroll 0 0 #F0F0F0; color: white; display: none; position: absolute; right: 11px; top: 26px; z-index: 1500;  text-align: left;}
.show_detail a{padding:5px 26px 5px 9px;  display: block; text-decoration: none; border-bottom:1px solid #DCDCDC;}
.show_detail a:hover, .sort_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#15bbbc;}
.show_detail a:hover{background:#fff;}
.show_box .sort_pan{ background:url("../images/37.png") no-repeat 67px 10px; width:43px; float:left; padding:3px 27px 4px 10px; text-align:left; color:#03997e;}
*/


.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; height:34px;float:left;}
.show_box.active .show_pan{}
.show_detail{font-family: 'helvetica';border: inherit;background: #EFEFEF;display: none;position: absolute;left: 0px;top: 34px;z-index: 1500;width: 189px;text-align: left;box-shadow:0 0 7px rgba(0, 0, 0, 0.25);}
.show_detail .show_detail_arrow {display:none;border-bottom: 5px solid #5F5F5F;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.show_box .show_pan span{font-weight: normal;margin-top: -13px;padding: 7px 10px 7px 0px;font-family: 'helvetica';}
.show_detail a{padding: 7px 10px;display: block;text-decoration: none;}
.show_icon.selected{color: #F07318;}
.show_detail a:hover{color: #F07318;}
.show_box .show_pan{font-weight: bold;font-family: 'FontAwesome';text-transform: capitalize;z-index: 9999;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);float: left;padding: 6px 10px 6px 10px;margin:0 10px;border-radius:3px;}

.header_currency{ float:right; }
.header_currency:hover { }
.col-left .header_currency {display:none;}
.header_currency label {float:left; margin-top:5px;color:#737373;}
.currency_box {text-transform:uppercase;float: right;position: relative;font-style: normal;}
.currency_box .currency_pan{height:12px;cursor:pointer;border-radius:3px;background:#EFEFEF;border:1px solid #DCDCDC;display:inline-block;padding: 7px 7px 7px 7px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.currency_box .currency_arrow {display:none;border-bottom: 5px solid #5F5F5F;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 17px;}
.currency_detail{border: inherit;background: #EFEFEF;display: none;position: absolute;left: 0;top: 30px;z-index: 10002;text-align: left;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.currency_detail a{padding: 7px 7px 7px 7px; display: block; text-decoration: none; font-size:10px;}
.currency_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.currency_icon.selected{color:#F07318;}
.currency_detail a:hover{color:#F07318;}
.currency_pan span{font-weight: normal;font-size:10px;float: left;}

.header_language{ float:right;margin-left:10px;}
.header_language:hover {}
.col-left .header_language {display:none;}
.header_language label {float:left;margin-top:5px;color:#737373;}
.language_box{text-transform:uppercase;float: right;position: relative;font-style: normal;}
.language_box .language_pan{height:12px;cursor:pointer;border-radius:3px;background:#EFEFEF;border:1px solid #DCDCDC;display:inline-block;padding: 7px 7px 7px 7px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.language_box .language_arrow {display:none;border-bottom: 5px solid #5F5F5F;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.language_detail{border: inherit;background: #EFEFEF;display: none;position: absolute;left: 0;top: 30px;z-index: 10002;text-align: left;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.language_detail a{padding: 7px 7px 7px 7px; display: block; text-decoration: none; font-size:10px;}
.language_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.language_icon.selected{color:#F07318;}
.language_detail a:hover{color:#F07318;}
.language_pan span{font-weight: normal;font-size:10px;float: left;}


/* Data Table */
.data-table { width:100%;  }
.data-table .odd  { }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {/* border-right:0;*/ }
.data-table tr.last th,
.data-table tr.last td { vertical-align:middle;}
/*#shopping-cart-table td.cart_product_price .cart-price .price{color:#909090;}*/
#shopping-cart-table td.a-right .cart-price .price {}
.data-table td a {   font-weight:normal;}
.data-table td a img {background:#FFF;}
.data-table .product-name {text-align:left !important;padding-bottom:5px; }
.data-table thead th { font-weight:normal; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }


.data-table thead th {padding: 1.33em 0.6em;border-bottom: 1px solid #DCDCDC;text-align: center !important;}
.data-table tbody th{border-bottom: 1px solid #DCDCDC;vertical-align: middle;background:#F7F7F7;}
.data-table tbody td {vertical-align: middle;background: #F7F7F7;}
.data-table th { padding: 1.33em 0.6em; }
.data-table td { padding: 1.5em;text-align: center !important;border-bottom: 1px solid #DCDCDC;}
.data-table td .product-name a {/*font-family:'arialregular';*/}
.data-table .cartlabel{display:none;width: 85px;float: left;line-height: 1.2;font-weight: normal;height:21px;}



.order-details #my-orders-table th {text-align:left;}
#my-orders-table th {text-align:center;}
#shopping-cart-table thead th {}
.data-table thead th .tax-flag { white-space:nowrap; }
/*.data-table input.qty {width:3.5em !important; padding:5px;}*/


.data-table tfoot {  }
.data-table tfoot tr.first td {}
/*#checkout-review-table-wrapper .data-table td {background:#EFEFEF;border-top:1px solid #F1EFEF;border-bottom:1px solid #F1EFEF;text-align:right !important;}*/
/*#checkout-review-table-wrapper .data-table tfoot td {background:none;border:none;}*/
.data-table tfoot tr { }
.data-table tfoot td { text-align:right !important; border-bottom:none;}
.data-table tfoot td.last{text-align:center !important;}
.data-table tfoot strong { }


/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; vertical-align:top;  }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #DCDCDC; }

.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 #DCDCDC; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold;  }

.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 {background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #DCDCDC; }
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-family:'helvetica_bold'; }
.std dl dd { margin:10px 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { list-style:disc outside;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.0em 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 {}
.links li.last {  }

.link-cart { color:#dc6809; }
.link-wishlist {   }
.link-reorder {text-decoration: none;font-weight: normal; }
.link-compare { }
.link-print {  color: #F07318;    font-family: 'FontAwesome';    font-size: 18px;    font-weight: normal;    text-decoration: none !important; }
.link-print span{font-family: 'helvetica';padding-left:5px;}
.link-print:hover span{text-decoration:underline;}
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  {box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);border: 1px solid #DCDCDC; width: 25px;height: 15px;border-radius: 3px;background: #F0EEEE;text-align: center;font-family: 'FontAwesome' !important;font-size: 12px;display: inline-block;padding: 5px 0px 5px 0px;}
.btn-previous  { display:block; width:11px; height:11px; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);border: 1px solid #DCDCDC;text-decoration: none;width: 36px;height: 13px;border-radius: 3px;background: #F0EEEE;display: inline-block;margin-right: 6px;text-align: center;font-family: 'FontAwesome' !important;font-size: 16px;margin:0px;padding:7px 0px 10px 0px;}
.btn-edit    {width: 25px;height: 15px;border-radius: 3px;background: #F0EEEE;text-align: center;font-family: 'FontAwesome' !important;font-size: 12px;display: inline-block;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);border: 1px solid #DCDCDC;padding: 5px 0px 5px 0px;}
.btn-remove2:hover{color:#FFF;text-decoration:none;background:#F07318;}
.btn-remove:hover,
.btn-edit:hover{text-decoration:none;background:#F07318;color:#FFF;}

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; 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 #DCDCDC; border-width:0 0 1px; background:#ffff90;  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;  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; margin:0px;}
.header-container {}
.header1{}
.header {border-bottom:1px solid transparent;/*background: rgba(239, 239, 239, 0.8);*/height:86px;width:100%;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.header2 {text-align:right; width: 1200px;margin: 0 auto;position: relative;padding-top:30px;-webkit-transition: padding .2s ease-in-out;-moz-transition: padding .2s ease-in-out;transition: padding .2s ease-in-out;}
/*header - sitcky*/

.header.fixed{height:60px;position:fixed;top:0;margin-top:0px;left:0;right:0;margin:0 auto;background:#FFF;z-index:1100;box-shadow:0 0 7px rgba(0, 0, 0, 0.25);}
.header.fixed .header2{padding-top:20px;}
/*.header.fixed .slideTogglebox{top:90px;}*/
.header.fixed a.logo{-webkit-transform: scale(.80);-moz-transform: scale(.80);-ms-transform: scale(.80);-o-transform: scale(.80);transform: scale(.80);}
.header.fixed .quick-access {margin-top:-3px;display:inline-block;}
/*End header - sitcky*/
.header .quick-access{-webkit-transition: padding .2s ease-in-out;-moz-transition: padding .2s ease-in-out;transition: padding .2s ease-in-out;}
.header .cartlogo{display:none;}
.header .shopping_bg {float: right;padding-left:20px;margin-top:-15px;height:88px;z-index:3;position:absolute;right:0;}
.header .shopping_bg .block-cart.mini-cart-div{text-align:center;background:url(../images/cart.png) no-repeat center;width:43px;height:84px;/*position:relative;*/}
.header .shopping_bg h1{text-align:left;}
.header .shopping_bg .actions {float:right;}
.header .shopping_bg .actions button.button {padding:7px 12px 6px 12px;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);display:none;color:#5F5F5F;}
.header .shopping_bg .actions button.button:hover{background:#F07318;color:#FFF;}
.header .shopping_bg .subtotal .actions{margin-top: 10px;float: none;border-top: 1px solid #DCDCDC;padding-top: 10px;}
.header .shopping_bg .subtotal .actions button.button{padding:6px 15px;display:inline;border-radius:0px;}
.header .shopping_bg .subtotal .actions button.view-cart{float:left;}
/*.header .shopping_bg .actions button.button:hover{background:#F07318;}*/
.header .shopping_bg .actions .checkout-aerrow {display:none;border-left: 11px solid #F07318;float: left;border-top: 17px solid transparent;border-bottom: 17px solid transparent;width: 0;height: 0;}
/*.header .shopping_bg .actions button.button span span{}*/
.mini-cart-div .summary-container .summary .amount {color:#FFF;font-size:13px;padding-top:30px;}
.mini-cart-div .summary-container .summary .amount a{color:#FFF;font-size:13px;padding-top:30px;}
.mini-cart-div .summary-container .summary .amount a span,
.mini-cart-div .summary-container .summary .amount span{}
.header a.logo {float: left;margin: 0px 0 0px 0px;text-decoration: none !important;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.header a.logo img{max-width:150px;}
.header .logo strong {position: absolute;
top: -999em;
left: -999em;
width: 0;
height: 0;
line-height: 0;
text-indent: -999em;
overflow: hidden;}

.header .welcome-msg { margin:0; color:#fff; text-align:right;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {float: right;margin: 0px 63px 0px 20px;position: relative;background: #EFEFEF;border: 1px solid #DCDCDC;border-radius: 3px;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);margin-top:-3px;}
.header #search_mini_form{}
.header .searchlogo{}
.header .searchlogo .arrow{}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; word-spacing:10px;display:none;}
.header .form-search input.input-text {float:left;color: #5F5F5F;right: 0;height: 16px;width: 140px;padding: 7px 5px;background: none;border: none;box-shadow: 0 0 0 0 transparent;}
.header .form-search:hover input.input-text{}
.header .form-search button{background:none;}
.header .form-search button.button {border-radius:0px 3px 3px 0px;float:left;border: 0;font-family: 'FontAwesome' !important;color: #5F5F5F;font-size: 14px;padding: 0;background: none;padding: 8px 8px;border-left:1px solid rgba(220, 220, 220, 0.70);}
.header .form-search button.button:hover{background:#F07318;color:#FFF;}
.header .form-search button.button span span { display:none;background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999;left: -1px !important;}
.header .form-search .search-autocomplete ul { border: 1px solid #DCDCDC;background-color: #EFEFEF;border-top: 0;border-radius: 0px 0px 3px 3px;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);}
.header .form-search .search-autocomplete li { font-family: 'helvetica'; text-align:left;  padding:7px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-family: 'helvetica_bold'; color:#F07318; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#EFEFEF; }
.header .form-language {text-align:right; float:right;}
.header .form-language label { padding-right:5px; color:#737373; vertical-align:middle;}
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .top-links {border-radius:3px;margin-left:20px; float:right; box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);border: 1px solid #DCDCDC;}
.header .top-links a {font-family:'FontAwesome';font-size:14px;padding:6px 10px 6px 10px;text-decoration: none;float: left;background: #EFEFEF;}
.header .top-links a.user-login{border-radius: 0PX 3PX 3PX 0PX;border-left:1px solid rgba(220, 220, 220, 0.70);}
.header .top-links a.user-logout{border-radius: 0PX 3PX 3PX 0PX;border-left:1px solid rgba(220, 220, 220, 0.70);}
.header .top-links a.user-register{border-radius: 3PX 0 0 3PX;}
.header .top-links a.user-account{border-radius: 3PX 0 0 3PX;}
.header .top-links a span{display:none;}
.header .top-links a:hover{background:#F07318;color:#FFF;}

section{background:rgba(0, 0, 0, 0.5);}
/********** < Navigation */
.nav-container{}
.default-container{float:left;margin-left:80px;}
.header2.fixed .nav-container{margin-left:0px;}
.header2.fixed .default-container{margin-left:0px;}
/* ======================================================================================= */


.col-left .mini-cart-div {display:none;}

/* Sidebar =============================================================================== */
.block { margin: 0 0 0px;padding: 0px 0px 25px 0px;clear: both;margin-bottom: 30px;border-bottom: 1px solid #DCDCDC;}
.block .block-title { margin-bottom: 15px;/*background: #5F5F5F;padding: 10px;margin-left: -10px;margin-top: -10px;width: 271px;*/border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;}
.block .block-title strong { display: block;font-weight: normal;font-family: 'helvetica';color: #0C0C0C;font-size:24px;}
.block .block-title strong span {}
.block-currency .block-title strong span {color: #737373;font-weight:normal; padding-right:5px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px;  font-weight:bold; }
.block .block-account {  }


.block-cart .block-content { background:none;}
.block .block-content li.item { padding:0px 0px 20px 0px; }
.block .block-content li.item.last {padding-bottom:0px;}
.block .block-content .product-name { padding-bottom:0px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {/*border-top:1px solid #DCDCDC;padding-top:15px;*/margin-top:15px; }
.block .actions a { float:left; margin-top:10px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:0px 0px;}

.block-reorder .actions,
.block-compare .actions,
.block-poll .actions{/*margin-top:0px;*/}


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

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {  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-reord    er .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

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

/* Block: Account */
.block-account{padding-bottom:20px;}
.block-account { border-color:#bbb; }
/*.block-account .block-title { margin-bottom:5px;}*/
.block-account .block-content li:hover{}
.block-account .block-content li{line-height: 2.7;/*border-bottom: 1px solid #EFEFEF;*/}
.block-account .block-content li a {display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.block-account .block-content li a span.errow{margin-right: 9px;font-family: 'FontAwesome';}
.block-account .block-content li a:hover{color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.block-account .block-content li strong {font-weight:normal;font-family: 'helvetica';}
.block-account .block-content li.current {color:#F07318;padding-left:15px;}
.block-account .block-content li.current span.errow{margin-right: 9px;font-family: 'FontAwesome';}

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




/* Block: Layered Navigation */
/*.block-layered-nav, .block-category-nav{padding-bottom:20px;} */
/*.block-layered-nav .block-title {margin-bottom: 0px;}*/




.block-category-nav .block-content dd ol li { line-height:2;/*border-bottom: 1px solid #DCDCDC;*/}
.block-category-nav .block-content dd ol li a span.errow{-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;position:relative;top:-1px;font-size:11px;font-family: 'FontAwesome';background-color: #777;padding: 1px 4px 1px 5px;color: #FFF;border-radius: 120px;margin-right:9px;}
.block-category-nav .block-content dd ol li a span.count{margin-left:5px;}
.block-category-nav .block-content dd ol li a {width:271px;display:inline-block;padding:5px 0px;padding-left:15px;-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;border-left:0px solid transparent;}
.block-category-nav .block-content dd ol li a:hover {text-decoration:none;color:#F07318;background:#EFEFEF;border-left:5px solid;}
.block-category-nav .block-content dd ol li a:hover span.errow{background-color:#F07318;}


.block-category-nav .block-content {margin-top:0px;}
.block-category-nav .block-title {}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.col-left .block-currency {display:none;}
.col-left .block-layered-nav .block-subtitle {display:none;}

.block-layered-nav dl { }
.block-layered-nav dt {  color:#F07318;margin-bottom:10px;font-family: 'helvetica_bold';}
.block-layered-nav dd { padding:0 0px 0px;}
.block-layered-nav .view{margin-top: 15px;}

.block-layered-nav #narrow-by-list dd ol li {line-height:2.7;/*border-bottom: 1px solid #EFEFEF;*/ }
.block-layered-nav #narrow-by-list dd ol li a span.errow{margin-right: 9px;font-family: 'FontAwesome';}
.block-layered-nav #narrow-by-list dd ol li a span.count{margin-left:5px;}
.block-layered-nav #narrow-by-list dd ol li a {display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.block-layered-nav #narrow-by-list dd ol li a:hover {color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}

.block-layered-nav dd.last {}
.block-layered-nav .currently li {  padding:6px 24px 12px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label {font-family: 'helvetica_bold';   text-transform:uppercase; display:inline-block; vertical-align:top; padding-right:5px; }
.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; padding:4px 0px 6px 0px;text-decoration:none;}
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { padding:10px 5px 0px 0px; border-top:1px solid #EFEFEF; text-align:right; margin-top:5px;}
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart{}
.top-image{display:none;border-bottom: 5px solid #F07318;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;right: 137PX;top: -5PX;}
.toptital{padding: 10px;background-color: #fff;box-shadow:0 0 7px rgba(0, 0, 0, 0.25);}
/*.block-cart .block-content{ max-height:400px; overflow:auto; }*/
.slideTogglebox{background: white; position: absolute; top:88px; width: 266px; z-index: 10001;right:0;}
.block-cart .block-subtitle{  padding: 0px 5px 10px 5px;text-align:center;border-bottom:1px solid #DCDCDC;font-size:15px;}
.block-cart .subtotal{padding:10px 0px 0 0px;line-height: 20px;text-align:right;}
.block-cart .subtotal .price{font-family:'helvetica_bold';}
.block-cart .subtotal .label{}
/*.block-cart .subtotal .actions button{float:left;padding:5px; }*/

.block-cart .block-content a { }
.mini-products-list li{border-bottom:1px solid #DCDCDC; padding:15px 0px 15px 0px;}
.block-cart .block-content .mini-products-list li{text-align:left;display:inline-block;width:100%;}
.block-cart .block-content .mini-products-list li.last{border-bottom:1px solid #DCDCDC;}
.mini-products-list li.last{clear:both; border:0;}
.mini-products-list li.even{clear:both;}
.mini-products-list .product-image { float: left; width: 50px;  background:#fff;}
.mini-products-list .product-image img{margin:0px; float:none;}
.mini-products-list .product-details {margin-left: 65px;margin-top:-5px;}
.mini-products-list .product-details .price-box .price-label{display:none;}
.mini-products-list .product-details .price-box .old-price .price{float:none;}
.block-cart .btn-remove, .block-cart .btn-edit { float: right; margin: 12px 0 2px 5px; vertical-align:middle;text-decoration:none;}
.block-cart .block-content .product-name {  color: #464646 !important; padding: 4px 0px 5px;}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {word-wrap: break-word;text-align:left;}
.truncated { cursor: help;}
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated a.details { cursor: help; text-decoration: none !important; display: inline-block; border-bottom: 1px dotted #4F8100; }

.block-cart .block-title { /*border-bottom:0;*/ }


/* Block: Wishlist */
.block-wishlist .block-title strong {padding-left:0px; }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a {margin-top:0px;}
/*.block-wishlist {padding: 0px 20px 45px 20px;}*/
.block-wishlist .block-subtitle {padding:0px 0px 0px 0px;font-weight:normal;}
.block-wishlist .btn-remove{margin-top:-7px;}
.block-wishlist #wishlist-sidebar .product-name{padding-bottom:0px;}

.block-wishlist .special-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .regular-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .old-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .product-name {line-height:1.50;}
.block-wishlist .block-content li.item {padding:15px 0px 11px 15px;border-bottom:1px solid #DCDCDC;}
.block-wishlist .block-content li.item.last{border-bottom:0px;}
.block-wishlist .link-cart {color:#F07318;font-weight:normal;}

/* Block: Related */
.block-related .block-title strong {padding-left:0px; }
.related input.checkbox {position: absolute;left: 0;right: 0;margin:0 auto;z-index:1;}
.block-related .product { margin-left:20px; }
.block-related .link-wishlist {font-weight:normal;}
.block-related .block-title {margin-bottom: 20px;border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;}
.block-related .block-title strong{display: block;color: #0C0C0C;font-size: 24px;font-weight: normal;font-family: 'helvetica';text-transform: uppercase;}
.block-related .mini-products-list .product-details {margin-left:85px;}
.block-related .block-subtitle {padding:0px 0px 10px 0px;font-weight:normal;}
.block-related .block-subtitle a{color:#F07318;}
.related{/*margin-top:50px;*/}



/* Block: Compare Products */
.block-compare .block-title strong { padding-left:0px;}
.block-compare button.button span {  }
.page-popup .link-print {font-family:'FontAwesome';font-size:23px;text-decoration:none;}
.page-popup .link-print span {padding:2px 0 2px 15px;font-family:'helvetica_bold'; }
.page-popup .link-print:hover span{text-decoration:underline;}
/*#compare-items {margin-top:10px;}*/
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none;  }
.compare-table thead td{vertical-align:middle;}
.compare-table .btn-remove{color:#5673B9;float: left;}
.compare-table .btn-remove:hover{background:#F07318;color:#FFF;}
.compare-table .btn-remove:hover span{color:#F07318;}
.compare-table .btn-remove span {margin-left:15px; float:left; width:140px;font-family: 'helvetica';margin-top:-14px;color:#5F5F5F;font-size:13px;}
.compare-table tbody th { background:#EFEFEF; }
.compare-table tbody th span {}
.compare-table .product-name {padding-top:15px;padding-bottom:0px;}
.compare-table .price-box {text-align:left;margin:10px 0px;}
.compare-table button.button {float:left;}
.compare-table .add-to-links{clear: both; text-align: left; padding-top: 10px;}
.compare-table .std  {text-align:left;}
.compare-table thead th {border:0;}
.compare-table tbody th,
.compare-table tbody td { text-align:left !important;vertical-align:top;}
.compare-table tbody td.last { border-right:1px solid #DCDCDC; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #DCDCDC !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {  font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .old-price .price-label {display:none;}
.compare-table .special-price .price-label {display:none;}
/*.compare-table .special-price .price {color: #03997E;}
.compare-table .old-price .price{color: #03997E;}
.compare-table .regular-price .price{color: #03997E;}*/
/*.compare-table .rating-box {background:#DCDCDC url(../images/test_image.png) 0 0 repeat-x;}*/
/*.compare-table .rating-box .rating {background:#03997e url(../images/test_image.png) 0 0 repeat-x;}*/
.compare-table tbody .add-to-row {display:none;}


/* Block: Recently Viewed */
.block-viewed .block-title strong { padding-left:0px; }
.block-viewed .block-content li.item.last{padding-bottom:0px;}
.block-viewed .block-content li.item{line-height:2.7;padding:0px;/*border-bottom:1px solid #EFEFEF;*/}
.block-viewed li a{display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.block-viewed li a:hover{color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}


/* Block: Recently Compared */
.block-compared .block-title strong {padding-left: 0px; }

/* Block: Poll */
.block-poll .block-title strong {padding-left:0px; }
.block-poll .block-subtitle { font-weight:normal;padding:0px 0px 6px 0px;color:#F07318;}
.block-poll label {  font-weight:normal; }
.block-poll input.radio { float:left; margin:10px -18px 0 0; }
.block-poll .label { display:block; margin-left:21px; }
.block-poll li { /*padding:0px 10px; */line-height:2.7;/*border-bottom:1px solid #EFEFEF;*/padding-left:15px;}
.block-poll li.last{padding-bottom:0px;border-bottom:none;}
/*.block-poll .actions { margin:12px 0 0;}*/
.block-poll button.button span { }
.block-poll .answer { font-family: 'helvetica_bold';}
.block-poll .votes { float:right; margin-left:10px; }
.block-poll button.button {}

/* Block: Tags */
.block-tags .block-title strong { padding-left:0px; }
.block-tags .block-content .tags-list { background:none; padding:0px;}
.block-tags .block-content a { }
.block-tags .actions {  }
.block-tags .actions a { float:none; }
.block .block-content .tags-list li a { }
.block .block-content .tags-list li a:hover {}
/* Block: Subscribe */
.block-subscribe .block-content { padding:0px 0px 0px 0px; }
.block-subscribe .block-title strong { padding-left:0px; }
.block-subscribe label { font-weight:normal;}
.block-subscribe input.input-text { display:block; width:277px;   padding:6px; height:21px;}
/*.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }*/
.block-subscribe .actions button.button {  }
.block-subscribe .block-title {}
.block-subscribe .form-subscribe-header {padding-bottom:15px;}

/*block-compare*/
.block-compare .block-content li.item.last{padding-bottom:0px;border-bottom:none;}
.block-compare .block-content li.item{line-height:2.7;padding:0px;/*border-bottom:1px solid #EFEFEF;*/}
.block-compare li .product-name a{display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.block-compare li .product-name a:hover{color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.block-compare .btn-remove{line-height:15px;margin-right:5px;margin-top:5px;}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:11px -20px 0 0px; }
.block-reorder .product-name { margin-left:13px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
/*.block-reorder .block-content .product-name {font-weight: normal; }*/
.block-reorder .block-subtitle {padding:0px 0px 20px 0px;font-weight:normal;}
.block-reorder li.item.last {padding-bottom:0px;}

.block-reorder .block-content li.item.last{padding-bottom:0px;}
.block-reorder .block-content li.item{line-height:2.7;padding:0px;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.block-reorder .block-content li.item .product-name a{display:block;padding:0px 10px;}
.block-reorder .block-content li.item:hover .product-name a{text-decoration:none;color:#F07318;}
.block-reorder .block-content li.item:hover{background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
/*.block-banner, .block-tags {background:#f9f9f9; margin-bottom:30px; padding:10px 20px 25px 20px;}*/

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

/* 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; display:none;}
/*.category-name{width: 1200px; margin: 0 auto;position:relative;z-index:1;}*/
/*.category-name h2{color: #fff;font-size: 40px !important;text-transform: uppercase;position: absolute;right: 0;top: -90px;font-family: 'helvetica_bold';}*/
/*.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }*/
/*.category-image img {}*/
/*.category-description { margin:0 0 10px; }*/
/*.category-products {}*/
/*.category-block{margin-bottom:20px;}*/
/*.category-block div{}*/
/*.category-block img{width:100%;height:250px;}*/
/*.category-content{position: absolute;width: 1200px;height: 100px;overflow: auto;bottom: 0;left: 0;right: 0;margin: 0 auto 10px auto;}*/
/*.category-block h1 {display:none; color: #FFF;line-height: 1;width: 300px;float: right;text-align: left;}*/
/*.category-content img{display:none;max-width:300px;float:right;height:100px;}*/
/*.category-block p {display:none; color: #FFF;padding-right: 10px;margin-bottom: 0px;width: 290px;float: right;text-align: left;clear: both;}*/


/* View Type: grid */
.products-grid {list-style:none !important;}


.products-grid li .price-to .price-label{display:none;}
.products-grid li:hover .price-box .price{color:#F07318;}
.products-grid li .price-from .price-label{display:none;}
.products-grid li .minimal-price .price{}
.products-grid li .minimal-price .price-label{display:none;}
.products-grid li .minimal-price-link{display:none;}

.products-grid .product-name a { font-weight:normal;}
.products-grid .product-name a:hover{}
.products-grid .product-name {padding-bottom:3px;}
.products-grid li.item .price-box {margin:0px;}

.products-grid li.item {-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;box-shadow:0 0 7px transparent;width:204px;float: left;margin: 0px 20px 10px 0px;height: 305px;position: relative;padding:10px;}
.products-grid li.item:hover{box-shadow:0 0 7px rgba(0, 0, 0, 0.15);}
.products-grid li.item.last {margin-right:0px;}
.products-grid .actions .add-to-links {display: table;float:right;padding-right:0px;}
.products-grid .actions .add-to-links .separator{display:inline;margin:0 15px;color: #FFF;display:none;}
.products-grid .actions .add-to-links li{float:left;}
.products-grid .actions .add-to-links a {box-shadow:0 0 5px rgba(0, 0, 0, 0.10);position:relative;text-decoration:none;font-size:14px;font-family:'FontAwesome';background: #EFEFEF;border: 1px solid rgba(220, 220, 220, 0.70);float:left;vertical-align:middle;padding:5px;}
.products-grid li.item:hover .actions .add-to-links a{}
.products-grid .actions .add-to-links a span{display:none;}
.products-grid .actions .add-to-links a.link-wishlist{opacity:0;margin-left:0px;left:52px;-webkit-transition:left 300ms ease, opacity 300ms ease;-moz-transition:left 300ms ease, opacity 300ms ease;transition:left 300ms ease, opacity 300ms ease;filter: alpha(opacity=0);}
.products-grid li.item:hover .actions .add-to-links a.link-wishlist{border-radius: 3px 0px 0px 3px;left:0;-webkit-transition:left 300ms ease 450ms, opacity 300ms ease 450ms;-moz-transition:left 300ms ease 450ms, opacity 300ms ease 450ms;transition:left 300ms ease 450ms, opacity 300ms ease 450ms;opacity:1;filter: alpha(opacity=100);}
.products-grid .actions .add-to-links a.link-compare{border-left:0;border-right:0;left:26px;-webkit-transition:left 300ms ease, opacity 300ms ease;-moz-transition:left 300ms ease, opacity 300ms ease;transition:left 300ms ease, opacity 300ms ease;opacity:0;filter: alpha(opacity=0);}
.products-grid li.item:hover .actions .add-to-links a.link-compare{left:0px;-webkit-transition:left 300ms ease 550ms, opacity 300ms ease 550ms;-moz-transition:left 300ms ease 550ms, opacity 300ms ease 550ms;transition:left 300ms ease 550ms, opacity 300ms ease 550ms;opacity:1;filter: alpha(opacity=100);}
.products-grid .actions .add-to-links a:hover{background:#F07318;color:#FFF;}
.products-grid .product-image { display:block;  margin:0 0 0px; }
.products-grid li .actions {display:table;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;opacity:0;filter: alpha(opacity=0);width:100%;padding-bottom: 10px;border-bottom: 1px solid #DCDCDC;}
.products-grid li.item:hover .actions{opacity:1;filter: alpha(opacity=100);-webkit-transition:all 300ms ease 300ms;-moz-transition:all 300ms ease 300ms;transition:all 300ms ease 300ms;}
.products-grid li .actions1{width: 100%;/*border-top: 1px solid transparent;*/z-index: 2;position: absolute;top: 0;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;background: #FFF;padding: 0 10px 10px 10px;left: -10px; text-align:center;}
.products-grid li.item:hover .actions1{top: 48px;/*border-top: 1px solid #DCDCDC;*/box-shadow:0 6px 7px -1px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.15); }
.products-grid .actions button.btn-cart {box-shadow:0 0 5px rgba(0, 0, 0, 0.10);color:#5F5F5F;background: #EFEFEF;border: 1px solid rgba(220, 220, 220, 0.70);padding:5px 6px;float: right;border-radius:0px 3px 3px 0px;position:relative;z-index:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);opacity:0;filter: alpha(opacity=0);-webkit-transition:-webkit-transform 300ms ease, opacity 300ms;-moz-transition:-moz-transform 300ms ease, opacity 300ms;transition:transform 300ms ease, opacity 300ms;}
.products-grid .actions button.btn-cart:hover{color:#FFF;background:#F07318;}
.products-grid li.item:hover .actions button.btn-cart{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg);opacity:1;filter: alpha(opacity=100);-webkit-transition:-webkit-transform 300ms ease 300ms, opacity 300ms ease 300ms;-moz-transition:-moz-transform 300ms ease 300ms, opacity 300ms ease 300ms;transition:transform 300ms ease 300ms, opacity 300ms ease 300ms;}
.products-grid .actions button.btn-cart span{display:block;font-family:'FontAwesome';font-size:14px;}
.products-grid .actions button.btn-cart span span{width: 103px;float: left;display:none;}
.products-grid .no-rating{float:left;}
.products-grid .ratings {padding-top:8px;margin:0;float:left;padding-left:70px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;}
.products-grid .ratings .rating-links{display:none;}
.products-grid li.item:hover .ratings{padding-left:0px;-webkit-transition:all 300ms ease 300ms;-moz-transition:all 300ms ease 300ms;transition:all 300ms ease 300ms;}
.products-grid .special-price .price, .products-grid .regular-price .price,
.products-grid li .price-box .price-from .price, .products-grid li .price-box .price-to .price,
.products-grid li .price-box .minimal-price .price{font-size:14px;}
.products-grid .old-price .price{line-height:20px;}
.products-grid .old-price, .products-grid .special-price,
.products-grid .regular-price,
.products-grid li .price-box .price-from,
.products-grid li .price-box .price-to{padding:0px 5px 0px 0px;float:left;}
.products-grid .product-image {background:#FFF;margin-bottom:20px;filter: none;-webkit-filter: grayscale(0);}
.products-grid li.item:hover .product-image{filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */filter: gray; /* IE6-9 */}
.products-grid li.item:hover .productgrid-area{}
.products-grid .productgrid-area {clear: left;position:relative;text-align:left;}
.products-grid .productgrid-area a{/*color:#FFF;*/}
.products-grid .old-price .price{/*color:#5673B9;*//*color:#999;*/font-size:12px;}


/* View Type: Grid */


.products-grid li.column2 {width:394px;}
.products-grid li.column3 {width:249px;}
.products-grid li.column4 {width:177px;}
.products-grid.products-gridfull li.column5 {width:204px;margin:0px 10px 10px 0px;}
.products-grid.products-gridfull li.column5.last{margin-right:0px;}
.featured .products-grid li.item{margin:0px 10px 10px 0px;}
.featured .products-grid li.item.last{margin-right:0px;}
.featured .toolbar{display:none;}
/*#sale-slider .products-grid li.item{margin:3px 10px 20px 10px;}*/
#upsell-slider .products-grid li.item{margin:3px 4px 10px 4px !important;height:319px;}
#crosssell-slider .products-grid li.item{margin:3px 4px 10px 4px !important;height:319px;}
#related-slider .products-grid li.item{margin:3px 4px 10px 4px !important;height:319px;}
#related-slider .products-grid li.item:hover .actions1{}
#related-slider .products-grid .actions button.btn-cart{padding:7px 6px 6px 6px;}

.products-grid li.column2.item .price-box,
.products-grid li.column2.item .vert{min-width:120px;}
.products-grid li.column4.item .price-box,
.products-grid li.column4.item .vert{left:30%;}
.products-grid.products-gridfull li.column4.item .price-box,
.products-grid.products-gridfull li.column4.item .vert{left:36%;}

.sale,
.new{
    position:absolute;
    width:0;
    height:0;
    top:10px;
    z-index:1;
}
.sale{
    left:15px;
    background:url(../images/sale.png) no-repeat left;
    width:24px;
    height:47px;
}
.new{
    right:15px;
    background:url(../images/new.png) no-repeat right;
    width:24px;
    height:45px;
}
.new label,
.sale label{display:none;}
.hidden .sale, .hidden .new{display:none;}

.products-list .new{right:5px;top:0;}
.products-list .sale{left:5px;top:0;}





/* View Type: latest */
.product-latest {list-style:none !important;}


.product-latest li.latest-product .price-to .price-label{display:none;}
.product-latest li.latest-product .price-box .price{font-family:'helvetica';}
.product-latest li.latest-product .price-from .price-label{display:none;}
.product-latest li.latest-product .minimal-price .price{}
.product-latest li.latest-product .minimal-price .price-label{display:none;}
.product-latest li.latest-product .minimal-price-link{display:none;}

.product-latest .product-name a { font-weight:normal;}
.product-latest .product-name a:hover{text-decoration:none;color:#999;}
.product-latest .product-name {padding-bottom: 10px;border-bottom:1px solid rgb(48, 43, 43);margin-bottom:10px;}
.product-latest li.item .price-box {margin:0px;display:table-cell;vertical-align:middle;height:50px;min-width:80px;}
.product-latest li.item .vert {margin: 0px;position: absolute;left: 36%;min-width:80px;-webkit-transition:left 400ms ease, text-align 400ms ease;-moz-transition:left 400ms ease, text-align 400ms ease;transition:left 400ms ease, text-align 400ms ease;}
.product-latest li.item:hover .vert{text-align:left;left:10px !important;-webkit-transition:left 400ms ease, text-align 400ms ease;-moz-transition:left 400ms ease, text-align 400ms ease;transition:left 400ms ease, text-align 400ms ease;}
.product-latest li.item {box-shadow:0 0 7px rgba(0, 0, 0, 0.15);text-align:center;width:280px;background: #FFF;float: left;margin:3px 10px 20px 10px;height: 379px;position: relative;}
.product-latest li.item:hover .quick-view{opacity: 1;filter: alpha(opacity=100);}
.product-latest li.item.last {margin-right:0px;}
.product-latest .actions .add-to-links {display: table;float:right;padding-right:15px;margin-top:12px;}
.product-latest .actions .add-to-links .separator{display:inline;margin:0 15px;color: #FFF;display:none;}
.product-latest .actions .add-to-links li{float:left;}
.product-latest .actions .add-to-links a {position:relative;text-decoration:none;font-size:12px;font-family:'FontAwesome';width:30px;height:10px;border-radius:100%;background:#F6F6F6;color:#5673B9;display:inline-block;vertical-align:middle;padding:10px 0px;}
.product-latest li.item:hover .actions .add-to-links a{}
.product-latest .actions .add-to-links a span{display:none;}
.product-latest .actions .add-to-links a.link-wishlist{opacity:0;margin-left:0px;left:80px;-webkit-transition:left 400ms ease, opacity 400ms ease;-moz-transition:left 400ms ease, opacity 400ms ease;transition:left 400ms ease, opacity 400ms ease;filter: alpha(opacity=0);}
.product-latest li.item:hover .actions .add-to-links a.link-wishlist{left:0;-webkit-transition:left 400ms ease 400ms, opacity 400ms ease 400ms;-moz-transition:left 400ms ease 400ms, opacity 400ms ease 400ms;transition:left 400ms ease 400ms, opacity 400ms ease 400ms;opacity:1;filter: alpha(opacity=100);}
.product-latest .actions .add-to-links a.link-compare{left:36px;-webkit-transition:left 400ms ease, opacity 400ms ease;-moz-transition:left 400ms ease, opacity 400ms ease;transition:left 400ms ease, opacity 400ms ease;opacity:0;filter: alpha(opacity=0);}
.product-latest li.item:hover .actions .add-to-links a.link-compare{left:5px;-webkit-transition:left 400ms ease 500ms, opacity 400ms ease 500ms;-moz-transition:left 400ms ease 500ms, opacity 400ms ease 500ms;transition:left 400ms ease 500ms, opacity 400ms ease 500ms;opacity:1;filter: alpha(opacity=100);}
.product-latest .actions .add-to-links a:hover{/*box-shadow:0px 0px 4px #80a6d3;*/background:#F07318;color:#FFF;}
.product-latest .product-image { display:block;  margin:0 0 0px; }
.product-latest li .actions {}
.product-latest .actions button.btn-cart {margin-top: 7px;padding:10px 11px;float: right;border-radius: 100%;position:relative;z-index:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);opacity:0;filter: alpha(opacity=0);-webkit-transition:-webkit-transform 400ms ease, opacity 400ms;-moz-transition:-moz-transform 400ms ease, opacity 400ms;transition:transform 400ms ease, opacity 400ms;}
.product-latest .actions button.btn-cart:hover{background:#5673B9;}
.product-latest li.item:hover .actions button.btn-cart{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg);opacity:1;filter: alpha(opacity=100);-webkit-transition:-webkit-transform 400ms ease 200ms, opacity 400ms ease 200ms;-moz-transition:-moz-transform 400ms ease 200ms, opacity 400ms ease 200ms;transition:transform 400ms ease 200ms, opacity 400ms ease 200ms;}
.product-latest .actions button.btn-cart span{display:block;font-family:'FontAwesome';font-size:18px;}
.product-latest .actions button.btn-cart span span{width: 103px;float: left;display:none;}
.product-latest .ratings {margin:0;float:right;padding-bottom:10px;display:none;}
.product-latest .rating-box{background:url(../images/ratings1.png) 0 0 repeat-x;}
.product-latest .rating-box .rating{background:url(../images/ratings1.png) 0 100% repeat-x;}
.product-latest .special-price .price, .product-latest .regular-price .price,
.product-latest li .price-box .price-from .price, .product-latest li .price-box .price-to .price,
.product-latest li .price-box .minimal-price .price{font-size:15px;}
.product-latest .old-price .price{line-height:18px;}
.product-latest .old-price, .products-grid .special-price,
.product-latest .regular-price,
.product-latest li .price-box .price-from,
.product-latest li .price-box .price-to{padding:0px;}
.product-latest .product-image {background:#FFF;}
.product-latest .latest-area {clear: left;padding: 10px;background:#5F5F5F;height: 88px;color:#FFF;}
.product-latest .latest-area a{color:#FFF;}
.product-latest .old-price .price{/*color:#5673B9;*/color:#999;font-size:12px;}


.new_list{clear: both; margin: 30px 0px; width: 100%; display: inline-block;}
.new_list .new_title{float: left;}
.new_title h2{font-family: 'helvetica_bold';color: #F07318;}
.new_list .block-layered-nav{float: right;}
.new_list .block-layered-nav .block-title{float: left;}
.new_list .block-layered-nav .block-content{float: right;}
.new_list .block-layered-nav #narrow-by-list dd ol li{float: left;}
.new_list .block-layered-nav dt{margin: 0; padding: 0;}
.new_list .block-layered-nav dd{margin: 0; padding: 0;}
.new_list .block-layered-nav dd ol{list-style: none;}
.new_list .block-layered-nav #narrow-by-list dd ol li a{width: 100px;}



.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid {list-style:none; }




/* View Type: List */
.products-list li.item {padding:10px;box-shadow: 0 0 7px transparent;margin-bottom: 20px;border-radius:3px;}
.products-list li.item:hover{box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);}
.products-list li.item .list-icon{position:relative;float:left;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left;  background:#FFF; filter: none;-webkit-filter: grayscale(0);}
.products-list li.item:hover .product-image{ filter: url("data:image/svg+xml;utf8,<svg%20xmlns=\'http://www.w3.org/2000/svg\'><filter%20id=\'grayscale\'><feColorMatrix%20type=\'matrix\'%20values=\'0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200\'/></filter></svg>#grayscale");-webkit-filter: grayscale(1);filter: gray;} 
.products-list .product-shop { /*margin-left: 30px;*/float: left;width: 515px;padding:30px 30px 0px 30px;}
.products-list .product-shopfull{width:826px;}
.products-list .product-shopfull .list-detail{}
/*.products-list .list-detail{float: left;padding-right: 20px;padding: 1em 2.33em 3em 2.66em;}*/
/*.products-list .list-action{clear: both;padding:0em 30px;}*/
.products-list .list-action p{display:inline-block;}
.products-list .product-name { font-weight:normal; line-height:1;   float:left;width:420px;font-size: 21px;}
.products-list .product-shopfull .product-name{width:710px;}
.products-list .product-name a {color:#0C0C0C;  }
.products-list .product-name a:hover{color:#F07318;}
.products-list .price-box {float:right;margin:0px;position:absolute;right:40px;text-align:right;}

.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both;  margin:0 0 15px; line-height:1.78;  padding:20px 0px;}
.products-list .desc .link-learn {color:#F07318;padding-left:10px;  }
.products-list .add-to-links {box-shadow:0 0 5px rgba(0, 0, 0, 0.10); display:inline-block;vertical-align:middle;margin:0px 0px 0 0px;float:right;background:#EFEFEF;border-radius:3px;border:1px solid #DCDCDC;}
.products-list .add-to-links li {display:inline;}
.products-list .add-to-links li.last{border:none;}
.products-list .add-to-links li a{text-decoration: none;float:left;}
.products-list .add-to-links li a.link-wishlist{border-right:1px solid rgba(220, 220, 220, 0.70);border-radius:3px 0px 0px 3px;}
.products-list .add-to-links li a.link-compare{border-radius:0px 3px 3px 0px;}
.products-list .add-to-links li a:hover{background:#F07318;color:#FFF;}
.products-list .add-to-links li a span.icon{text-decoration: none;width: 33px;height: 33px;display: table-cell;vertical-align: middle;margin-right: 6px;text-align: center;font-family: 'FontAwesome';font-size: 16px;}
.products-list .add-to-links li a span.text{padding:6px 0px 6px 11px;display:inline-block;display:none;}
.products-list .add-to-links .separator {  margin:0 10px; color:#5F5F5F;}
.products-list .price-box .old-price .price-label {display:none;}
.products-list .price-box .special-price .price-label {display:none;}
.products-list .product-shop .price-from .price-label{float:left;}
.products-list .product-shop .price-to .price-label{float:left;}

.products-list .f-fix button.button {display:inline-block;}
/*.products-list .rating-box {background:#DCDCDC url(../images/test_image.png) 0 0 repeat-x; }*/
.products-list .no-rating{margin: 0px;float: left;clear: left;}
.products-list .ratings {float: left;margin:0px;margin-top:10px;clear:left;}
.products-list .ratings .rating-box { margin:0px 15px 0px 0px;}
/*.products-list .rating-box .rating {background:#03997e url(../images/test_image.png) 0 0 repeat-x;}*/
.products-list .ratings .rating-links a { }
.products-list .ratings .rating-links .separator {margin:0 3px;}
.products-list .ratings .rating-links { float:left;}
.products-list .productlist-area {  width:100%; }
.products-list .productlist-area .minimal-price .price-label,
.products-list .productlist-area .minimal-price .price{display:inline-block;}
/* ======================================================================================= */


/*===============================bestseller-product======================================  */

.bestseller-product {/*width:271px;*/margin: 0 0 0px;padding:15px 15px 20px 15px;background: #EFEFEF;float: left;margin-bottom: 30px;}
.bestseller-product .block-title{margin-bottom: 10px;font-family: 'helvetica_bold';border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;/*background: #5F5F5F;padding: 10px;margin-left: -10px;margin-top: -10px;width: 271px;*/}
.bestseller-product h2{display: block;font-weight: normal;font-family: 'helvetica_bold';color: #5673B9;margin:0px;}
.bestseller-product .bestseller-grid li {list-style: none;padding: 15px 0px 15px 0px;float: left;border-bottom: 1px solid #DCDCDC;}
.bestseller-product .bestseller-grid li.last{margin-bottom:0px;border-bottom:none;}
.bestseller-product .bestseller-grid li a.product-image {float:left;background:#fff;box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);}
.bestseller-product .bestseller-grid li a.aero-image {display:none;text-decoration: none;font-family: 'FontAwesome';color: #FFF;background:#5F5F5F;width: 16px;text-align: center;font-size: 14px;float: right;padding: 1px 0px 2px 0;margin-top: 4px;}
.bestseller-product .bestseller-grid li a.aero-image:hover{background:#F07318;}
.bestseller-product .bestseller-grid li a.aero-image img{display:none;}
.bestseller-grid .price-box .old-price .price-label {display:none;}
.bestseller-grid .price-box .special-price .price-label {display:none;}
.bestseller-product .bestseller-grid .product-name {float:left; padding-bottom:0px; }
.bestseller-product .bestseller-grid .product-name a {line-height:0.85;}
.bestseller-product .bestseller-grid .regular-price .price {line-height:0; font-size:13px; }
.bestseller-product .bestseller-grid .special-price .price {line-height:0; font-size:13px; }
.bestseller-product .bestseller-grid .old-price .price {line-height:0; font-size:13px;}
.bestseller-product .bestseller-grid .price-box {margin:0px;clear:left;top:8px;position:relative;}
.bestseller-grid .bestseller-area {width:195px; float:right;margin-left:10px;margin-top:-4px;}
.bestseller-product a.view-mpre {border: 0;background: #03997E;color: white;font-weight: normal;font-family: 'helvetica';padding: 10px 20px; height: auto; float:right;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre:hover {background:#018870;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre {border:0;border-top:1px solid #CCC;margin-top:5px;cursor:pointer;}
/*===============================End bestseller-product======================================  */

/* Product View ========================================================================== */
/* Rating */
.no-rating {margin:0px;display:table-cell;vertical-align:middle;}
.no-rating .rating-box{width:60px;height:12px;background:url(../images/no_ratings.png) 0 0 repeat-x;}
.no-rating .rating-box .rating{height:12px;background:url(../images/no_ratings.png) 0 100% repeat-x;}
.latest-product .latest-area .ratings .amount {display:none;}
.ratings { line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; font-family: 'helvetica_bold';}
.ratings .rating-links { margin:0; float:left;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:55px; height:12px;  line-height:0; background:url(../images/ratings.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:12px; background:url(../images/ratings.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {display:none;}


.ratings-table th,
.ratings-table td { line-height:1.15; padding:3px 0; padding:15px 20px 15px 20px;}
.ratings-table th { font-family:'helvetica_bold'; }

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

.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; }
.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;  padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

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

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

/* Alerts */
.alert-price { margin:0;}
.alert-stock { margin:0;}

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

.price-box { margin:5px 0; }
.price-box .price,
.price{  }
.price-box .price{font-family: 'helvetica_bold';font-size:18px;}
/* Regular price */
.regular-price {  font-weight:normal; width:100%; text-align:center; }
.regular-price .price { font-family: 'helvetica_bold'; font-size:18px; font-weight:bold; color:#7e0f23; }


/* Old price */
.old-price { margin:0;font-family: 'helvetica_bold'; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; font-size: 13px; text-decoration:line-through; color:#999 !important;}
.old-price .price-label {display:none;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label {  font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-family: 'helvetica_bold';font-size: 18px;font-weight:normal;}
.special-price .price-label {display:none;}

/* Minimal price (as low as) */
.product-view .product-shop .minimal-price{display:table;}
.minimal-price { margin:0;}
.minimal-price .price-label {white-space:nowrap; }

.price-box-bundle .minimal-price .price-label{ white-space:nowrap;font-size:14px;display:table-cell;vertical-align:middle;padding-right:10px;}

.minimal-price-link { display:block; color:#F07318;font-family:'helvetica_bold'; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { 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;color:#444; }
.weee .price { 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 */
.product-view .product-shop .price-from{display:table;}
.price-from { margin:0;}
.price-from .price-label { white-space:nowrap;display:table-cell;vertical-align:middle;padding-right:10px; font-size:14px; }


.product-view .product-shop .price-to{display:table;}
.price-to { margin:0;  }
.price-to .price-label { white-space:nowrap;display:table-cell;vertical-align:middle;padding-right:10px;font-size:14px;  }

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

/* Price as configured */
.product-view .product-shop .price-as-configured{display:table;}
.price-as-configured { margin:0;margin-top: -28px; }
.price-as-configured .price{font-family: 'helvetica_bold'; font-size:18px; font-weight:normal; }
.price-as-configured .price-label { white-space:nowrap;display:table-cell;vertical-align:middle;padding-right:10px;  font-size:14px;}

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box {padding:0px; }
.price-box-bundle .price {font-family: 'helvetica_bold'; font-size:18px;  font-weight:normal;   }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {margin: 0px 0 10px 0;padding: 8px 0;background-color: #EFEFEF;border: 1px solid #e4e4e4;float: left;clear: left;width: 100%;}
.tier-prices li { line-height:1.4;  padding:2px 0 2px 10px; }
.tier-prices .benefit {  font-family: 'helvetica_bold'; }
.tier-prices .price { font-family: 'helvetica_bold'; }

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; 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; }


.product-view { }
.product-view .view-name { }
.product-essential { }
.product-essential h2 { top: -62px;color: #0C0C0C;font-size: 24px;position: absolute;left: 0px;margin:0px;}
.product-essential h1 { font-weight:normal;margin:0;font-size:41px;color: #F07318;padding-bottom:10px;border-bottom:1px solid #DCDCDC;text-transform: capitalize;margin-bottom:20px;}




/*.product-essential h1{margin: 0;
font-family: 'helvetica_bold';
color: #FFF;
text-transform: uppercase;
margin-bottom: 20px;
text-align: right !important;
width:950px;
float:right;
font-size:25px !important;
}*/
.product-essential .product-name{padding:0px;margin-bottom:20px;}
.product-collateral{/*margin-top:50px;*/}

.product-collateral h2{border-bottom:1px solid #DCDCDC; color: #0C0C0C;font-size: 24px;padding-bottom:10px;text-transform:capitalize;display:none;margin-bottom:20px;}
.product-collateral .padder .form-add h3, h4 {font-weight:normal;margin-bottom:15px;}
.product-collateral .padder .form-list {margin-top:25px;}


/*---------two border----------------*/
.tab{margin-top:50px;margin-bottom:30px;}
.tabs-bg{/*background:#fff;*/}
.tabs{display: inline-block;width: 100%;border-bottom:1px solid #DCDCDC;height:55px;}
.tabs li {float: left;position:relative;}
.tabs li.active{}
.tabs li.active .errow{display:none;border-top: 8px solid;border-left: 10px solid transparent;border-right: 10px solid transparent;width: 0;margin:auto;position: absolute;bottom: -8px;left: 0;right: 0;}
.tabs li a {height:16px;border-top: 3px solid transparent;border-left: 1px solid transparent;border-right: 1px solid transparent;font-size: 14px;color: #919191;border-bottom:1px solid transparent;margin-right:10px;text-transform:uppercase;text-decoration: none;padding:18px 20px;display:block;}
.tabs li a span { }
.tabs li a:hover{border-top: 3px solid #F07318;border-left: 1px solid #DCDCDC;border-right: 1px solid #DCDCDC;border-bottom:1px solid #FFF;color: #F07318;}
.tabs li.active a{cursor:default;border-top: 3px solid #F07318;border-left: 1px solid #DCDCDC;border-right: 1px solid #DCDCDC;border-bottom:1px solid #FFF;color: #F07318;}
/*.tabs li.active a span { cursor: pointer; }*/
.tabs li:hover{}
/*.tabs li a:hover {color:#F07318;}*/
.custom-tab {float:right;width:570px;margin-top:0px;margin-bottom:0px;}
.custom-tab .product-collateral{margin-top:0px;}
.custom-tab .tabs{width:570px;}
.custom-tab .tabs li{}
.custom-tab .tabs li a{}
.custom-tab .tabs li#product_tabs_addreviews a{margin-right:0px;}
/*---------one border----------------*/



#content{ padding:20px 20px 20px 20px;  }

#product_tabs_description_contents .std{line-height: 1.35;}

div#product_tabs_description_contents {
    font-size: 1.17em;
    text-align: left !important;
    font-weight: normal;
    line-height: 1.35
}


/* Detail-block */


.detail-block {background-color:#4c4c4c;padding:28px 31px 44px 31px;/*margin-top:45px;*/}
.detail-block h3 { color:#FFF;font-weight:normal;font-family: 'helvetica_bold';padding-bottom:5px;}
.detail-block p {color:#a2a2a2; line-height:1.75;}

/* Product Images */
.product-view .product-img-box { float:left; }
/*.product-view .product-img-box .without-image{border-bottom:1px solid #DCDCDC;}*/
.product-view .default-image {width:374px;box-shadow:none;}
.product-view .horizontal-image {width:500px;}
.product-view .custom1-image {margin: 0 auto;float: none;display: table;width:901px;}
.product-view .custom2-image {width:524px;}
.product-view .vertical-image {width:300px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
/*.product-view .product-img-box .product-image { margin:0 0 13px;}*/
.product-view .product-img-box .product-image-zoom {/* position:relative;  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 {  margin:0 0 5px; text-align:center;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -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 { 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 9px 8px 0px; }
.product-view .product-img-box .more-views li.last{}

.new-arrow { margin-bottom:20px;background:#5673B9;padding:10px;clear:both;}
.new-arrow .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow .subtitle {padding:0px !important;/*float:left !important;*/}
.new-arrow p{padding-top:4px;text-align:justify;}
.new-arrow .hr_tital{border-top:1px solid #DCDCDC;margin-top:5px;width:1106px;float:left;}


.filter{display:block;margin-bottom:20px;background:#5673B9;}
.filter .new-arrow1 {float:left;display:none;}
.new-arrow1 .page-title {margin:0px;}
.new-arrow1 .subtitle {}
.filter .new-arrow1 .subtitle{margin-right:0px;}
#container{position: relative;}
.filter #filter{margin:0 auto;display:table;text-align:center;}
.filter #filter a{display:inline-block;padding:13px 25px;color:#FFF;text-decoration:none;font-family: 'helvetica_bold';margin: 0 5px;text-transform:uppercase;}
.filter #filter a:hover{background:#5F5F5F;}
.filter #filter a.active{background:#5F5F5F;}
.errow_iphone {float:right;margin-top:5px;}
/*a.prev {background:#5F5F5F url(../images/11.png) left center no-repeat; float:left; width:33px; height:32px;float:right; margin-right: 7px;}
a.prev:hover {background:#03997e url(../images/11.png) left center no-repeat;}
a.next {background:#5F5F5F url(../images/36.png) right center no-repeat;float:right;width:33px; height:32px;}
a.next:hover {background:#03997e url(../images/36.png) right center no-repeat;}*/


.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 { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label {  font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:460px;}
.product-view .lightbox{float:left;width:380px;}
.col1-layout .product-view .product-shop { float:left;  margin-left:30px; }
.col1-layout .product-view .default-shop {width:465px;margin-right:30px;}
.col1-layout .product-view .horizontal-shop {width:630px;}
.col1-layout .product-view .custom{border-top:1px solid #DCDCDC;display: inline-block;margin-top: 30px;padding-top: 30px;width:100%;}
.col1-layout .product-view .custom-shop{width:570px;float:left;margin-left:0px;margin-bottom:50px;}
.col1-layout .product-view .custom2-shop{width:605px;float:right;}
.col1-layout .product-view .vertical-shop {width:539px;margin-right:30px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name {  }
.product-view .product-shop .product-name h1 { }
.product-view .product-shop .availability.out-of-stock{background:#eb340a;} 
.product-view .product-shop .availability {font-family:'helvetica_bold';color:#ABC834;float: left;padding-top:5px;}
.product-view .product-shop .availability span{font-size:15px;}
.product-view .product-shop .availability.group{top:-17px;}
.product-view .product-shop .product_sku{float:left;margin-top:7px;margin-left:10px;width:395px;}
.product-view .product-shop .grouped-items-table{margin: 20px 0px;float:left;}
.product-view .product-shop .short-description { border-bottom:1px solid #DCDCDC; /*padding:2.08em 18px 2.08em 16px;*/ clear:left;padding:10px 0;}
.product-view .product-shop .price-box { margin:18px 0 0 0; clear:left;/*padding-left:16px;*/}
.product-view .lightbox .price-box{margin:0px 0px 15px 0px;}
.product-view .product-shop .add-to-links {border-radius: 3px;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);clear: none;/*padding: 0 0 0 13px;*/text-align: left;margin: 10px 0px 0px 0px;float:right;padding:0px;}
.product-view .product-shop .add-to-box{margin: 0px;clear: left;border-top: 1px solid #DCDCDC;padding-top: 15px;margin-top: 15px;float: left;width: 100%;}
.product-view .product-shop .add-to-links li .separator { float: left;margin: 0 10px;color:#5F5F5F;}
.product-view .product-shop .add-to-links li{display:inline !important;}
.product-view .product-shop .add-to-links li a {text-decoration: none;float:left;border-right:1px solid rgba(220, 220, 220, 0.70);}
.product-view .product-shop .add-to-links li a.link-wishlist{border-radius:3px 0px 0px 3px;}
.product-view .product-shop .add-to-links li a.link-email{border-radius:0px 3px 3px 0px;}
.product-view .product-shop .add-to-links li a:hover {background:#F07318;color:#FFF;}
.product-view .product-shop .add-to-links li.last a{border-right:none;}
.product-view .product-shop .add-to-links a span.icon{text-decoration: none;width: 33px;height: 33px;display: table-cell;vertical-align: middle;margin-right: 6px;text-align: center;font-family: 'FontAwesome';font-size: 16px;}
.product-view .product-shop .add-to-links a span.text{/*padding: 6px 0px 0px 11px;*/display: inline-block;display:none;}
.product-view .product-shop .ratings {margin:0px;/*padding:0.90em 77px 0.90em 16px;*/}
.product-view .product-shop .rating-box { margin-right:20px;}
.product-view .product-shop .ratings .rating-links a {}
.product-view .product-shop .ratings .rating-links .separator { margin:0 3px;}
.product-view .product-shop .price-box .old-price .price-label {display:none;}
.product-view .product-shop .price-box .special-price .price-label {display:none;}
.product-view .product-shop h2 {display:none;}
.product-view .product-shop .std {line-height: 1.78;}
.product-view .product-shop button.button.btn-cart {font-family: 'FontAwesome' !important;font-size: 18px;padding: 0px 14px 0px;}
.product-view .product-shop button.button.btn-cart span {font-family: 'helvetica_bold';
padding-left: 7px;
position: relative;
border-right: 1px solid rgba(255, 255, 255, 0.20);
padding-top: 8px;
display: inline-block;
padding-bottom: 8px;
margin-right: 15px;}
.product-view .product-shop button.button.btn-cart span span{border:none;}
.product-view .product-shop button.button {float:left;}
.product-view .product-shop .add-to-box .or {display:none;}
.product-view .product-shop .add-to-cart label { font-weight: normal;padding-top: 3px;margin-right: 10px;font-size: 14px;}
/*.product-view .product-shop .add-to-cart input.qty {width:3.5em !important; padding:5px;}*/
.product-view .product-shop .add-to-box .add-to-cart {float:none;margin:0px;padding-bottom:40px;}
.product-view .product-right {width:261px; float:right;}
/*.product-view .product-shop .no-rating a {color:#717171;}*/
.sharing-button {float: right;font-size: 11px;margin-top:24px;}
.sharing-button .first{width:150px;}
.sharing-button .default{width:250px;}
/* Product Options */
.product-options {max-height:200px;overflow:auto; display: inline-block;width: 100%;margin-top:15px;padding-top:15px;border-top:1px solid #DCDCDC;border-bottom: 1px solid #DCDCDC;margin-bottom: 15px;}
.product-view .product-options dt label {font-size:14px;}
.product-options dt {float:left; font-weight:normal; width:100px; padding-top:6px; clear:left;padding-right:10px;}
.product-options dt label { font-weight: normal;}
.product-options dt label.required em { color:#eb340a; margin-left:5px; display:none;}
.product-options dd .qty-holder { display:block; padding:15px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; font-size:14px;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin-bottom:15px; float:left;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px;}
.product-options dd input.input-text { width: 117px;}
.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:100%; height:8em; }
.product-options dd select { width:117px; height:30px; padding:6px;}
.product-options dd select.datetime-picker{}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px;/*margin-bottom:10px;*/ float:left;}
.product-options .bundle ul.options-list{margin-bottom:10px;}
.product-options ul.options-list li { line-height:1.5; padding:2px 7px;float:left;width:100%;}
.product-options dl.bundle ul.options-list li{clear:left;width:100%;}
.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; display:table;}
.product-options ul.validation-failed {  float:left;}
.product-options p.note { margin:0;}
.product-options p.required { /*position:absolute; right:20px; top:20px; */display:none;}
.product-options .validation-advice {margin-top: 10px;}
.product-view .product-shop .grouped-items-table td .price-box{float:none;}

.product-options-bottom {  }
.product-options-bottom .add-to-cart label {/*margin-right:0px !important; width:100px;*/}
.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; display:none; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {clear: left;margin: 0px;padding-bottom:40px;}
.product-shop .product-options-bottom { margin:0 0 0px; clear:left;/*padding: 0 16px 2.34em 16px;*/}
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { /*clear:none; padding:5px 0 0; text-align:right; margin:15px 0px 0px 0px;width:100%;float:left;*/}

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

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 {display:block; }
/*.product-view .box-up-sell {margin-top:30px;}
.product-view .box-up-sell .products-grid { margin-top:25px; }
.product-view .box-up-sell .products-grid li.item{margin:0px 20px 0px 0px;}
.product-view .box-up-sell .products-grid li.item.last{margin-right:0px;}
.product-view .box-up-sell .products-grid li.item:hover .productgrid-area{}*/
/*.product-view .box-up-sell .products-grid li.item:hover .price-box{bottom:0;}*/
.product-view .box-up-sell .ratings .rating-links {display:none;}
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {  font-weight:normal;}
.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-weight:normal; margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; margin:0 0px 0 0;}
.product-view .box-tags .form-add input.input-text { width:299px; height:25px;border-radius: 3px 0px 0px 3px;}
.product-view .box-tags .form-add button.button{border-radius: 0px 3px 3px 0px;}
.product-view .box-tags .note { margin:3px 0 0; padding:5px 0 0 0px; }

/* Block: Reviews */
/*.product-view .box-reviews dl { margin:15px 0; }*/
.product-view .box-reviews dt a {color:#F07318;font-weight:bold;padding-right:5px;}
.product-view .box-reviews dt span { font-weight:bold; padding-left:5px;font-family:'helvetica_bold';}
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 {  font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 {  }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:100%; 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;  line-height:21px; }

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


/* Content Styles ================================================================= */
.product-name { margin:0px;  padding-bottom:8px;  font-weight:normal;}
.product-name a { }
.product-name a:hover{text-decoration:none;color:#F07318;}
.block .block-content .product-name a:hover{}
.bestseller-product .bestseller-grid .product-name a:hover{}
.data-table td .product-name a:hover{}
/* Product Tags */
.tags-list { display:block;  background:#EFEFEF; padding:10px 20px 25px 20px; }
.tags-list li {  margin:0 4px 0 0; display:inline; }
/*.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 #dadada; padding:10px; }
.advanced-search-summary ul { float:left; width: 48%;text-align: justify;margin-right: 2%; }
.advanced-search-summary ul li{padding-bottom:15px;}
.advanced-search-summary strong { color:#F07318;  }
.advanced-search-summary p { clear:both; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {display:none;font-family: 'helvetica_bold'; border-bottom:1px solid #DCDCDC;color: #F07318;padding-bottom: 10px;text-transform:uppercase; font-weight:normal;margin-bottom:20px;}
.new-arrow1{border-bottom: 1px solid #DCDCDC;width: 100%;margin-bottom: 30px;}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;margin-bottom:10px;}
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 12px; background: #EFEFEF;
padding: 10px 20px 25px 20px; }
.page-sitemap .sitemap a {line-height:2;}
.page-sitemap .sitemap li { margin:0px 10px 0px 0px; display: inline; }
.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 {}

/* 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; }
.cart .page-title .checkout-types {display:none;}
/* Shopping Cart Table */
.cart-table th {  }
.cart-table td { }

.cart-table td a{}
/*.cart-table td.a-center.last a.link-wishlist{padding:10px 0px;}*/
/*.cart-table td.a-center.last a.cartedit{padding: 8px 0px 12px 0px;}*/
.cart-table td.a-center.last a.cartedit,
.cart-table td.a-center.last a.link-wishlist{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    border: 1px solid #DCDCDC;
    text-decoration: none;
    width: 36px;
    height: 13px;
    border-radius: 3px;
    background: #F0EEEE;
    margin-right: 6px;
    text-align: center;
    font-family: 'FontAwesome' !important;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding:7px 0px 10px 0px;
}

.cart-table td.a-center.last a.cartedit:hover,
.cart-table td.a-center.last a.link-wishlist:hover{color: #FFF;text-decoration: none;background: #F07318;}

.cart-table .product-name { font-weight:bold; }
.cart-table .item-msg { margin:5px 0; color:#df280a; text-align:left;font-size:11px;}
.cart-table tfoot td {  }
.cart-table .btn-continue { float:right;}
.cart-table .btn-continue,
.cart-table .btn-empty{   padding:15px;}


.cart-table .btn-update,
.cart-table .btn-empty{background:#EFEFEF;border:1px solid #DCDCDC;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);color:#5F5F5F;}


.cart-table .btn-update:hover,
.cart-table .btn-empty:hover{background:#F07318;color:#FFF;}


/*.cart-table .btn-continue:hover,*/
/*.cart-table .btn-empty:hover,*/
/*.cart-table .btn-update:hover {background:#F07318;border:1px solid #678A31;color:#FFF;}*/

.cart-table .btn-update{margin-right:10px; padding:15px; }
/*.cart-table .btn-update:hover{background:#5F5F5F;}*/
.cart-table .btn-update,
.cart-table .btn-empty { float:left; }
.cart-table tfoot tr {}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin: 30px 0 0;border-top: 2px solid #DCDCDC;padding-top: 20px;}
.cart-collaterals .col2-set .col-1{padding:0px; background:none;}
.cart-collaterals .col2-set .col-2 {padding:0px; background:none !important;}
.cart .cart-collaterals .col2-set { float:left; width:822px; }
.cart .cart-collaterals .col2-set .col-2{ width:100%; float:left;}

.cross {width:100%;margin-top:50px;float:left;}
.cart .crosssell { }
.cart .crosssell h2 {color: #0C0C0C;font-size: 24px;padding-bottom:10px;text-transform:capitalize;margin-bottom:20px;border-bottom:1px solid #DCDCDC;}
/*.cart .crosssell .product-image { float:left; border:1px solid #d0cdc9;}*/
.cart .crosssell .product-details { margin-left:84px; }
.cart .crosssell .product-name {  }
.cross .old-price .price-label,
.cross .special-price .price-label{display:none;}
/*.cross .old-price .price,*/
/*.cross .special-price .price,*/
/*.cross .regular-price .price{color:#03997e;}*/
.col2-set .cross p {line-height:normal;margin-bottom:0px;}
/*.cart .crosssell .products-grid{margin-top:25px;}
.cart .crosssell li.item { margin:0px 18px 18px 0px; display: inline-table;}
.cart .crosssell li.item.last{margin-right:0px;}*/
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-weight:normal; }
.cross .add-to-links {}
.cross .add-to-links .link-wishlist {}
.cross .add-to-links .separator{}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {float:left; width: 36.3%;padding:1em 55px 1.5em 0px;min-height:433px;border-right:2px solid #DCDCDC;margin-right:55px;}
.cart .discount{}
/*.cart .shipping {float:right;}*/
.cart .discount h2,
.cart .shipping h2,
.cart .totals h2{color: #0C0C0C;font-size: 21px; background-position: 0 0;background-repeat: no-repeat;text-transform: capitalize;border-bottom: 1px solid #DCDCDC;margin-bottom:10px;padding-bottom:10px;}
.cart .totals h2 {text-align:right;display:none;}
.cart .shipping p {  padding-bottom:37px;margin:0px;text-align:left;}
.cart .discount label {float:left; padding-bottom:40px;}
.cart .shipping .form-list li{margin-right:0px;}
.cart .shipping .form-list .input-box{width:100%;}
.cart .shipping .form-list select{width:100%;}
.cart .shipping .form-list input{width:96%;}

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:0px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {  margin-left:0; }
.cart .shipping .buttons-set button.button{margin-top:13px;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:0px 0 0; width:100%; }
.cart .discount input.input-text { width:96%; height:25px; margin-bottom:15px;}

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:20px 0 0; padding:5px 0 0; border-top:1px solid #e0e0e0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:338px;padding:1em 0px 0em 0px;}
.cart .totals table { width:100%;  padding-bottom:25px;}
.cart .totals td { padding:1px 10px 1px 15px;  color: #0C0C0C;font-size: 15px;font-family: 'helvetica_bold';}
.cart .totals td span.price{font-size:13px;font-family: 'helvetica';}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:20px; padding-bottom:5px; padding-right:7px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {color: #0C0C0C;font-size: 25px;font-family: 'helvetica';font-weight: normal;/*position: relative;top: 20px;*/}
.cart .totals .checkout-types {  padding:20px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both;  }
.cart .totals .checkout-types li a {  }
.cart .totals .checkout-types button.btn-checkout{margin-top: 10px;font-family: 'FontAwesome' !important;font-size: 19px;padding: 0px 14px 0px;margin-bottom: 10px;float: right;}
.cart .totals .checkout-types button.btn-checkout span{font-family: 'helvetica_bold';padding-left: 7px;position: relative;border-right: 1px solid rgba(255, 255, 255, 0.20);padding-top: 8px;display: inline-block;padding-bottom: 8px;margin-right: 10px;}
.cart .totals .checkout-types button.btn-checkout span span{border:none;}
/* Options Tool Tip */
.item-options dt {font-family:'helvetica_bold'; text-align:left; float:left; clear:left;padding-right:6px;}
.item-options dd { padding-left:10px; margin:0 0 6px; text-align:left;}
.truncated { cursor:help; padding-top:5px;}
.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:248px; padding:8px; border:1px solid #ddd; background-color:#f7f7f7; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:23px; left:-42%; }
.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;*/border-bottom: 1PX SOLID #F1EFEF;padding: 0PX 0PX 10PX 0PX;margin-bottom: 10PX;}
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;font-size:14px;}
.sp-methods .price {  }
.sp-methods .form-list { padding:23px 20px 20px 20px;background: #EFEFEF;border: 1px solid #DCDCDC;margin-bottom: 20px;margin-top: 10px;display:table;}
.sp-methods .form-list li { margin:0 52PX 23px 51PX; display:inline-block;}
.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 { cursor:help; margin-left:10px; float:left;text-decoration:none;  margin-top:7px; }

/* 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 {margin-top: 25px;font-size: 16px;border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;margin-bottom: 10px;font-family:'helvetica_bold';}
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { padding: 15px 24px 22px 30px;background: #EFEFEF;border: 1px solid #DCDCDC;position:relative; }
.gift-messages-form label { position:static !important; }
.gift-messages-form li{margin-bottom:0px;}
.gift-messages-form h4 { font-family:'helvetica_bold'; font-size:16px;border-bottom: 1px solid #DCDCDC;padding-bottom:10px; margin:0px 0px 10px 0;color:#F07318;}
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form p{margin-top:20px !important;}
.gift-messages-form .item {margin:25PX 0 0 0 !important;border-bottom: 1px solid #E5E5E5;padding-bottom: 15px;}
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0PX !important; }
.gift-messages-form .item .number { margin:0; font-family:'helvetica_bold';  text-align:center;  }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {  font-family: 'helvetica_bold';margin: 0 0 10px;font-size: 18px;border-bottom: 1px solid #DCDCDC; }
.gift-messages-form .item .details .form-list .field { width:255px;margin-bottom:15px; }
.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 { 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;  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-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { 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-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:0;background:none;padding-top:2px;}
.block-progress .block-title strong span { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt {border-bottom:1px solid #DCDCDC; font-weight:normal; line-height:2.75;    }
.block-progress dt span.progress_font{margin-right: 9px;font-family: 'FontAwesome';padding: 2px 5px 2px 5px;font-size: 11px;border-radius: 3px;position: relative;top: -1px;background: #BFBFBF;color: #FFF;}
.block-progress dd { border-bottom: 1px solid #DCDCDC;padding-bottom:20px;/*background:#FFF; padding:8px 13px; margin:10px 0 6px;width:185px;margin:0 auto; box-shadow:0px 0px 8px -2px #C4C1C1;-moz-box-shadow:0px 0px 8px -2px #C4C1C1;-webkit-box-shadow:0px 0px 8px -2px #C4C1C1; */}
.block-progress dt.complete { margin:0; color:#F07318;border:0; }
.block-progress dt.complete span.progress_font{background:#F07318;}
/*.block-progress dt.complete a {font-family:'arialregular';}*/
.block-progress dd.complete address { line-height:1.90;padding: 8px 13px;margin: 10px 0 6px;width: 185px;margin: 0 auto;box-shadow: 0 0 5px -2px #C4C1C1;-moz-box-shadow: 0 0 5px -2px #C4C1C1;-webkit-box-shadow: 0px 0px 8px -2px #C4C1C1;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set {  padding-top:2em; }
.opc .buttons-set p.required {  /*padding:0 0 10px;*/ float:left;margin-right:15px;margin-top:10px;color:#F07318;}
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a {border-radius:3px;background: #F07318;  padding:9px 22px; font-family: 'helvetica_bold';text-align: center;color: #fff;text-transform: uppercase;text-decoration:none;}
.buttons-set .back-link a:hover {background:#5F5F5F;}
.opc .buttons-set.disabled button.button { display:none;}
.opc .buttons-set .f-left {position: relative;top: 8px;}
.opc .buttons-set .please-wait { height:21px; line-height:40px; }
.opc .ul { list-style:none; padding-left:0px; line-height:2;}
.opc .ul li{ line-height:2.7; }
.opc .ul li span{margin-right: 9px;font-family: 'FontAwesome';padding: 2px 5px 2px 5px;font-size: 11px;border-radius: 3px;position: relative;top: -1px;background: #BFBFBF;color: #FFF;}
.opc { position:relative; }
.opc li.section {}

.opc .step-title { float:none; clear:left; background:#EFEFEF; margin-bottom:20px;border-radius:3px;padding:10px;}
.opc .step-title .number {margin: 0 0px 0 0;padding: 0;text-align: center;display: table-cell;vertical-align: middle;background: #979797;color: #FFF;width: 21px;border-radius: 3px;}
.opc .step-title h2 { display: table-cell;vertical-align: middle; padding:0px 0px 0px 15px; font-weight:normal; }
.opc .step-title a { display:none; float:right; line-height:16px; }

.opc .allow .step-title {  cursor:pointer; }
.opc .allow .step-title .number { }
/*.opc .allow .step-title h2 { color:#979797; }*/
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { cursor:default;background:#F07318; }
.opc .active .step-title .number {background:#CE5C08; }
.opc .active .step-title h2 { color:#FFF;  }
/*.opc .active .step-title a { display:none; }*/

/* .opc .step {float: none;position: relative;width: 768px;margin: 0 auto;display: table;padding:20px 0px;}
.opc .step .tool-tip { right:30px; } */

#opc-login .buttons-set { border-top:0; }

#opc-login .buttons-set button.button {float:left;margin-left:0px;margin-right:15px;}
#opc-login h3 {   border-bottom:1px solid #DCDCDC;  padding-bottom:10px; font-weight:normal; margin-bottom:25px; color: #0C0C0C;font-size: 21px;}
#opc-login h4 {clear:left;  float:left;}
#opc-login .col2-set .col-1 h4{font-family:'helvetica_bold';}
#opc-login .col2-set .col-2  p{color:#F07318;text-align:right;}
#opc-login li.control {float:left;margin-bottom:30px;margin-right:31px;}
#opc-login li.control label{color:#F07318;}
#opc-billing li.control{float:left;margin-top:10px;}

#opc-billing .buttons-set,
#opc-shipping .buttons-set,
#opc-shipping_method .buttons-set,
#opc-payment .buttons-set {border-top:0px;}



#opc-shipping_method .buttons-set {  }
/*.opc .gift-messages-form {  padding:15px 24px 22px 30px; background:#EFEFEF;border:1px solid #DCDCDC;}*/
.opc .gift-messages-form .inner-box {  height:260px; overflow:auto; }

#opc-review .step { border:0;  }
#opc-review .product-name { font-weight:normal; text-decoration: none;font-weight: normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px;color:#D51B1E; float:left !important;}
#opc-review .buttons-set p a {color:#F07318; padding-left:10px;}
#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-step-login .col2-set .col-1{float:right;}
#checkout-step-login .col2-set .col-2{float:left;}
#checkout-review-table-wrapper  tbody td{}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 14px 0 0; border-top:10px solid #EFEFEF; padding:2px 0 0; font-family:'helvetica_bold';text-align:center;  }
.checkout-progress li.active { border-top-color:#F07318; color:#F07318; }
.checkout-progress li.last{margin-right:0px;}
.multiple-checkout h2 {  font-weight:normal; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 {  font-weight:normal; color:#F07318; margin-bottom:15px;}
.multiple-checkout .gift-messages h3{color:#5F5F5F;margin-bottom:10px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name {margin-bottom:0px; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { }
.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 { border:1px solid #DCDCDC; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend {  color: #F07318;  position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.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:#F07318; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px;  padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px;   }
.multiple-checkout .place-order .grand-total .inner div { display:inline; float:right; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:21px; margin-top:7px;font-family: 'helvetica_bold'; float:left; }


/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td {  }
#multiship-addresses-table tfoot td {}
#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 #DCDCDC; background:#EFEFEF; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display: table;position: absolute;top: -15px;right: -16px;width: 153px;height: 26px;background: #FFF;border: 1px solid #E4E4E4;border-bottom: 3px solid #5F5F5F;overflow: hidden;}
.checkout-multishipping-shipping .box-sp-methods .pointer p{font-size:11px;text-align: center;font-family: 'helvetica_bold';vertical-align: middle;display: table-cell;color:#000;}
.checkout-multishipping-shipping .box-sp-methods .border{width: 0;height: 0;border-top: 5px solid #5F5F5F;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;right: 96px;top: 15px;}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:264px;}
.account-login .content h2 {border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;font-weight: normal;margin-bottom: 25px;color: #0C0C0C;font-size: 21px;} 
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { border-top:0; margin:0; float:left;}
.registered-users button.button {float:left;margin-left:0px;margin-right:15px;}
.registered-users p.required {float:left;margin-top:13px;}
.registered-users a.f-left {margin-top:12px;margin-left:20px;float:left !important;}
.account-create {}

/* 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;  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 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .welcome-msg p.hello {margin-bottom:10px;}
.dashboard .welcome-msg p strong {font-weight:normal;margin-bottom:10px; color:#F07318;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .data-table th {text-align:center;}
.box-account .box-head { border-bottom:1px solid #DCDCDC; margin:15px 0 18px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-family: 'helvetica_bold'; background-position:0 0; background-repeat:no-repeat; color:#F07318; }

.dashboard .box .box-title { border-bottom:1px solid #DCDCDC; padding:0 0 10px; margin:0 0 18px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-weight:normal; margin:0;  }
.dashboard .box .box-content p { line-height:1.75;}
.dashboard .box .box-content address {font-style: normal;line-height: 1.75;}
.dashboard .box-content a {color:#F07318;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {padding-bottom:10px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { margin-top:30px; padding-bottom:10px; }
.dashboard .box-info h4 { font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px; border-bottom:1px solid #DCDCDC;padding-bottom:10px;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { padding-bottom:10px; }
.dashboard .box-reviews .number { float:left;  font-family: 'helvetica_bold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#F07318; }
.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:9px 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { padding-bottom:10px;}
.dashboard .box-tags .number { float:left;  font-family: 'helvetica_bold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#F07318; }
.dashboard .box-tags .details { margin-left:20px; }
/*.dashboard .box-tags .details .product-name a {color:#5F5F5F;}*/
.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; color:#F07318; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-family: 'helvetica_bold'; color:#F07318; border-bottom:1PX solid #DCDCDC; padding-bottom:10px;margin-bottom:15px;} 	
.addresses-list h3 {font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;}
.addresses-list address { margin:0 0 3px; line-height:1.75;  }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal;color:#F07318;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current {color:#F07318; }
.order-info li { margin:0 3px; }
.order-info-box .box .box-content address {font-style: normal;line-height: 1.75;}

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

.order-info-box {margin:0 0 15px; }
.order-info-box h2 {font-weight: normal;font-family: 'helvetica';text-transform: uppercase;margin: 0px 0px 10px 0px;border-bottom: 1px solid #DCDCDC;padding-bottom: 10px;}
.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%; }
.order-items h2{ margin: 0px 0px 15px 0px;font-family: 'helvetica_bold';background-position: 0 0;background-repeat: no-repeat;color: #F07318; }
.order-items .product-name {  font-weight:normal !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

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

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

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

/* 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-family:'helvetica_bold';}
.page-print h2,
.page-print h3 {  font-weight:bold; }
.page-print h2.h2 { font-family:'helvetica_bold' }
.page-print .order-date {   }
.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 { text-align:left !important; }
.my-wishlist .data-table th{padding:15px 19px;}
/*.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:3em; }
.my-wishlist .buttons-set button.button {}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .old-price .price-label {display:none;}
#wishlist-table .special-price .price-label {display:none;}
/*#wishlist-table .special-price .price {}
#wishlist-table .old-price .price {}
#wishlist-table .regular-price .price{}*/
#wishlist-table .inner {margin:10px 0px 13px 0px;text-align:justify;}
#wishlist-table button.button {margin:14px 0px 10px 0px;}
#wishlist-table tbody td.last a.btn-remove2{}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px;padding:6px 0px 4px 0px;}
.my-tag-edit .btn-remove span{display:none;}
.my-tag-edit strong {color:#F07318;}
#my-tags-table { clear:both; }
#my-tags-table td {  }
#my-tags-table .add-to-links { white-space:nowrap; margin-top:17px;}
#my-tags-table .special-price .price-label {display:none;}
#my-tags-table .old-price .price-label {display:none;}
#my-tags-table .price-box {float:left;clear:left;}
#my-tags-table .product-name{float:left;padding-right:20px;}
#my-tags-table .ratings{margin:1px 0px;float:left;}
#my-tags-table .old-price .price {float:left;}
#my-tags-table .special-price .price{float:left;}
#my-tags-table .regular-price .price {float:left;}

/* My Reviews */
#my-reviews-table td {  }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { margin:10px 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:10px 0px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-family:'helvetica_bold'; margin:0 0 10px; }
.product-review h3 { margin:0 0 3px;  }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-family:'helvetica_bold';}
.product-review dd {  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;  }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red;  font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; 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 {  margin:0; text-shadow:0 1px 0 #EFEFEF; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
/*new*/.footer-container { margin-top: 40px;}
/*new*/.footer { width:1200px; margin:0 auto; display:inline-block;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
/*new*/.footer a { /* color:#5D6C46; */ text-decoration:none; }
.footer a:hover {  color:#F07318; }
.footer .bugs { margin:13px 0 0; display:none;}
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 30px;font-size:11px; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.about-links {display:inline; padding:0px 0px 30px 0px;}
.footer ul.about-links li {}
/**/.footer ul.about-links li a{}
.footer ul.about-links li a:hover{}
.footer ul {}
.footer ul.links { display:inline-block;padding:0px 0px 30px 0px;}
.footer ul.links li{}
.footer ul.links li a{}
.footer ul.links li a:hover{}
.footer ul.links li.last a{border-right:none;}
.footer li { margin:0px; padding:0 7px 0 4px;display:inline; border-right: 1px solid #979797;}
.footer ul.links li.last,
.footer .footer_top_link li.last{border-right:0;}
.footer li a{font-size: 12px;text-transform: uppercase;}
.footer-container .bottom-container { margin:0 0 5px; }
.footer .validation-advice { /*position: absolute; */float:left;}
.footer-logo{padding-bottom: 30px;border-bottom: 1px solid #E3E3E3;margin-bottom: 30px;}
.footer .footer_top_link{padding-bottom:30px;}


.follow_button{display: table;
vertical-align: middle;
margin: 0 auto;
padding: 0px 0px 30px 0px;
text-align: center;
}

.follow_button a.btn_follow{
float:left;
text-decoration: none;
font-family: 'FontAwesome';
font-size: 18px;
color: #FFF !important;
background: #F07318;
margin-right: 5px;
width: 23px;
height: 22px;
border-radius: 3px;
padding-left: 3px;
padding-top: 5px;
}
.follow_button a.btn_follow:hover{background:#5F5F5F;}

/*------------------------------------------------------*/


/*.footer_link_box{
    background:#F07318;
    padding:30px 20px 40px 20px;
    text-align:left;
    width:1160px;
    display:inline-block;
}




.footer_link_box .linkbox{
    float:left;
    width:162px;
    padding-right:20px;
}
.footer_link_box .linkbox.newsletter{
    width:250px;
    padding-right:0px;
}
.footer_link_box .linkbox p{
    font-family: 'FontAwesome';
    color: #FFF;
}
.footer_link_box .linkbox p span{
    font-family: 'helvetica';
    padding-left:10px;
}
.footer_link_box .linkbox h2{
    color:#FFF;
    font-family: 'helvetica_bold';
    text-transform:uppercase;
    margin-bottom:20px;
}
.footer_link_box .linkbox ul li{
    padding:0px;
    line-height:2;
}
.footer_link_box .linkbox ul li a{
    color:#FFF;
    display:block;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.footer_link_box .linkbox ul li a:hover{
    background:#5F5F5F;
    padding-left:10px;
}
.footer_link_box .input-box{
    width:250px;
    float:left;
    margin-bottom:20px;
    position:relative;
 
}
/*new*/.footer_link_box input{
    height:33px;
    padding:0px 10px;
    float:left;
    border:0;
    width:160px;
    background:#FFF;
}
.footer_link_box input.validation-failed{height:31px;width:158px;}
/*new*/.footer_link_box  button.button{
    background:#5673BA;
    color:#FFF;
    padding:8px 12px 7px 12px;
    border:0px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow:0px 0px 0px 0px;
    -moz-box-shadow:0px 0px 0px 0px;
    -webkit-box-shadow:0px 0px 0px 0px;
    height:33px;
    display:inline-block;
}
/*new*/.footer_link_box  button.button:hover{
    background:#5F5F5F;
}
*/
/* ======================================================================================= */

/*home-block===========================================================================*/


.sale-top-block{margin:0px 20px 20px 0px;float:left;}
.sale-top-block.last{margin-right:0px;}
.sale-top-block img{max-width:386px;}

.top-block{margin:0px 30px 20px 0px;float:left;width:267px;}
.top-block span{font-family:'FontAwesome';font-size:56px;float:left;color:#F07318;}
.top-block.last{margin-right:0px;}

.top-block h2{font-weight: normal;font-family: 'helvetica_bold';margin-bottom:5px;color:#F07318;font-size:20px;}



.menu-block{background:#EFEFEF;padding:20px;margin-bottom:20px;}
.menu-block1{margin-bottom:20px;}
.menu-block h2{font-weight: normal;font-family: 'helvetica_bold';margin-bottom:5px;}
.menu-block h2 p{line-height:1.8;}

/*home-left============================================================================ */

.home-left{
    width:299px;
    float:left;
    margin:20px 0px 0px 0px;
}
.customized{
    margin-bottom:20px;
    padding:20px 20px 25px 20px;
    background:#EFEFEF;
    text-align:center;
}
.customized h3{
    
    font-family: 'helvetica_bold';
    font-weight:normal;
}
.customized .best_theme{
    background:#FFF;
    padding:20px 10px 35px 10px;
    margin:15px 0px 0px 0px;
}
.customized .best_theme h4{
    color:#F07318;
    font-weight:normal;  
}
.customized .best_theme .theme_image{
    margin:15px 0px 35px 0px;
}
.customized .best_theme .theme_image img{
    width:180px;
}

.customized .best_theme a{
    border: none;
    cursor: pointer;
    background: none;
    margin: 0 auto;
    display: table;
    text-decoration:none;
}


.customized .best_theme a span{
border-radius:3px;
padding: 10px 22px;
font-family: 'helvetica_bold';
text-align: center;
color: #fff;
background: #F07318;
text-transform: uppercase;

}
.customized .best_theme a span:hover{
background:#5F5F5F;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

/*End home-left============================================================================ */

/*home-right============================================================================ */

.scrollup {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    font-size: 24px;
    background: #EFEFEF;
    font-family: 'FontAwesome';
    border-radius: 3px;
    padding: 12px 14px 13px 14px;
    z-index: 2;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.scrollup:hover {
    text-decoration: none;
    background:#F07318;
    border-color:#F07318;
    color:#FFF;
}
.home-right .featured-area {width: 100%;background:#03997e; float:left; display:inline-block;-webkit-transition:all 0.3s linear;position:absolute;bottom:0;height:58px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}

button.button.btn-cart span {background:none;}


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

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

/* featured */


/* about us */
.page-head h3{color: #03997e;}
.col3-set .col-1 .p{ margin: 5px 0px;}
.col3-set .col-2 .p strong{  margin: 5px 0px;}
.col3-set .col-2 .p {margin: 5px 0px;}
.col3-set .col-3 .p {margin: 5px 0px;}
.col3-set .col-3 .p strong{ margin: 5px 0px;}
.std dl dt{}

/*  customer service*/

dl #answer1{ margin: 5px;}
.service dd{}
.customer li a{}

/* policy */
.policy p{}
.policy h2{  margin: 10px 0px 10px 0px;}
.policy .disc li {}
/* order-return*/
.order-return li{padding:  20px 0px 20px 0px;}


span #ajax_loading{}

div#buttonwrapper p.required {display:none !important;}



/*side nav click css*/

/********Css For Category Sidebar Navigation ************/
#sidenav{}
#sidenav li{ padding:0px 0;position:relative;/*border-bottom: 1px solid #EFEFEF;*/}
#sidenav li.last{border:0 none;}
#sidenav li:hover{}
#sidenav li.level-top{line-height:2.7;/*border-bottom: 1px solid #EFEFEF;*/}
#sidenav li a{display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
#sidenav li a span.errow{margin-right: 9px;font-family: 'FontAwesome';}
#sidenav li a:hover{color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}


#sidenav li a.show-cat{margin-top:5px;margin-right:5px;text-decoration: none;position: absolute;right: 0;top: 0;width: 25px;height: 15px;border-radius: 3px;background: #F0EEEE;text-align: center;font-family: 'FontAwesome' !important;font-size: 12px;display: inline-block;padding: 5px 0px 5px 0px;border:1px solid #DCDCDC;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);}
#sidenav li a.show-cat:hover{background:#F07318;color:#FFF;}
#sidenav li a.active{background:#F07318;color:#FFF;}

#sidenav li a.show-cat span.minus{display:none;}
#sidenav li a.show-cat.active span.minus{display:block;line-height:8px;}
#sidenav li a.show-cat.active span.plus{display:none;}
#sidenav li a.show-cat span.plus{display:block;line-height:15px;}

/*End side nav click css*/



/*side nav fly-out css*/
.sf-menu li {line-height:2.7;/*border-bottom: 1px solid #EFEFEF;*/}
.sf-menu a span.errow{margin-right: 9px;font-family: 'FontAwesome';}
.sf-menu a {display:block;border: 1px solid transparent;box-shadow: 0 0 5px transparent;padding-left:15px;}
.sf-menu a:hover{color:#F07318;text-decoration:none;background: #EFEFEF;border: 1px solid #DCDCDC;box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
/*.sf-menu a:hover span.errow{background:#F07318;}*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;left: 292px;top: -1px;width: 180px;z-index: 99999;}
.block-category-nav .block-content .sf-menu ul .aerrow{display:none;border-right: 5px solid #F07318;border-top: 5px solid transparent;border-bottom: 5px solid transparent;width: 0;height: 0;position: absolute;left: -8px;top: 12px;}

/*End side nav fly-out css*/

/*--------------------------------------------------------------------------------------------*/

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

/*  Font Awesome styles
    ------------------------------------------------------- */
 
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.header .searchlogo:before,
.header .form-search button.button:before{ content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.product-view .product-shop .add-to-links li a.link-wishlist span.icon:before,
.cart-table td.a-center.last a.link-wishlist:before,
.product-latest .actions .add-to-links a.link-wishlist:before,
.products-grid .actions .add-to-links a.link-wishlist:before,
.products-list .add-to-links li a.link-wishlist span.icon:before{ content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.header .top-links a.user-register:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.grid:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
div.alert span:before{ content: "\f00c"; }
/*.btn-remove2:before,*/ .btn-remove:before, .close_la:before,
div.alert button:before{ content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.btn-remove2:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.header .top-links a.user-login:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before{ content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.link-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.list:before,
.toggleMenu:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.btn-edit:before,
.cart-table td.a-center.last a.cartedit:before{ content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.bx-wrapper .bx-prev:before         { content: "\f053"; }
.bx-wrapper .bx-next:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056" !important; }
.icon-remove-sign:before          { content: "\f057"; }
.success-msg:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.product-view .view_img a.perv:before,
.detail-carousel .flex-direction-nav a.flex-prev:before,
.flexslider .flex-prev:before,
.pager .pages a.previous:before,
.pager .pagesblog a.previous:before{ content: "\f060"; }

.product-view .view_img a.next:before,
.detail-carousel .flex-direction-nav a.flex-next:before,
.flexslider .flex-next:before,
.pager .pages a.next:before,
.pager .pagesblog a.next:before,
.cart .totals .checkout-types button.btn-checkout:after{ content: "\f061"; }
.validation-advice:before,
.custom2-views.detail-carousel .flex-direction-nav a.flex-prev:before{ content: "\f062"; }
.custom2-views.detail-carousel .flex-direction-nav a.flex-next:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.product-view .product-shop button.button.btn-cart:after                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.error-msg:before,
.note-msg:before,
.notice-msg:before{ content: "\f06a"; }
.product-latest .actions button.btn-cart span:before{ content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.iconeye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.products-grid .actions .add-to-links a.link-compare:before,
.product-latest .actions .add-to-links a.link-compare:before,
.product-view .product-shop .add-to-links li a.link-compare span.icon:before,
.products-list .add-to-links li a.link-compare span.icon:before{ content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.scrollup:before           { content: "\f077"; }
.icon-chevron-down:before        { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.products-grid .actions button.btn-cart span:before{ content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.follow_button a.btn_follow_twiter:before              { content: "\f099"; }
.follow_button a.btn_follow_fb:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.header .top-links a.user-logout:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
#banner-slider .container a span:after,
.banner .container a span:after{ content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before{ content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.follow_button a.btn_follow_msg:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.product-view .product-shop .add-to-links li a.link-email span.icon:before,
.icon-envelope-alt:before{ content: "\f0e0"; }
.follow_button a.btn_follow_in:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.header .top-links a.user-account:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-lightbulb:before            { content: "\f0eb"; }
.icon-exchange:before             { content: "\f0ec"; }
.icon-cloud-download:before       { content: "\f0ed"; }
.icon-cloud-upload:before         { content: "\f0ee"; }

.icon-user-md:before              { content: "\f0f0"; }
.icon-stethoscope:before          { content: "\f0f1"; }
.icon-suitcase:before             { content: "\f0f2"; }
.icon-bell-alt:before             { content: "\f0f3"; }
.icon-coffee:before               { content: "\f0f4"; }
.icon-food:before                 { content: "\f0f5"; }
.icon-file-alt:before             { content: "\f0f6"; }
.icon-building:before             { content: "\f0f7"; }
.icon-hospital:before             { content: "\f0f8"; }
.icon-ambulance:before            { content: "\f0f9"; }
.icon-medkit:before               { content: "\f0fa"; }
.icon-fighter-jet:before          { content: "\f0fb"; }
.icon-beer:before                 { content: "\f0fc"; }
.icon-h-sign:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before        { content: "\f0fe"; }

.icon-double-angle-left:before    { content: "\f100"; }
.icon-double-angle-right:before{ content: "\f101"; }
.icon-double-angle-up:before      { content: "\f102"; }
.icon-double-angle-down:before    { content: "\f103"; }
#banner-slider .flex-direction-nav .flex-prev:before{ content: "\f104"; }
#banner-slider .flex-direction-nav .flex-next:before,
.breadcrumbs li span:after,
.block-layered-nav #narrow-by-list dd ol li a span.errow:before,
.block-category-nav .block-content dd ol li a span.errow:before,
.opc .ul li span:before,
.block-progress dt span.progress_font:before,
.block-blog .menu-recent UL LI a span.aerrow:before,
.block-blog .menu-categories UL LI a span.aerrow:before,
.block-blog .menu-tags UL LI a span.aerrow:before,
.block-account .block-content li a span.errow:before,
.block-account .block-content li.current span.errow:before,
#sidenav li a span.errow:before,
.sf-menu a span.errow:before,
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName span.errow:before,
.bestseller-product .bestseller-grid li a.aero-image:before,
.default-container #nav li ul li a span.errow:before{ content: "\f105"; }
.icon-angle-up:before             { content: "\f106"; }
.sort_box .sort_pan:after,
.show_box .show_pan:after{ content: "\f107"; }
.icon-desktop:before              { content: "\f108"; }
.icon-laptop:before               { content: "\f109"; }
.icon-tablet:before               { content: "\f10a"; }
.icon-mobile-phone:before         { content: "\f10b"; }
.icon-circle-blank:before         { content: "\f10c"; }
.icon-quote-left:before           { content: "\f10d"; }
.icon-quote-right:before          { content: "\f10e"; }

.icon-spinner:before              { content: "\f110"; }
.icon-circle:before               { content: "\f111"; }
.icon-reply:before                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }


/*------------------------------------------------------ie7css------------------------------------------------------*/

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle}.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%}.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px}.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em}a [class^="icon-"],a [class*=" icon-"]{cursor:pointer}ul.icons{text-indent:-1.5em;margin-left:3em}.icon-glass{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf000;')}.icon-music{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf001;')}.header .searchlogo, .header .form-search button.button{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf002;')}.icon-envelope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf003;')}.product-view .product-shop .add-to-links li a.link-wishlist, .cart-table td.a-center.last a.link-wishlist, .product-latest .actions .add-to-links a.link-wishlist, .products-grid .actions .add-to-links a.link-wishlist, .products-list .add-to-links li a.link-wishlist{*zoom:expression(this.��    ��                    �f�            ��    H�             �     @       �            oom'] = '1',this.innerHTML = '&#xf005;')}.icon-star-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf006;')}.header .top-links a.user-register{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf007;')}.icon-film{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf008;')}.icon-th-large{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf009;')}.grid{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00a;')}.icon-th-list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00b;')}div.alert span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00c;')}/*.btn-remove2,*/ .btn-remove, .close_la, div.alert button{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00d;')}.icon-zoom-in{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00e;')}.icon-zoom-out{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf010;')}.icon-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf011;')}.icon-signal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf012;')}.icon-cog{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf013;')}.btn-remove2{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf014;')}.icon-home{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf015;')}.icon-file{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf016;')}.icon-time{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf017;')}.icon-road{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf018;')}.icon-download-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf019;')}.icon-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01a;')}.icon-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01b;')}.icon-inbox{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01c;')}.icon-play-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01d;')}.icon-repeat{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01e;')}.icon-refresh{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf021;')}.icon-list-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf022;')}.header .top-links a.user-login{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf023;')}.icon-flag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf024;')}.icon-headphones{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf025;')}.icon-volume-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf026;')}.icon-volume-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf027;')}.icon-volume-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf028;')}.icon-qrcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf029;')}.icon-barcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02a;')}.icon-tag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02b;')}.icon-tags{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02c;')}.icon-book{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02d;')}.icon-bookmark{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02e;')}.link-print{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02f;')}.icon-camera{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf030;')}.icon-font{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf031;')}.icon-bold{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf032;')}.icon-italic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf033;')}.icon-text-height{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf034;')}.icon-text-width{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf035;')}.icon-align-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf036;')}.icon-align-center{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf037;')}.icon-align-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf038;')}.icon-align-justify{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf039;')}.toggleMenu, .list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03a;')}.icon-indent-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03b;')}.icon-indent-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03c;')}.icon-facetime-video{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03d;')}.icon-picture{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03e;')}.btn-edit, .cart-table td.a-center.last a.cartedit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf040;')}.icon-map-marker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf041;')}.icon-adjust{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf042;')}.icon-tint{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf043;')}.icon-edit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf044;')}.icon-share{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf045;')}.icon-check{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf046;')}.icon-move{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf047;')}.icon-step-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf048;')}.icon-fast-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf049;')}.icon-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04a;')}.icon-play{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04b;')}.icon-pause{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04c;')}.icon-stop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04d;')}.icon-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04e;')}.icon-fast-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf050;')}.icon-step-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf051;')}.icon-eject{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf052;')}.bx-wrapper .bx-prev{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf053;')}.bx-wrapper .bx-next{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf054;')}.icon-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf055;')}.icon-minus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf056;')}.icon-remove-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf057;')}.success-msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf058;')}.icon-question-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf059;')}.icon-info-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05a;')}.icon-screenshot{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05b;')}.icon-remove-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05c;')}.icon-ok-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05d;')}.icon-ban-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05e;')}.product-view .view_img a.perv, .pager .pages a.previous, .pager .pagesblog a.previous, .detail-carousel .flex-direction-nav a.flex-prev, .flexslider .flex-prev, .pager .pages a.previous, .pager .pagesblog a.previous{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf060;')}.product-view .view_img a.next, .detail-carousel .flex-direction-nav a.flex-next, .flexslider .flex-next, .pager .pages a.next, .pager .pagesblog a.next, .cart .totals .checkout-types button.btn-checkout span.icon{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf061;')}.validation-advice, .custom2-views.detail-carousel .flex-direction-nav a.flex-prev{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf062;')}.custom2-views.detail-carousel .flex-direction-nav a.flex-next{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf063;')}.icon-share-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf064;')}.icon-resize-full{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf065;')}.icon-resize-small{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf066;')}.product-view .product-shop button.button.btn-cart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf067;')}.icon-minus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf068;')}.icon-asterisk{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf069;')}.error-msg,.note-msg,.notice-msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06a;')}.product-latest .actions button.btn-cart span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06b;')}.icon-leaf{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06c;')}.icon-fire{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06d;')}.iconeye-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06e;')}.icon-eye-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf070;')}.icon-warning-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf071;')}.icon-plane{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf072;')}.icon-calendar{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf073;')}.products-grid .actions .add-to-links a.link-compare, .product-latest .actions .add-to-links a.link-compare, .product-view .product-shop .add-to-links li a.link-compare, .products-list .add-to-links li a.link-compare{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf074;')}.icon-comment{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf075;')}.icon-magnet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf076;')}.scrollup{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf077;')}.icon-chevron-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf078;')}.icon-retweet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf079;')}.products-grid .actions button.btn-cart span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07a;')}.icon-folder-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07b;')}.icon-folder-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07c;')}.icon-resize-vertical{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07d;')}.icon-resize-horizontal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07e;')}.icon-bar-chart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf080;')}.icon-twitter-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf081;')}.icon-facebook-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf082;')}.icon-camera-retro{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf083;')}.icon-key{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf084;')}.icon-cogs{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf085;')}.icon-comments{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf086;')}.icon-thumbs-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf087;')}.icon-thumbs-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf088;')}.icon-star-half{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf089;')}.icon-heart-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08a;')}.icon-signout{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08b;')}.icon-linkedin-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08c;')}.icon-pushpin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08d;')}.icon-external-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08e;')}.icon-signin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf090;')}.icon-trophy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf091;')}.icon-github-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf092;')}.icon-upload-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf093;')}.icon-lemon{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf094;')}.icon-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf095;')}.icon-check-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf096;')}.icon-bookmark-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf097;')}.icon-phone-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf098;')}.follow_button a.btn_follow_twiter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf099;')}.follow_button a.btn_follow_fb{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09a;')}.icon-github{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09b;')}.header .top-links a.user-logout{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09c;')}.icon-credit-card{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09d;')}.icon-rss{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09e;')}.icon-hdd{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a0;')}.icon-bullhorn{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a1;')}.icon-bell{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a2;')}.icon-certificate{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a3;')}.icon-hand-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a4;')}.icon-hand-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a5;')}.icon-hand-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a6;')}.icon-hand-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a7;')}.icon-circle-arrow-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a8;')}#banner-slider .container a span, .banner .container a span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a9;')}.icon-circle-arrow-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0aa;')}.icon-circle-arrow-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ab;')}.icon-globe{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ac;')}.icon-wrench{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ad;')}.icon-tasks{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ae;')}.icon-filter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b0;')}.icon-briefcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b1;')}.icon-fullscreen{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b2;')}.icon-group{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c0;')}.icon-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c1;')}.icon-cloud{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c2;')}.icon-beaker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c3;')}.icon-cut{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c4;')}.icon-copy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c5;')}.icon-paper-clip{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c6;')}.icon-save{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c7;')}.icon-sign-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c8;')}.icon-reorder{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c9;')}.icon-list-ul{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ca;')}.icon-list-ol{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cb;')}.icon-strikethrough{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cc;')}.icon-underline{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cd;')}.icon-table{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ce;')}.icon-magic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d0;')}.icon-truck{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d1;')}.follow_button a.btn_follow_msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d2;')}.icon-pinterest-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d3;')}.icon-google-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d4;')}.icon-google-plus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d5;')}.icon-money{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d6;')}.icon-caret-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d7;')}.icon-caret-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d8;')}.icon-caret-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d9;')}.icon-caret-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0da;')}.icon-columns{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0db;')}.icon-sort{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dc;')}.icon-sort-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dd;')}.icon-sort-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0de;')}.product-view .product-shop .add-to-links li a.link-email, .icon-envelope-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e0;')}.follow_button a.btn_follow_in{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e1;')}.icon-undo{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e2;')}.icon-legal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e3;')}.header .top-links a.user-account{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e4;')}.icon-comment-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e5;')}.icon-comments-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e6;')}.icon-bolt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e7;')}.icon-sitemap{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e8;')}.icon-umbrella{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e9;')}.icon-paste{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ea;')}.icon-lightbulb{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0eb;')}.icon-exchange{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ec;')}.icon-cloud-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ed;')}.icon-cloud-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ee;')}.icon-user-md{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f0;')}.icon-stethoscope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f1;')}.icon-suitcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f2;')}.icon-bell-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f3;')}.icon-coffee{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f4;')}.icon-food{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f5;')}.icon-file-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f6;')}.icon-building{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f7;')}.icon-hospital{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f8;')}.icon-ambulance{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f9;')}.icon-medkit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fa;')}.icon-fighter-jet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fb;')}.icon-beer{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fc;')}.icon-h-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fd;')}.icon-plus-sign-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fe;')}.icon-double-angle-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf100;')}.icon-double-angle-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf101;')}.icon-double-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf102;')}.icon-double-angle-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf103;')}#banner-slider .flex-direction-nav .flex-prev{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf104;')}#banner-slider .flex-direction-nav .flex-next,.breadcrumbs li span, .block-layered-nav #narrow-by-list dd ol li a span.errow, .block-category-nav .block-content dd ol li a span.errow, .opc .ul li span, .block-progress dt span.progress_font, .block-blog .menu-recent UL LI a span.aerrow, .block-blog .menu-categories UL LI a span.aerrow, .block-blog .menu-tags UL LI a span.aerrow, .block-account .block-content li a span.errow, .block-account .block-content li.current span.errow, #sidenav li a span.errow, .sf-menu a span.errow, div.wp-custom-menu-popup .itemSubMenu a.itemMenuName span.errow, .bestseller-product .bestseller-grid li a.aero-image, .default-container #nav li ul li a span.errow{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf105;')}.icon-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf106;')}.sort_box .sort_pan, .show_box .show_pan{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf107;')}.icon-desktop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf108;')}.icon-laptop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf109;')}.icon-tablet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10a;')}.icon-mobile-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10b;')}.icon-circle-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10c;')}.icon-quote-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10d;')}.icon-quote-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10e;')}.icon-spinner{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf110;')}.icon-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf111;')}.icon-reply{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf112;')}.icon-github-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf113;')}.icon-folder-close-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf114;')}.icon-folder-open-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf115;')}
 
 





