/**
 * 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body          { background: url(../images/custom/mt-background.png) no-repeat center top #fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align: left; }
body.page-popup { background: #fff; }
body.page-print { background: #fff; }

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

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

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

/* Table */
table         { 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; }
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; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:3px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 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-left: 7px; background:transparent; cursor:pointer; }
button.button span { float:left; height:24px; background: #de1010; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; padding: 0 0 0 8px; }
button.button span span { height:24px; padding: 0 16px 0 4px; margin-right: -6px; }
button.disabled {}
button.disabled span {}

button.button:hover span { background-position: left -24px; color: #000; }
button.button:hover span span { background-position: right -24px; color: #fff; }

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:5px 0 0; padding:10px; border-top: 1px dotted #666; }
.buttons-set .back-link { float:left; line-height: 19px; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin: 0; }

.buttons-set-order {}

.fieldset { padding: 15px 0; }
.fieldset .legend { font-size:16px; color:#333;padding: 0 0 10px; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* 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 {}
p.required { font-size:10px; text-align:right; color:#f00; float: left; line-height: 27px; display: none; }
/* 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: 0; background-position: 0px 9px !important; background-repeat:no-repeat !important; min-height:16px !important; padding:10px 8px 8px 23px !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; }

/* Pager */
.pager { border-bottom:1px solid #f0f0f0; padding:5px; margin:5px 0; text-align:center; color: #666666; clear: left; }
.pager .amount { float:left; }
.pager .limiter { float:right; margin-top: 4px; }
.pager .pages { line-height: 26px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

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

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; color: #000; }
.data-table td { padding: 10px; border-bottom:1px solid #d7cfc5; }
.data-table thead { background: #f3f3f3; }
.data-table tbody { background: #fff; }
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.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 {}

/* Compare Page Table */
#product_comparison {}
#product_comparison th { border: 1px solid #DDDDDD; color: #000; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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 { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 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 { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.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) 4px 1px no-repeat; padding-left:18px !important; white-space:nowrap; } */
.link-rss { display:none; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-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; }
.note { line-height: 30px; }
.product-tags { padding: 5px 0; }

.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; 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; }
/* ======================================================================================= */


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

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:180px; padding:12px 0 0; margin-right: 10px; }
.mt-pg-bg { padding: 10px; background: #f1f1f1; }
.products-grid li.item-home { float:left; width:165px; padding:12px 10px 55px; }
.products-grid .product-image { display:block; width:160px; height:160px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { margin-top: 7px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:160px; height:160px; margin: 0; }
.products-list .product-shop { margin-left: 170px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { 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; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.mt-review-margin {  }
.no-rating { margin:0; }
.ratings { font-size:11px; line-height:1.25; margin: 0; margin-top: -2px; display:block; float: right; text-align: right; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; margin-top:5px; clear:both; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:13px; 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:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:right; margin-right:3px; }
.ratings .amount {}

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

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

/* Email to a Friend */
.email-friend {}

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

/********** < Product Prices */
.price { white-space:nowrap !important; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 15px; }

.price-box { margin-bottom: 10px; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

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

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

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

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

/* FTP */
.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 li { float: left; margin-right: 5px; line-height: 21px; }
.add-to-links .separator { display:none; }
.or { line-height: 21px; }

/* Add to Links */
.mt-add-to-links-cat { float: right; clear: right; width: 120px; margin-top: 5px; }
.mt-add-to-links-cat li { float: right; margin: 0; }
.mt-add-to-links-cat li a { text-decoration: none; font-weight: normal; color: #6e6e6e; }
.mt-add-to-links-cat li a:hover { color: #e21b23;}
.mt-add-to-links-cat li span.sep { padding: 0 3px; color: #6e6e6e; }
.mt-add-to-links-cat li .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; line-height: 20px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { padding: 10px; background: #f1f1f1; color: #8e8d8d; margin-bottom: 10px; }
.add-to-box .add-to-cart { float:left; }
.atb-addtocart {  margin-left: 10px; margin-right: 15px; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; color: #dfdfdf; }
.add-to-box .add-to-links a { color: #8e8d8d; text-decoration: none; }
.add-to-box .add-to-links a:hover { color: #e21b23; }


.product-view { margin: 0; padding: 0; }
.product-essential { padding-top: 15px; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* 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:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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 { text-align:left; font-size: 12px; color: #444; line-height: 30px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/custom/mt-slider-bg.png) 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: 7px; width:23px; height: 5px; background:url(../images/custom/mt-btn-track.png) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width: 500px; }
.product-view .product-shop h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; padding: 5px 0; border-bottom: 1px dotted #3D3D3D; margin-bottom: 10px; }
.product-view .product-name {}
.product-view .short-description { padding-bottom: 15px; }
.product-collateral {}
.product-collateral h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; padding: 5px 0; border-bottom: 1px dotted #3D3D3D; margin-bottom: 10px; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; color: #333; }
.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:#fff; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.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 ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border-bottom:1px solid #c6b9a8; border-top:0; margin-bottom: 15px; }
.product-options-bottom .price-box { margin:10px 0; }

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

/* Block: Description */
.product-view .box-description { padding-bottom: 15px; }

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; padding-right: 10px; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

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

/* Send a Friend */
.send-friend {}

/* Additional */
#product-attribute-specs-table {}

/* Product: Grouped */
#super-product-table { margin: 10px 0; }

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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

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

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

/* 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; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.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 .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.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 #ddd; 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 #ddd; background-color:#f5f5f5; }
.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-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 #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

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

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { padding-bottom: 10px; }
.block-progress dl { margin-top: 10px; }

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

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f1f1f1; padding: 6px 10px; text-align:right; color: #666; }
.opc .step-title .number { float:left; line-height:21px; margin-right:10px; padding-right: 10px; border-right: 1px solid #c1c1c1;}
.opc .step-title h2 { float:left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; }
.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 .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:20px; position:relative; background: #fff; }
.opc .step .tool-tip { right:10px; }
.active .number { color: #e21b23; font-weight: bold; }
.allow h2 { }
#checkout-review-table .price { color: #6d960b; }
#checkout-shipping-method-load .price { color: #6d960b; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.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 {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

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

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

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

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.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-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

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


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* 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,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-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; }
/* ======================================================================================= */



/* Custom Globals */

	/* Layout */
	.mt-wrapper { width: 100%; margin: 0 auto; padding: 0; }
	
	/* Header */
	.mt-headerwrap { width: 100%; float: left; background: #f3f3f3 url(../images/custom/mt-header-bg.png) center top no-repeat; }
	.mt-header { width: 990px; height: 180px; margin: 0 auto; position: relative; z-index:4000; }
	
		.mt-header-top { width: 100%; }
		.mt-header-left { float: left; height: 84px; }
		.mt-header-right { float: right; height: 84px; }
	
		/* Logo, Links, and Language */
		.mt-logo { float: left; margin-top: -15px; margin-bottom: -10px; }
			.mt-logo h1.logo { float: left; }
			.mt-logo a.logo { float: left; text-decoration: none; margin-top: 5px; }
			.mt-logo strong { position: absolute; top: -9999px; left: -9999px; overflow: hidden; text-indent: -9999px; width: 0; height: 0; }	
			
		.mt-welcomelinks { float: right; padding-top: 11px; }
			.mt-welcome { font-weight: bold; float: left; margin-right: 10px; }
			.mt-toplinks { float: left; }
			.mt-toplinks li { float: left; background: url(../images/custom/mt-ico-arrow.png) no-repeat -9px -1px; padding: 0 5px; }
			.mt-toplinks li a { color: #000; text-decoration: none; border-right: 1px solid #c6c6c6; padding: 0 5px; }
			.mt-toplinks li a:hover { color: #333; }
			.mt-toplinks li.first a { padding: 0 5px; }
			.mt-toplinks li.last a { border: 0; padding: 0 5px; }
		
		/* My Cart Top */
		.my-mycart-container { position: absolute; right: 0; top: 63px; }
		
		.mt-mycart-qty-price { float: left; background: #ededed; font-family: Arial, Helvetica, sans-serif; padding: 13px 0; }
			.mt-mycart-items { float: left; padding: 0 10px; margin-left: 10px; }
			.mt-mycart-subtotal { float: left; padding: 0 10px; margin-right: 10px; }
			.mt-mycart-subtotal .price { font-size: 12px; color: #e21b23; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
			.mt-mycart-amount { text-decoration: none; }
			.mt-mycart-amount:hover { text-decoration: none; color: #000; }
			.mt-mycart-itm-qty { color: #e21b23; font-weight: bold; font-size: 12px; }
			.mt-mycart-amount:hover { color: #000; }
			.mt-mycart-label { height: 16px; line-height: 16px; font-size: 13px; color: #979797; }
			
		.mt-mycart-checkout { float: left; margin-left: 2px; }
			.my-mycart-btn-checkout { display: block; border: 0; width: 87px; height: 34px; background: url(../images/custom/mt-mycart-btn-checkout.png) no-repeat 0 0; }
			.my-mycart-btn-checkout:hover { background-position: 0 -34px; cursor: pointer; }
	
		/* Navigation */
		.mt-nav { float: left; position: relative; z-index: 10; margin-left: 30px; width:100%; }
			.mt-nav-ul {}
			.mt-nav-ul li.list { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; }
			.mt-nav-ul li.list a.anchor { display: block; height: 41px; line-height: 41px; font-weight: bold; color: #575757; padding: 0 15px; text-decoration: none; margin: 0 1px;
			
			/* Radius */
			border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -moz-border-radius-topleft:5px;
			border-bottom-left-radius:0px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:0px; }
			.mt-nav-ul li.list a.anchor:hover { background: #e21b23; color: #fff; }
			.mt-nav-ul li.list-nb { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; }
			.mt-nav-ul li.list-nb a.anchor { display: block; height: 41px; line-height: 41px; font-weight: bold; color: #575757; padding: 0 15px; text-decoration: none; margin: 0 1px;
			
			/* Radius */
			border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -moz-border-radius-topleft:5px;
			border-bottom-left-radius:0px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:0px; }
			.mt-nav-ul li.list-nb a.anchor:hover { background: #e21b23; color: #fff; }
			.cms-home a.home { background: #e21b23; color: #fff !important; }
			.contacts-index-index a.contacts { background: #e21b23; color: #fff !important; }
			
			.mt-show { display: block; }
			.mt-hide { display: none; }
			
			.mt-nav-cat-container {}
			#mt-nav-cat {}
		
			/* All Levels */
			#mt-nav-cat li { text-align:left; }
			#mt-nav-cat li.over { z-index:999; }
			#mt-nav-cat li a { }
			#mt-nav-cat li a:hover { text-decoration:none; }
			#mt-nav-cat li a span { display:block; cursor:pointer; }
			#mt-nav-cat li ul a span { }
			
			/* 1st Level */
			#mt-nav-cat li { position: relative; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; }
			#mt-nav-cat li a { display: block; height: 41px; line-height: 41px; font-weight: bold; color: #575757; padding: 0 15px; text-decoration: none; margin: 0 1px; background: none; 
			
			/* Radius */
			border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -moz-border-radius-topleft:5px;
			border-bottom-left-radius:0px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:0px; }
			#mt-nav-cat li a:hover { background: #e21b23; color: #fff; }
			#mt-nav-cat li.over a { background: #e21b23; color: #fff; }
			#mt-nav-cat li.active a { background: #e21b23; color: #fff; }
			
			/* 2nd Level */
			#mt-nav-cat ul { position: absolute; top: 0; left:-10000px; background: #e21b23; padding: 5px;
			/* Radius */
			border-top-left-radius:0px; border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:0px; -moz-border-radius-topright:5px; -moz-border-radius-topleft:0px;
			border-bottom-left-radius:5px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:5px; }
			#mt-nav-cat ul li { border-right: 0; width: 160px; height: 25px; line-height: 25px; }
			#mt-nav-cat ul li.last { border-bottom: 0; }
			#mt-nav-cat ul li a { height: 25px; line-height: 25px; color:#fff; display:block; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background: none !important; text-transform: none; }
			#mt-nav-cat ul li a:hover { text-decoration:none; color: #fff; background: url(../images/custom/mt-nav-anchor-hov.png) repeat-x left bottom !important; }
			#mt-nav-cat ul li.active a,
			#mt-nav-cat ul li.over a  { }
			
			/* 3rd+ Level */
			#mt-nav-cat ul ul { top: 0px; }
			
			/* Show Menu */
			#mt-nav-cat li.over > ul { top: 41px; left: 1px; }
			#mt-nav-cat li.over > ul li.over > ul { top: 0px; left: 160px; }
			#mt-nav-cat li.over ul ul { left:-10000px; }
			
	/* Search * Breadcrumbs */
	.mt-brs { width: 990px; margin: 0 auto; height: 42px; }
		.mt-brs-bc {  clear: both; float: left; height: 42px; margin: 0 0 -1px; width: 100%; }
		.mt-brs-sr { float: right; background: #d6d6d6; padding: 11px; margin-top: -9px;}
	
	/* Search */
	.mt-search { }
		.mt-search-container { width: 174px; height: 22px; background: url(../images/custom/mt-search-bg.png) no-repeat 0 0; }
			.mt-input-text { border: 0; padding: 4px 4px 4px 8px; width: 126px; background: none; color: #a3a3a3; }
	
	/* Breadcrumbs */
	.mt-breadcrumbs { float: left; width: 580px; margin: 40px auto 0 46px; height: 40px; }
	.mt-breadcrumbs-container { padding: 12px 0 0; height: 20px; }
	.mt-ico-breadcrumbs { float: left; display: block; height: 20px; width: 27px; background: url(../images/custom/mt-ico-breadcrumbs.png) no-repeat 0 0; }
	.mt-breadcrumbs-a { float: left; color: #5b5959; text-decoration: none; }
	.mt-breadcrumbs-a:hover {}
	.mt-breadcrumbs-li { float: left; }
	
	/* Page Content */
	.mt-page { width: 990px;  margin: 0 auto; padding-top: 30px; }
	
		/* Layouts */
		.mt-col-content { float: left; padding: 0; margin: 0; }
		.mt-col-padding { padding: 0; margin: 0; }
	
			/* Content Mode */
			.mt-mode-default { width: 781px; }
				.mt-mode-default .mt-col-content-top { height: 5px; background: url(../images/custom/mt-content-bg-top.png) no-repeat top; }
				.mt-mode-default .mt-col-content-middle { background: none; }
				
			.mt-mode-one-col { width: 990px; }
				.mt-mode-one-col .mt-col-content-middle { }
			
		.mt-col-left { float: left; width: 196px; padding: 0; margin-right: 13px; }
		.mt-col-right { float: right; width: 196px; padding: 0;  }
		
		/* Page CSS */
		.page-title { font-family: trebuchet ms, Arial, Helvetica, sans-serif; padding: 15px 0; /*margin-bottom: 10px; border-bottom:1px solid #ddd;*/ }
		.page-title h1,
		.page-title h2 {  }
		.page-title .separator { }
		.page-title .link-rss { }
		.title-buttons { text-align:right; }
		.title-buttons h1,
		.title-buttons h2,
		.title-buttons h3,
		.title-buttons h4,
		.title-buttons h5,
		.title-buttons h6 { float:left; }
		.subtitle { }
		.page-head { font-family: trebuchet ms, Arial, Helvetica, sans-serif; padding: 15px 0; }
		.page-head h3 { font-size: 25px; color:#000; }
		.page-head-alt { font-family: trebuchet ms, Arial, Helvetica, sans-serif; padding: 15px 0; }
		.page-head-alt h3 { font-size: 25px; color:#000; }
		
		/* Homepage Slider */
		.mt-slider { }

		.window { float: left; height: 275px; width: 743px; overflow: hidden; position: relative; margin-left: 125px;}
		.image_reel { position: absolute; top: 0; left: 0; margin-top: 10px;}
		.image_reel img { float: left; }
		
		/* Handles */
		.paging { width: 100px; margin-left: 50%; }
		.paging a { display: block; float: left; width: 13px; height: 22px; background: url(../images/custom/mt-slider-handle.png) no-repeat center 0; }
		.paging a.active { background-position: center -22px; }
		.paging a:hover { background-position: center -22px; }

		
		/* Login or Create Account */
		.mt-account-login {}
		.mt-account-login .new-users { float: right; width: 617px; margin: 15px 0; }
		.mt-account-login .registered-users { float: left; width: 242px; border: 1px solid #ab9d8c; padding: 30px; margin: 15px 0; background: #f8f8f8; }
		.mt-account-create {}
		.mt-account-loginbtn { padding-top: 10px; height: 24px; }
		.mt-account-forgotpass { line-height: 24px; }
		.mt-account-ul {}
		.mt-account-ul li { float: left; padding-bottom: 5px; }
		.mt-account-ul li.ma-label { width: 100px; }
		.mt-account-ul li.ma-field { width: 142px; }
		.login-promotion { width: 200px; float: left; margin: 25px 20px 0 0; }
		.col-1 { float: left; width: 45%; padding: 10px; }
		.col-2 { float: left; width: 48%; padding: 10px; }
		
		/* Product */
		
			/* Product View */
			.mt-product-top { width: 100%; }
			.mt-product-tleft { float: left; padding-bottom: 10px; }
			.mt-product-tright { float: right; padding: 0 0 15px; }
		
			/* Review */
			.mt-review-h4 { font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
			.mt-review-productpage {}
			.mt-review-productpage dt {}
			.mt-review-productpage dd { padding: 15px; }
			.mt-reviews-view {}
			#customer-reviews { width: 380px; float: left; margin-right: 20px; }
			.mt-reviewform { width: 330px; float: left; }
			
			/* Attributes Table */
			.data-table-attributes { width:100%; }
			.data-table-attributes th { padding:5px; font-weight:bold; white-space:nowrap; color: #3d3d3d; }
			.data-table-attributes td { padding:5px; }
			.data-table-attributes thead { }
			.data-table-attributes tbody {}
			.data-table-attributes tfoot {}
			.data-table-attributes tr.first {}
			.data-table-attributes tr.last {}
			.data-table-attributes tr.odd {}
			.data-table-attributes tr.even { }
			.data-table-attributes tbody.odd {}
			.data-table-attributes tbody.odd td { border-width:0 1px; }
			.data-table-attributes tbody.even { }
			.data-table-attributes tbody.even td { border-width:0 1px; }
			.data-table-attributes tbody.odd tr.border td,
			.data-table-attributes tbody.even tr.border td { border-bottom-width:1px; }
			.data-table-attributes th .tax-flag { white-space:nowrap; font-weight:normal; }
			.data-table-attributes td.label,
			.data-table-attributes th.label { font-weight:bold; color: #000; }
			.data-table-attributes td.value {}
			
			/* Review Table */
			.review-data-table { width:100%; }
			.review-data-table th { padding:5px; font-weight:bold; white-space:nowrap; color: #666}
			.review-data-table td { padding:5px; }
			.review-data-table thead { }
			.review-data-table tbody {}
			.review-data-table tfoot {}
			.review-data-table tr.first {}
			.review-data-table tr.last {}
			.review-data-table tr.odd {}
			.review-data-table tr.even { }
			.review-data-table tbody.odd {}
			.review-data-table tbody.odd td { border-width:0 1px; }
			.review-data-table tbody.even { background-color:#f6f6f6; }
			.review-data-table tbody.even td { border-width:0 1px; }
			.review-data-table tbody.odd tr.border td,
			.review-data-table tbody.even tr.border td { border-bottom-width:1px; }
			.review-data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
			.review-data-table td.label,
			.review-data-table th.label { font-weight:bold; background-color:#f6f6f6; }
			.review-data-table td.value {}
		
		/* My Account */
		.mt-ma-contactinfo { float: left; width: 350px; padding-bottom: 20px; }
		.mt-ma-newsletter { float: left; width: 350px; }
		.mt-ma-billing { float: left; padding-bottom: 20px; width: 350px; }
		.mt-ma-shipping { float: left; padding-bottom: 20px; width: 350px; }
		.box-title { padding-bottom: 15px; }
		.box-head { padding: 10px; padding-left: 0; margin-bottom: 10px; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; }
		#my_recent_tags {}
		#my_recent_tags li { float: left; padding-right: 4px; }
		.hello { font-size: 14px; padding-bottom: 10px; }
		.box-tags { padding-bottom: 20px; }
			/* My Wishlist */
			#wishlist-table textarea { width: 96%; }
			
			/* Address Book */
			.mt-ma-addressbook { padding-bottom: 15px; }
			.mt-ma-addressbook h2 { border-bottom: 1px dotted #cecece; padding: 3px 0; }
			.mt-ma-ab-additional { padding-top: 0px; }
			.mt-ma-addressbook-ol { padding-top: 10px; padding-bottom: 10px; }
			.mt-ma-addressbook-ol li.item { float: left; width: 350px; margin-right: 15px; padding: 10px 0; }
			.mt-ma-ab-a { line-height: 25px; }
	
		/* Checkout */
		#checkout-progress-wrapper { background: #fff; padding: 10px; }
		
		/* My Cart */
		
			.cart {}
			
			/* Checkout Types */
			.cart .checkout-types { float:right; text-align:right; }
			
			/* Shopping Cart Table */
			.cart-table .item-msg { font-size:10px; }
			
			/* Shopping Cart Collateral boxes */
			.cart .cart-collaterals { padding:25px 0 0; }
			.cart .cart-collaterals .col2-set { float:left; width:700px; }
			
			.cart .crosssell {}
			.cart .crosssell h2 { font-size:13px; font-weight:bold; }
			.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
			.cart .crosssell .product-details { margin-left:90px; }
			.cart .crosssell li.item { margin:12px 0; float: left; width: 217px; padding: 10px; }
			
			/* Discount Codes & Estimate Shipping and Tax Boxes */
			.cart .discount,
			.cart .shipping {}
			
			/* Shopping Cart Totals */
			.cart .totals { float:right; padding: 20px; width: 225px; }
			.cart .totals table { width:100%; font-size: 16px; }
			.cart .totals table th,
			.cart .totals table td { padding: 2px; }
			.cart .totals table th { font-weight:bold; }
			.cart .totals .price { font-size: 16px; }
			
			/* Options Tool Tip */
			.item-options dt { font-weight:bold; font-style:italic; }
			.item-options dd { padding-left:10px; }
			.truncated { cursor:help; }
			.truncated a.dots { cursor:help; }
			.truncated a.details { cursor:help; }
			.truncated .truncated_full_value { position:relative; z-index:999; }
			.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
			.truncated .show dl { top:-20px; left:50%; }
			.col-left .truncated .show dl { left:30px; top:7px; }
			.col-right .truncated .show dl  { left:-240px; top:7px; }

		.checkout-types { padding-top: 5px; margin-top: 10px; }
		.checkout-types li { padding: 2px 0; }
		.mt-mycart-left { float: left; width: 710px; }
		.mt-mycart-coupon { width: 350px; float: left; background: #f1f1f1; margin-right: 20px; padding: 15px; }
		.mt-mycart-shipping { width: 270px; float: left; background: #f1f1f1; padding: 15px; }
		.mt-checkout-crosssell { margin-top: 20px; }
		#coupon_code { width: 344px; }
		
		/* Sidebar */
		.mt-block { margin: 0 0 10px; }
		.mt-block .mt-block-title { width: 196px; height: 31px; }
			
			/* Titles */
			.mt-bt-shoppingcart { background: url(../images/custom/mt-block-title-shoppingcart.png) no-repeat 0 0; }
			.mt-bt-wishlist { background: url(../images/custom/mt-block-title-wishlist.png) no-repeat 0 0; }
			.mt-bt-compare { background: url(../images/custom/mt-block-title-compareproducts.png) no-repeat 0 0; }
			.mt-bt-compared { background: url(../images/custom/mt-block-title-recentlycompared.png) no-repeat 0 0; }
			.mt-bt-viewed { background: url(../images/custom/mt-block-title-recentlyviewed.png) no-repeat 0 0; }
			.mt-bt-layered-nav { background: url(../images/custom/mt-block-title-shopby.png) no-repeat 0 0; }
			.mt-bt-subscribe { background: url(../images/custom/mt-block-title-newsletter.png) no-repeat 0 0; }
			.mt-bt-related { background: url(../images/custom/mt-block-title-relatedproducts.png) no-repeat 0 0; }
			.mt-bt-reorder { background: url(../images/custom/mt-block-title-reorder.png) no-repeat 0 0; }
			.mt-bt-myaccount { background: url(../images/custom/mt-block-title-myaccount.png) no-repeat 0 0; }
			.mt-bt-recent { background: url(../images/custom/mt-block-title-recent.png) no-repeat 0 0; }
			.mt-bt-poll { background: url(../images/custom/mt-block-title-poll.png) no-repeat 0 0; }
			.mt-bt-tags { background: url(../images/custom/mt-block-title-populartags.png) no-repeat 0 0; }
		
			/* Blocks General */
			.mt-block .mt-block-title strong {}
			.mt-block .mt-block-title strong span { display: block; text-indent: -9999px; }
			.mt-block .mt-block-title a { text-decoration:none !important; }
			.mt-block .mt-block-subtitle { font-size:13px; font-weight:bold; }
			.mt-block .mt-block-content { background: #f5f4f4; padding:10px 10px 5px; }
			.mt-block .mt-block-content li.item { padding:5px 0; float: left; width: 175px; }
			.mt-block .mt-block-bottom { height: 5px; width: 196px; background: url(../images/custom/mt-block-bottombg.png) no-repeat bottom left; }
			.mt-block .mt-btn-remove { float:right; }
			.mt-block .mt-actions { text-align:right; }
			.mt-block .mt-actions a { float:left; }
			.mt-block .mt-empty {}		
			.mt-block li.odd {}
			.mt-block li.even {}
			
				/* Block: Shopping Cart */
				.mt-block-cart {}
				.mt-block-cart .summary { }
				.mt-block-cart .amount { padding: 6px 0px; color: #5b5959; }
				p.amount { padding: 6px 0px; color: #5b5959; }
				.mt-block-cart .amount a { text-decoration: underline; color: #10a5fb; }
				.mt-block-cart .amount a:hover { color: #000; }
				.mt-block-cart .subtotal { font-size: 12px; text-align: right; background: #e3e3e3; padding: 3px 10px; color: #666666; }
				.mt-block-cart .subtotal strong { color: #505050; }
				.mt-block-cart .actions { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0; }
				
				/* Block: Mini Products List */
				.mini-products-list li { padding:5px 0; }
				.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
				.mini-products-list .product-details { margin-left:75px; }
				.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
				
				/* Block: Mini Products List */
				.mt-mini-products-list li { padding:5px 0; }
				.mt-mini-products-list .product-image { float:left; width:50px; border:1px solid #ddd; }
				.mt-mini-products-list .product-details { margin-left: 80px; }
				.mt-mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
				
				/* Block: Account */
				.mt-block-account {}
				.mt-myaccount-nav { padding: 5px 10px; }
				.mt-myaccount-nav li { line-height: 20px; }
				.mt-myaccount-nav li a { text-decoration: none; color: #535353; }
				.mt-myaccount-nav li a:hover { color: #000; }
						
				/* Block: Layered Navigation */
				.mt-block-layered-nav { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; }
				.mt-block-layered-nav .price { color: #000; font-size: 13px; }
				.mt-block-layered-nav dt { font-weight:bold; }
				.mt-block-layered-nav .currently {}
				.mt-block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
				
					.mt-block-layered-nav-state { background: #F5F4F4; }
					.mt-block-layered-nav-state .mt-block-lns-title { padding: 6px 13px; font-size: 12px; background: url(../images/custom/mt-block-shopbybg.png) repeat-x left top; color: #696969; }
					.mt-block-lns-current { width: 100%; padding: 10px 0; }
					.mt-block-lns-current li { padding: 2px 13px; }				
					.mt-block-layered-nav-state .actions { border-top: 1px solid #ccc; padding: 7px 13px; }
					
					.mt-block-layered-nav-filter { background: #F5F4F4; padding-bottom: 10px; }
					.mt-block-layered-nav-filter .mt-block-lnf-title { padding: 6px 13px; font-size: 12px; background: url(../images/custom/mt-block-shopbybg.png) repeat-x left top; color: #696969; }
					#narrow-by-list { padding: 0 13px; }
					#narrow-by-list dt { margin-top: 10px; }
				
				/* Block: Wishlist */
				.mt-block-wishlist {}
				.mt-block-wishlist .actions { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0; }
				
				/* Block: Related */
				.mt-block-related {}
				.mt-block-related li { padding:5px 0; }
				.mt-block-related input.checkbox { float:left; margin-right: 6px; }
				.mt-block-related .item { }
				.mt-block-related .item .product-image { float:left; }
				.mt-block-related .item .product-details { }
				
				/* Block: Compare Products */
				.mt-block-compare {}
				.mt-block-compare .actions { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0 0; }
				.mt-block-compare .actions .clearall { line-height: 25px; color: #666; }
				.mt-block-compare .actions .clearall:hover { line-height: 25px; color: #000; }
				.mt-block-compare li { padding:5px 0; }
				.mt-block-compare .btn-remove { margin-right: 6px; margin-top: 3px; }
				
				/* Block: Recently Viewed */
				.mt-block-viewed {}
				
				/* Block: Recently Compared */
				.mt-block-compared {}
				
				/* Block: Poll */
				.mt-block-poll
				.mt-block-poll label {}
				.mt-block-poll input.radio { float:left; margin: 1px 5px 0 0; }
				.mt-block-poll .label { display:block; margin-left: 3px; float: left; }
				.mt-block-poll li { padding:3px 9px; width: 155px; }
				.mt-block-poll .actions { margin:5px 0 0; }
				#poll-answers { padding: 10px 0; }
				.mt-block-poll .answer { font-weight:bold; }
				.mt-block-poll .votes { float:right; margin-left:10px; }
				.mt-block-poll .mt-poll-actions { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0; }
				
				/* Block: Tags */
				.mt-block-tags {}
				.mt-block-tags ul,
				.mt-block-tags li { display:inline; }
				.mt-tag-action { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0; }
				
				/* Block: Subscribe */
				.mt-block-subscribe {}
				.mt-block-subscribe .actions { border-top: 1px solid #ccc; padding: 7px 0; }
				.mt-block-subscribe .input-box { margin: 7px 0; }
				.mt-block-subscribe .input-box label { color: #595959; }
				.mt-block-subscribe .input-box .input-text { width: 164px; padding: 3px 5px; }
				
				/* Block: Reorder */
				.mt-block-reorder {}
				.mt-block-reorder li { padding:5px 0; }
				.mt-block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
				.mt-block-reorder .product-name { margin-left:20px; }
				.mt-block-reorder .actions { margin-top: 5px; border-top: 1px solid #ccc; padding: 7px 0; }
				.mt-block-reorder .actions .mt-br-viewall { line-height: 24px; }
				
				/* Block: Banner */
				.mt-block-banner {}
				.mt-block-banner {} .block-content { text-align: left; }
				
				/* Block: Login */
				.block-login label { font-weight:bold; color:#666; }
				.block-login input.input-text { display:block; width:167px; margin:3px 0; }
				
				/* Block: Account */
				.mt-box-account {}

	/* Buttons */
	.mt-btn-checkout { display: block; width: 86px; height: 24px; border: 0; text-indent: -9999px; cursor: pointer; background: url(../images/custom/mt-btn-checkout.png) no-repeat 0 0; }
	.mt-btn-compare { display: block; width: 86px; height: 24px; border: 0; text-indent: -9999px; cursor: pointer; background: url(../images/custom/mt-btn-compare.png) no-repeat 0 0; }
	.mt-btn-subscribe { display: block; width: 86px; height: 24px; border: 0; text-indent: -9999px; cursor: pointer; background: url(../images/custom/mt-btn-subscribe.png) no-repeat 0 0; }
	.mt-btn-checkout:hover, 
	.mt-btn-compare:hover,
	.mt-btn-subscribe:hover { background-position: 0 -24px; }
	
	.mt-btn-addtocart { display: block; width: 91px; height: 25px; border: 0; text-indent: -9999px; cursor: pointer; background: url(../images/custom/mt-btn-addtocart.png) no-repeat 0 0; }
	.mt-btn-addtocart:hover { background-position: 0 -25px; }
	
	/* Switches: Store, Currency, Language */
	
		/* Store */
		.store-switcher { float: left; }
		.store-switcher label { float: left; color: #000; }
		.store-switcher select { float: left; margin-left: 10px; color: #000; }
		
		/* Currency */
		.mt-currency-switch { float: left; clear: left; }
		.mt-currency-switch select {  margin-right: 15px; color: #000;}
		.mt-currency-switch  .mt-switch-label { margin-right: 2px; color: #000; }
		
		/* Language */
		.mt-language-switch { float: left; margin-right: 15px; }
		.mt-language-switch select { width: 88px; color: #000; }
		.mt-language-switch .mt-switch-label { margin-right: 2px; color: #000; }
	
	/* Footer Content */
	.mt-footer-wrap { margin-top: 20px; padding: 25px 0; width: 100%; display: inline-block; background: #e0e0e0 url(../images/custom/newfooterbwnologo.jpg) right center no-repeat; background-color: #e0e0e0;}
	.mt-footer { padding: 0; margin: 0; }
	.mt-footer-left { float: left; width: 60%; }
	.mt-footer-right { float: right; width: 40%; }
	
		/* Footer Mode */
		.mt-footer-mode-default { width: 990px; margin: 0 auto; }
	
	/* Footer Promotions */
	.mt-footer-promotions { width: 990px; margin: 12px auto 0; }
	.mt-footer-promotions .fp-anchor { margin-right: 2px; }
	
	/* Footer Map */
	.mt-footer-map { width: 990px; margin: 0 auto; padding: 15px 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	.mt-footer-maptitle { padding-bottom: 20px; text-transform: uppercase; color: #3e3e3e; }
	.mt-footer-maptitle h3 {font-size: 12px;}
	.mt-footer-map ul.fm-ul { float: left; margin-right: 60px; }
	.mt-footer-map ul.fm-ul li { }
	.mt-footer-map ul.fm-ul li span.fmu-grey { color: #5d5d5d; }
	.mt-footer-map ul.fm-ul li a { text-decoration: none; line-height: 17px; }
	
	.mt-fm-newsletter { width: 198px; float: left; }
	.mt-fm-newsletter .mt-fmn-label { float: left; padding-bottom: 3px; }
	.mt-fm-newsletter .mt-fmn-input { float: left; }
	.mt-fm-newsletter .mt-fmn-input-box { padding: 3px; width: 191px; }
	.mt-fm-newsletter .mt-fmn-button { float: right; padding: 3px 0; }
	
	.links { display: none; }
	.mt-copymsg { float: right; color: #67635e; }
	.mt-footer ul { float: left; margin-left: -5px; }
	.mt-footer ul li { float: left; }
	.mt-footer ul li a { line-height: 50px; padding: 0 5px; border-right: 1px solid #989898; color: #67635e; text-decoration: none; }
	.mt-footer ul li a img { vertical-align: middle; border-right: none !important;}
	.mt-footer ul li a:hover { color: #000; }
	.mt-footer ul li.last { margin-right: 5px; }
	.mt-footer ul li.last a { }
	
		/* Footer Links */
		.mt-footlinks { float: left; }
		.mt-footlinks li { float: left; }
		.mt-footlinks li a { line-height: 50px; padding: 0 5px; border-right: 1px solid #989898; color: #67635e; }
		.mt-footlinks li a:hover { color: #000; }
		.mt-footlinks li.first a { }
		.mt-footlinks li.last a { border: 0; }
	
	.mt-seolinks { float: left; padding: 18px 0; }
	.mt-switch { float: left; }
	.mt-sitemap li { float: none !important; }
	
	/* Designed By */
	.mt-designedby { float: right; padding: 15px 0 0 15px; }
	.mt-designedby a { display: block; background: url(../images/custom/theme-exchange.png) no-repeat 0 0; width: 24px; height: 21px; text-indent: -9999px; }
			
	/* Clears & Floats */
	.clear { clear: both; }
	.right { float: right; }
	.left { float: left; }
	
	/* Custom Meinl Stuff */
	.coffeesplash {
		background: url('//s3.amazonaws.com/meinlimages/coffeeSplash_150.png');
		height:150px;
		margin-top:-150px;
		margin-left:250px;
		background-repeat:no-repeat;
		z-index: -1000;
	}		
	
	input[name="payment"] {
		height: 25px;
		border: 0;
		cursor: pointer;
		background: #F01119;
		color: #fff;
		padding: 0 10px;
		margin: 10px 0 10px 50%;
	}

.buttons-set .button.button-create-account{
    float:none;
    margin-right: 10px;
}	



/* Added by customweb, 2015-09-16 */
.payment-methods dt .iradio,
.shipment-methods dt .iradio {
	display: inline-block;
	margin-right: 5px;
}

.giftTxtMessage .icheckbox,
.couponLabel .icheckbox {
	display: inline-block;
	margin-right: 5px;
}

#coupon-fields {
	margin-top:5px;
}

.onestepcheckout-giftmessages {
	margin-top: 10px;
}

@media (max-width: 750px) {
    div[id*="b_33fc59b4"] div {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}