/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 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          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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

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

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#000000; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
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 */
p             { margin:0 0 10px; line-height:1.35; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

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


/* Layout ================================================================================ */
.wrapper { min-width:950px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

.main { margin:0 0 0 13px; min-height:400px;padding:0 0 80px;text-align:left;width:937px; }
.main-container { width:950px; min-height:400px; margin:0 auto; text-align:left; background:url(../images/bg.gif) no-repeat 109px 100px; }
.col1-layout-index { width:1012px; min-height:400px; margin:0 auto; text-align:left; background:url(../images/bg.gif) no-repeat 109px 100px; }

/* Base Columns */
.col-left { float:left; width:191px; padding:0 0 1px; }
.col-main { float:left; width:768px; padding:0 0 1px; }
.col2-right-layout .main {width:937px; margin:0 0 0 13px;}
.col2-right-layout .col-main {float:left; width:735px; }
.col-right { float:right; width:191px; padding:0 0 1px; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-top:0px;width:737px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:538px; }
.col3-layout .col-wrapper { float:left; width:735px; }
.col3-layout .col-wrapper .col-main { float:right; }
.checkout-cart-index .col1-layout .main { width:937px; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000000; }
input.input-text,select,textarea { background:#fff; border:1px solid #e0dac6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:26px !important; }

button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

.button-set { /* Container for form buttons*/clear:both;margin-top:4em;border-top:1px solid #d8d6c5;padding-top:8px;text-align:right;}
.cart_left{ background:url(../images/cart_left.png) no-repeat; float:left; height:20px; width:4px;}	
.cart_right{ background:url(../images/cart_right.png) no-repeat; float:left; height:20px; width:4px;}

.tag_left{ background:url(../images/add_tag_left.gif) no-repeat scroll 0 0;float:left;height:24px;width:6px;}	
.tag_right{ background:url(../images/add_tag_right.gif) no-repeat scroll 0 0;float:left;height:24px;width:6px;}

.add_left{ background:url(../images/add_left.gif) no-repeat scroll 0 0;float:left;height:24px;width:6px;}	
.add_right{ background:url(../images/add_right.gif) no-repeat scroll 0 0;float:left;height:24px;width:6px;}		

button.button{ overflow:visible; width:auto; border:0px; background:url(../images/cart_bg.gif) repeat-x; cursor:pointer; font-weight:bold; height:20px; float:left; padding-bottom:0px; padding-left:5px; padding-right:5px;}
button.button, #ie8#fix{ overflow:visible; width:auto; border:0px; background:url(../images/cart_bg.gif) repeat-x; cursor:pointer; font-weight:bold; height:20px; float:left; padding-bottom:3px; padding-left:5px; padding-right:5px; }
button.button span { text-decoration:none; text-transform:lowercase; font-size:11px; text-align:center; color:#1d1d1d;}

button.btn-cart{ overflow:visible; width:auto; border:0px; background:url(../images/cart_bg.gif) repeat-x; cursor:pointer; font-weight:bold; height:20px; float:left; padding-bottom:0px; padding-left:5px; padding-right:5px; }
button.btn-cart, #ie8#fix{ overflow:visible; width:auto; border:0px; background:url(../images/cart_bg.gif) repeat-x; cursor:pointer; font-weight:bold; height:20px; float:left; padding-bottom:3px; padding-left:5px; padding-right:5px; }
button.btn-cart span { text-decoration:none; text-transform:lowercase; font-size:11px; text-align:center; color:#1d1d1d;}

button.btn-tag{ overflow:visible; width:auto; border:0px; background:url(../images/add_tag_mid.gif) repeat-x; cursor:pointer; font-weight:bold; height:24px; float:left; padding-bottom:0px; padding-left:5px; padding-right:5px;}
button.btn-tag, #ie8#fix{overflow:visible; width:auto; border:0px; background:url(../images/add_tag_mid.gif) repeat-x; cursor:pointer; font-weight:bold; height:24px; float:left; padding-bottom:3px; padding-left:5px; padding-right:5px; }
button.btn-tag span { text-decoration:none; text-transform:lowercase; font-size:11px; text-align:center; color:#1d1d1d;}
button.btn-checkout{ padding-bottom:0px;}
button.btn-checkout
{
overflow:visible; width:auto; border:0px; background:url(../images/add_mid.gif) repeat-x; cursor:pointer; font-weight:bold; height:24px; float:left; padding-bottom:0px; padding-left:5px; padding-right:5px;
}
button.btn-checkout, #ie8#fix{overflow:visible; width:auto; border:0px; background:url(../images/add_mid.gif) repeat-x; cursor:pointer; font-weight:bold; height:24px; float:left; padding-bottom:3px; padding-left:5px; padding-right:5px; }
button.btn-checkout span { text-decoration:none; text-transform:uppercase; font-size:11px; text-align:center; color:#1d1d1d;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
button.button{ padding-bottom:0px; }
button.btn-tag { padding-bottom:0px; }
button.btn-checkout { padding-bottom:0px; }
}

button.btn-checkout.no-checkout span { color:#f7f7f7; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#EFEFEF; }
/*.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:#000000; 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; }

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

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e6e6e6; text-align:right; }
.product-view .product-essential .buttons-set { clear:both; margin:0 0 0; padding:8px 0 0; border-top:none; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }

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

.fieldset { border:1px solid #e6e6e6; background:#F9F9F9; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #e6e6e6; background:#F9F9F9; color:#000; 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:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 2px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.note-msg,
.notice-msg { border:1px solid #E1E1E1; min-height:16px !important; padding:5px 8px 5px 15px !important; font-size:11px !important; font-weight:bold !important; }
.success-msg { border:1px solid #E1E1E1; background:#F8F8F8; color:#000; background-repeat:no-repeat !important; min-height:16px !important;padding:8px 8px 5px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg {background-color:#F8F8F8; color:#df280a; border:1px solid #E1E1E1;}
.note-msg,
.notice-msg {background-color:#F8F8F8; color:#3d6611; border:1px solid #E1E1E1;}

/* BreadCrumbs */
.breadcrumbs li { display:inline;  color:#000000; }
.breadcrumbs li strong, .breadcrumbs li span{ color:#000000; font-size:10px; }
.breadcrumbs {  margin-bottom:10px; font-size:.95em; line-height:1.25em; padding-top:5px;  }
.breadcrumbs a { color:#d1c3b4; font-size:10px;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:10px 0 10px; border-bottom:1px solid #E6E6E6; padding-bottom:5px;}
.category-title { width:100%; overflow:hidden; margin:0 0 20px; border-bottom:1px solid #E6E6E6; padding-bottom:2px;}
.col3-layout .page-title {padding-bottom:0px;padding-left:20px;padding-top:0px;width:100%; border-bottom:none;}
.col3-layout .category-title {padding-bottom:5px;padding-left:20px;padding-top:0px;width:100%;}
.bestseller-title h2, .featured-title h2, .newfeatures-title h2, .page-title h1,
.page-title h2 { color:#000000; font-size:12px; font-weight:bold; margin:0; }
.col-main .std .note-msg, .col-main .std .note-msg, .col-main .std .note-msg { margin:5px 0px;}
.col1-layout-index .std .note-msg { margin:5px 20px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; padding-right:35px; font-size:11px;}
.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 { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.col2-left-layout .col-main .my-account .pager { font-size:10px;/* background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/ padding:4px 8px; border-top:none; text-align:center;}
.pager { font-size:10px;/* background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/ padding:4px 8px; border-top:1px dashed #b0a4a4; text-align:center;}
.pager .amount { float:left; margin:0; padding-top:4px;}
.pager .limiter { float:right; width:129px; }
.pager .limiter label { padding-right:3px;padding-top:3px;vertical-align:middle; float:left;}
.pager .limiter select { font-size:10px; padding:1px; margin:0 0 1px; vertical-align:middle;  color:#ffffff; background-color:#C0B7B7; border:1px solid #C0B7B7;}
.pager .pages { margin:0 140px; padding:2px 0 0; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}
.pager a.next img{ margin:0px 0px 2px; #margin:0px; padding:0;}

/* Sorter */
.sorter { font-size:10px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/ padding:3px 8px; border-top:1px dashed #b0a4a4; }
.sorter .view-mode { font-size:10px; float:left; margin:0; color:#000000; padding-top:4px; }
.sorter .sort-by { font-size:10px; float:right; padding-right:0px; }
.sorter .sort-by label { font-size:10px; vertical-align:middle; color:#000000;}
.sorter .sort-by select { font-size:10px; padding:1px; margin:0 0 1px; vertical-align:middle; color:#ffffff; background-color:#C0B7B7; width:83px; border:1px solid #C0B7B7;}
.sorter .view-mode strong { color:#aaa8a8 !important; }
.sorter .view-mode .grid { border-right:1px solid #000; padding-right:6px; font-size:10px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.col3-layout .toolbar { margin:0px 15px 0px 20px;}
.toolbar .pager { padding:3px 8px; /*border-bottom:1px dashed #b0a4a4;*/ }
.category-products .toolbar .pager, .category-products .toolbar .sorter  { padding:3px 0px; }

.toolbar .sorter { border-bottom:1px dashed #b0a4a4; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #e6e6e6; }
.box-additional .data-table { width:100%; border:none; }
.data-table .odd  { background:#F9F9F9;}
.data-table .even { background:#F1F1F1; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #e6e6e6; padding:4px 8px; color:#918d85; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/ background-color:#5B5B5B; color:#ffffff;}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #e6e6e6; }
.data-table tfoot tr.first {/* background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;*/ }
.data-table tfoot tr { background-color:#e6e6e6 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #F9F9F9; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#F9F9F9 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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


/* Data Table for Cart */
.cart_product_name { padding-left:55px !important; }
.data-table1 { width:100%;}
.data-table1 tr {background:none }
.data-table1 .odd  { /*background:#fff*/ }
.data-table1 .even {/* background:#fff !important;*/ }
.data-table1 td.last, .data-table1 th.last { border-right:0; padding-left:25px; }
.data-table1 tr.last th	{ border-bottom:0 !important; color:#fff;font-size:11px;padding-top:10px;text-transform:uppercase; padding-bottom:10px; }
.data-table1 tr.last td { border-bottom:0 !important; color:#1b1a16;font-size:11px;text-transform:uppercase; }
.data-table1 th { /*border-right:1px solid #c2d3e0;*/ padding:2px 8px; color:#918d85; white-space:nowrap; }
.data-table1 th.wrap { white-space:normal; }
.data-table1 th a,
.data-table1 th a:hover { color:#fff; }
.data-table1 td { padding:10px; }
.data-table1 td input { background:#C0B7B7; border:1px solid #e9e9e9; color:#ffffff; text-align:center;}
.data-table1 thead tr th{background:#C0B7B7; font-size:11px; font-family:Arial; font-weight:bold;}
.data-table1 tfoot tr{ width:950px; background:#C0B7B7;}
.data-table1 tfoot td { padding-top:1px; padding:7px 20px 5px 20px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table1 tbody td { border-bottom:1px dashed #c9c8c6; vertical-align:middle; padding-bottom:10px;/*border-right:1px solid #d9dde3; */}
.button_left { float:left;}
.shopping-cart .continue-shopping {background:transparent none repeat scroll 0 0;border:medium none;color:#ffffff;float:left;text-transform:capitalize !important;
 font-size:11px; font-weight:bold; cursor:pointer; padding-top:3px; }

/* 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 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
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% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { 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 { color:#000000 !important; font-size:11px; }
.link-wishlist { color:#000000 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#000000 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#000000; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat;/* padding-left:18px;*/ line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-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; cursor:pointer; }

.separator { margin:0 3px; }

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {  padding-top:10px; text-align:center;}
.header-center { width:1012px; margin:0 auto; position:relative; z-index:100; text-align:center;padding-left:35px;}
.header-top { width:950px; margin:0 auto; position:relative; z-index:100;}
h1#logo {float:left;margin:3px 0 0 0;width:238px;}

.page-popup h1#logo { display:none; }
/* Quick Access*/
.quick-access {/*width:600px;*//* float:right;*/ text-align:right; color:#a2a1a1;margin-top:5px;}
.quick-access p { margin-bottom:4px; }
.quick-access li {display:inline; padding-right:7px;padding-left:3px;}
.toplink{ float:right;}	
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access {/*float:left;*/ padding-right:0px;}
.shop-access a, .shop-access a:hover { color:#a2a1a1; font-size:.95em; text-decoration:none; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { /*float:right; */background:#ffffff url(../images/laungage_divider.gif) no-repeat 0 center; padding-left:10px;  }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.language-switcher { /*float:right; */background:#ffffff url(../images/laungage_divider.gif) no-repeat 0 40%;  }
}
.language-switcher select { width:190px; color:#a2a1a1; }
.language-switcher label { color:#A2A1A1;font-size:11px;font-weight:normal;padding-right:5px;padding-top:2px;}
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Mini search */
.mini-search {width:270px; float:right; height:21px; padding:1px 0px 0 4px; background:url(../images/mini_search_bg.gif) 0 0 no-repeat; }
.mini-search .input-text { width:230px; margin-right:4px; border:none; background:none; color:#A2A1A1; float:left;}
.mini-search input{ vertical-align:top;}
.mini-search input.input-text:focus {background:none !important; }
.search-icon {margin-right:0px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }

/********** < Navigation */
/********** < Navigation */
#nav1 { /*width:955px; margin:0 auto;   font-size:13px;*/ }
/* ALL Levels */ /* Style consistent throughout all nav levels */
#nav1 li { position:relative; text-align:left; }
#nav1 li.over { z-index:999; }
#nav1 a,
#nav1 a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav1 span { display:block; cursor:pointer; white-space:nowrap; }
#nav1 li ul span {white-space:normal; }

/* 0 Level */
#nav1 li {background:url(../images/bullet1.gif) no-repeat scroll left 50% transparent;border-bottom:1px dashed #E9E7D5; padding:5px 15px; width:140px; cursor:pointer; }
#nav1 li.active a {   }
#nav1 a {}
#nav1 li.over a,
#nav1 a:hover {   }
#nav1 li:last-child { border-bottom:none; }
#nav1 li a,#nav1 li a:hover{color:#8D8080;font-size:11px;text-decoration:none;}

/* 1st Level */
#nav1 ul li{ float:none; background:url(../images/bullet1.gif) no-repeat scroll 10px 50% transparent;border-bottom:1px dashed #E9E7D5; width:130px; margin:0px;}
#nav1 ul li.active { float:none; }
/*#nav ul li.over { background:#d5e4eb url(../images/bkg_nav1.gif) repeat-x 0 100%; }*/
#nav1 ul li.last { border-bottom:none;}

#nav1 ul a,
#nav1 ul a:hover { /*float:none; padding:0; background:none;*/ }
#nav1 ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav1 ul { position:absolute; width:15em; top:0px; left:-10000px; border:1px solid #d8d6c5; background:#fffded; margin-left:170px; }

#nav1 ul li{ padding:5px 25px;}

/* Show menu */
#nav1 li.over > ul { left:0; }
#nav1 li.over > ul li.over > ul { left:100px; }
#nav1 li.over ul ul { left:-10000px; }

#nav1 ul li a {  }
#nav1 ul li a:hover {  }
#nav1 ul li a,
#nav1 ul li a:hover {  }
#nav1 ul span, #nav1 ul li.last li span {  }

/* 3rd+ Level */
#nav1 ul ul { top:0px; margin-left:35px !important;  }
 
/********** Navigation > */


.mainmenu{ float:right; margin-top:30px; margin-right:0px;}
.mainmenu a{ color:#000; text-decoration:none; font-size:11px; font-weight:bold; padding:2px 2px 2px 47px; word-spacing:1px;}
.mainmenu a:hover{ color:#000; font-size:11px; text-decoration:none; font-weight:bold; padding:2px 2px 2px 47px; word-spacing:1px;}



/* Sidebar =============================================================================== */
.block { /*border:1px solid #c4c1bc;*/ margin:0px 0px 15px; }
.block .block-title { background:url(../images/base_mini_head_bg.gif) no-repeat scroll 0 0;height:35px;margin:0 1px;padding:2px 0; }
.block .block-title strong { background-position:0 0;background-repeat:no-repeat;color:#484848;line-height:28px;min-height:16px;text-transform:capitalize; }
.block .block-title strong span {padding:1px 0 1px 10px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0px; font-size:1em; font-weight:bold; color:#918d85; }
.block .block-content {  color:#8d8080; font-size:11px; padding:0px 12px 0px 15px; }
.block .block-content li.item { padding:5px 0px; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { /*background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;*/ padding:6px 0px; text-align:right; }
.block .actions a { float:left; color:#8d8080; }
.block .actions button.button { float:left; }
.block .empty { margin:0; padding:0px; }

.block li.odd { background-color:none; }
.block li.even { background-color:none; }

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

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { background:none repeat scroll 0 0 #FFFDED;border:1px solid #D8D6C5;font-size:1.05em;padding:0px 8px 10px;margin:5px 0; }
.block-account .block-title { background:none repeat scroll 0 0 transparent;border:0 none;height:15px;margin:0 0 2px;padding:0;text-align:left; }
.block-account .block-title strong { font-size:12px; padding:0px;}
.block-account .block-title strong span {padding:0px;}
.block-account .block-content {/* background:#F9F9F9;*/ padding:7px 0px; }
.block-account .block-content li a { font-size:12px; display:block; border-bottom:1px solid #D8D6C5; padding:3px 0; color:#4A4A3E; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#9A714E; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #D8D6C5; padding:3px 0; color:#9A714E; font-size:12px; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { background:none repeat scroll 0 0 #FFFDED;border:1px solid #D8D6C5;font-size:1.05em; margin:0 0 5px;padding:7px 8px 10px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 2px; text-align:left; height:20px;}
.block-currency .block-title strong { font:bold 12px/18px Arial, Helvetica, sans-serif; text-transform:none; color:#484848; text-transform:capitalize;}
.block-currency .block-title strong span { padding:0px; margin:0px;}
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; color:#A5A5A5; font-size:11px; padding:1px; }

/* Block: Layered Navigation */

.block-layered-nav { background:none repeat scroll 0 0 #FFFDED;border:1px solid #D8D6C5; margin:0 0 5px; }
.block-layered-nav .block-title { border:0; padding:0; height:0px; text-indent:-999em; overflow:hidden; }
.block-layered-nav h4 {color:#484848;font-size:12px;font-weight:bold;margin:0;padding:3px 8px;}
.block-layered-nav .block-subtitle {color:#484848;font-size:12px;font-weight:bold;margin:0;padding:5px 8px; }
.block-layered-nav .block-content { padding:0px; margin:0px; font-size:12px;}
.block-layered-nav dt {background:none repeat scroll 0 0 #D6C8BB;color:#FFFFFF;margin:0 5px;padding:3px 5px 3px 8px;text-transform:capitalize; font-size:12px; font-weight:bold;}
.block-layered-nav dd {color:#FFFFFF;margin:0 5px;padding:3px 5px 3px 8px;text-transform:capitalize; font-size:12px;}
.block-layered-nav dd li{border-bottom:1px dashed #E1D4D4;line-height:1.3em; color:#8d8080; padding:4px 0px;}
.block-layered-nav dd li a { color:#8d8080; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {  padding:4px 8px; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#d6c8bb; border:1px solid #d6c8bb; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { /*background-image:url(../images/i_block-cart.gif);*/ }
.block-cart .summary { padding:5px 0px 8px; margin:-1px 0 0; position:relative; z-index:1; text-align:center}
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#EFEFEF; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .view_your_cart { padding:7px; background:#AAA877 url(../images/block-title-line.gif) repeat-x left bottom;}
.block-cart .cart_new_price { color:#8d8080 !important;}
.block-cart .cart_new_price .price, .block-cart .cart_new_price a { color:#8d8080 !important; font-weight:bold; font-size:11px; padding:0px !important;}
.block-cart .cart_new_price .cart-img{ background:url(../images/header_cart_img.gif) 10px 2px no-repeat; padding-top:5px;}
.block-cart .block-content .mini-products-list .product-details strong {font-weight:normal !important;}
/* Block: Wishlist */
.block-wishlist .block-title strong {/* background-image:url(../images/i_block-wishlist.gif); */}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

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

/* Block: Compare Products */
.block-compare .block-content .actions a { margin-top:3px; }
.block-compare .block-title strong { /*background-image:url(../images/i_block-list.gif); background-position:0 1px;*/ }
.block-compare button.button span { /*border-color:#406a83; background:#618499;*/ }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#000000; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#DADADA;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #e6e6e6; border-left:1px solid #e6e6e6; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #e6e6e6 !important; }
.compare-table tr.add-to-row td { background:#F9F9F9; text-align:left; }
.compare-table tr.first td { text-align:left; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:5px 0 5px; color:#918d85; }
.compare-table tr.first td .product-name a { color:#918d85; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {/* background-image:url(../images/i_block-viewed.gif);*/ }

/* Block: Recently Compared */
.block-compared .block-title strong { /*background-image:url(../images/i_block-list.gif); background-position:0 1px;*/ }

/* Block: Poll */
.block-poll .block-title strong { /*background-image:url(../images/i_block-poll.gif);*/ }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#918d85; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { /*border-color:#406a83; background:#618499;*/ }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {/* background-image:url(../images/i_block-tags.gif);*/ }
.block-tags .block-content ul { font-size:12px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#695858; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }
.tag-product-list .col3-layout .col-left { margin-top:10px;}

/* Block: Subscribe */
.block-subscribe { background:none repeat scroll 0 0 #FFFDED;border:1px solid #D8D6C5;font-size:1.05em; padding:7px 8px 10px; margin:0 0 5px; }
.block-subscribe .block-title { background:none; border:0; padding:0; margin:0 0 2px; text-align:left; height:15px;}
.block-subscribe .block-title strong { font:bold 12px/18px Arial, Helvetica, sans-serif; text-transform:none; color:#484848; text-transform:capitalize;}
.block-subscribe .block-title strong span { padding:0px; margin:0px;} 
.block-subscribe .block-content { padding:5px 0px; }
button.button-subscribe {background:url(../images/go_but.gif) repeat-x scroll 0 0;border:1px solid #BBBBB9;color:#000000;cursor:pointer; font-size:11px; padding:1px 3px 1px 3px;}
button.button-subscribe span span{font-size:11px; text-transform:lowercase;font-weight:bold !important; padding:0px;}
.block-subscribe label { color:#9A8572;font-size:10px;font-weight:normal;line-height:20px;text-transform:uppercase; }
.block-subscribe .input-box { width:142px;float:left;margin:0 3px 0 0;}
.block-subscribe input.input-text { color:#B6B5AD;display:block;font-size:11px;padding:2px 3px 2px 7px;width:130px;}
.block-subscribe input.validation-failed {color:#000000;}
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.btn-center { padding-left:0px;}

/* Block: Reorder */
.block-reorder .block-title strong {/* background-image:url(../images/i_block-list.gif);*/ }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { padding-top:6px;}

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

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


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


/* List Type */
.listing-type-list .listing-item {  padding:12px 10px; position:relative; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.listing-type-list .listing-item .product-shop .price{ color:#000;}

/* Grid Type */
.padd_left{/* padding-left:40px;*/}
.listing-type-grid {/* width:516px;*/ margin:auto; width:490px;}
.listing-type-grid .grid-row { width:482px; margin-left:19px; }
.listing-type-grid li.item { float:left; width:150px; padding:12px 0px; line-height:1.6em; overflow:hidden; text-align:left; margin-right:10px; }
.listing-type-grid li p{ margin-bottom:0px;line-height:2em;}
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:left; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:left; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:none; width:auto; }
.col-1-layout .listing-type-grid li.item {/* width:180px;*/ }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image:url(../images/bkg_products-grid2.gif); }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }


/* View Type: Grid */
.products-grid { /*border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat;*/ position:relative; text-align:left;padding-left:20px;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:140px; padding:12px 10px;}
.products-grid li.first { float:left;}
.products-grid li.last{ float:left; text-align:left;}
.products-grid .product-image { display:block; /*width:135px;*/ margin:0px; }
.products-grid .product-name { /*min-height:2.7em;*/ color:#000000;font-size:12px;font-weight:bold; margin:5px 0 0; }
.products-grid .product-name a { color:#000000; padding:0px 15px 0px 0px}
.products-grid .price-box { margin:0px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { /*position:absolute;*/ bottom:12px; }

.box-up-sell .products-grid { padding-left:0px; }
.box-up-sell .products-grid li.item { float:left; width:160px; padding:12px 10px;}

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

/* View Type: List */
.products-list li.item { border-bottom:1px dashed #B0A4A4; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:110px; margin:0 0 10px; }
.products-list .product-shop { float:left; padding-left:10px; width:350px;}
.products-list .product-name { margin:0px; font-size:12px; color:#000000; font-weight:bold; }
.products-list .product-name a { color:#000000; }
.products-list .price-box { float:left; margin:3px 13px 0px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:5px 0 0; margin:0px; line-height:1.35; font-size:11px;}
.products-list .desc .link-more { font-size:12px; }
.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 */
.ratings { margin:0; line-height:22px;}
.rating-box { float:left; position:relative; width:69px; height:16px;/* background:url(../images/product_rating_full_star.png) repeat-x*/;
}
.rating-box .rating {position:relative;top:2px; height:16px; background:url(../images/product_rating_full_star.png) repeat-x; }
.ratings-list { margin:4px 0; }
.ratings-list td { padding:3px 0; }
.ratings-list td.label { padding-right:8px; font-size:.95em;  font-weight:bold; line-height:1em; padding-top:8px;
}

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product_sub_heading { font-size:11px; text-transform:uppercase;padding-top:5px;}

/* Email to a Friend */
.email-friend { margin:0; padding:5px 0 10px; }
.email-friend a { color:#c0c0c0; text-decoration:underline; font-size:11px;}

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

/********** < Product Prices */
.product-essential .product-shop .price-box .special-price .price, .product-essential .product-shop .price-box .regular-price .price, .product-essential .product-shop .price-box .old-price .price { color:#F0A12D !important;font-size:13px !important;font-weight:bold !important;}
.product-essential .product-shop .price-box p { line-height:1.55;}
.product-essential .product-shop .price-box .price-label { color:#D3C994 !important; font-size:12px !important; font-weight:bold !important;}
.product-essential .product-shop .data-table .price-box .price-label { color:#000000 !important; font-size:12px !important; font-weight:bold !important;}
.product-essential .product-shop .data-table .price-box .special-price .price, .product-essential .product-shop .data-table .price-box .regular-price .price, .product-essential .product-shop .data-table .price-box .old-price .price { color:#000000 !important; font-size:12px !important; font-weight:bold !important; font:Arial;}
.product-essential .product-shop a { text-decoration:underline; color:c0c0c0;}
.price { white-space:nowrap !important;}

.price-box { margin:5px 0; }
.product-view .collateral-box .price-box { margin:0px; }
.price-box .price { color:#000000; font-size:24px;}
.product-essential .product-shop .price-box .price { color:#F0A12D; font-size:20px;}
.product-view .product-shop .ratings-table {color:#C0C0C0;}
.product-essential .product-shop a { color:#C0C0C0; font-size:11px;}

/* Regular price */
.regular-price { color:#000000;}
.regular-price .price { font-size:24px; color:#000000; }
.block .regular-price,
.block .regular-price .price{ color:#000000; font-size:16px; font-weight:bold;}

/* Old price */
.block-wishlist .product-details .old-price .price-label { white-space:nowrap; color:#4A4A3E; font-size:12px;}
.block-wishlist .product-details .old-price .price { font-weight:bold; font-size:12px; color:#4A4A3E; text-decoration:line-through; }
.block-wishlist .product-details .special-price .price-label { font-weight:bold; white-space:nowrap; color:#4A4A3E; font-size:12px; }
.block-wishlist .product-details .special-price .price { font-weight:bold; color:#4A4A3E; font-size:12px; }

.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#000000; font-size:12px;}
.old-price .price { font-size:12px; color:#000000; text-decoration:line-through; }

/* Special price */
.special-price { margin:0 0 3px; padding:0px; }
.special-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; color:#000000; }
.special-price .price { color:#000000; font-size:24px; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; color:#000000; font-size:12px; }

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

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

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#ffffff; border:1px solid #e6e6e6; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 7px; padding:2px 0 2px 10px; color:#918d85; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#918d85; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

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

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

/* Add to Cart */
.product-essential .product-shop table { margin-bottom:5px; border:none;}
.product-essential .product-shop .data-table .price-box { margin:0px;}
.product-essential .product-shop .data-table .price-box .regular-price .price { font-size:12px;}
.add-to-holder a, .add-to-holder table { color:#C0B7B7 !important; font-size:11px;}
.add-to-holder .add-to-cart { padding-bottom:3px !important; #margin-bottom:4px; }
.add-to-cart label { float:left; margin-right:5px; color:#777777; padding-top:5px; text-transform:uppercase; font-weight:bold;}
.add-to-cart .qty { float:left; border:1px solid #cfcece; margin:3px 5px 3px 0px;}
.add-to-cart button.button { float:left; }

/* Add to Links + Add to Cart */
.add-to-box { margin:0px; }
.product-shop .add-to-box li a{ color:#C0B7B7 !important; font-size:11px; line-height:22px;}
.product-shop .write_review { margin:0px; padding-left:1px;}
.product-shop .write_review a{ color:#C0B7B7 !important; font-size:11px; line-height:22px;}
.add-to-holder .write_review a, .add-to-box .write_review a, .product-shop .write_review a{ 
	color:#C0B7B7 !important; font-size:11px; line-height:22px;
}.add-to-holder .write_review1 a, .add-to-box .write_review1 a, .product-shop .write_review1 a{ 
	color:#C0B7B7 !important; font-size:11px; line-height:22px;	float:left; padding-right:5px;
}



.product-shop .add-to-box ul{  margin-bottom:0px !important;  }
.add-to-box .add-to-cart { background:none repeat scroll 0 0 #FFFFFF;float:left;padding:6px 15px; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { /*border:1px solid #c4c6c8;*/  background:none repeat scroll 0 0 #26251E;padding:0 20px;width:680px; }
.product-essential { padding-top:17px;/*background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat;*/ }
.product-essential h2 { font:bold 12px/1.35 Arial, Helvetica, sans-serif; color:#D3C994;border-top:1px dashed #C0C0C0; padding-top:5px;}

.product-collateral { padding-top:10px; }
.review .product-collateral {background:#cccb92;}
.product-collateral .box-additional h2 {border-top:1px dashed #c0c0c0; border-bottom:none;color:#D3C994;font-size:12px;font-weight:bold;margin:0 0 5px;padding:5px 0px;}
.product-collateral h2 { font-weight:bold; font-size:12px; color:#D3C994; border-bottom:1px dashed #c0c0c0; padding:5px 0px; margin:0 0 5px; }
.product-collateral .box-tags h2{ padding:8px 0px 8px 1px; text-transform:none; border-top:1px dashed #C0C0C0;}
.product-collateral .std { padding:5px 0px; color:#c0c0c0; font-size:11px;}
.product-collateral .box-collateral { margin:0 0 5px; }
.product-collateral .addtional-table { padding:5px 0px;}
.product-collateral .addtional-table table tr td, .product-collateral .addtional-table table tr th { background-color:#c0c0c0; border:none; }
.product-collateral .addtional-table table tr td { color:#454545; font-size:11px; padding:5px 10px;}
.product-collateral .addtional-table table tr th { color:#6b6766; font-size:12px; padding:5px 20px;}
.product-collateral .addtional-table table{ border:none;}
.review1_cla .pager { padding:5px 0px; border:none;}
.product-collateral .related_pro { padding:5px 0px;}



.tab_link a.selected {
background:url(../images/tablink_selected.gif) 0 0 no-repeat; color:#FFFFFF;float:left;font-size:14px;font-weight:bold;height:26px;margin-right:2px;padding-top:8px;text-align:center;text-decoration:none;text-transform:uppercase;width:254px;
}
.tab_link a {
background:url(../images/tablink_active.gif) 0 0 no-repeat; color:#ffffff;float:left;font-size:14px;font-weight:bold;height:26px;margin-right:2px;padding-top:8px;text-align:center;text-decoration:none;text-transform:uppercase;width:253px;
}
.tab_link a:hover{
color:#ffffff !important;
}

/* Product Images */
.product-view .product-img-box { float:left; width:215px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 3px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:215px; height:188px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:27px; margin:0px; padding:0 22px 0 24px; 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; top:6px;}
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:7px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:4px; top:13px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:4px; top:8px; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-top:none; margin:0 0 5px; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:99px; height:75px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }


/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { color:#D3C994;font:bold 12px/1.35 Arial,Helvetica,sans-serif;margin:0;}
.product-view .product-shop .availability { color:#FFFFFF;font-weight:bold; padding:8px 0px 8px 0px; }
.product-view .product-shop .availability span { font-weight:bold;}
.product-view .product-shop .short-description { margin:0px; padding:0px; color:#c0c0c0; font-size:11px; }
.product-view .product-shop .price-box { margin:0px 0 5px; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; padding:5px 0px 10px 0px; color:#c0c0c0;}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#c0c0c0 !important; font-weight:normal !important; font-size:11px;}

/* Product Options */
.product-options { padding:0px;}
.product-options dt { padding:5px 0px; font-weight:normal; }
.product-options dt label { color:#c0c0c0; /*float:left; width:70px;*/ padding:5px 0px; font-size:11px;}
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#C0C0C0; }
.product-options dd { padding:0 0 8px; margin:0px; border-bottom:1px dashed #C3C3C3; color:#C0C0C0; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:240px; color:#000000; font-size:10px; padding:2px;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:0px; }

.product-options-bottom { border-top:1px dashed #C0C0C0;padding-top:5px; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding-top:10px; }
.product-options-bottom  .price-box .price { color:#F0A12D !important; font-size:20px !important; font-weight:normal !important; font:Arial;}
.product-options-bottom .price-label { float:left; padding-right:5px; color:#D3C994; padding-top:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; padding:8px 10px; margin-top:5px; background:#ffffff;  }
.product-shop .product-options-bottom .add-to-cart { float:left; padding:5px 10px; margin-top:5px; background:#ffffff; }
.product-shop .product-options-bottom { padding:0 0 3px;}
.product-shop .product-options-bottom .price-box { float:none; margin:0px;}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

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

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; border-bottom:2px solid #26251e;  border-right:2px solid #26251e;}

.box-reviews .form-add .data-table th,
.box-reviews .form-add .data-table td { line-height:1.25; border-bottom:2px solid #26251E;  border-right:2px solid #26251E;}
.box-reviews .form-add .data-table tr { background-color:#ffffff !important; }
.box-reviews .form-add .data-table { border:none;}
.product_reviews { font-size:10px; color:#918d85;}
.product_reviews a, .product_reviews a:hover{ font-size:10px; color:#918d85; text-decoration:underline;}
.product-shop .product_reviews { font-size:11px; color:#C0C0C0; padding-top:8px;}
.product-shop .product_reviews .pipe { padding:0px 5px;}
.product-shop .product_reviews a, .product-shop .product_reviews a:hover { font-size:11px; color:#C0C0C0; text-decoration:underline;}

/* Block: Upsell */
.product-view .box-up-sell .products-grid .product-shop {width:160px;}
.product-view .box-up-sell h2 { border-bottom:1 solid #ffffff;; padding:0 0 5px; margin:0 0 8px; text-transform:none;}
.product-view .box-up-sell .products-grid { width:100%; padding-left:0px;}
.product-view .box-up-sell .products-grid td { width:25%; padding:5px 0px 5px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3;}
.product-view .box-up-sell .products-grid .product-image { text-align:left; margin-bottom:5px;}
.product-view .box-up-sell .products-grid .product-name a { color:#C0C0C0 !important; }
.product-view .box-up-sell .products-grid .price-label { color:#C0C0C0 !important;}
.product-view .box-up-sell .products-grid .price{ color:#F0A12D; font-size:16px; font-weight:bold;}
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; color:#c0c0c0; padding-bottom:20px;}
.product-view .box-tags h3 { font-size:12px; color:#c0c0c0; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; border-right:1px solid #c0c0c0; padding:0 7px 0 4px; font-size:11px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; border-right:none; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 5px; color:#D3C994;}
.product-view .box-tags a {color:#c0c0c0;}
.product-view .box-tags .form-add .input-box { background:url(../images/tagin_bg.gif) no-repeat scroll 0 0;border:medium none;height:23px;line-height:23px;margin-top:2px;padding:2px 0;width:595px; float:left; padding-left:5px; padding-right:2px;}
.product-view .box-tags .form-add .input-box input { border:none; background:none;}
.product-view .box-tags .form-add input.input-text { width:585px; }
.product-view .box-tags .form-add button.button span { /*border-color:#406a83; background:#618499; */}
.product-view .box-tags .note { margin:7px 0 0; padding:0 0 0 2px; font-size:11px; }
.product-collateral .product_price_desc { padding-top:5px;}
.add-tag { padding:5px 0px 8px 0px;}

/* Block: Reviews */
.product-view .box-reviews { color:#C0C0C0; padding-bottom:15px;}
.product-view .box-reviews h2 { border:none;}
.product-view .box-reviews dl { margin:5px 0; padding:0px 0px 0px 0px; color:#C0C0C0; }
.product-view .box-reviews .pager {margin:5px 0; padding:5px 0px; color:#C0C0C0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; color:#C0C0C0;  }
.product-view .box-reviews dd { margin:0 0 15px;  color:#C0C0C0; }
.product-view .box-reviews dd small { font-style:italic;  color:#C0C0C0; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; padding:0px 0px 0px 0px; color:#C0C0C0; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; color:#C0C0C0;  }
.product-view .box-reviews .form-add h4 { font-size:12px; padding:0px 0px 0px 0px; color:#C0C0C0; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .data-table { color:#000;}
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; padding:0px 0px 0px 0px; color:#C0C0C0; }
.product-view .box-reviews .form-add .form-list label { color:#C0C0C0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
.product-view .box-reviews .buttons-set {border-top:1px dashed #C0C0C0;}

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


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:12px; text-transform:none; font-weight:normal; }
.product-name a { color:#000000; }
.sidebar .product-name a { color:#918d85; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #e6e6e6; background:#F9F9F9; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#918d85; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 20px 10px; }
.advanced-search-summary { margin:10px 20px; border:1px solid #e6e6e6; background:#F9F9F9; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#000000; padding-left:0px; background:#F9F9F9; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

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

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

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


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0px; padding-bottom:0px; margin-top:5px; }
.cart .page-title h1 { margin:5px 0 0;}

/* Checkout Types */
.cart .title-buttons {padding-bottom:5px;}

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .product-name a { font-size:12px; color:#000000; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:635px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #e1e1e1; padding:12px 15px; }
.cart .crosssell h2 { font-size:11px; font-weight:bold; color:#444444; }
.cart .crosssell .product-image { float:left; border:1px solid #dbd9ca; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; color:#000000; font-size:12px; text-transform:none; }
.cart .crosssell .product-name a { color:#000000;}
.cart .crosssell .price-box { margin:1px 0px;}
.cart .crosssell .price-label {color:#474748;}
.cart .crosssell .price{ color:#474748; font-size:16px; font-weight:bold;}
.cart .crosssell li.item { margin:12px 0; border-bottom:1px dashed #aeacac; padding-bottom:5px;}
.cart .crosssell li.last { margin:12px 0; border-bottom:none; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell .add-to-links li a { color:#6e6e6e !important; font-size:10px; text-decoration:underline; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount .special_coupon_txt_box { width:215px;}
.cart .discount {  border:1px solid #e1e1e1; padding:12px; margin:0px; }
.cart .shipping {  border:1px solid #e1e1e1; padding:12px; margin:20px 0 0px;}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 12px/16px Arial, Helvetica, sans-serif; padding:0px; color:#000000; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83;}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }

.cart .discount h2 {/* background-image:url(../images/i_discount.gif);*/ }
.cart .discount .input-box { margin:8px 0 0; width:260px;}
.cart .discount input.input-text { width:254px; color:#000000 !important; font-size:11px; margin-top:3px;}
.special_discount_code_head h4{ float:left; width:100px; padding-top:20px; color:#020202; font-size:11px !important;}
.special_shipping_head h4{  float:left; width:160px; padding-top:5px; color:#020202; font-size:11px !important;}
.discount p.enter_coupon_code { padding-bottom:0px; font-size:10px; color:#454546; margin-bottom:0px;}
.shipping p.estime_drop_down { margin:3px 0px;}
.shipping .estime_drop_down select {width:290px; background-color:#C0B7B7; color:#989898 !important; font-size:11px; margin-top:3px;}
.shipping .estime_drop_down input {width:285px; background-color:#C0B7B7; color:#989898 !important; font-size:11px; margin-top:3px;}
.cart .shipping h2 {/* background-image:url(../images/i_shipping.gif);*/ }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; border:1px solid #e1e1e1; }
.cart .totals table { width:100%; margin:7px 0 0px; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:12px; padding:0px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0px; padding:5px 0px 10px 0px;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.product-shop .item-options dt { color:#c0c0c0;}
.item-options dd { padding-left:0px; margin:0 0 6px; padding-top:5px; }
.product-shop .item-options dd a{ color:#c0c0c0;}
.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:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


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

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

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

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

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

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

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

/* Centinel */
.centinel {}

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

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

/* One Page Checkout */
.block-progress { border:0; margin:0; padding:0 18px 0 15px;}
.block-progress .block-title { background:none; border:0; margin:0px; padding-left:10px; padding-top:5px;}
.block-progress .block-title strong { font-size:16px; color:#000000; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#070504; border:1px solid #070504; margin:0 0 6px; padding:4px 8px; color:#ffffff; }
.block-progress dd { background:#ffffff; border:1px solid #070504; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#5B5B5B; color:#fff; }
.block-progress dt.complete a{ margin:0; color:#fff; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; #margin-top:-3px; }
.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.disabled .right { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}
.opc-center { padding-left:30px; margin-top:20px;padding-right:30px;}
.opc .step-title {padding:3px 10px; color:#ffffff; cursor:default; background:url(../images/checkout_bar_bg.png) no-repeat scroll 0 0;height:27px;width:875px;}
.opc .step-title .number {background:url(../images/step_bg1.png) no-repeat scroll 0 0;height:20px;line-height:1em;margin-right:5px;margin-top:2px;padding:0 8px;width:19px; font-family:Georgia,"Times New Roman",Times,serif;font-size:18px;line-height:18px;padding-right:5px; color:#000000; float:left;}
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#ffffff; padding-top:3px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {padding:3px 10px; color:#ffffff; background:url(../images/checkout_bar_bg.png) no-repeat scroll 0 0;height:27px;width:875px;cursor:pointer; }
.opc .allow .step-title .number {background:url(../images/step_bg1.png) no-repeat scroll 0 0;height:20px;line-height:1em;margin-right:5px;margin-top:2px;padding:0 8px;width:19px; font-family:Georgia,"Times New Roman",Times,serif;font-size:18px;line-height:18px;padding-right:5px; color:#000000; float:left;}
.opc .allow .step-title h2 { color:#ffffff; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {padding:3px 10px; color:#ffffff; cursor:default; background:url(../images/checkout_bar_bg.png) no-repeat scroll 0 0;height:27px;width:875px;}
.opc .active .step-title .number { background:url(../images/step_bg1.png) no-repeat scroll 0 0;height:20px;line-height:1em;margin-right:5px;margin-top:2px;padding:0 8px;width:19px; font-family:Georgia,"Times New Roman",Times,serif;font-size:18px;line-height:18px;padding-right:5px; color:#000000;}
.opc .active .step-title h2 { color:#ffffff; padding-top:5px; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {border-top:0; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:none !important; }
#opc-login .col2-set .col-1 { float:left; width:48.5%; border-right:1px dashed #EBEBEB; padding-bottom:5px;}
#opc-login .col2-set .col-2 .form-list li .input-box .input-text{ background:url(../images/txt_box_bg.gif) no-repeat; width:380px; border:none; padding:7px 3px;}
#opc-login .buttons-set button.button { float:left; margin-left:0px; }
#opc-login .col-1 .buttons-set {float:left; margin-left:20px; border-top:none; margin-top:0; padding-top:3em !important; }
#opc-login .col-1 .buttons-set .f-left{ color:#857E75;font-size:12px;padding:1px 0 0 5px;text-decoration:none;}


#opc-login .col2-set .col-2 h3 { font-size:13px; padding-bottom:2px; text-transform:uppercase; padding-left:0px !important; font-weight:bold !important; font-family:Arial, Helvetica, sans-serif; }
#opc-login .col2-set h3 {border-bottom:medium none;font-family:Georgia;font-size:25px;font-weight:normal;padding-bottom:2px;padding-left:18px;text-transform:none;}
#opc-login .col2-set .col-2 .one_page_login_head {color:#bd8669;font-size:12px;text-transform:uppercase;}
#opc-login .col2-set .col-1 p { font-size:12px; color:#6b6464; font-weight:bold; line-height:22px; padding-left:20px;}
#opc-login .col2-set .col-2 .buttons-set p { font-size:12px; color:#EB340A;padding-right:15px;text-align:right;}
#opc-login .col2-set .col-2 p { font-size:12px; color:#857E75; line-height:22px;}
#opc-login .col2-set .col-1 ul { padding-left:20px;}
#opc-login .col2-set .col-1 ul li { padding:3px 0px;}
#opc-login .col2-set .col-1 h4 {color:#bd8669; text-transform:uppercase; padding-left:20px;}
#opc-login .col2-set .col-1 ul label{ color:#857e75; font-weight:normal;}
#opc-login .col2-set .col-1 .ul li{ color:#857E75;  font-size:12px; background:url(../images/menu_list_style.gif) no-repeat left center;line-height:22px; padding:2px 0px 3px 20px; margin:0px; list-style:none; font-weight:normal;}
#opc-login .col2-set .col-2 label {color:#6b6464;font-size:12px;font-weight:bold; padding-bottom:5px;}

#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#6b6464; }

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

#opc-review .step { border:0; padding:0; }
#opc-review #checkout-step-review .button-set { margin-top:5px;}
#opc-review .product-name { font-weight:bold; color:#010100; }
.data-table .product-name { text-align:left;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:15px 30px 20px 30px; border:1px solid #EBEBEB; border-width:0 1px 1px; }
#opc-review .buttons-set p { line-height:27px; }
#opc-review .buttons-set .please-wait { height:27px; line-height:27px; }

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

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#000000; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#000000 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; color:#000000;}
.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:#F9F9F9; border:1px solid #e6e6e6; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#484848; border-bottom:1px solid #484848; position:relative; color:#ffffff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#000000; }
.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:#000000; }

.multiple-checkout .place-order .please-wait { float:right; padding:5px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; font-size:1.5em; padding:0px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; padding:0px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#000000; }
.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 { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #E6E6E6; background:#F9F9F9; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#F9F9F9; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0px; border-bottom:1px solid #e6e6e6; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#000000; }
.account-login .new-users h2 { /*background-image:url(../images/i_page1.gif)*/}
.account-login .registered-users h2 { /*background-image:url(../images/i_page2.gif);*/ }
.account-login .buttons-set {margin:0; padding:8px 13px; background:#484848; }
.registered-users .buttons-set a { color:#fff;}

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


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

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

/* General Box */
.box-account { background:#F9F9F9; border:1px solid #e6e6e6; border-color:#e6e6e6 #e6e6e6 #e6e6e6 #e6e6e6; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #e6e6e6; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:12px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; color:#000000; }

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

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {/* background-image:url(../images/i_folder-table.gif);*/ }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {/* background-image:url(../images/i_ma-info.gif);*/ }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {/* background-image:url(../images/i_ma-reviews.gif);*/ }
.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:#484848; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { /*background-image:url(../images/i_ma-tags.gif); */}
.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:#484848; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

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

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

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

.order-info-box { background:#F9F9F9; border:1px solid #e6e6e6; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#000000; font-weight:normal; }
.order-items p .link-print { float:none; }

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

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

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

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

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


/* Footer ================================================================================ */
.footer-container { /*border-top:15px solid #b6d1e2; */}
.footer {  width:1012px; height:65px; margin:0 auto 10px; padding:10px 0 0; background:url(../images/footer.gif) no-repeat center bottom; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational { padding:40px 0px 0px;  color:#9f9f9f; font-size:11px; margin:auto; width:950px;}

.footer .informational ul {display:inline; float:left; padding-left:1px;}
.footer .informational li {display:inline;background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;padding-right:8px;padding-left:4px;}
.footer .informational .links li.first{ padding-left:6px !important;}
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#9f9f9f; }
.footer .informational a { text-decoration:none; }
.footer .legality {padding:13px 0;color:#000;text-align:center;}
.footer .legality a, .footer .legality a:hover { color:#9f9f9f; }
.footer .copy_right{float:right; padding-right:10px; color:#9f9f9f;}

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

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


/* 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; }
.header_top_cart
{
color:#000; text-transform:uppercase; background:url(../images/header_cart_img.gif) no-repeat 10px 3px; float:right; padding-left:32px; height:26px;
}
.header_top_cart a { color:#262425;font-size:10px;text-transform:uppercase; text-decoration:none; }
.left-topbg { background:#cccb92 url(../images/left-topbg.gif) 0 top no-repeat; height:30px;}
.left-bottombg { background:#cccb92 url(../images/left-bottombg.gif) 0 bottom no-repeat; height:30px;}
.addthis { padding:5px 0px;}
.clear { clear:both;}

.content ol .product-image {
	padding-top:5px;text-align:center;width:193px;
}
/* ======================================================================================= */
.banner_top{padding:0px 30px;background:url(../images/banner_img.jpg) no-repeat center top; width:952px; min-height:384px; height:auto !important;  height:384px;}
.left_category{margin:40px 0 0 3px;padding-right:17px;width:201px; float:left;}
.left_bg {width:218px; background:url(../images/category_bg.jpg) repeat-y center left; margin-left:10px;}
.category_top{ background:url(../images/category_03.gif) no-repeat; height:23px; font-weight:bold; color:#484848; padding:20px 10px 0px 15px;  }
.category{ background:url(../images/category_05.gif) no-repeat; min-height:300px; height:auto !important; height:300px;}
.category li{ background:url(../images/bullet1.gif) no-repeat left 7px; padding-left:13px; margin:0px 17px; width:150px; border-bottom:1px dashed #e9e7d5; padding-bottom:6px;} 
.category li a{ text-decoration:none; font-size:11px; color:#8d8080; }
.category li a:hover{ text-decoration:none; font-size:11px; color:#8d8080;  }
.category_bot{ width:218px; height:10px; }
.banner_right{ float:left; width:714px; margin-top:40px; margin-left:10px;}
.bestnewfew{ float:left; width:492px; padding:7px 10px 10px 10px;}
.home_right { float:right; width:191px;}
.best_tit{ font-size:16px; font-weight:bold; color:#000; padding-left:19px; text-transform:uppercase; }
.description_home{ font-size:10px; color:#484848; line-height:15px; }
.product_bg .price { font-size:24px; color:#000;}
.popular{ margin-top:0px;}

/*category page*/
.category_topimg{ background:url(../images/top_category_img1.png) no-repeat; height:55px; width:526px;}
.category_bg{ background:url(../images/test_cate.png) repeat-y; width:526px; /*position:relative; */ }
.category_botimg{ background:url(../images/top_category_img3.png) no-repeat; height:58px; width:526px;}


.addtocart_pro{padding:15px 10px; background:#FFF; width:200px; margin-bottom:20px; }
.zoom_pro{ padding:5px; background:#e8e8e8; border:2px solid #fff;  margin-bottom:20px; }
/*clear*/
.best_tit1{color:#000000;font-size:16px;font-weight:bold;}
.best_tit3{color:#000000;font-size:16px;font-weight:bold;text-transform:uppercase;padding-left:19px;}
.product_color{color:#000; text-decoration:none;}
.step_count_text{font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; line-height:20px; padding-right:5px; }
.checkout_lable{float:left;  padding-top:4px;}
.header_right_area{float:right;}
.listing-type-grid li.itemlast {float:left;line-height:1.6em;overflow:hidden;padding:12px 6px;text-align:left;width:150px;}
.email_link_color{color:#c0c0c0; text-decoration:underline; font-size:11px;}
.quickk_over_border{border-bottom:1px dashed #545353;}
.add_tag_left{background:url(../images/add_tag_left.gif) no-repeat; width:6px; height:24px; float:left;}
.add_tag_right{background:url(../images/add_tag_right.gif) no-repeat; width:6px; height:24px; float:left;}
.visible_color{color:#fff;}
.product_bg{width:150px; text-align:left;}
.cart_area{margin-left:0px;}
.cart_login_box{width:926px; margin:auto;}
.sidebar_cont{ padding:2px 10px;}
.products-list-top {background:url(../images/product_list_topbg.gif) no-repeat; height:42px; width:542px;  }
.products-list-mid {background:url(../images/product_list_midbg.gif) repeat-y; width:502px;padding:0 20px; }
.products-list-bottom {background:url(../images/product_list_bottombg.gif) no-repeat; height:42px; width:542px; }
.btncart-width {width:105px;}
