/**
 * 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_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

/** modified from https://varvy.com/mobile/legible-font-size.html */
html{font: 16px/1.5 'Open Sans', sans-serif;}

body{
    background:url(../images/body-bg.gif) repeat center top #FFFFFF;
    color:#363735; text-align:center; min-width:940px; }

/* Amica Custom url(../images/body-bg-2.gif) no-repeat center top */
body > .wrapper {background:#f3f3f3; min-height:800px;}

/* Headings */

h1,h2,h3,h4,h5,h6 {
    /*font-family: "HelveticaNeue-Bold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "PT Sans", sans-serif;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom:0.25em;
}

h1            { font-size:2em;}
h2            { font-size:1.5em; }
h3            { font-size:1.25em;}
h4            { font-size:1.0em;}
h5            { font-size:0.9em;}
h6            { font-size:0.8em;}

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

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


/*
h1            { font-size:30px; font-weight:bold; line-height:1.15; margin-bottom:7px; }
h2            { font-size:18px; font-weight:normal; line-height:1.25;margin-bottom:7px;}
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px;}
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px;}
h6            { font-size:11px; font-weight:bold; margin-bottom:7px;}
*/
/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

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

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

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

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


/* ======================================================================================= */
/*                                  AMICA CUSTOM BOF                                       */
/* ======================================================================================= */


.clear { clear: both; }
/*          Colors BOF          */
.red {color: #e21d2f;}
.bg-red{background-color: #e21d2f;}
.blue{color: #3399cc;}
.bg-blue{background-color: #3399cc;}
.grey {color: #dbd8d7;}
.bg-grey{background-color: #dbd8d7;}
.dark-grey {color: #888888;}
.yellow{color: #ffa433;}
.bg-yellow{background-color: #ffa433;}
/*          Colors EOF          */

/* ======================================================================================= */
/*                                  AMICA CUSTOM EOF                                       */
/* ======================================================================================= */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.font-arvo{ font-family: 'Arvo', serif !important; }

/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.page { width:940px; margin:0 auto; padding:0 0 22px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; margin:0 auto; background:#fff;}
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.main-container {}
.main { margin: 10px 0px 18px 0; position: relative; }

/* Base Columns */
.col-left { float:left; width:220px;}
.col-main { float:left; width:660px;}
.col-right { float:right; width:220px;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; position: relative; clear: both; }
.col2-right-layout .col-main {position: relative; clear: both;}

/* 3 Columns Layout */
.col3-layout .col-main { width:460px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:700px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { /*font:11px Arial, Helvetica, sans-serif;*/ vertical-align:middle; color:#323232; }
input.input-text,select,textarea { background:#fff; border:1px solid #cccccc; }
input.input-text,textarea { padding:6px 5px; }
select { padding: 5px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #cccccc; padding: 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
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 span { float:left; font:bold 13px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#3e3e3e; text-decoration:underline;}
button.button span span { padding:0; }
button.button:hover span {text-decoration:none;}
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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 0 15px; }
.form-list label { float:left; color:#323232; font-weight:normal; position:relative; z-index:0; margin-bottom:3px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/


/* Amica Custom BOF */
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; padding-right: 10px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }

.form-list li.wide .input-box { width: 95%; }
.form-list li.wide input.input-text { width: 95%; }
.form-list li.wide textarea { width: 95%; }
.form-list li.wide select { width: 95%; }

.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list.checkmo-list li label { font-weight: bold; margin-right: 10px;}
.form-list.checkmo-list li .checkmo-mailing-address { clear: both;}


/* Amica Custom EOF */
/*
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:630px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
*/
/* 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; }

/* Amica Custom - Orig .form-list .name-middlename { width:118px; } */
.form-list .name-middlename input.input-text { width:98px; }

/* Amica Custom BOF */
.form-list .name-lastname { clear:left; }
.form-list .name-middlename { width:150px; }
/* Amica Custom EOF */

.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:155px; }

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

.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: 130px;/* Amica Custom BOF   width:145px; */}

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

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

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

.buttons-set-order {}

.fieldset { border:1px solid #cccccc; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { font-size: 1em; border:1px solid #000; background:#dedede; color:#333; margin:-33px 0 10px -3px; padding:5px 10px; position:relative; /* font-weight:bold; font-size:13px; */ }

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

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

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

/* BreadCrumbs */
.breadcrumbs { overflow:hidden; font-size: 0.75em; color:#000; margin-top:-0.35em; margin-bottom: 0.75em;}
.breadcrumbs li { float:left; line-height: 3.3em; }
.breadcrumbs li a { color:#000;  text-transform:uppercase; font-weight:bold;}
.breadcrumbs li span.breadcrumb-sep {display:inline-block; text-indent:-77777px; line-height: 1.3em; width:0.5em; background:url(../images/breadcrumbs.png) no-repeat left 4px; margin:0 9px 0 7px;}
.breadcrumbs li strong {font-weight:normal;}

/* Page Heading */
.page-title {  display: block; margin:0 0 16px; text-transform:uppercase; /* border-bottom:1px solid #cccccc; padding:0;*/ }
/* Amica Custom BOF
.page-title{ border: none; margin:0 0 16px;*}
*/
    .page-title h1 { color: #999999; /*font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif; font-size: 25px; line-height: 30px;*/  }
        .page-title h1 span { font-weight: bold; color: #ffa433;}
/* Amica Custom EOF */

/*
.page-title h1,
.page-title h2 { font-size:18px; color:#000; font-weight:normal; line-height:25px; margin:0px; }
*/
.page-title.category-title h1 { float: left;}  /* Amica Custom */

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:none; }
.page-title .link-rss:after { content: ''; display: block; clear: both; padding-bottom: 10px;}


.title-buttons { text-align:right; }
.title-buttons a {font-family:Arial, Helvetica, sans-serif; text-transform:none; font-size:13px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Amica Custom */
.page-title.category-title a#buying-guides-link{ float: right; display: block; margin-top: 3px;}
.category-description h1{font-size:18px; color:#000; font-weight:normal; line-height:25px; margin:0px;}
.footer-container h2{font-size:18px; color:#000; font-weight:normal; line-height:25px; margin:0px;}

.category-top{
    margin-top: -10px;
    margin-left: -21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
    margin-right: -21px;
    margin-bottom: 20px;
    background: #F8FAF4;
}
.category-bottom{}

/* Pager */
.pager { border-bottom:1px solid #e1e1e1; padding:10px 5px; margin:5px 0; text-align:center; }
.pager strong {font-weight:normal;}
.pager .amount { float:left; }
.pager .limiter { float:right;   }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:10px 5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; margin-right:35px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {border:1px solid #e1e1e1; border-radius:3px; background:#fff; font-size: 0.8em; color:#000; padding:0 1em;}
.toolbar select { padding: 0 0 0 0.25em;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}
.toolbar ol > li:first-child > a {text-decoration:none;}
.toolbar ol > li > a {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #cccccc; font-weight:bold; white-space:nowrap; }
.data-table td { padding:10px 5px; border:1px solid #cccccc; }
.data-table thead {}
.data-table tbody {font-size: 0.8em;}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px 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% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#689809; }
.link-wishlist { }
.link-reorder { font-weight:bold; }
.link-compare {  }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:15px; height:15px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px;}

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


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#cccccc; text-indent:-999em; overflow:hidden; }

ul.checkmark{list-style-image: url(../images/checkmark.png);}
ul.checkmark li{}

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

/* Masthead */
#masthead{background: #FFFFFF;height: 35px;width: 100%;position: absolute;top: 0;left: 0;padding-top: 5px;border-bottom: 1px solid #EAEAEA;}
#masthead-inner {width: 940px; margin: 0 auto;  background: none; position: relative;}
#masthead-inner #flare-top {float: left; position: absolute; left: -110px; top: 5px; background: url(../images/shop-brands.png); width: 106px; height: 57px;}
#masthead-inner .nav, #masthead-inner .links{position: relative; top: 5px;}
#masthead-inner .nav li, #masthead-inner .links li{float: left; padding: 0 15px; border-right: 1px solid #EAEAEA; }
#masthead-inner .nav li, #masthead-inner .links li.first{padding-left: 0; }
#masthead-inner .nav li, #masthead-inner .links li.last{border: none; padding-left: 10px;}
#masthead-inner .nav li a, #masthead-inner .links li a {color: #000000; text-decoration: none; font-size: 0.7em;}

#masthead-inner h1{float: right;}
#masthead-inner h1.time-open{font-size: 14px; padding: 9px 5px 0 0; font-weight: bold; color: #333}
#masthead-inner h1.phone{font-size: 25px; font-weight: bold;}

#masthead .cart-items{
    float: right;
    padding-top: 6px;
    padding-left: 8px;
    border: none;
    border-left: none;
    border-radius: 0 4px 4px 0;
    height: 33px;
    width: 210px;
    overflow: hidden;
}
#masthead .cart-items img {float: left; padding-right: 10px;}
#masthead .cart-items a, #masthead .cart-items a:hover{ color: #665665; text-decoration: none; font-size:14px; padding: 0; font-weight:bold; display: block; float: right;}
#masthead .cart-items a:hover{text-decoration: underline;}

/* Noscript Notice */
.noscript { border:1px solid #cccccc; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* Header ================================================================================ */
.logo { float:left; }
.header-container {position:relative; margin-top: 35px;}
.header { padding:0 0 0 0;}
    .header .logo {padding-top: 15px; float:left; text-decoration:none !important; }
    .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
    .header span.logo,
    .header h1.logo { margin:0; padding:0; }

    .header #store-info{display: block; width: 245px; float: right; padding-top: 15px;}
        .header #store-info a.phone{font-size: 1.6em; display: block; padding-top: 0; text-align: right; clear: right; text-decoration: none; font-weight: bold;}
        .header #store-info span.time-open{clear: right; float: right; font-size: 0.75em; font-weight: bold;}

    .header a#catalog-signup-link {
        font-size: 14px;
        padding-right: 11px;
        padding-top: 5px;
        text-decoration: none;
        display: block;
        text-align: right;
        text-transform: uppercase;
        background: url(../images/yellow-arrow.png) no-repeat center right;
    }


.quick-access {padding: 0; position: absolute; top: 0; right: 0px; z-index: 1000;}
.quick-access ul.links {padding: 0 0 0 0; position: relative; top: 0; right: 0}
.header .welcome-msg { font-size:12px; line-height:normal; color:#e21d2f; text-align:right; margin-bottom:11px; }
.header .welcome-msg a {}
.header .links { padding: 0 0 0 0;overflow: hidden;clear: right; float: right;}
.header .links li {float:left; padding-right:15px;}
.header .links li a {display:inline-block; text-decoration:none; color: #665665;}
.header .links li a:hover {text-decoration:underline;}



.form-search {position: relative;}
    .form-search #search {font-family: Georgia, sans-serif; font-style: italic; border:1px solid #e1e1e1; border-radius:3px; color: #665665; font-size: 16px; width:190px; padding:6px 30px 3px 5px;}
    .form-search button.button {position: absolute; right: 6px; top: 2px;}
    .form-search button.button span {display:block; height:20px; width:21px; padding:0; text-indent:-44444px; background:url(../images/form-search.png) no-repeat left 2px; }
    .form-search button.button:hover span {background:url(../images/form-search.png) no-repeat left -25px;}

.search-top {padding: 9px 9px 0 0;}
    .search-top .form-search { text-align:left; }
        .search-top .form-search .search-autocomplete { z-index:999; }
        .search-top .form-search .search-autocomplete ul { border:1px solid #cccccc; background-color:#fff; }
        .search-top .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #cccccc; cursor:pointer; }
        .search-top .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
        .search-top .form-search .search-autocomplete li.selected {}


.header-container .top-container { clear:both; text-align:right; }
.header .block-currency .block-content {padding:0px 0 0 0; border:0; float:right; clear:right;}
.header .block-currency {float:right; border:none; margin:0px; padding:0; background:none;}
.header  .block-currency .block-title {padding:0px 5px 0 0; float:left; border:0px; display:inline-block; margin:0px;}
.header  .block-currency .block-title strong,
.form-language label {	font-size:12px; line-height:normal; font-weight:normal; padding-top:3px; display:inline-block; color:#000; text-transform:none; font-family:Arial, Helvetica, sans-serif;}
.header select {font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:normal; color:#afafaf; background:#fff; padding:2px;	border:1px solid #e1e1e1 !important; border-radius:3px;}
.form-language {position:absolute; top:0px; right:0px;}

/********** Navigation */
.nav-container {margin: 10px 0 0 0; background: transparent url(../images/nav-bg.png) repeat-x center top; position: relative;}


/*#custommenu{ font-family: 'Arial',sans-serif !important; font-size: 14px;}*/
/*
#nav {
        font-size:13px;
        border: 1px solid #d2d2d2;
	border-bottom:1px solid #FFF;
        border-right: none;
	border-radius:4px 0 0 4px;
        margin: 0;
	font-family: 'Arial', sans-serif;
        float: left;
}
*/
/* All Levels */
/*
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {display:block;}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }
*/
/* 1st Level */
/*
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#FFF; }
#nav > li > a {font-size:12px; line-height:44px; padding:0px; text-transform:uppercase; font-weight:bold; padding:0 17px; background: url(../images/nav-hover.gif) no-repeat -1000px -1000px;}
#nav > li:first-child  > a{border-radius:3px 0 0 3px;}
#nav > li > a:hover { background: url(../images/nav-hover.gif) repeat-x center top; color:#fff;}
#nav > li.over > a,
#nav > li.active > a { background: url(../images/nav-hover.gif) repeat-x center top; color:#fff; }

#nav li li a:hover { color:#000; }
#nav li li.over a,
#nav li li.active a { color:#000; }
*/
/* 2nd Level */
/*
#nav ul,
#nav div { position:absolute; width:15em; top:44px; left:-10000px; border:1px solid #cccccc; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }
*/
/* 3rd+ leven */
/*
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #cccccc; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:5px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }
*/
/* Show menu */
/*
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:140px; }
*/
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block, .block-sidebar-banner{ border:1px solid #e1e1e1; margin:0 0 20px; background:#fff; border-radius:4px; padding:10px 20px 10px 20px; }
.block.last_block {margin-bottom:0 !important;}
.block .block-title { padding: 10px 0 0 0;  /* font-family:Arial,sans-serif; line-height: 1pt; */ }
.block .block-title-sep { margin: 5px 0 10px 0;}
.block .block-title strong { font-weight:bold; text-transform:none; /* font-size:13px;  line-height:18px;*/ }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { /* font-size:12px; */ font-weight:bold; color:#000000; }
.block .block-content { padding:0 0 5px 0; /* font-size: 14px; line-height: 18px;*/ }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; padding:10px 0 0 0;}
.block .actions a { float:left; color:#e21d2f; }
.block .empty {}
.block button.button span {background:#262626; line-height:23px; color:#fff; text-decoration:none; padding:0 5px; border-radius:3px;}
.block button.button:hover span {background:#494949;}

/* .block h2 { font-size: 0.8em; } */

.product-view .subscription_grouped {float: right;}
.product-view .subscription_grouped .add-to-cart{padding-top: 25px;}

.product-view .product-shop button.button span,
.product-view .add-to-cart button.button span{display: none;}
.product-view .product-shop button.button.pmatch-button span {display: block;}


.block-sidebar-banner{padding: 0;}

.block li.odd {}
.block li.even { }
.block .price-box {}

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

/* Price Match */
.pmatch-form .buttons-set button.button{display: block; padding-left: 10px;}
.pmatch-button button.button{background: url(../images/price-match.jpg); width: 264px; height: 61px;}
.pmatch-button button.button span{display: none !important;}

/* Bill Me Later */
.product-view .bill-me-later {display: block; text-align: center; padding-top: 4px;}


/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:70px; border:1px solid #cccccc; }
.mini-products-list .product-details { margin-left:85px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }


.top-col-2 .block-cart {margin-bottom:17px;}

/* Block: Account */
.block-account {}
.block-account .block-content {padding-top: 15px;}
.block-account ul li a{text-decoration: none;}
.block-account ul li a:hover{text-decoration: underline;}
.block-account ul li.current {color: #CC3333;}
/* Block: Category Menu */
.block-category-menu{}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav > h1.nav-title {font-size: 1em;}
.block-layered-nav h1.block-title.header {text-indent: -10000px; background: url(../images/filter-arrow.jpg); padding: 0; width: 150px; height: 43px;}

.block-layered-nav dt {}
.block-layered-nav dd {margin-bottom:20px;}

.block-layered-nav #narrow-by-list {padding-left:0px;}

.block-layered-nav li {white-space: nowrap; }
    .block-layered-nav li a {text-decoration:none;}
    .block-layered-nav li a:hover {text-decoration:underline;}

.block-layered-nav .currently {margin-bottom:20px;}
.block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }
.block-layered-nav .actions {padding:10px 0 0 0;}
.block-layered-nav .price {font-weight:normal;}


/* Block: Cart */
.block-cart {}
.block-cart .summary {font-size: 0.8em;}
.block-cart .amount {margin-bottom:10px;}
.block-cart .amount a {font-weight:bold; text-decoration:none;}
.block-cart .subtotal { }
.block-cart .block-subtitle {font-weight:normal; margin-bottom:5px;}
.block-cart .subtotal .price {}
.block-cart .actions {margin-bottom:10px; text-align: center;}
    .block-cart .actions .paypal-logo { margin: 5px 0;}
    .block-cart .actions .paypal-logo .paypal-or { margin: 5px 0; }

.block-cart .product-name {/* font-size:12px;*/ font-weight:normal; margin-bottom:10px; line-height:15px;}
.block-cart .product-name a {text-decoration:none;}
.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: Wishlist */
.block-wishlist {}
.block-wishlist .product-name {font-size:12px; font-weight:normal; margin-bottom:10px; line-height:15px;}
.block-wishlist .product-name a {text-decoration:none;}
.block-wishlist .block-subtitle {margin-bottom:10px;}

/* Block: Related */
.product-image {display:inline-block;}
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:10px; margin-top: 70px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; width: auto; border: none; }
.block-related .product .product-details { margin-left:auto; }
.block-related .mini-products-list .product-image {}
.block-related .block-subtitle {font-weight:normal; margin-bottom:10px;}
.block-related .block-content li.item {padding-bottom:8px;}
.block-related .product-name {font-size:12px; font-weight:normal; margin-bottom:10px; line-height:15px;}
.block-related .product-name a {text-decoration:none;}
.block-related .price-box {}
.block-related .link-wishlist {color:#689809;}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare .product-name {font-size:12px; line-height:14px;}

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .block-content li.item {padding:0px 0 3px;}
.block-viewed .product-name {font-size:11px; line-height:18px; background:url(../images/marker-1.gif) no-repeat left 10px; padding:0 0 0 12px;}

/* Block: Recently Compared */
.block-compared {}
.block-compared  .block-content li.item {padding:0px 0 3px;}
.block-compared .product-name {font-size:11px; line-height:18px; background:url(../images/marker-1.gif) no-repeat left 10px; padding:0 0 0 12px;}

/* Block: Poll */
.block-poll {padding-bottom:15px;}
.block-poll label {}
.block-poll .block-subtitle {font-size:12px; line-height:18px; color:#e21d2f; font-weight:normal; margin-bottom:15px;}
.block-poll input.radio { float:left; margin:1px 0 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:0 0 7px; font-size:12px; line-height:18px; color:#3e3e3e;}
.block-poll .actions { margin:0; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:175px;}
.block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}


/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
/* Block: Tags */
.product-view .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.product-view .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(../images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0; line-height:normal;}
.product-view .box-tags .product-tags li.first {padding-left:0px;}
.product-view .box-tags .product-tags li.last {background:none;}

.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .form-subscribe-header {display:none;}
.block-subscribe label {display:block; margin-bottom:5px;}
.block-subscribe #newsletter {width:170px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

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


/* Category Page ========================================================================= */
.category-title { border:0; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; position: relative;}
.category-products {}

.add-to-links {font-size: 0.7em;}


/*.product-box .product-info .product-name{ height: 2.7em; font-size: 1.25em; overflow: hidden;}*/
.product-box .product-info .product-name{font-family: "PT Sans", sans-serif;overflow: hidden;}
.product-box .product-info .product-model{ }
.product-box .product-info .product-review-summary{ min-height: 1.5em;}
.product-box .special-price {white-space: nowrap;}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #e6e6e6; position:relative; margin:0 auto;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:660px;  }
.col1-layout .products-grid { width:790px;}

    .products-grid.first{padding-top:17px;}
    .products-grid.last { border-bottom:0; padding-bottom:20px; }
        .products-grid li.item { float:left; width:184px; padding:25px 20px; border-right:1px solid #e6e6e6; position:relative;}
        .products-grid li.item.first {}
        .products-grid li.last {border-right:none;padding-right: 0;}
        .products-grid.first li.item {padding-top:0px;}


        .products-grid .product-image { display:block; width:180px; height:180px; margin:0 0 20px; }
        .products-grid .ratings {width:150px; margin:10px 0;}

        .products-grid .product-info {margin:0 0 10px;}
            .products-grid .product-info .product-name {}
                .products-grid .product-info .product-name a {}
                .products-grid .product-info .product-model {display: block; }
                .products-grid .product-info .product-manufacturer {display: block; min-height: 3em; }

                .products-grid .price-box { margin:0 15px 0 0; }
                .products-grid .price-box .price {margin-bottom:3px; font-size: 1.25em; display: block;}
                .products-grid .price-box .special-price .price {display: inline;}
                .products-grid .price-box .old-price .price {font-size:14px; font-weight:bold; text-decoration:line-through; display: inline;}

                .products-grid .actions {display:inline-block;}
                .products-grid .add-to-links {overflow:hidden; padding: 0px 0px 0px 0px;}
                .products-grid .add-to-links li {float:left;}
                .products-grid .add-to-links li .separator {display:inline-block; margin:0 2px 0 6px;}

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

                /** Amica Custom BOF */
                .products-grid .button.btn-cart span {background: #008eb7; line-height: 200%; color: #fff; text-decoration: none; padding: 0; border-radius: 3px; font-size: 110%; min-width: 180px;}
                .products-grid .button.btn-cart:hover span {box-shadow: 3px 3px; transition: background-color 0.5s; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; background-color: #AFAFAF;}

                .products-view .button.btn-cart span {background: #008eb7; line-height: 200%; color: #fff; text-decoration: none; padding: 0; border-radius: 3px; font-size: 110%; min-width: 180px;}
                .products-view .button.btn-cart:hover span {box-shadow: 3px 3px; transition: background-color 0.5s; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; background-color: #AFAFAF;}

                /*.products-grid .button.btn-cart:hover span {box-shadow: 3px 3px; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; opacity: 0.75;}*/
                /** Amica Custom EOF */


/* View Type: List */
.products-list li.item { border-bottom:1px solid #cccccc; padding:25px 0px 20px; position: relative; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:180px; height:180px; margin:0 0 10px; }
.products-list .product-shop { margin-left:200px; }
.products-list .product-name { margin:0 0 15px;}
.products-list .product-name a {}
.products-list-left {float:left; width:170px;}
.products-list-right {float:right; width:255px;}
.products-list .rating-links {clear:left; padding-top:5px;}
.products-list .ratings .rating-links a:first-child {color:#e21e30;}
.products-list .price-box { margin:10px 0 20px 0;}
.products-list .price-box .price {margin-bottom:3px; font-size: 26px;}
.products-list .price-box .old-price {padding: 0;}
.products-list .price-box .old-price .price {font-size:14px; font-weight:bold; text-decoration:line-through;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:0 0 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .add-to-cart-wrapper {padding-top: 35px;}
/* ======================================================================================= */


/* View Type: Categories Grid */
.categories-grid { border-bottom:1px solid #e6e6e6; position:relative; display: block;  }
.categories-grid.first{padding-top:17px;}
.categories-grid.last { border-bottom:0; padding-bottom:20px; }
.categories-grid li.item { float:left; width:184px; padding:25px 21px 25px 0; border-right:1px solid #e6e6e6; margin-right:20px; position: relative; display: block; }
.categories-grid.first li.item {padding-top:0px;}
.categories-grid li.last {border-right:none; margin-right:0px;}
.categories-grid .category-image { display:block; width:180px; height:180px; margin:0 0 20px; }
.categories-grid .category-info {margin: 10px 0;}
.categories-grid .category-info .category-name { height: 3em; overflow: hidden;}
.categories-grid .category-info .category-price {display: block; }
.categories-grid .category-name a {text-decoration: none;}

.col2-left-layout .categories-grid,
.col2-right-layout .categories-grid { width:660px; margin:0 auto; }
.col1-layout .categories-grid { width:790px; margin:0 auto; }


.free-sling{font-weight: bold; padding-top: 15px; color: #3399cc; font-size: 13px;}
.product-support-info .free-sling{padding-top: 10px;}

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 10px 0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a:first-child {}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:76px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; }
.ratings .amount {}

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

#product-review-table{margin: 15px 0;}

.review-product-list .col-main .ratings-table th,
.review-product-list .col-main .ratings-table td {border:1px solid #CCCCCC; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}

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

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #cccccc; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** Product Prices */
.price { white-space:nowrap !important; }
.col-main .price {/* line-height:normal; color:#e21d2f; font-family:'Allerta',sans-serif; font-weight:normal !important; */}
.col-main .opc .price {font-size: 1.2em;}


.price-box {}
.price-box .price { font-weight:bold;}
/*.product-view .price-box .price {font-size: 2.5em;}*/
.product-view .product-essential .price-box .price {font-size: 2em;}

/* Regular price */
.list-price {font-weight:bold;}
.list-price .label { white-space:nowrap;}
.list-price .price { }

/* Old price */
.old-price {font-weight:bold; }
.old-price .price-label { white-space:nowrap; }
.old-price .price {text-decoration:line-through; }

/* Special price */
.special-price {font-weight:bold; color:#e21d2f; }
.special-price .price-label, .special-price.price-label { white-space:nowrap; font-size: 1.2em; }
.special-price .price { }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#282828; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

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

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

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

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

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

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

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator {  }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:10px; background: url(../images/add-to-cart.png) no-repeat; width:123px; height: 37px;}
.add-to-cart .paypal-logo { clear:left; 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 {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}
.product-view h2 {font-size:16px; text-transform:uppercase; font-weight:bold; margin-bottom:10px; color:#2f2f2f; font-family:'Arial',sans-serif;}

table.product-spec-table{width: 100%}
table.product-spec-table tr.odd{background-color: #E3E3E3;}
table.product-spec-table tr td{height: 25px; vertical-align: middle;}
/*** Product Collateral **/
.product-essential {margin-bottom:25px;}

.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}

.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd {margin-bottom:30px;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}

#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:254px; max-width:254px;}

.product-review-summary {padding: 10px 0;}

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

.product-view .product-img-box .more-views li { float:left; border:1px solid #9fe5dc; margin:0 0px 0px 29px ; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:none; margin-bottom:14px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:261px; height:261px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; color:#606060; margin-bottom:17px;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 20px; 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:25px; height:22px; background:url(../images/magnifier_handle.gif) 0 5px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; border:1px solid #cccccc; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views li a {display:inline-block;}

.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; }
.product-image-popup .image-label {}


/* Product Shop */
.product-view .product-shop { float:right; width:375px;}
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name h2 {font-family:'Arial',sans-serif; font-size:18px; line-height:normal; text-transform:uppercase; margin-bottom:15px;}
.product-view .short-description {padding:30px 0 0 0;}
.product-view .product-shop .product-pricing {margin-bottom:10px;}
.product-view .product-shop .product-pricing li { margin-bottom:3px;}
.product-view .product-shop .product-pricing li .benefit {}
.product-view .product-shop .product-pricing li .price {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;}
.product-view .product-shop .price-box {/*display:inline-block;*/}
.product-view .product-shop .product-support-info {font-size: 0.9em;}
.product-view .product-shop .availability {margin: 10px 0;}
.product-view .product-shop .add-to-box {padding:0 0 10px 0;}
.product-view .product-shop label { color:#363636; display:inline-block; padding-top: 0.5em; /*font-size:12px;*/ }
/*.product-view .product-shop .add-to-cart {margin-bottom:10px; clear: left;}*/
.product-view .product-shop .add-to-cart{ clear: left; background: #F6F6F6; border: 1px solid #CCC;  padding:10px; margin:0; float: left; width: 353px; border-top: 0;}
.product-view .product-shop .add-to-box .add-to-cart{ clear: left; background: #F6F6F6; border: 1px solid #CCC;  padding:10px; margin:0; float: left; width: 353px;}

.product-view .product-shop .add-to-box .or {float:left; clear:left; display:block; font-size:11px; color:#928174; text-transform:uppercase; margin-left:0px;}
.product-view .product-shop .add-to-links {overflow:hidden; padding: 10px 0 16px 0}
.product-view .product-shop .add-to-links li {float:left;}
/* .product-view .product-shop .add-to-links li:first-child {background:url(../images/add-to-links-line.gif) no-repeat right 4px; padding-right:7px; margin-right:5px;}*/
.product-view #product-shipping-info{padding: 0;}
    .product-view #product-shipping-info a.time-to-ship{text-decoration: none;}
    .product-view #product-shipping-info a.time-to-ship:hover{text-decoration: underline;}

.product-view #product-qa{clear: both; float: left; padding-bottom: 10px;}
    .product-view #product-qa-img{float: left; padding-right: 10px;}
    .product-view #product-qa-info{float: left;}
.product-view .product-shop  .ratings {margin:15px 0;}
.product-view .product-shop .ratings .rating-links a:first-child {color:#e21d2f;}
.product-view #qty {padding:5px; margin-top: 5px; border:1px solid #eaeaea; background:#fff; border-radius:3px;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #cccccc; border-bottom: 0; background-color:#f6f6f6; float: right; width: 353px; }
    /* Amica Custom BOF */
    .product-options dt {padding-left: 15px;font-size: 0.8em;}
        .product-options dt label {font: bold 1.5em/2 'Arvo', Georgia, Times, serif; margin-left: -15px; padding: 0.5em 0;}
        .product-options dt ul {list-style: disc;}
        .product-options dt ul li {margin-left: 15px; line-height: 2;}

    .product-options .option.option-custom-desc dl dt{font-size: 0.8em;}
        .product-options .option.option-custom-desc dl dt ul{list-style: disc; margin-left: 25px;}
        .product-options .option.option-custom-desc dl dt ol{list-style: decimal; margin-left: 25px;}
    /* Amica Custom EOF */
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {font-size: 0.8em;}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px;}
.product-options .options-list .label label { padding-top: 2px;}

.product-options .options-list .price{ color: #000; /* font-size: 12px;*/}
.product-options .price{ color: #000; /* font-size: 12px; */}

.product-options ul.validation-failed { padding:0 0.5em; }
.product-options p.required { padding-top: 1em; }

/* MageWorx Custom Options BOF */
.product-options .options-list li {padding-bottom: 1em;}
.product-options .options-list a { text-decoration: none; }
.product-options .options-list input.radio { margin:3px 10px 0 0; }
/*.product-options .options-list input.checkbox {float: none; margin:3px 12px 0 0; }*/
.product-options .options-list .label {display:inline-block; margin-left: 0; vertical-align: middle; max-width: 90%;}
.product-options .options-list img.small-image-preview {display:inline-block; border: 1px solid #CCC;}

.product-options table { margin: 1em 0;}
.product-options table th {font-weight: bold;}
.product-options table th, .product-options table td {padding: 3px;}
/* MageWorx Custom Options EOF */

.product-options-bottom { padding:10px; border:1px solid #cccccc; border-top:0; }
.product-view .product-shop .product-options-bottom .price-box { margin:0 0 20px 0;}
.product-view .product-shop .product-options-bottom .add-to-cart .paypal-logo {text-align:left;}
.product-view .product-shop .product-options-bottom .add-to-cart .paypal-logo .paypal-or {margin-left:60px;}
.product-options-bottom .add-to-cart label {font-size:11px; color:#928174; text-transform:uppercase; display:inline-block; padding-top:4px; }

/* Grouped Product */
.product-view .grouped-items-table {}

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

/* Block: Additional */
.product-view .box-additional {padding-right:130px;}
.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {padding-left:25px; background:none; font-weight:normal;}
.product-view .box-additional .data-table tr.even {background:none;}

/* Block: Upsell */
.product-view .box-up-sell {font-size: 0.8em;}
.product-view .box-up-sell .products-grid td { width:25%; }
.product-view .box-up-sell .products-grid {border:0px;}
.product-view .box-up-sell .rating-box {float:none; margin:0 auto 5px;}
.product-view .box-up-sell .product-box {width:185px;}
.product-view .box-up-sell .products-grid .ratings {width:160px;}
.product-view .box-up-sell .minimal-price-link .price {display:inline;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h2 {margin-bottom:14px;}
.product-view .box-tags h3 {font-size:12px; line-height:normal; margin-bottom:12px; font-weight:normal;}
.product-view .box-tags .form-add label { float:left; width:100%; margin-bottom:3px; }
.product-view .box-tags .form-add .input-box { float:left; width:630px; margin:0 5px 0 0;}
.product-view .box-tags .form-add input.input-text { width:617px;  padding:3px; border:1px solid #eaeaea; }
.product-view .box-tags .form-add {margin-bottom:24px;}
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button.button {margin-left:10px;}
/* ======================================================================================= */


ul.disc{list-style-type: disc; margin: 15px 25px;}

/*===================================== Content Styles ==================================== */
.product-name { font-weight:bold; /*font-size:13px; line-height:18px; min-height:36px; */ }
.product-name a {text-decoration:none; color:#3e3e3e;}
.product-name a:hover {text-decoration:underline;}

/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {margin-bottom:15px;}
.advanced-search .form-list label {float:none;}

/* CMS Home Page */
.top-col-1 {float:left; width:220px;}
.top-col-2 {float:right; width:220px;}
.top-col-2 .block {background:url(../images/block-bg-top.gif) repeat-x center bottom #fff;}

.cms-home .subtitle {font-family:'Arial',sans-serif; line-height:normal; text-transform:uppercase; margin:10px 0;}
.cms-index-index .subtitle {}
.cms-home .block .block-title {text-transform:uppercase;}
.cms-home .block .block-title h2 {margin-bottom:0px;}
.cms-home .block-special {}
.cms-home .products-grid .product-name {font-weight:normal;}
.cms-home .products-grid li.item {padding:30px 20px;}
.details-button {font-weight:bold; margin-right:10px; margin-top:3px; display:inline-block; color:#3e3e3e; line-height:19px; font-size:13px;}
.cms-home  .products-grid li button.button {margin-top:-1px;}
.block-special .block-title {margin-bottom:15px;}
.special-list li {border-bottom:1px solid #ebebeb; padding-bottom:15px; margin-bottom:12px;}
.special-list li:last-child {border: none; margin-bottom:0px; padding-bottom:0px;}
.special-list li.last {border:0; margin-bottom:0px; padding-bottom:0px;}
.special-list li .product-image {float:left; margin-right:10px;}
.special-list li .regular-price .price {/*font-size:13px;*/}
.extra-wrap {overflow:hidden;}
.special-list li .product-name {font-weight:normal;}
.block-brands .block-content {padding-top:6px;}
.block-brands li,
.block-account_cms li {border-bottom:1px solid #ebebeb; padding:1px 4px 1px; margin:0 -4px;}
.block-brands li a,
.block-account_cms li a {text-decoration:none; line-height:18px;}
.block-brands li a:hover,
.block-account_cms li a:hover {text-decoration:underline; }
.block-brands li.last,
.block-account_cms li.last{border:0; padding-bottom:0px;}
.block-account_cms {padding-bottom:15px;}
.block-account_cms .block-content {padding-top:4px;}


/* Home - Heading */
div.home-table{ display: table; background: #FFFFFF;}
    div.ht-row{ display: table-row;}
        div.home-table .ht-cell{ display: table-cell; border: 1px solid #E6E6E5; padding: 12px; vertical-align: top;}
            div.home-table .ht-cell img.ht-image {max-height: 192px; max-width: 220px;}
            div.home-table .ht-cell h2 {}
                div.home-table .ht-cell h2 a{text-decoration: none; font-size: 0.75em; display: block;}
                    div.home-table .ht-cell h2 a span {display: block; margin: 0.5em 0;}
                    div.home-table .ht-cell h2 a span.cat-name {min-height: 2.5em;}
                    div.home-table .ht-cell h2 a span.starting-at {color: #CC3333;}
                    div.home-table .ht-cell h2 a span.learn-more {color: #FFFFFF; background-color: #000000; padding: 5px; }
                    div.home-table .ht-cell h2 a:hover span.learn-more { background-color: #009AC3; }

.home-table-cell{float: left; border: 1px solid #E6E6E5; width: 204px; padding: 22px 0 25px 0}
.home-table-cell.right{padding-left: 20px;}
.home-heading {padding-left: 10px;}
h1.home-heading {min-height: 2.3em;}
h1.home-heading a{color: #333333; font-size: 22px; text-decoration: none;}
h2.home-heading{color: #cc3333; font-size: 18px}
/*********************************************************** Slider styles *************************************/
.slider-wrapper {
	overflow:hidden;
	position:relative;
	width:698px;
	height:375px;
	background:#e8e8e8;
	padding:0 0 23px 0;
	margin:0 0 20px 19px;
	border:1px solid #e1e1e1;
	border-radius:4px;
	float:left;
}
.slider {
	width:698px;
	height:375px;
        overflow: hidden;
}

.items {display:none;}
.banner {
	width:698px;
	height:375px;
	position:absolute;
	right:0px;
	top:0;
	z-index:9;
	overflow:hidden;
        text-decoration: none;
}
.slider-link {display:block; width:100%; height:375px;}
.pagination {position:absolute; z-index:999; right:5px; bottom:3px;}
.pagination li {float:left; padding-right:7px; font-family:'Arial',sans-serif;}
.pagination li a {font-size:13px; line-height:normal; text-decoration:none; color:#9a9696; }
.pagination li a:hover,
.pagination li.current a {color:#000;}
.pagination li.current a {cursor:default;}
/**************************************************************** End Slider ***********************************/


/***** jCarouselLite style*****/
.block-carousel {position:relative; margin-bottom:21px; }
.carousel {
	width:918px;
	height:185px;
	padding:10px;
	position:relative;
	z-index:2;
	margin:0;
	background: #FFFFFF;/*url(../images/carousel-bg.gif) repeat-x center top #f6f6f6; */
	border:1px solid #dedcdc;
	border-radius:4px;
	overflow:hidden;
}
.jCarouselLite {width:918px !important;}
.next2,
.prev2 {
	position:absolute;
	left:-20px;
	top:65px;
	display:block;
	width:20px;
	height:59px;
	background:url(../images/nav-control-carousel-left.png) no-repeat 0px 0px ;
	text-indent:-5000px;
	}
.next2 {background:url(../images/nav-control-carousel-right.png) no-repeat 0px 0px; right:-20px; left:auto;}

.next2:hover {background-position:0 -58px;}
.prev2:hover {background-position:0 bottom;}
#carousel li {width:120px !important; padding: 0 10px; height:185px !important; margin:0 15px 0px 0px !important; overflow:hidden; position:relative; border-right:1px solid #efefef;	}
#carousel li {text-align:center;}
    #carousel li a.txt-link {margin-top: 0.5em; display: block; text-decoration: none;}
        #carousel li a.txt-link h4 {font-weight: normal; height: 2.3em; overflow: hidden;}
        #carousel li .price-box { font-size: inherit;}



h2 a.learn-more{}
/* ================================End============================================== */

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}

.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .sitemap li {font-size:12px; line-height:18px; background:url(../images/marker-1.gif) no-repeat scroll left 10px transparent; padding:0 0 0 6px;}
.page-sitemap .sitemap li a:hover {text-decoration:underline;}
.page-sitemap .sitemap li a {display:inline-block; text-decoration:none;}

/* 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.35; background-position:0 2px; }
/* ======================================================================================= */
.form-alt li {overflow:hidden; margin-bottom:10px;}

/* Shopping Cart ========================================================================= */
.cart {}
.cart .page-title {border:0px;}
.cart .data-table th,
.cart .data-table td {border-color:#cbcbcb; font-weight:normal;}
.cart .data-table td {padding:10px; vertical-align:middle;}
.cart .data-table td .product-name {line-height: normal; min-height: initial;} /* Amica Custom */
.cart .data-table td .product-name a {text-decoration:none; color:#363636; /*font-weight:normal;*/}
.cart .data-table td .product-name a:hover {text-decoration:underline;}
.cart .data-table .nobr {display:block; text-align:center;}
.cart .data-table tfoot .btn-continue {float:left;}
.cart .data-table .price { color:#000; /*font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold !important;*/}

/* Checkout Types */
.cart .checkout-types { float:right; text-align: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: 5px 0;/*padding:3px 55px 8px 0; line-height:1.0; font-size:11px;*/ }

#checkout-payment-method-load dt { margin: 15px 0; } /* AMS CUSTOM */

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:28px 0 25px; }
.cart .cart-collaterals .col2-set { float:left; width:644px; }
.cart .page-title.title-buttons .checkout-types {padding-top:35px;}
.cart .page-title.title-buttons .checkout-types button.button span {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	padding:0 5px;
	background:#e21d2f;
	border-radius:2px;
	text-transform:none;
}

.cart .crosssell {padding:13px 0; border:1px solid #cccccc;}
.cart .cart-collaterals .col-1 {width:314px;}
.cart .cart-collaterals .col-2 {width:311px;}
.cart .crosssell h2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:16px; color:#363636; padding:0 19px; margin:0px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:98px; }
.cart .crosssell li.item { padding:14px 0 26px 0; margin: 0 19px 10px; }
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {margin-bottom:10px;}
.cart .crosssell .product-name a {font-weight:normal;}
.cart .crosssell .product-name {margin-bottom:10px;}
.cart .crosssell .price {font-weight:normal; line-height:normal;}
.cart .crosssell .product-name a:hover {color:#E21D30;}
.cart .crosssell .price-box {margin:0 15px 0 0; display:inline-block;}
.cart .crosssell button.button {display:inline-block; margin:3px 0 0 0;}
.cart .crosssell .add-to-links {padding-top:10px; overflow:hidden;}
.cart .crosssell .add-to-links li {float:left;}
.cart .crosssell .add-to-links li:first-child {background:url(../images/add-to-links-line.gif) no-repeat scroll right 4px transparent; margin-right:5px; padding-right:7px;}
#shopping-cart-table .product-image {display:inline-block;}
.cart-table .price {}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {margin-bottom:19px;}
.cart .discount,
.cart .shipping {border:1px solid #cccccc; padding:14px 10px 14px 19px; overflow:hidden;}
.cart .discount .discount-form  button.button {margin-bottom:5px; clear:right;}
.cart .shipping {padding-top:16px;}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px;}
.cart .shipping .buttons-set button.button {float:left;}
.cart .cart-collaterals .col-2 h2 {font-family:'Arial',sans-serif; text-transform:uppercase; font-size:18px; line-height:normal; font-weight:normal; color:#000; padding:0px; margin-bottom:4px;}
.cart .discount-form label {margin-bottom:7px; display:block;}
.cart input,
.cart select {border-color:#cccccc; color:#303030; font-size:11px; padding:4px; }
.cart select {padding:2px; height:22px;}
.cart .discount-form .input-box {float:left;}
.cart .discount-form .input-box input {width:156px;}
.cart .discount-form .buttons-set {margin:-25px 0 0 0; clear:right;}
.cart .shipping p {margin-bottom:15px;}
.cart .shipping label {display:block; font-size:12px; line-height:normal; color:#303030; margin-bottom:3px; font-weight:normal;}
.cart .shipping .form-list li {margin-bottom:12px;}
.cart .shipping .form-list li input {width:272px;}
.cart .shipping .form-list li select {width:278px;}
/* Shopping Cart Totals */
.cart .totals { float:right; background:url(../images/totals-bg.png) repeat center top; width:220px; padding:20px 5px 20px 5px; border:1px solid #f5f4f2;}
.cart .totals table { width:100%; /*font-size:12px;*/ color:#7f7f7f; margin-bottom:25px; }
.cart .totals table th,
.cart .totals table td { padding:5px; color:#303030; /*font-size:13px; line-height:normal;*/ }
.cart .totals table th { font-weight:bold; }
.cart .totals table strong { /*font-weight:normal;*/}
.cart .totals table tfoot th {}
.cart .totals .price {line-height:normal; color:#363636; min-width:50px; display:inline-block; /* font-size:12px; font-family:Arial, Helvetica, sans-serif; */ font-weight:bold !important; padding:0 50px 0 0;}
.cart .totals button.button span {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	padding:0 5px;
	background:#e21d2f;
	border-radius:2px;
	text-transform:none;
	}
.checkout-types li {padding-bottom:5px;}
.checkout-types li a {color:#e21d2f; /*font-size:11px;*/}
.cart .totals .checkout-types {text-align:center; float:none;}

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
dl.sp-methods{ margin-bottom: 10px;} /* Amica Custom */
.sp-methods dt { font-weight: normal; /* font-weight: bold; */ }
.sp-methods dt label { display: inline-block; vertical-align: middle; margin-left: 10px; }  /* Amica Custom */
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list  { margin:0 !important; font-size: 0.8em; } /* Amica Custom */
.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; font-weight: bold; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { margin: 0; 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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:1px solid #cccccc; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { 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 {}
.gift-messages-form { border:1px solid #cccccc; background-color:#f5f5f5; padding:10px; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}
.gift-messages-form .form-list li.wide textarea {max-width:340px;}
.gift-messages-form  .inner-box .form-list li.wide textarea {max-width:256px;}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #cccccc; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

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

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {border:0; margin:-6px 0 15px;}
.checkout-onepage-index .col-main {width:655px;}
.checkout-onepage-index .col-right {width:239px;}

/* One Page Checkout */
.block-progress {}
.block-progress {margin-right:0px; border: none;}
.block-progress .block-title {font-family:Arial, Helvetica, sans-serif; padding-bottom: 10px;}
/*
.block-progress .block-title strong {font-size:12px; color:#323232; text-transform:none; font-weight:bold;} //orig
AMICA CUSTOM
*/
.block-progress .block-title strong {/* font-size: 0.9em; color: #323232; */ text-transform: none; font-weight: bold;}

.block-progress .block-content {padding:0px;}
/*.block-progress dt { font-size:11px; color:#343434; border-top:1px solid #ebebeb; padding:11px 0 11px 0px; font-weight:bold;}*/
.block-progress dt { font-size: 0.8em; padding: 1em 0;  border-top:1px solid #ebebeb;}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete,
.block-progress dd.complete { font-size: 0.8em; border-top:1px solid #ebebeb; margin-top:-1px; padding-bottom:12px; }
.block-progress dd.complete { padding:5px 3px; }

.opc { border-bottom:1px solid #cccccc; position:relative; }
.opc li.section { border:1px solid #cccccc; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; font-weight:bold; }
.opc p {margin-bottom:5px;}

.opc .step-title { padding:12px 18px 14px; text-align:right; }
.opc .step-title .number {
	float:left;
	line-height:normal;
	font-weight:bold;
	margin-right:10px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	border:1px solid #ebebeb;
	color:#adadad;
	background:#fff;
	font-size:13px;
}
.opc .step-title h2 { float:left; font-weight:normal; color:#323232; font-size:18px; padding:0; margin:-3px 0 0 0; text-transform:uppercase; font-family:'Arial',sans-serif; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .number {background:#e21d2f; border:1px solid#e21d2f; color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ebebeb; padding:8px 10px 10px 18px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc .buttons-set{border:0;}

/* Amica Custom BOF */

.opc .field{width: 50%;}
.opc .field-2 {float: left;}
/*
.opc .fields input,
.opc .field input{width:226px;}
.opc .name-lastname,
.opc .field-2{width:234px; float:left;}
.opc .field-2 input{width:228px;}
.opc .field-2 select{width:235px;}
.opc .name-firstname{width:397px;}
.opc .name-middlename{width:232px;}
.opc .name-middlename input{width:62px!important;}
.opc .name-lastname input{width:226px!important;}
*/
.opc .sp-methods dt{padding-bottom:15px;}
.opc .form-list{margin:10px 0;}
/* .opc .form-list li.wide input.input-text{width:624px;} */
.opc .form-list > li.control {float:left; margin-right:50px;}


/* Amica Custom EOF */
/*
.opc .field{width:397px;}
.opc .fields input,
.opc .field input{width:226px;}
.opc .name-lastname,
.opc .field-2{width:234px; float:left;}
.opc .field-2 input{width:228px;}
.opc .field-2 select{width:235px;}
.opc .name-firstname{width:397px;}
.opc .name-middlename{width:232px;}
.opc .name-middlename input{width:62px!important;}
.opc .name-lastname input{width:226px!important;}
.opc .sp-methods dt{padding-bottom:15px;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:624px;}
.opc .form-list > li.control {float:left; margin-right:50px;}
*/
#checkout-step-login li.control {float: none;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0 30px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {margin-bottom:10px; overflow:hidden; display:block;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .box {margin-bottom:20px;}
.multiple-checkout table {margin-bottom:10px;}
.multiple-checkout p {margin-bottom:5px;}
.multiple-checkout .col-2.col-wide {width:50%;}
.multiple-checkout  .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {font-size:14px; line-height:normal;}
.multiple-checkout .col-2.col-wide .box {margin-left:100px;}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px; cursor: pointer;}
.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(0deg); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0deg); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0deg); }
    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:2000; }

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

/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {min-height:150px; min-width:90%; max-width:90%; max-height:190px;}
#wishlist-view-form #wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {margin:5px 0;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px;}
#wishlist-view-form .cart-cell {text-align:center;}
#wishlist-view-form .cart-cell > div {margin-bottom:3px;}
#wishlist-view-form .description {margin-bottom:5px;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account {}
	.my-account .page-title a {display:inline-block; margin:2px 10px 0 0;}
	.my-account .title-buttons .link-rss { float:none; margin:0; }
	.my-account .pager {margin-bottom:10px;}
	.my-account .sub-title {font-size:12px; padding:10px 0;}
	.my-account #form-validate .fieldset {margin:28px 0px;}
	.my-account table tr td {vertical-align:middle;}
	.cart-empty {padding:0 10px;}
    .my-account .addresses-list h2 {/*margin-bottom:15px;*/)}
	.my-account .addresses-list ol li {margin: 25px 0;}
	.my-account .page-title.title-buttons button.button {margin:5px 5px 0 0;}
	.my-account table .product-name a {color:#7F7F7F; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
	.my-account table .product-name a:hover {text-decoration:underline;}
	.my-account .my-tag-edit .btn-remove {display:inline-block;}
	#my-tags-table .add-to-links {white-space:nowrap;}
	.my-account .box-head a {float:right; margin-top:3px;}
	.my-account .box-head h2 {float:left;}
	.my-account .box .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
	.my-account .box .box-title h3 {float:left;}
	.my-account .box .box-title a {float:right; margin-top:2px;}
	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {width:47%;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg .hello{margin-bottom:10px; font-size: 1.09em;}
.dashboard .data-table{margin:10px 0 15px;}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0 0; }
.dashboard .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title h2,
.dashboard .box-head h2{font-size: 1.09em;}
.dashboard .box-content h4{font-size: 0.91em;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-head a {margin-bottom:10px; display:inline-block;}
/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info  .col2-set {margin-bottom:10px;}
.dashboard .box-info a {display:inline-block; margin-bottom:5px;}
/* Block: Reviews */
.dashboard .number {
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:1;
	margin:3px 10px 0 0;
	display:block;
	width:18px;
	height:18px;
	text-align:center;
	border:1px solid #6a6a6a;
	line-height:17px;
	}
	.dashboard .box-reviews #my_recent_reviews h3 {margin-bottom:5px !important;}
.dashboard .box-reviews .details { margin-left:30px; }

/* Block Left Nav */
.block-left-nav{overflow: hidden; padding-top: 0; padding-bottom: 0;}
    .block-left-nav ul.nav-category{margin-top: 0px;}
        .block-left-nav ul.nav-category li a{text-decoration: none;}
        .block-left-nav ul.nav-category li a.active {color: #CC3333;}
        .block-left-nav ul.nav-category li a:hover{text-decoration: underline;}
            .block-left-nav ul.nav-category li ul{margin-left: 20px; margin-top: 0;}

.cms-home .block-left-nav{min-height: 357px;}
    .cms-home .block-left-nav h1.block-title{margin-bottom: 0; padding-top: 8px;}
    .cms-home .block-left-nav ul.nav-category li{border-bottom: 1px solid #EAEAEA;}
    .cms-home .block-left-nav ul.nav-category li:last-child{border-bottom: none;}
        .cms-home .block-left-nav ul.nav-category li a{font-size: 13px; line-height: 24px;}


/* Block: Tags */
#my_recent_tags > li {padding-bottom:10px;}
.tags li {display:inline; text-transform:capitalize; padding:0 5px 0 0px;}
.tags li a {color:#7f7f7f; text-decoration:none; margin-right:5px;}
.dashboard .box-tags .details { margin-left:30px; }

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #cccccc; padding:5px; margin-bottom: 20px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}
.order-info-box {margin-bottom:15px;}

.order-items { width:100%; overflow-x:auto; }

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

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

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float: right; margin-right: 15px; /*float:left; margin-left:15px;*/ }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .col-1,
.page-print .col-2 {margin-bottom:10px; padding-bottom:10px; width:46%; /*border-bottom:1px solid #cccccc; */}
.page-print h1 {font-size:25px; line-height:40px;}
.page-print  h2 {margin-bottom:5px;}
.page-print th.a-right {text-align:center !important;}
/* 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 Reviews */
.product-review .product-img-box { float:left; width:175px; margin-right:15px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {text-align:center;}
#product_comparison .product-shop-row td .product-image {display:inline-block; margin-bottom:10px;}
#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {margin-bottom:5px;}
#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {float:none;}

/* MAP Popup============================================================================== */
.price-box.map-info .price{padding-right:10px;}
.product-view .product-shop .price-box.map-info{margin:10px 0;}
.product-view .product-shop .price-box.map-info a{padding:0 5px;}

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

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#323232; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:18px; margin:0; color:#fff; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:0; 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:5px 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 #cccccc; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer { border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:27px 0 10px; }
.footer .col-left {float:left; width: 240px;}
.footer .col-right {float:right; width: 240px;}
.footer p { text-align:right; }
.footer address { padding:6px 0 0 0; }
.footer h4 {color: rgb(44, 44, 44); font-size: 1.2em; font-weight: bold; text-transform: uppercase;}
.footer ul {padding: 0px; margin: 0px 0px 20px; list-style: none outside none;}
.footer ul li {float:none; display: block; font-size:12px; color:#848484; line-height:20px; padding-right:14px;}
.footer ul li a {color:#848484; text-decoration:none;}
.footer ul li a:hover {text-decoration:underline;}
.footer .store-switcher {padding:5px 0 0 0;}
.footer-container .bottom-container { text-align:center; }
.footer .social-icons {margin-right:22px; padding-top:3px;}
.footer .social-icons li {float:left;  padding:0 0 0 10px;}
.footer .social-icons li a {display:block; height:32px; width:31px; background:url(../images/social-icons.gif) no-repeat left top;}
.footer .social-icons li.item-2 a {background-position:-41px 0;}
.footer .social-icons li.item-3 a {background-position:-82px 0;}
.footer .social-icons li.item-4 a {background-position:-123px 0;}

.footer .col {float: left; width: 18.75%;}
.footer .col-5 {float: right; width: 25%;}

.footer-container .footer-text{padding: 27px 0 27px; border-bottom: 1px solid #d9d9d9; font-size: 12px; color: #999999; text-align: justify;}

#back-top {
	position:fixed;
	z-index:9;
	margin-right:-533px;
	bottom:125px;
	right:50%;
	}
#back-top a {
	display:block;
	width:58px;
	height:46px;
	text-decoration:none;
	cursor:pointer;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	line-height:46px;
	font-family:'Arial',sans-serif;
	background:url(../images/back-top.gif) no-repeat left top;
	border-radius:5px;
}
#back-top a:hover {background-position:left bottom; color:#b0b0b0;}
/* ======================================================================================= */



/* ------------------------------------------------------------------------------------------------------------------------------------------
																	Pretty Photo
																This you can edit.
------------------------------------------------------------------------------------------------------------------------------------------ */

	/* --------------------------------------------------------------------------------------------------------------------------
																Default Theme
	---------------------------------------------------------------------------------------------------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }

	div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; }
	div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }


	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; }
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }

	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */

	div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }

	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */

	div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; display: none!important; }
	div.facebook #pp_full_res .pp_inline { color: #000; }
	div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */

	div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

	div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* -------------------------------------------------------------------------------------------------------------------------------------
	DO NOT CHANGE
----------------------------------------------------------------------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500; }

	div.pp_pic_holder {	display: none;	position: absolute;	width: 100px; z-index: 10000; }

		.pp_top {height: 20px;	position: relative;	}
			* html .pp_top { padding: 0 20px; }

			.pp_top .pp_left {	height: 20px; left: 0;	position: absolute;	width: 20px;	}
			.pp_top .pp_middle {height: 20px; left: 20px; position: absolute; right: 20px;}
				* html .pp_top .pp_middle {	left: 0;	position: static;	}

			.pp_top .pp_right {	height: 20px; left: auto;	position: absolute;	right: 0;	top: 0;	width: 20px;}

		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }

		.pp_fade { display: none; }

		.pp_content_container {	position: relative;	text-align: left; width: 100%;	}

			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }

			.pp_content_container .pp_details {	float: left; margin: 10px 0 2px 0;	}
				.pp_description {	display: none;	margin: 0;	}

				.pp_social { float: left; margin: 7px 0 0 0; }
				.pp_social .facebook { float: left; position: relative; top: -1px; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }

				.pp_nav {	clear: right;	float: left; margin: 3px 10px 0 0; 	}

					.pp_nav p {	float: left; margin: 2px 4px; }

					.pp_nav .pp_play,
					.pp_nav .pp_pause {		float: left; margin-right: 4px; text-indent: -10000px;	}

					a.pp_arrow_previous,
					a.pp_arrow_next { display: block; float: left;	height: 15px; margin-top: 3px;	overflow: hidden; text-indent: -10000px; width: 14px;	}

		.pp_hoverContainer {	position: absolute;	top: 0;	width: 100%; z-index: 2000;	}

		.pp_gallery {	display: none;	left: 50%;	margin-top: -50px;	position: absolute;	z-index: 10000;	}

			.pp_gallery div {	float: left; overflow: hidden;	position: relative;	}

			.pp_gallery ul {float: left; height: 35px;	margin: 0 0 0 5px;	padding: 0;	position: relative;	white-space: nowrap;}

			.pp_gallery ul a {	border: 1px #000 solid; border: 1px rgba(0,0,0,0.5) solid; display: block; float: left;	height: 33px; overflow: hidden;	}

			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }

			.pp_gallery ul a img { border: 0; }

			.pp_gallery li {display: block;	float: left; margin: 0 5px 0 0;	padding: 0;}

			.pp_gallery li.default a {	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; display: block; height: 33px; 	width: 50px;}

			.pp_gallery li.default a img { display: none; }

			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {margin-top: 7px !important;	}

		a.pp_next {	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: right; height: 100%;	text-indent: -10000px;
			width: 49%;	}

		a.pp_previous {	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: left; height: 100%;	text-indent: -10000px;	width: 49%;	}

		a.pp_expand,
		a.pp_contract {	cursor: pointer; display: none;	height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000; }

		a.pp_close {position: absolute; right: 0; top: 0; 	display: block;	line-height:22px; text-indent: -10000px; }

		.pp_bottom {height: 20px; position: relative;	}
			* html .pp_bottom { padding: 0 20px; }

			.pp_bottom .pp_left {height: 20px; 	left: 0; position: absolute; width: 20px;}
			.pp_bottom .pp_middle {	height: 20px;	left: 20px;	position: absolute;	right: 20px;}
				* html .pp_bottom .pp_middle {	left: 0;	position: static;}

			.pp_bottom .pp_right {height: 20px;	left: auto; position: absolute;	right: 0; top: 0; width: 20px;}

		.pp_loaderIcon {display: block; height: 24px; left: 50%; margin: -12px 0 0 -12px; position: absolute; top: 50%; width: 24px;}

		#pp_full_res {	line-height: 1 !important; font-size: 15px; text-align: justify;}

			#pp_full_res .pp_inline {text-align: left; }

				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

		div.ppt {color: #fff;	display: none!important; font-size: 17px; margin: 0 0 5px 15px;	z-index: 9999;}


/* -----------------------------------------------------------------------------------------------------------------
																Pretty Photo
																	End
----------------------------------------------------------------------------------------------------------------- */

.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
/* 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,
.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,
.categories-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 .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add: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; }
/* ======================================================================================= */
.product-share{padding: 10px 0;}

.support-bar{padding: 0; position: absolute; right: 0px; top: 0px; min-width: 390px; background: #f8faf4; z-index: 10;}
.support-bar li a {float: right; padding: 0 10px ;}

.gray_b{background-repeat: no-repeat;}
.sale-tag-list{background: url(../images/sale.png) no-repeat; z-index: 100; width: 19px; height: 41px; position: absolute; top: 0px; left: 145px;}
.sale-tag-grid{background: url(../images/sale.png) no-repeat; z-index: 100; width: 19px; height: 41px; position: absolute; top: 0px; left: 145px;}


.dedicated-review-box ol li{ padding: 10px 0; border-bottom: 1px solid #999;}
.dedicated-review-box ol li p{ padding: 5px 0;}
.ratings-list {margin-top: 5px;}
.ratings-list td { padding: 2px 5px 5px 0px;}

.coupon-item{
    clear: both;
    width: 576px;
    height: 174px;
    background: url(../images/coupon-bg.png) no-repeat;
    overflow: hidden;
}

.coupon-item .coupon-value{
    float: left;
    width: 120px;
    color: #FFF;
    margin-top: 55px;
}

.coupon-item .coupon-value h1{
    padding: 0;
    margin: 0;
    font-size: 35px;
    text-align: center;
}

.coupon-item .coupon-desc{
    float: left;
    width: 406px;
    color: #333;
    margin: 50px 30px 20px 20px;
    line-height: 1.35;
    text-align: justify;
}

/************* SERVICES PAGE BOF *******************************/

.category-warranty-service-repair .category-title{
    display: none;
}

#services-cms{
    font-size: 0.9em;
    margin: 0 0 4em;
}

#services-cms p{
    margin-bottom: 15px;
}

#services-cms #repair-man{
     float: right;
}

#services-cms #top-services{
    margin-top:30px
}

#services-cms ul.yellow-box{
    margin-top: 35px;
    list-style: none;
    display: block;
}

#services-cms ul.yellow-box li{
    color: #000;
    font-weight: bold;
    background: url(../images/yellow-check.png) no-repeat 0 0 transparent;
    line-height: 23px;
    padding-left: 50px;
    margin-bottom: 20px;
}

#services-cms h1{
    text-transform: uppercase;
    margin: 45px 0 15px 0;
    font-size: 1.1em;
}

#services-cms h3{
    margin-top: 2em;
    margin-bottom: 1em;
}

#services-cms ol.blue-numbered{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol.blue-numbered li{
    overflow: auto;
}

ol.blue-numbered a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0 .5em 1.8em;
    background: #fff;
    color: #444;
    text-decoration: none;
    border-radius: .3em;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

ol.blue-numbered a:hover{
    background: #ddd;
}

ol.blue-numbered a:before{
    content: counter(li);
    counter-increment: li;
    font: 15px 'trebuchet MS', 'lucida sans';
    color: #FFFFFF;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #3399cc;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}

#services-cms a.service-request{
    display: flex;
    float: right;
    z-index: 999;
}

/************* SERVICES PAGE EOF *******************************/


.cms-our-brands .col-main table td {padding: 20px; vertical-align: middle;}
/******** SARP SUBSCRIPTION CUSTOM ********************/
.sarp-subscription {text-align: right; margin: 5px 0px 20px 0;}
    .sarp-subscription select.aw_sarp_subscription_type{width: 123px;}
.subscription-start {text-align: right;}

.grouped-items-table {margin: 20px 0;}
    .grouped-items-table tr.even {background: none;}
    .grouped-items-table th {text-decoration: underline; text-transform: uppercase; font-weight: normal; border: none;}
    .grouped-items-table td {border: none; border-bottom: 1px dashed #7D7D7D; vertical-align: bottom;}
    .grouped-items-table .price-box .price {font-size: 100%;}

.product-view .product-shop .add-to-box.subscription_grouped{}
    .product-view .product-shop .add-to-box.subscription_grouped .add-to-cart{ border: none; margin-top: 15px; border-top: 1px dashed #7D7D7D; text-align: right; background: #E5E5E5;}
        .product-view .product-shop .add-to-box.subscription_grouped .add-to-cart .button{ float: right; }

.grouped-items-table {font-size: 14px;}
    .grouped-items-table th {font-weight: bold; font-size: 12px; line-height: 14px; padding-bottom: 12px;}
        .grouped-items-table td .product-sku {font-weight: normal; font-size: 12px;}

#siteseal {display: block; padding-top: 25px;}

hr.gray{background: #CCC; border: 0; height: 1px}

/**************************************************************  BUYING GUIDES   **********************************/

.orange{font-size: 45px; color: #ff9933;}

.category-buying-guides .page-title.category-title {display: none;}
.category-buying-guides .share-bar {top: 250px;}
.category-buying-guides .col-main {padding-top: 20px;}

.bg-banner{font-size: 11px; background: #AFAFAF; color: #FFFFFF;}
.bg-banner .banner-img {float: left;}
.bg-banner .banner-content {padding: 20px 20px 20px 0; float: right; width: 45%;}
.bg-banner .banner-content h1 {color: #FFFFFF;}
.bg-banner .banner-content h1 span {color: #5C5C5C;}
.bg-banner .banner-content p {margin-top: 8px; margin-bottom: 0;}

.bg-middle{margin-top: 35px;}
.bg-middle h2.sub-title {color: #5C5C5C; margin-bottom: 15px;}
.bg-middle ul {list-style: none; padding: 0;}
.bg-middle ul li {float: left; width: 30%; margin-left: 5%; margin-bottom: 30px;}
.bg-middle ul li.first {margin-left: 0;}
.bg-middle ul li a {display: block; font-size: 15px; padding-left: 15px; padding-top: 32px; padding-bottom: 15px; background: #23CEFA url(../images/guide-arrow.png) no-repeat 140px 57px; text-decoration: none; color: #FFFFFF; text-transform: uppercase;}
.bg-middle ul li a span {font-weight: bold; display: block;}

.bg-content{clear: both; margin-bottom: 35px;}
.bg-content h2.sub-title{color: #5C5C5C; margin-bottom: 15px;}
.bg-content ul {list-style: none; padding: 0;}
.bg-content ul li {float: left; margin-left: 6px; margin-bottom: 6px;}
.bg-content ul li.first {clear: both; margin-left: 0;}
.bg-content ul li a {display: block; text-decoration: none; line-height: 50px; text-indent: 12px; background: url(../images/bg-link.jpg); width: 216px; height: 50px;}


.category-patient-lift-buying-guide .page-title,
.category-stand-up-lift-matrix .page-title
.category-scooter-buying-guide .page-title,
.category-scooter-matrix .page-title,
.category-patient-lift-buying-guide-download .page-title,
.category-wheelchair-buying-guide-download .page-title,
.category-lift-chair-buying-guide-download .page-title{display: none;}


/************** Email Sign Up Promos   ***********************************/
.category-patient-lift-buying-guide-download .col-main.block,
.category-wheelchair-buying-guide-download .col-main.block{margin: 0; padding: 20px 0 0 0; width: 680px}

.promo-buying-guide{padding-bottom: 100px;}
    .promo-buying-guide h1.content-title,
    .promo-buying-guide h3.content-sub-title{font-size:32px; text-align: center; line-height:normal; color:#999999; font-family:'Myriad Pro',sans-serif; font-weight:normal !important; margin: 0 20px;}
        .promo-buying-guide h1.content-title .large {font-size: 44px; font-weight: bold;}
        .promo-buying-guide h3.content-sub-title{font-size: 15px; font-style: italic; text-align: center; margin: 0px 90px 10px 90px;}

    .promo-buying-guide .promo-container{margin: 10px 20px;}
    .promo-buying-guide.download .promo-container{text-align: center;}
        .promo-buying-guide .promo-container .col-1{ box-sizing: border-box; padding-left: 20px; margin-top: 90px;}
            .promo-buying-guide .promo-container .col-1 h3 {}
            .promo-buying-guide .promo-container .col-1 ul{list-style-type: disc; margin-left: 20px; margin-top: 20px;}
                .promo-buying-guide .promo-container .col-1 ul li{font-style: italic;font-size: 1.1em; line-height: 1.6em; color: #999999}
            .promo-buying-guide .promo-container .col-1 img{float: right; margin-top: 20px;}


    .promo-buying-guide .promo-signup-form{clear: both; margin: 0 20px; background: #e3e4e2; padding: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

    /*
    .promo-buying-guide .input-container{float: left; width: 50%; padding-bottom: 10px;}
    .promo-buying-guide .input-container.bottom{padding-bottom: 0;}
        .promo-buying-guide .promo-signup-form label{font-weight: bold; font-size: 20px; vertical-align: middle;}
        .promo-buying-guide .promo-signup-form input{border: #FFFFFF; width: 85%; padding: 12px; font-size: 16px;}
        .promo-buying-guide .promo-signup-form input[type="text"]{}
        .promo-buying-guide .promo-signup-form input[type="image"]{}
        .promo-buying-guide .promo-signup-form button{border-color: #FFFFFF; text-align: center; border: none; cursor: pointer;}
    */
/* SS Auto Form */
.sharpspring_form {width: 100%; min-width: 320px; background: none;text-align: left;}
.sharpspring_form p.clear{display: block; visibility: visible; height: auto; width: 48%;}

.sharpspring_form ul.form_fields li{width: 50%; float: left; clear: none;}
.sharpspring_form ul.form_fields li input{border: #FFFFFF; width: 94%; padding: 12px; font-size: 16px;}
.sharpspring_form ul.form_fields li.emailAddress{width: 100%; float: left;}
.sharpspring_form ul.form_fields li.emailAddress input{width: 97%;}
/*.sharpspring_form #submit_button{background: url(https://amicamedicalsupply.com/media/wysiwyg/promos/download.png); width: 233px; height: 43px; color: #FFFFFF; font-size: 16px;}*/

.sharpspring_form #submit_button,
#guide-download-btn{
    float: none !important;
    margin-top: 5px;
    cursor: pointer;
    font-size: 16px;
    line-height: 43px;
    color: #FFFFFF;
    padding: 0 12px;
    width: 85%;
    height: 43px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3399CC), color-stop(100%, #3399CC));
    background-image: -webkit-linear-gradient(#3399CC, #3399CC); background-image: -moz-linear-gradient(#3399CC, #3399CC); background-image: -o-linear-gradient(#3399CC, #3399CC); background-image: linear-gradient(#3399CC, #3399CC);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3399CC;
    text-decoration: none;
    text-shadow: 0px 0px 0px #f0f0f0, 0px 1px 1px rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: inline-block;

}
.promo-buying-guide .promo-support{clear: both; margin-top: 40px; padding: 10px; border: 1px solid #cccccc; border-right: 0; border-left: 0; text-align: center; font-style: italic; font-size: 20px;}

.promo-buying-guide .promo-about{color: #333333; margin: 40px 20px; padding: 10px; text-align: center; font-style: italic; font-size: 14px;}
.promo-buying-guide .promo-about img{display: block; margin-bottom: 20px; margin-left: auto; margin-right: auto;}
.promo-buying-guide .promo-footer{background: #3399cc; color: #ffffff; text-align: center; padding: 20px; font-style: italic;}

/************  MATRIX PAGES *******************/

/*                LIFTS                        */
.category-patient-lift-type-selection-help .category-title,
.category-full-body-lift-matrix .category-title,
.category-manual-lift-matrix .category-title,
.category-heavy-duty-lift-matrix .category-title,
/*               SCOOTERS                        */
.category-scooter-type-selection-help .category-title,
.category-three-wheel-scooter-matrix .category-title,
.category-four-wheel-scooter-matrix .category-title,
.category-portable-scooter-matrix .category-title,
/*               WHEELCHAIRS                      */
.category-wheelchair-buying-guides .category-title,
.category-reclining-wheelchair-comparison-matrix .category-title,
.category-reclining-wheelchair-comparison-matrix .category-description,
.category-tilt-in-space-wheelchair-comparison-matrix .category-title,
.category-tilt-in-space-wheelchair-comparison-matrix .category-description,
.category-transport-wheelchair-comparison-matrix .category-title,
.category-transport-wheelchair-comparison-matrix .category-description,
.category-lightweight-wheelchair-comparison-matrix .category-title,
.category-lightweight-wheelchair-comparison-matrix .category-description
.category-standard-wheelchair-comparison-matrix .category-title,
.category-standard-wheelchair-comparison-matrix .category-description,
/*               LIFT CHAIRS                      */
.category-lift-chair-buying-guides .category-title,
.category-2-position-lift-chair-comparison-matrix .category-title,
.category-2-position-lift-chair-comparison-matrix .category-description,
.category-3-position-lift-chair-comparison-matrix .category-title,
.category-3-position-lift-chair-comparison-matrix .category-description,
.category-infinite-position-lift-chair-comparison-matrix .category-title,
.category-infinite-position-lift-chair-comparison-matrix .category-description,
.category-zero-gravity-lift-chair-comparison-matrix .category-title,
.category-zero-gravity-lift-chair-comparison-matrix .category-description{ display: none; }





a.choose-me span{
    display: none;
}
/********* CHOOSE PRODUCT PAGES BOF ***************************/

#lift-type-select .page-header,
#scooter-type-select .page-header{
    text-align: center;
}

#lift-type-select h1,
#scooter-type-select h1{
    font-weight: bold;
    font-size: 27px;
}

#lift-type-select h2,
#scooter-type-select h2{
    font-weight: bold;
    font-size: 22px;
    color: #667667;
    margin-bottom: 0;
}

#lift-type-select h3,
#scooter-type-select h3{
    font-weight: normal;
    font-size: 16px;
    color: #667667;
}

#lift-type-select .categories-grid,
#scooter-type-select .categories-grid{
    border: none;
}

#lift-type-select .categories-grid li.item,
#scooter-type-select .categories-grid li.item{
    border: none;
}

#lift-type-select .categories-grid li.item p,
#scooter-type-select .categories-grid li.item p{
    font-size: 12px;
    text-align: justify;
}

a.choose-me{
    display: block;
    background: url(../images/choose-me.png);
    width: 105px;
    height: 32px;
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

/********* CHOOSE PRODUCT PAGES EOF ***************************/

/************ PROMOS ******************************************/

/** Product Details Page Offer **/

/* Promo - Bogo - Custom Option */
.catalog-product-view option.amica-bogo-offer dt label {
    color: #FF0000;
}

/* Promo - Coupon Banner */

.catalog-product-view .amica-promo-details{
    float: left;
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 0;
}

.catalog-product-view .add-to-box .amica-promo-details{
    float: left;
    background-color: inherit;
    border: none;
    display: inline-block;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 0;
}

.catalog-product-view .amica-promo-details .bogo-offer{
    margin: 0px 0;
    text-align: center;
}

.catalog-product-view .amica-promo-details .bogo-offer img{
    max-width: 100%;
    padding: 10px 0;
}

.catalog-product-view .amica-promo-details .coupon-offer{border: 2px solid #006699;}
.catalog-product-view .amica-promo-details .coupon-offer .offer-info.discount{float:left; text-align: right; font-size: 2.25em; line-height: 150%; font-weight: 800; color: #FF0000; width:50%; padding: 2%;}
.catalog-product-view .amica-promo-details .coupon-offer .offer-info.offer-code{float:right; font-size: 1.25em; font-weight: 800; width:42%; padding: 2%;}
.catalog-product-view .amica-promo-details .coupon-offer .offer-info.offer-terms{clear: both; font-size: 0.75em; width: 100%; display: inline-block; text-align: center; font-weight: 600;}

/*
.catalog-product-view .amica-promo {
    clear: left;
    background: #F6F6F6;
    border: 1px solid #CCC;
    padding: 30px 0;
    margin: 0;
    float: left;
    width: 373px;
    border-top: 0;
}

.catalog-product-view .amica-promo .bogo-offer {
    background: url("../images/promos/bfcm18-promo-bogo-details.jpg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 75px;
    width: 375px;
    margin-bottom: -5px;
    display: inline-block;
}

*/

/** Product Category Page Offer **/

.catalog-category-view .amica-promo-tag {
    position: absolute;
    top: -5px;
    right: -10px;
    cursor: pointer;
}

.catalog-category-view .amica-promo-tag .bogo-offer,
.catalog-category-view .amica-promo-tag .coupon-offer{
    background: #e21d2f;
    padding: 5px 10px;
    display: inline-block;
}

.catalog-category-view .amica-promo-tag .bogo-offer { background: #FF8100; }

.catalog-category-view .amica-promo-tag .bogo-offer,
.catalog-category-view .amica-promo-tag .coupon-offer .promo-text{
    color: #FFFFFF;
    font-family: Arvo, sans-serif;
    text-align: justify;
    font-size: 1.2em;
}
/*
offer img {
    text-align: center;
    max-height: 75px;
    max-width: 180px;
    height: auto;
    width: 100%;
}

.catalog-category-view .coupon-offer-promo img {
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
}
.catalog-category-view .coupon-offer-promo span {
    position: absolute;
    top: 0px;
    width: 180px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 60px;
    height: 60px;
    left: 0px;
}
.catalog-category-view .off-promo {
    float: left; width: 50px; line-height: 60px; left: 10px;
}
.catalog-category-view .use-coupon-message {
    width: 100px; top: 12px; text-align: left; float: right; font-size: 11px; margin-left: 63px;
}
*/
/********* MATRIX PAGES BOF ***************************/

#lift-matrix-icon{top: -52px; right: 0px; position: absolute;}
#lift-matrix-icon a{display: block; width: 172px; height: 48px; background: url(../images/lifting-guide.png) no-repeat;}
#lift-matrix-icon a span{display: none;}

#lift-matrix-icon{display: none;}

#product-matrix-wrapper {font-size: 80%;}
#product-matrix-wrapper h3{display: block; position: relative; cursor: pointer; background:#f3f3f3 url(../images/plus-bg.png) 98% center no-repeat; border: 1px solid #EAEAEA; margin: 20px 0; padding: 10px;}

.product-matrix-container {margin: 15px 0; overflow: auto;}
.product-matrix-container a.choose-me{background: url(../images/choose-me-product.png) no-repeat; width: 85px; height: 26px; margin: 0; padding: 0; display: inline-block;}
.product-matrix-table{padding-bottom: 35px; border: 1px solid #D6D6D5;}
.product-matrix-table tr.matrix-header{border-top: 1px solid black;}
.product-matrix-table tr.matrix-banner td{border: none;}
.product-matrix-table tr.matrix-products td {border: none;}
.product-matrix-table tr td {text-align: center; vertical-align: top; padding: 10px 0px; border-left: 1px solid #D6D6D5; line-height: 1.4em;}
.product-matrix-table tr td:first-child {text-align: left; padding-left: 10px;}
.product-matrix-table tr.odd td {background: #eee;}
.product-matrix-table tr.matrix-header td {padding: 10px 0;}

/* LIFT MATRIX */

.product-matrix-table.full-body.home td.matrix-banner {text-align: right; background: url(../images/quality-scale-full-body-home.png) right top no-repeat; height:86px;}
.product-matrix-table.full-body.pro td.matrix-banner {text-align: right; background: url(../images/quality-scale-full-body-pro.png) right top no-repeat; height:86px;}
.product-matrix-table.full-body tr td:first-child {width: 145px;}

.product-matrix-table.manual td.matrix-banner {text-align: right; background: url(../images/quality-scale-manual.png) right top no-repeat; height:86px;}
.product-matrix-table.manual tr td:first-child {width: 145px;}

.product-matrix-table.heavy-duty td.matrix-banner {text-align: right; background: url(../images/quality-scale-heavy-duty.png) right top no-repeat; height:86px;}
.product-matrix-table.heavy-duty tr td:first-child {width: 145px;}

.product-matrix-table.stand-up.home td.matrix-banner {text-align: right; background: url(../images/quality-scale-stand-up-home.png) right top no-repeat; height:86px;}
.product-matrix-table.stand-up.pro td.matrix-banner {text-align: right; background: url(../images/quality-scale-stand-up-pro.png) right top no-repeat; height:86px;}

.product-matrix-table.stand-up tr td:first-child {width: 145px;}

/* SCOOTERS MATRIX */

.product-matrix-table.three-wheel td.matrix-banner {text-align: right; background: url(../images/quality-scale-scooters.png) right top no-repeat; height:86px;}
.product-matrix-table.three-wheel tr td:first-child {width: 145px;}

.product-matrix-table.four-wheel td.matrix-banner {text-align: right; background: url(../images/quality-scale-scooters.png) right top no-repeat; height:86px;}
.product-matrix-table.four-wheel tr td:first-child {width: 145px;}

.product-matrix-table.portable.three-wheel td.matrix-banner {text-align: right; background: url(../images/quality-scale-scooters.png) right top no-repeat; height:86px;}
.product-matrix-table.portable.four-wheel td.matrix-banner {text-align: right; background: url(../images/quality-scale-scooters.png) right top no-repeat; height:86px;}

.product-matrix-table.portable tr td:first-child {width: 145px;}


/********* MATRIX PAGES EOF ***************************/

/********* MISC PAGES CUSTOM CSS ************************/

.rma-rma-index .toolbar { padding: 10px; line-height: inherit; font-size: inherit;}
    .rma-rma-index .toolbar select { margin: 0 5px; line-height: inherit; font-size: inherit;}
    .rma-rma-index .toolbar .pager {border: none;}

.rma {margin-top: 30px;}
.rma * {-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.rma h2 { /* font-size: 18px; */ padding-bottom: 20px;}
.rma .section-faq {width: 57%; min-width: 300px; padding: 20px 0; margin: 0 30px 0 0; border-right: 1px solid #dbd8d7;}
    /* OL styled from http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
    .rma .section-faq ol {list-style: none; margin: 0; padding: 0; counter-reset:li; /* Initiate a counter */}
        .rma .section-faq ol li {position: relative; margin:0 0 5px 30px; padding:0 8px; height: 30px; /* Add some spacing around the content */}
            .rma .section-faq ol li:before {
                content:counter(li); counter-increment:li;
                position: absolute; left: -30px; width: 30px;
                color:#FFF; background-color: #CFCFCF; border: 1px solid #CFCFCF;
                margin-right:8px; padding:4px; text-align: center;
                -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
                -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
                -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
            }
            .rma .section-faq ol li:hover:before {background-color: #3399CC;}
            .rma .section-faq ol li a {text-decoration: none; line-height: 30px;}
            .rma .section-faq ol li:hover a {color:#3399CC;}

.rma .section-contact {width: 35%; min-width: 250px; padding: 20px 0;}
    .rma .section-contact .tel {text-decoration: underline;}

.rma .section-gs{margin: 75px 0;}
    .rma .section-gs .gs-container{
        text-align: center;
        margin: 0 auto; padding: 15px;
        width: 310px;
        background: #F6FCFC;
        border: 1px solid #CFCFCF;
        -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    }
        .rma .section-gs .gs-container a.btn-rma{
            font-family: Arvo, serif; font-size: 16px; display: inline-block; margin-top: 10px; text-decoration: none; color: #FFFFFF; padding: 10px; border: 1px solid transparent;
            -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        }
        .rma .section-gs .gs-container a.btn-rma:hover{background-color:#ffa433;}