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

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

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


/* Layout ================================================================================ */
.wrapper {}
.page-print { background:#fff; padding:1.5em !important; text-align:left; }
.page-empty { background:#fff; padding:1.5em !important; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {text-align:left;}
.cms-home .main {margin-top: 0 !important; }
.main { /* border: 1px solid #e9e9e9; */  margin: 45px 0 25px; min-height: 560px; }
.checkout-onepage-index .main {}

/* Base Columns */
.col-left { }
.col-main { }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { }

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

/* 3 Columns Layout */ 
.col3-layout .col-main { width:57%; margin:1em; }

/* Content Columns */
.col2-set .col-1 { }
.col2-set .col-2 { }
.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 ========================================================================= */
input.qty { width:2.5em !important; }
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 { }
.form-list label { float:left; 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;*/ position:relative; }
.form-list .field { }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { }
.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 { margin:5px 0 0; padding:5px 0; border-top:1px solid #e9e9e9; text-align: right;}
.buttons-set .back-link { /* float:left; */ }
.buttons-set button.button { /* float:right; */}
.buttons-set p.required { margin:0 0 5px; }
.buttons-set-order {}
.form-alt {margin: 0 !important}
.form-alt .input-text {width: 100% !important;}

/* .fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 13px 33px; margin:28px 0; }
 .fieldset .legend { float:left; font-weight:700; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; } */
 .fieldset .legend { float:left; font-weight:700; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; } */

/* 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:cornsilk !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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:700; }
.error { color:#f00; font-weight:700; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { }
.messages li li { margin:0 0 3px; text-align:center; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:0px !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:700 !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; }
.original-msg {position:absolute; top:1em; right:1em; width:100px;  }

/* BreadCrumbs */
.breadcrumbs, .breadcrumb { padding-left: 0 !important;}
.breadcrumbs li { }
.breadcrumbs a, .breadcrumb a  { color: #bdc3c7}
.breadcrumbs li a:hover {color: #E53B2C;}

/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2 { }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.page-title .label {line-height: 32px !important; font-weight: 300 !important}
.page-header .sub-link { margin-top: 24px; font-size: 14px; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid #e9e9e9; }
.cw-category-featured .page-header {padding-bottom: 0 !important; border: none;}
.title-buttons { }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { }

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

/* Pager */
.pager { }
.pager .amount { }
.pager .limiter { }
.pager .pages { }
.pager .pages ol { }
.pager .pages li { }
.pager .pages .current { }
.pager .amount, .pager .pages strong, .pager .limiter {color: rgba(0, 0, 0, 0.3);}
.pagination {margin: 0 !important;}

/* Sorter */
.sorter {  }
.sorter .view-mode { }
.sorter .sort-by { }
.sorter .link-feed {}

/* Toolbar */
.toolbar {margin: 0 0 1em;  }
.toolbar .pager { }
.toolbar .sorter {  }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px; font-weight:700; white-space:nowrap; }
.data-table td { padding:10px; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.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 { }
.data-table tbody.even { background-color:#f6f6f6; }
.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:700; }
.data-table td.value {}

/* Shopping cart table*/
#shopping-cart-table img {max-width: none !important;}

/* 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 { }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:square outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:700; }
.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:700; }
.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:700; }
.std i,
.std em { font-style:italic; }
.std h2, .std h3 {background: none !important; border: none !important; color: #333 !important;}

.page-empty .std {font-size:13px !important;}
.page-empty .std p {margin: 0 0 0.5em !important;} 
.page-empty .std td {padding: 5px 10px !important;}
.page-empty .note-msg {padding-right:10px !important;}

/* Misc */ 
.links li { }
.links li.first { }
.links li.last { }

.link-cart { font-weight:700; color:#f00; }
.link-wishlist, .link-reorder, .link-compare { }
.link-wishlist { }
.link-wishlist:hover { }
.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 {  }
.btn-remove2 {  }
.btn-edit    {  }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:13px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:13px 0 13px; 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:13px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width: 130px; }
.header-container { }
.header { }
.header .logo {  }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:700; text-align:right; }
.header .quick-access { margin:0 1em ; padding:0.1em 0; }
.header .quick-access a {font-size: 11px;}
.header .welcome-msg a {}
.header .links { }
.header .links a { }
/*
.header .form-search {float: left; width: 54%; display: block; text-align: right; margin: 1em 0; position: relative;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:700; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .input-text {width: 55%; font-size: 13px; } */
.header .form-search .button {background: transparent url('../images/search_bg.png') no-repeat; color: #fff; border: none !important; padding: 10px; position: absolute; right: 8px; top: 8px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.header .form-search .button span span {display: none;} 
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation 
.nav-container {margin: 0 auto; padding: 0 16px; width: 970px; z-index: 999;}
#nav { width: 970px; margin: 0 auto;} */

/* All Levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; text-shadow: 1px 1px 1px white; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 Level */
#nav li { float:left; padding:5px 8px; margin-right: 1em }
#nav li.active a { color:#444; }
#nav a { float:left; background: transparent url('../images/nav_arr_nm.png') no-repeat 100% 50%; padding:5px 1em 5px 10px; color:#444; font-weight:700; }
#nav li.over a,
#nav a:hover { color:#999; }
#nav li.over,
#nav li.active {background:#ebebeb; }

/* 1st Level */
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border-bottom: 1px solid #ebebeb; background:none; margin:0; padding:5px 0; text-transform:none; }
#nav ul li.parent { background:url(../images/bkg_nav2.gif) no-repeat bottom right; }
#nav ul li.last { padding-bottom:5px; border: none; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight: normal !important; }

#speci {display:block !important; position: absolute; bottom: 0; left: 15em;}
#speci img {width:30em !important;}
/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:30px; left:-10000px; background: #fcfcfc; } /*}
border-bottom:2px solid #ddd;
padding:3px 10px;
background: #fcfcfc;
font-size:13px;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 10px 41px rgba(0,0,0,0.05);
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}*/
#nav div ul { position:static; width:auto; border:none;}

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; position:absolute;}

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#E53B2C !important; }

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


/* Sidebar =============================================================================== */
.sidebar {height: 100%; }

.block {}
.block .block-title { }
.block .block-title strong { font-size:13px; font-weight:700; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:700; }
.block .block-content { }
.block .block-content li.item { padding:0.5em 0; }
.block .btn-remove,
.block .btn-edit { }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.wp-related .block-title, .block-recent-posts .block-title {}
.wp-related .block-content li.item {background: none !important}
.post-title h1 {font-size: 32px !important;}

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

/* block-support */
.block-support {text-align: center; padding: 19px;  margin-bottom: 20px;}
.block-support p {line-height: 1.3em !important; margin-bottom: 10px !important;}

/* Mini Products List */
.mini-products-list li { float: left; padding:5px 0; width: 100%; }
.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:700; margin:0; }
.list-group .product-image {width:80px !important;}
.list-group .product-details { margin-left:105px !important; font-size:13px !important; }
.list-group .red-btn {font-size:14px; padding:8px 1.5em;} 
/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav { padding: 10px 0 0; background: #fff; }
.block-layered-nav ul {margin: 0 !important;}
.block-layered-nav select {height: 30px !important; color: #232323; font-size: 13px !important;}
.block-layered-nav dt { font-weight:700; }
.block-layered-nav dd { margin: 1.5em 0; }
.block-layered-nav .block-content {padding:1em 0 !important;}
.block-layered-nav ol {margin: 0; padding: 0;}
.block-layered-nav li { }
.block-layered-nav .currently {}
.block-layered-nav .currently .label { font-size: 14px; padding: 4px 12px !important; line-height: 24px !important;}
.block-layered-nav .btn {margin-bottom: 10px;}
.block-layered-nav .currently .btn-remove {color: #fff;}
.block-layered-nav .btn-remove {margin:8px 3px 0 0; color: #fff; }

/* Block: Cart */
.block-cart {min-width: 300px !important; padding: 10px 20px !important; }
.block-cart > li { }
.block-cart .divider {padding: 0 !important}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal {  }
.block-cart .total {margin-top: 15px; float: left; font-size: 14px; font-weight: 700;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {margin: 1em 0; float: left; }
.block-related .block-subtitle {font-size: 11px; color: rgba(0, 0, 0, 0.3);}
.block-related li { padding:5px 0; margin-bottom:10px; }
.block-related input[type="checkbox"] { float:left; margin:0 -20px 0 0 !important; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }


/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed { border: none !important;}
.block-viewed li.even {}
.block-viewed .products-grid li.item { }

/* Block: Freq Bought */
.block-freq {}
.block-freq input[type="checkbox"] { margin:0 10px 0 0 !important; }
.list-checkbox-related span {display: inline;}

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

/* Block: Poll */
.block-poll {}
.block-poll label {}
.block-poll input.radio { }
.block-poll .label { }
.block-poll li {  }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:700; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

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

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

/* Block: Login */
.block-login label { font-weight:700; 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 !important; */ margin-top:10px !important;}
.category-title h1 { margin-top:0 !important; font-size: 42px !important;}
.category-title .label {font-weight: normal !important;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {padding: 20px 0;}
.category-products .products-grid .item {height:350px;}
.sub-nav li a { font-size:14px !important; font-weight:300 !important;}
.sub-nav {margin: 0 !important; }

/* View Type: Grid */
.products-grid { }
.products-grid .first {margin-left: 0 !important;}
.products-grid .last { border-bottom:0; }
.products-grid .item { position:relative; /* height:350px; */}
.products-grid li.item img {max-width: 100%;}
.products-grid li.item .price-label {display: none;}
.products-grid .product-image {}
.products-grid .product-name { }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .price-box p {padding: 0 !important;}
.products-grid .availability { }
.products-grid .actions {  position: relative; }
.products-grid .add-to-links { clear:both; }
.products-grid .add-to-links li { display:inline; }
.products-grid .ratings .amount a {color: #bdc3c7;}
.products-grid .no-rating {display: none;}
.products-grid .item .is_sales, .tile .tile-content .is_sales {position:absolute; top:1em; right: 0; text-align:center; color:#fff; font-weight:700; padding-left: 5px }
.products-grid .caption {height: 150px; margin-top: 10px;}

/* most viewed + best sellers */
h3.sldbx-tt {margin: 18px 0; font-size: 16.5pt; font-weight: normal; text-shadow: 1px 1px 1px white; }
.crosssell .sldbx-tt {color:#999;}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid { padding-left: 0 !important;}
.col1-layout .products-grid p {margin: 0 !important;}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:13px 10px; margin: 0 !important; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-shop .c-box {text-align: center !important}
.products-list .product-name { margin:0 0 5px; font-weight:700; 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-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; }

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


/* Product View ========================================================================== */
/* Rating */
.no-rating {}

.ratings, .no-rating { }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links {  }
.ratings .rating-links a {color: #888;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:12px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; display: inline-block;}
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { }
.ratings .amount {}

.ratings-table {float: left; width: 100%; margin: 0 0 1em 0;}
.ratings-table th,
.ratings-table td { }
.ratings-table th { font-weight:normal; padding-right:8px; width: 50%; }

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

.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 #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

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

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

/* STOCK ALERT @@ */
.pwc .controls {margin-left: 20px !important;}
.pwc .controls label {width: 80% !important;}

/********** < Product Prices */
.price { white-space:nowrap !important; font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif; font-weight: 700;}
.price-label {display:none;}

.price-box {}
.price-box .price { font-weight:700; }
.price-box p {padding: 0 !important;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:700; color:#444; }

/* Old price */
.old-price { margin-bottom: 0;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:700; text-decoration:line-through; color: #999; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price { font-weight:700; color:#e53b2c; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:700; 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:700; }

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

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

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

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

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

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

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

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

.tier-prices-grouped {}

/* Add to Links */
.add-to-links {margin: 15px 0 0; }
.add-to-links a {color: #666;}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { margin-right:5px; }
.add-to-cart .qty { }
.add-to-cart button.button {}
.add-to-cart button.btn-cart, .top-cart button.button { padding: 10px 5px; font-size: 9.5pt; font-weight: 700; line-height: normal; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.add-to-cart button.checkout-btn {font-size: 16px !important;}

.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; }

/* Product page right box */
.rgbox {float: right; width: 32%; /* position: absolute; top: 0; right: 0; */ text-align: center;}
.alert-price a,
.alert-stock a,
.guide-box a {font-size:11px; color:rgba(0, 0, 0, 0.3);}

.alert-price a:hover,
.alert-stock a:hover,
.guide-box a:hover {
	color:#E53B2C;
}

/* Add to Links + Add to Cart */
.add-to-box {text-align: center; margin-bottom: 0 !important;}
.add-to-box, .product-options-bottom {  }
.add-to-box .add-to-cart {}
.add-to-box .add-to-cart .btn {}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { }
.add-to-box .add-to-links li { }

.product-view {margin-bottom: 1.5em;}

.product-essential { }

.product-collateral {position: relative;}
.product-collateral .affix {}
.product-collateral .product-nav {background: #fff8dc; border-bottom: 0;}
.product-collateral .product-nav .product-name {font-size: 16px; margin: 10px 0 0 10px; line-height: 24px !important;}
.product-collateral .box-collateral { }
.product-collateral .box-collateral .page-header { padding: 0 !important; }
.box-collateral .page-header h2 {font-size: 22px !important;}

/* facebook comment box */
.product-collateral .box-comments {}

/* Product Images */
.product-view .product-img-box { }
.product-view .product-img-box .product-image { border: 1px solid #e9e9e9; }
.product-view .product-img-box .product-image-zoom { position:relative; text-align:center; z-index:9; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views .small, .zoom-notice {font-size: 10px; color: rgba(0, 0, 0, 0.3);}
.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 4px 8px 4px ; }

.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-view .product-shop { /* margin-left: 0 !important; padding-left: 20px; border-left: 1px solid #e9e9e9; */}
.product-view .product-shop .buttons-set {}
.product-view .product-shop .ratings-table {float:none;}
/*.product-view .product-name, .product-view .product-pricing , .product-view .ratings, .product-view .no-rating, .product-view .short-description , .product-view .price-box, .product-view .block-related .block-subtitle { width:60%;}*/
.product-view .product-name h1 { margin-top: 0; border-bottom: 1px solid #ecf0f1; padding-bottom: 20px; font-weight: 600; font-size: 28px !important; line-height: 38px !important}
.product-view .product-shop {margin-bottom: 10px;}
.product-view .product-shop .special-price .price, .product-view .product-shop .regular-price .price {font-size: 18px; }
.product-view .short-description .std { }
.product-view .side-nav {background: #eee;}

/* product view shipping*/
.product-view .estimate-shipping {}
.product-view .shipping-form .form-list li {padding-left: 0 !important}
.product-view .shipping-box .ship-methods { }
.product-view .shipping-box .ship-methods li {list-style: none; font-weight: 700 !important; list-style-position: inside;}

/* Product Options */
.product-options { padding:0.5em 1.5em; margin:10px 0 0; border:1px solid #ddd; width:55%; }
.product-options dt label { font-weight:700; }
.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:10px 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 {}
.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 {  }

.product-options-bottom { padding:10px; border:1px solid #ddd; }
.product-options-bottom .price-box { margin:10px 0; display:none; }

/* Grouped Product */
.product-view .grouped-items-table {width: 65%;}
.product-view .grouped-items-table td {padding: 5px 0 !important;}

/* Block: Description */
.product-view .box-description {}
.product-view .box-description .std table {width: 100% !important;}
.product-view .box-description .std table td {width: 49% !important;}

/* Specs data table */
#specs {width: 100% !important;}
#specs th {width: 20% !important; background: none !important; padding: 1.5em 10px 1.5em 0; border-top: 1px solid #ebebeb; font-weight: 700 !important;}
#specs td {width: 80%; margin: 0; padding: 1.5em 0 1.5em 1.5em; vertical-align: top; border-top: 1px solid #e9e9e9; }

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


/* Block: Upsell */
.product-view .box-up-sell, .product-view .box-related-blog { /* float: right; width: 100%; */}
.product-view .box-up-sell .products-grid td { width:25%; }
.product-view .box-up-sell h2 { }
.product-view .box-up-sell .item .product-name, .product-view .box-up-sell .item .price-box {width: 100% !important;}
.product-view .box-up-sell .item .price-label {display: none;}


/* 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; }
.product-view .box-tags .product-tags li {float:left; display:inline;}

/* Block: Reviews */
.product-view .box-reviews { }
.product-view .box-reviews .row {margin-bottom: 15px;}
.product-view .box-reviews dt {margin:0.7em 0 2em 0; width:35%} 
.product-view .box-reviews dl {}
.product-view .box-reviews dd {margin:0 0 2em 0; float:left; width: 100%;}
.product-view .box-reviews .form-add {}
.product-view .box-reviews .form-add .tt { background:cornsilk; padding:10px 10px 0 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px}
.product-view .box-reviews .form-add .buttons-set {border: none !important; background: #f7f7f7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px}
.product-view .box-reviews .form-add .form-list li {float: left; width: 50%;}
.product-view .box-reviews .form-add .form-list textarea {width: 280px !important; height: 6em !important;}
.product-view .box-reviews .review-title { color: #444;}
.product-view .box-reviews .show-review { }
.product-view .box-reviews .title {border-bottom: 1px dotted #e9e9e9; font-size: 15px; font-weight: 400 !important;}
.product-view .box-reviews .show-review:hover {color:#fff !important;}
.product-view .box-reviews .rtt {color:rgba(0, 0, 0, 0.3);}
.product-view .box-reviews .rtt strong {color:#E53B2C !important; font-weight: 300 !important;}
#product-review-table {margin-bottom: 20px;}
#product-review-table th {padding: 0 !important;}
#review_field, #summary_field {width: 95% !important; border: 1px solid #ddd !important;}
#nickname_field {margin-top: 5px !important; border: 1px solid #ddd !important;}

/* Block Poll product-view */
.product-view .block-poll {float:right; width:100%; }
.product-view .block-poll .block-title { }
.product-view .block-poll .block-content {background: cornsilk !important; padding: 20px;}
#product-attribute-specs-table tr.even { }
#product-attribute-specs-table th.label {width: 40%; padding: 5px 0 !important;}

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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; line-height: 1.4em; font-family: "Open Sans", Helvetica, Arial, sans-serif;  }
.product-name a { color:#666;}
.product-name a:hover {color: #af2216}

/* 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:13px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:700; }
.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; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { }

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

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .button {}
.cart-table thead { }
.cart-table .even td {border-top:1px dotted #CCC;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0; }
.cart .cart-collaterals .col2-set { }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:700; }
.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:13px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {}
.cart .discount input {width: auto !important;}
.cart .discount .buttons-set {margin:0 !important; padding:0 !important; border:none;}
.cart .discount .buttons-set button.button {float:none !important;}
.cart .shipping {}
.cart .shipping .form-list select {}
.cart .shipping .shipping-form .country, .cart .shipping .shipping-form .postcode, .product-view .estimate-shipping  .shipping-form .country, .product-view .estimate-shipping .shipping-form .postcode {display: none;}
.cart .shipping .buttons-set {float: left; width: 100%;}

/* estimate form */
.cart .shipping h2, .estimate-shipping .shipping h2 { font-size: 14px; font-weight: 700; line-height: 24px; }
.cart .shipping .region_id label, .estimate-shipping .shipping .region_id label {display: none;}
.estimate-shipping .shipping .form-list {}
.estimate-shipping .shipping .form-list .input-box {clear: none !important;}
.estimate-shipping .shipping .buttons-set {margin: 0; padding: 0; border: none; }
select#region_id { margin-bottom:0 !important}

/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width:100%; border-top:1px solid #ddd; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:700; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:700; 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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:700; 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 */
.sp-methods {}
.sp-methods .payment-icon img {width:120px; float:left; margin-right:10px;}
.sp-methods dt { font-weight:700; }
.sp-methods dd { margin:0; float: left; width: 100%;}
.sp-methods ul {margin: 0 !important;}
.sp-methods .payment-details 
.sp-methods .price { font-weight:700; }
.sp-methods .form-list {}
.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 li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

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

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

.sp-methods .df-checked label {color:#E53B2C !important;}

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

/* Method details */
.method-details, .payment-details, .checkout-agreements .agreement-content { font-style: italic; }
.payment-desc {}

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

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { }
.checkout-agreements .agree { padding:6px; }

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

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


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


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

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


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

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* 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:700; 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:700; 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 ol {margin: 0 !important;}
.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:700; }

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

.order-info-box {}

.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:700; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:700; 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 {  }
.product-review .product-img-box .product-image { }
.product-review .product-img-box .label {}
.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 {}
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt {}
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {color:#444; margin: 0 auto; background: #f4f5f6; border-top: 1px solid #e9e9e9;}
.footer { margin: 15px 0; font-size: 12px;}
.footer p { }
.footer .address { float: left; text-align:center; width: 100%; }
.footer ul { margin: 1em 0 1em 10px;}
.footer ul li a {color:#666;}
.footer ul li a:hover {color: #E53B2C}
.footer-container .bottom-container { text-align:center; }
.misc {background:#333; padding:3px 0; font-size: 10px; color: #ebebeb;}
.address-box address { margin-bottom: 0 !important;}

/* footer subscribe*/
.footer .block-subscribe {}
.footer .block-subscribe p {padding: 3px 0 0 0; margin-left: 0 !important;}

/* featured function */
.footer .secondary h4 {padding: 0 0 5px 0; border-bottom: 1px solid #e9e9e9; font-size:14px !important;}
.featured-ctn .sf3 { padding:10px 0 0;}
.featured-ctn .media {margin-top: 0 !important;}
.featured-ctn .return, .featured-ctn .shipp, .featured-ctn .paym { color: #444; text-decoration: none;}

.featured-ctn .return {}
.featured-ctn .return:hover { }

.featured-ctn .shipp {  }
.featured-ctn .shipp:hover {}

.featured-ctn .paym { }
.featured-ctn .paym:hover {}

.featured-ctn h4 { margin: 0 !important; padding-bottom: 0; font-size: 14px !important; font-weight: 600 }
.featured-ctn p {text-align: left; line-height: 1em;}

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

/* featured style */
.price-label,
.small,
.block-layered-nav li,
.view-mode label,
.limiter label,
.sort-by label
{ }

.email-friend a,
.link-wishlist, 
.link-reorder, 
.link-compare, .shipping-msg { }

/* custom block */
.product-block {margin: 1em 0 !important; padding: 1em 0 0.5em 0 !important; position:relative; border: 1px solid #e9e9e9; border-left:0; border-right: 0;}
.product-block h5 {margin: 0; padding: 0 !important;}
.product-block a {color: #666}

/*test
.top-cart {position:relative; float:right; width: 12%; text-align: left; margin: 8px 1.5em 13px 0; padding:10px 0;}
.tg-content { padding:1em; position:absolute; width:280px; top:3em; right:-0.3em; background: white;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 10px 41px rgba(0,0,0,0.05);
box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
z-index: 9999;
display:none;
border-top: 3px solid #333;
}
.top-cart .amount {background:url('../images/cart.png') 0px 6.5px no-repeat; padding: 10px 20px 15px 20px; position: relative;}
.top-cart .amount .notif {position: absolute; top:4px; right: 10px; width: 15px; text-align: center; background: #E53B2C; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: 700; font-size: 10px; line-height: 1.4em;}
.top-cart .empty .amount .notif {background:#333;}
.top-cart .tpcrt, .top-cart .empty { padding: 9px 0.8em 13px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: rgba(0, 0, 0, 0.3);}
.top-cart .tpcrt:hover {background-color: #333; color: #fff; text-decoration: none; }
.top-cart .tpcrt:hover .amount {background:url('../images/cartw.png') 0px 6.5px no-repeat; }
.top-cart .summary {width:40%; float:left; font-weight:700;}
.top-cart .actions {width:40%; float:right; text-align:right;}
.top-cart .block-subtitle {float:left; width:100%; font-weight:700; padding-top:10px; border-top:1px solid #ddd; margin-top: 10px;}
.top-cart .mini-products-list {float:left; width: 100%;}
.top-cart .product-details .btn-remove , .top-cart .product-details .btn-edit {float:right; padding: 0 3px;}
.top-cart .product-name {width:75%;}
*/
.checkout-onepage-index .page-title h1 {}
#checkout-progress-wrapper {}

.block-progress { border:0; margin: 1.5em 0 0; padding: 0;  }
.block-progress .block-title { background:none; border:0; padding:8px 0; margin:0; }
.block-progress .block-title strong {  }
.block-progress .block-content { }
.block-progress dt {  }
.block-progress dd {  }
.block-progress dt.complete { margin:0; }
.block-progress .complete a {color:rgba(0, 0, 0, 0.3); font-weight:normal;}
.block-progress dd.complete { margin-bottom: 1.5em; }
.block-progress p { margin:0; }
.block-progress address {margin: 0;}
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:13px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }
.block-progress .nav-list {padding-left: 0 !important}

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

.opc { position:relative; height: 640px; margin:0 !important;}
.opc .step form {}
.opc .form-list .input-box {clear:none !important}
.opc li.section {}
.opc .form-list .field {width:100% !important;}

.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { display:inline-block; }
.opc .step-title { position:relative; float:left; text-align:center; margin-left:-1px; background: #eee;}
.opc .step-title a { color:#888;}
.opc .step-title .number {font-size:33px; margin-top:10px; font-weight:700; padding:10px; }
.opc .step-title h2 { font-size:13px; line-height:1.4em !important; color: #888; margin:0; padding:15px 10px;text-align:left;}
#opc-review .step-title {}
#opc-review .step-title h2 {}


.opc .allow .step-title { cursor:pointer; background:#ddd; }
.opc .allow .step-title .number { color:#fff; }
.opc .allow .step-title h2 { color:#888; }

.opc .active .step-title { color:#888; cursor:default; z-index:2; background:#f1592a; }
.opc .active .step-title .number { border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#fff; background:#444;}

.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { }
.opc .step-title { width:19%; margin-left:1%;  }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:20px 10px; position:absolute; top:100px; left:0; z-index:1; width:100%; }
.opc .step .tool-tip { right:30px; }
.opc .button-set {}

.opc .form-list li.wide input.input-text { width:454px; }

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

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

#opc-review .step {}
#opc-review .product-name { font-weight:700; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; }
#opc-review .buttons-set p { margin:0; line-height:40px; color: #999; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:700; text-align:center; padding:10px 10px 0; }
#opc-review .data-table thead { background: white !important; }
#opc-review .data-table tfoot {}
#opc-review .data-table img {max-width: 55px !important;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:700; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

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

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

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

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

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

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

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

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

/* Validate details */
.example-value {color:#999; font-size:11px;}

#topctn {
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  overflow: hidden;
  width: 41px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../images/back_to_top.png') no-repeat left top;
  z-index: 500;
}

#topbtn {
  background: url('../images/back_to_top.png') no-repeat left -40px;
  width: 41px;
  height: 40px;
  display: block;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* banner format */
.hbn {list-style:none}
.hbn li {float:left; display:inline-block; margin:10px 10px 0 0 }

/* support div */
.contact-supports {width: 100%;}
.contact-supports li {float: left; width: 18%; list-style: none; margin: 1em 1em 1em 0;}
.contact-supports li strong {}

.events {text-align: center;}
.events .add-on {background: #f78f1e !important; border-color: #f78f1e !important; color: #fff;}
.events .block-content {margin-bottom: 0;}
.inverse {background: #fff8dc; padding: 30px 0 0 0;}
.black {background-color: #111 !important;}

#gtabs {background: #fff !important;}
#gtabs ul {padding: 0 !important;}
#gtabs .page-header {margin: 10px 0 5px 0 !important; border-bottom: none !important;}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:15px;height:15px; text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px; display:none !important;}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:16px;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.rating-cancel .radio, div.star-rating .radio {padding: 5px !important}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* Faceook comment */
.fb_iframe_widget { }
.fbFeedbackContent .composer {background-color:#fff !important;}
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	/* width: 100% !important; */
}


/** CSS for Meanbee Ordershare **/

.ordershare h2 {
   margin:10px 0 20px;
}

.ordershare .product {
   float:left;
   margin:10px 30px;
}

.ordershare .product ul {
   list-style:none;
   padding:0;
   margin:20px 0;
   overflow:hidden;
   padding-left:20px;
}

.ordershare .product ul li {
   float:left;
   width:46px;
   height:46px;
   margin:0 20px 0 0;
}

.ordershare .product ul li a {
   display:block;
   width:44px;
   height:44px;
   overflow:hidden;
   border:1px solid transparent;
   line-height:64px;
   text-decoration:none;

   /* css3 */
   text-shadow:0 -1px 0 rgba(0,0,0,0.5);
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px; /* standards version last */
}

.ordershare .product ul li a:hover,
.ordershare .product ul li a:focus,
.ordershare .product ul li a:active {
   opacity:0.8;
   border-color:#000;
}

.ordershare .product div.share {
    padding:10px;    
}

.ordershare .product div.facebook,
.ordershare .product div.twitter {
    float:left;
}

.ordershare .product div.facebook {
    margin-left:10px;
}

/* ------------------------------------------------------------------------------------
--  FACEBOOK
------------------------------------------------------------------------------------ */

.ordershare .product ul li.facebook a {
    position:relative;
    border-color:#3c5a98;
    text-transform:lowercase;
    text-indent:25px;
    letter-spacing:10px;
    font-weight:700;
    font-size:44px;
    line-height:46px;
    color:#fff;
    background:#3c5a98;

    /* css3 */
    /* NOTE: box-shadow is not currently in any CSS3 module. It may be reappear in a different form altogether */
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
    box-shadow:0 0 4px rgba(0,0,0,0.4); /* standards version last */
}

/* ------------------------------------------------------------------------------------
--  TWITTER
------------------------------------------------------------------------------------ */

.ordershare .product ul li.twitter a {
    position:relative;
    border-color:#a8eaec;
    text-transform:lowercase;
    text-indent:15px;
    letter-spacing:40px;
    font:700 40px/1 Tahoma, sans-serif;
    line-height:40px;
    color:#76DDF8;
    background:#daf6f7;

    /* css3 */
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
    /* NOTE: box-shadow is not currently in any CSS3 module. It may be reappear in a different form altogether */
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
    box-shadow:0 0 4px rgba(0,0,0,0.4); /* standards version last */
    /* NOTE: webkit gradient implementation is not as per spec */
    background:-webkit-gradient(linear, left top, left bottom, from(#dbf7f8), to(#88e1e6));
    background:-moz-linear-gradient(top, #dbf7f8, #88e1e6);
    background:linear-gradient(top, #dbf7f8, #88e1e6); /* standards version last */
}


/* modalbox */

#gm-wrapper {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #ebebeb!important;
        opacity: 0.1;
}

#global_messages {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0;
	left:0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
	opacity: 1;
}

#global_messages_close {
      position: absolute;
      top: 13px;
      right: 13px;
      z-index: 10000;
      display: block;
      width: 15px;
      height: 13px;
      background: #666;
      text-align: center;
      color: #fff;
      font-size: 15px;
      line-height: 15px;
      text-decoration: none;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
}

.checkout-note {float:left; width:100%; }
.checkout-note ul {margin: 0 !important;}

/* featured box 
.box2-cols li.item, .box3-cols li.item {text-align:left;}
.box2-cols .product-name, .box3-cols .product-name {line-height:1.8em; font-weight:700 !important; margin:0 1em 0 0; }
.box2-cols li.item {width:47.5% !important; height:360px !important; position: relative;}
.box3-cols li.item {width:31% !important; height: auto !important;}
.box4-cols li.item {height: auto !important;}
.box3-cols li.last {border-right: none !important;}
.box2-cols .extra-bx {position: absolute; bottom: 0; text-align: center; float: left; width: 100%;}
.extra-bx .ratings, .extra-bx .no-rating {width:140px; margin: 7px auto !important;}
.extra-bx .ratings .amount a {color: rgba(0, 0, 0, 0.3); }
.box2-cols  .add-box .price-box {margin: 10px 0 0} */
.featured-list ul {padding: 0 !important;}
.featured-list .caption {min-height: 240px !important;}
.featured-list .span2 .caption {min-height: auto !important;}
.featured-list .span3 .product-name {font-weight: 600; }
.featured-list .product-name {color: #444 !important;}
.featured-list .rating-links {display: none;}
.box4-cols .add-box .discount {}

.sale-off .caption { line-height: 18px; position: relative;}
.sale-off .actions {position: absolute; bottom: 25px; width: 100%;}
.sale-off .caption .label {padding: 10px;}
.sale-off .price-box {margin: 12px 0 0 0 !important;}
.sale-off .amount {display: none;}

/* home block */
.home-ctn {background: #fff; margin-top: 45px;}
.home {}
.home ul {padding: 0 !important;}
.home .carousel, .home .carousel-inner > .active {height: 420px !important; text-align: right;}
.home .carousel {overflow: hidden;}
.home .carousel .well {background: transparent !important; padding-right: 0 !important;}

.deal-page {background: transparent !important; padding: 30px 0; font-size: 18px; font-weight: 300; line-height: 32px; text-align: left;}
.deal-page h2 {font-size: 34px;}
.deal-page a:hover {text-decoration: none; color: #e53b2c}
.deal-page .big-img {overflow: hidden; height: 540px !important;}
.deal-page .muted { font-weight: 300 !important }
.deal-page .dl-horizontal {margin: 0 !important;}
.deal-page .right-text {text-align: right;}
.deal-page .is_sales {top: 0; left: 0 !important;}
.deal-page .is_sales .label {padding: 20px;}

/*.is_sales, .is_bestseller, .is_new {width:40px; height:40px;}*/

.is_sales {font-size: 13px !important;}
.is_bestseller {background: blue;}
.is_new { color: #fff !important; font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif; font-size: 11px !important;}

/* seach no result contact */
.contact-sb {margin:1em 0; }
.contact-sb p {padding:0 0 2px 0 !important;}

/* checkout validation */
.image-validate-false, .validate-success, .example-value {position:absolute; left: 290px; top:-2px; width:310px; border-color: #D5D5D5;}
.image-validate-false, .example-value {border-width: 0 0 1px;
-webkit-box-shadow: 0 5px 2em -10px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 2em -10px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 2em -10px rgba(0, 0, 0, 0.15);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
min-height: 18px !important;}

.example-value {width: 340px !important; padding: 0 0 5px 0; background: url('../images/lft_arrw.png') 0 -15px no-repeat;}
.wide .image-validate-false {top:50px !important;}
.wide .validate-success {top: 0 !important; left: 470px !important}
.validate-success {background:transparent url(../images/i_msg-success.gif);}

.add-related {background: transparent url('../images/plus.png') no-repeat right; padding-right: 20px;}
.list-related-image li.last {background: none !important; padding-right: 0;}
.list-related-image {float: left; display:block; margin: 0 1.5em 1em 0;}
.list-related-image li{float:left; margin: 0 1em 1em 0;}
.list-checkbox-related {float: left; display:block; width: 100%;}
.list-checkbox-related .product-name {width: auto !important;}
.list-checkbox-related .product-name a {color: #f1592a !important;}
.list-checkbox-related .small, .action-add-related .small {}
.list-checkbox-related .price-box, .list-checkbox-related .price-box p {display: inline; width: auto !important; padding-left: 5px;}
.list-checkbox-related .price-label {display:none;}
.action-add-related {}
.action-add-related .red-btn {}

.sf1 {font-size: 16px !important}
.sf2 {font-size: 14px !important; color: #ddd;}
.sf3 {font-size: 24px !important;}
.nav .sf1 {font-size: 13px !important;}

.blue, .orange, .green, .red {border: 0 !important; border-top: 3px solid #e9e9e9 !important;}
.blue {border-color: #00a5ff !important;}
.green {border-color: #81c000 !important}
.orange {border-color: #ff4001 !important}
.red {border-color: #e53b2c !important}
.white {color: #fff !important;}
.blue:hover, .orange:hover, .green:hover, .red:hover {border-color: #232323 !important;}
.sub-banner .thumbnail {} 
.sub-banner .well {background: #fff !important;}
.btn-gray {background: #fff8dc !important; color: #232323 !important;}
.btn-gray:hover {background: #f1592a !important; color: #fff !important;}

.mega-menu {min-width: 800px !important; height: auto !important; /* height: 400px !important; */ }
.dropdown-menu  ul { float: left; margin: 0 0 10px 0 !important; }
.dropdown-menu > ul { width: 30% !important; margin-left: 20px !important; }

/* @@ fix right menu position 
#menu36 .dropdown-menu, #menu47 .dropdown-menu {left: auto !important; right: 0 !important;}  */
/*
ul.nav li.dropdown:hover ul.dropdown-menu, ul.nav li.dropdown:hover div.mega-menu {
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
  content: none;
}
*/

.dropdown-menu  ul li a {float: left; width: 100%; }

/*PULL DOWN
.dropdown-menu {position: relative !important;}
.navbar .nav {position: relative;}
.navbar .nav > li > a { float: left; display: inline;}*/

.dropdown-menu ul:first-of-type { /* border-right: 1px solid black;  padding-left:20px */ }
a.level1 {font-weight: 600; color: #232323; margin-bottom: 5px;}
ul.level1 {border-top: 1px solid #e9e9e9; padding-top: 10px }
.ctn {border-left: 1px solid #eee;}
.larrow { width: 0px; height: 0px; border-style: solid; border-width: 22px 0 22px 15px; border-color: transparent transparent transparent #f1592a; position: absolute; top: 0; right: 0; }
.small-rarrow {width: 0px; height: 0px; border-style: solid; border-width: 10px 5px 10px 0; border-color: transparent transparent transparent #f1592a; display: inline-block;}
.nav-stacked > li {position: relative; padding-right: 8px;}

@media (max-width: 979px) {
	 /* fix mega-menu */
    .dropdown-menu ul { width: 100% !important; } 
    .nav > li {float:left !important; width: 100% !important;}
    .nav > li > a, .dropdown-menu a { float:left !important; width: 100% !important; z-index:999;}
    .nav-collapse .open > .dropdown-menu {margin: 0 !important;} 
    .navbar-search {float: left !important; width: 100% !important;}
    .dropdown-menu .column {margin: 0 !important;}
}

@media (min-width: 768px) and (max-width: 979px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {width: 100% !important;}
    .main {margin-top: 0px }
}

@media (max-width: 767px) {
     body {padding: 0 !important; font-family: "Open Sans", Helvetica, Arial, sans-serif;}
     .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin: 0 !important;}
     .container {margin: 0 20px !important;}
    .products-grid .item {height: auto !important; float: left !important; margin: 0 0 10px; padding-bottom: 10px !important; border-bottom: 1px solid #e9e9e9;}
    .products-grid .product-name {font-weight: 600;}
    .products-grid .product-name a {color: #444;}
    .products-grid .product-image {width: 30%; float:left;}
    .products-grid .caption {width: 65%; margin-left: 35%; height: auto !important; margin-top: 0;}
    .featured-list .products-grid .item {border: 0 !important;}
    .featured-list .products-grid .thumbnail { background: #fff;}
    .sale-off .actions {position: relative !important; bottom: 0 !important;}
}