/**
 * 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) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {font:11px/1.55 Arial, sans-serif; color:#5a5a5a; text-align:center;background-attachment:fixed;background-repeat:no-repeat;background-position:center top;}

img           { border:0; vertical-align:top; }

a             { color:#787878; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
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:middle; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
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%; position: relative;}
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:960px; background: url(../images/bkg_body2.png) repeat;background-attachment:fixed }
.page {padding-bottom:90px;overflow:hidden;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px 30px; text-align:left;background:#000 }
.main-container {background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent}
.main { width:920px; margin:0 auto; padding:20px; text-align:left; background:url(../images/bkg_main.jpg) repeat-x left top #fcfcfc; }
.cms-index-index.cms-home .main {background:#fcfcfc;padding:0 20px 20px}
/* Base Columns */
.col-left { float:left; width:140px}
.col-main { float:left; width:710px;}
.col-main .col-inner {}
.col-right { float:right; width:140px;  }

/* 1 Column Layout */
.col1-layout { }
.col1-layout .main { }
.col1-layout .col-main {width:920px;}
.col1-layout .col-main .col-inner {}

/* 2 Columns Layout */
.col2-left-layout { }
.col2-left-layout .main { }
.col2-left-layout .col-main { float:right;width:740px }
.col2-right-layout { }
.col2-right-layout .main { }
.col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width:600px;}
.col3-layout .col-main .col-inner {}
.col3-layout .col-wrapper { float:left; width:760px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* 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:#5a5a5a; }
input.input-text,select,textarea { background:#fff; border:1px solid #e6e6e6; }
input.input-text,textarea { padding:4px; }
select { padding:1px 0 1px 3px; }
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; margin-top: -5px;}
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important;color:#5a5a5a;border:1px solid #e6e6e6 }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:25px; background:url(../images/btn2.png) 0 0 no-repeat; padding:0 0 0 5px; font:bold 10px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#787878; text-transform:uppercase;}
button.button span span { border:0; padding:0 15px 0 10px; background-position: 100% 100%;}
button.disabled span { }

button.btn-cart span {}

button.btn-checkout span { height:45px!important;border:0; background:url(../images/btn_checkout.png) left top no-repeat!important ;padding: 0 0 0 20px;line-height:45px!important;color:#fff;font-size:16px;text-transform:none }
.checkout-types button.btn-checkout {width:280px}
button.btn-checkout span span {background:url(../images/btn_checkout.png) right bottom no-repeat !important;padding: 0 40px 0 20px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 10px; }
.form-list label { float:left; position:relative; z-index:0; color:#1e1e1e;font-size:11px;font-weight:bold;padding-bottom:2px}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#e1400c; 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:300px; }
.form-list .field { float:left; width:300px; }
.form-list input.input-text { width:260px; }
.form-list textarea { width:250px; height:6em; }
.form-list select { width:271px; }
.form-list li.wide .input-box { width:565px; }
.form-list li.wide input.input-text { width:560px; }
.form-list li.wide textarea { width:560px; }
.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:201px; }
.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:201px; }
.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:201px; }
.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:201px; }

.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:12px; }
.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:#777; 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:2em 0 0; padding:8px 0 0;*/ text-align:right; }
.buttons-set a { margin-top:5px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set p.back-link {
    background: url("../images/btn3.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font: 10px/30px Arial,Helvetica,sans-serif;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.buttons-set p.back-link a, .buttons-set a.back-link {
    background: url("../images/btn3.png") no-repeat scroll 100% 100% transparent;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    margin-top: 0;
    padding: 0 15px 0 10px;font-weight:bold
}
.buttons-set .back-link small{display:none}
.buttons-set p.back-link a:hover, .buttons-set a.back-link:hover{text-decoration:none}
.buttons-set button.button { float:left;}

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:0 0 15px; }
.fieldset .legend { font-size:12px; text-transform:capitalize; margin:0 0 10px; padding:0; color:#3db0c1;font-weight:bold}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0;font-size:9px;font-weight:bold; line-height:13px; color:#e1400c;}
.validation-failed { background:#f7d6cc !important;}
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#e1400c!important;display:block!important;font-weight:bold}
/* 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 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { color:#787878;font-size:10px; padding:0;background:url(../images/bkg_breadcrumbs.jpg) repeat-x left bottom;height:42px; font-weight:bold;margin-left:-20px;margin-top:-15px;width:940px;padding-left:20px;line-height:28px;    margin-bottom: 10px;}
.breadcrumbs span { background:url(../images/i_breadcrumb-seperator.gif) center center no-repeat; padding: 0 10px 0; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong {}
.breadcrumbs li a { color:#787878; text-decoration:none; font-weight:bold; }
.breadcrumbs li a:hover { text-decoration:underline;}

/* Page Heading */
.page-title {margin: 0 0 15px; }
.page-title h1,
.page-title h2 { font:bold 14px/20px Arial, sans-serif; text-transform:capitalize; font-weight:bold; color:#1e1e1e; margin:0;}
.page-popup .page-title { border-bottom:0;margin:0 0 10px}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right;position:relative }
.title-buttons .button{position:absolute;top:18px;right:0}
.title-buttons a,.title-buttons span{margin-top:-15px}
.title-buttons span span{margin-top:0}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {text-align:left;float:left}

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager {}
.pager .amount { float:left; margin:0; }
.limiter {position:absolute;left:220px;top:9px}
.toolbar-bottom  .limiter {display:none}
.limiter label { vertical-align:middle;    margin-right: 8px; }
.limiter select { padding:0; margin:0 0 1px; vertical-align:middle;text-transform:none }
.pager .pages {display:none}
.toolbar-bottom .pager .pages {display:block;position:absolute;left:202px;top:7px}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 3px;color:#1e1e1e }
.pager .pages  strong{color:#a0a0a0}
.pager .pages a { color:#a0a0a0;}
.pager .pages a.next, .pager .pages a.previous{ color:#a0a0a0; text-decoration:none; }
.pager .pages a:hover { text-decoration:none;}
.pager .pages .current {}

/* Sorter */
.sorter {}
.sorter .view-mode { left: 65px; margin: 0;position: absolute;top: 12px;}
.toolbar-bottom .sorter .view-mode {display:none}
.sorter .view-mode label { float:left; margin-right:7px; }
.sorter .view-mode .grid,
.sorter .view-mode .list { background:url(../images/bkg_viewmode.png) 0 0 no-repeat; float:left; width:14px; height:14px; overflow:hidden; text-indent:-9999px; margin-right:7px;}
.sorter .view-mode strong.grid { background-position:left bottom; }
.sorter .view-mode a.grid { background-position: left top; }
.sorter .view-mode strong.list { background-position: right bottom; }
.sorter .view-mode a.list { background-position: right top; }
.sorter .sort-by { position:absolute;right:12px;top:10px}
.toolbar-bottom .sorter .sort-by {display:none}
.sorter .sort-by label { vertical-align:middle;    margin-right: 8px; }
.sorter .sort-by select { padding:0; margin:0 8px 0 0; vertical-align:middle;text-transform:none }
.sorter .link-feed {}

/* Toolbar */
.toolbar {background:#f1f1f1;height:38px;border:1px solid #dadada;-moz-border-radius:5px; -webkit-border-radius:5px;-khtml-border-radius:5px; border-radius: 5px;font-size: 10px;font-weight: bold;color:#646464;position:relative;text-transform: uppercase;}
.toolbar-bottom .toolbar {background:0;border:0 none;border-top:1px solid #e6e6e6;padding-top:7px;-moz-border-radius:0; -webkit-border-radius:0;-khtml-border-radius:0; border-radius: 0;margin-bottom:0}
.toolbar .amount strong{display:none}
.toolbar-bottom .amount strong{color:#A0A0A0;display:block;left:0;top:7px;display:block}
.toolbar .pager {}
.toolbar .sorter .options{position:absolute;left:6px;top:12px;color:#323232}
.toolbar-bottom .toolbar .sorter .options{display:none;}
.toolbar .toplink{display:none}
.toolbar-bottom .toolbar .toplink{display: block;position: absolute; right: 0;top:8px}
.toolbar-bottom .toolbar .toplink a{color: #A0A0A0; }
/* Data Table */
.data-table { width:100%;border-collapse:collapse}
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding:5px 8px; font-weight:bold; }
.data-table td { padding:5px 8px; }

.data-table thead th { border:1px solid #dadada; padding:10px;color:#000000; font-weight:bold; white-space:nowrap; vertical-align:middle;font-size:10px;text-transform:uppercase }
.data-table thead tr.last th {}
.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:#f1f1f1; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {}
.data-table tfoot tr.first td {}
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0;}
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border:1px solid #dadada; background:#fff;}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #dadada; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-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; text-transform: none;}
.links li a{color:#a0a0a0;border-right:1px solid #a0a0a0;margin-right: 5px;padding-right: 8px;}
.links li a:hover{color:#fff;text-decoration:none}
.links li.first { padding-left:0 !important;}
.links li.last { background:none !important; padding-right:0 !important; }
.links li.last a{border:0 none;}
.link-cart { color:#787878 !important; font-weight:bold;background:url(../images/link-cart.png) no-repeat;line-height:25px;height:25px;width:120px;font-size:10px;display:block;text-align:center; text-transform: uppercase;}
.link-cart:hover{text-decoration:none }
.link-wishlist { float:left;color:#787878;font-size:10px}
.link-reorder { }
.link-compare { float:left;color:#787878;font-size:10px}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/  }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:8px; height:8px; 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:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width: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 { text-indent:-9999px; position:absolute; left:0; top:0; }
.demo-notice a { display:block; text-indent:0; position:fixed; left:0; top:150px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header { width:960px;margin:0 auto;text-align:right; position:relative; z-index:101;}
.header .logo { float:left; margin:28px 0 0; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; height:123px;}
.header .quick-access .chat-with-us{margin-top: 35px;color:#ffffff;font-size:10px;font-weight:bold;text-transform:uppercase}
.header .quick-access .chat-with-us a{color:#fff; border-left: 1px dotted #7A6A65;padding-left:8px ;margin-left: 5px;  padding-left: 7px;}
.header .quick-access .chat-with-us span{color:#47cbde}
.top-menu .welcome-msg {float:left; margin:0; padding:0; font-size:10px;color:#969696;font-weight:bold;line-height:29px;text-transform:uppercase}
.header .form-search { float:right; margin:10px 0 0; background:url(../images/bkg_form-search.png) no-repeat;height:30px;width:320px;position: relative;}
.header .form-search label { display:none; }
.header .form-search input.input-text { float:left; background:none; border:0; width:270px; margin:0; line-height:24px; height:24px; padding:3px 5px 3px 10px; color:#87898d;font-size:11px;text-transform:lowercase}
.header .form-search button.button { float:right; }
.header .form-search button.button span { border:0; height:30px; width:25px; background:url(../images/i_search.png) center center no-repeat; padding:0;text-indent:-9999px; overflow:hidden;}
.header .form-search button.button span span { }
.header .form-search .search-autocomplete { z-index:999;position:absolute!important;top:30px!important;left:0!important; }
.header .form-search .search-autocomplete ul { background-color:#000; }
.header .form-search .search-autocomplete li { text-align:left; padding:3px 8px 3px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#222; }
.header .subheader { float:right; margin:40px 0 0; clear:right;}
.header .links { position:absolute; right:0; bottom:0; margin:0; }
.header .links li { float:left; font-size:10px; background:url(../images/bkg_pipe1.png) right center no-repeat; padding: 0 10px 0 8px; text-transform:uppercase;}
.header .links li.last { padding-right: 0 !important;}
.header .links a { color:inherit; *color:#ccc;}
.header-container .top-menu-container {background:url(../images/bkg_top-menu-container.png) repeat-x;height:29px;position: relative;z-index: 111;}
.header-container .top-menu{width:960px;margin:0 auto;}
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.div_link-account,.form-language{float: right;font-size: 10px;font-weight: bold;line-height: 29px;margin-left: 10px;text-transform: uppercase;color:#ffffff;border-left:1px dotted #383131;padding-left:8px;position: relative;}
.div_link-account #top-links{left: 0;position: absolute;top: 30px;background:url(../images/bkg_dropdown.png) no-repeat left top;width:303px;text-align:left;padding:15px;-moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;-khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.div_link-account #top-links h3{color:#47cbde;font-size:14px;font-weight:bold;text-transform: none;}
.div_link-account a#link-account{color:#ffffff;display: block;line-height: 29px;}
.form-language label{float:left;color:#fff}
.form-language ul ,.form-language a{float:left}
.form-language ul li{display:inline}
.form-language  ul li a{margin-left:10px;float:left}
.form-language  ul li.selected a,.form-language  ul li a:hover{text-decoration:none;color:#fff}
.div_link-cart{position:relative;float:right;border-left:1px dotted #383131;margin-left:10px;padding-left:8px;}
.div_link-cart .block-cart{left: 0;position: absolute;top: 30px;background:url(../images/bkg_dropdown.png) no-repeat left top;width:303px;text-align:left;padding:15px 15px 20px;-moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;-khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.div_link-cart .top-link-cart{color:#fff;line-height:29px;text-transform:uppercase;font-size: 10px;font-weight: bold;display:block}
.div_link-cart .top-link-cart:hover,.div_link-account a#link-account:hover{text-decoration:none;color:#47CBDE}
/********** < Navigation */
.nav-container { }
#nav {width:960px;margin:0 auto;z-index:100;position:relative;list-style:none;height:45px;padding:0 9px;background: url(../images/bkg_menu.png) no-repeat;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
li.submenu a{background:url(../images/ico_submenu.png) no-repeat right 19px}
li.submenu.no-child a{background:0}
#nav li.over { z-index:998; }
#nav a { color: #ccc; }
#nav a {}
#nav a.active { text-decoration:underline; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { }
#nav ul li.parent li a { }
#nav ul li.parent ul li a{background:0!important}
#nav ul li.parent a{ background: url("../images/icon_dropmenu2.gif") no-repeat scroll right center transparent!important; margin-right: 7px;}
/* 0 Level */
#nav li.level-top { float:left;line-height: 40px;margin-top: 5px;padding-right:13px}
#nav a {}
#nav li.active a { }
#nav a.level-top {color: #FFFFFF; display: block;font-size: 14px;outline: 0 none;padding: 0 12px 0 20px;text-decoration: none;font-weight:bold}
#nav a.level-top span{}
#nav li.first a.level-top {}
#nav li.last a.level-top {}
#nav li.level-top:hover {z-index:2;background: url(../images/bkg_menu-hover.png) repeat-x;}
#nav li.first.level-top:hover {background: url(../images/bkg_menu-first-hover.png) repeat-x;}
/* 1st Level */
#nav ul li {}
#nav ul li.active {}
#nav ul li.last {  }
#nav ul a,
#nav ul a:hover {}
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:16em; top:40px;left:-999em;background:url(../images/bkg_menu-dropdown.png) repeat;
padding:10px 20px;text-align:left;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div {top: -15px;}

#nav ul li a {color: #A0A0A0; font-size: 12px;font-weight: normal;line-height: normal; margin: 5px 0;text-transform: none;display:block}
#nav ul li a:hover {text-decoration:underline;color:#47CBDE;}
#nav ul li a:hover span {color:#47CBDE;}
#nav ul li a,
#nav ul li a:hover {}
#nav ul li.last > a {}
#nav ul span,
#nav ul li.last li span {}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li.level-top.first > ul.shown-sub,
#nav li.level-top.first > div.shown-sub { left:0; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:16em; }
/********** Navigation > */
.slideshow-new_arrivals{position:relative;z-index:98;width:978px;margin:-50px auto 0;background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent;display:none}
.slideshow-new_arrivals .item{position:absolute;top:70px;left:30px;z-index:97;width:460px;text-shadow: 0.1em 0.1em 0.2em black;}
.cms-index-index.cms-home .slideshow-new_arrivals{display:block}
.slideshow-new_arrivals .item .product-image{float:left;width:204px}
.slideshow-new_arrivals .item .product-name{font-size:26px;font-weight:bold;line-height:30px;}
.slideshow-new_arrivals .item .product-name a{text-decoration:none}
.slideshow-new_arrivals .item .product-name a:hover{text-decoration:none}
.slideshow-new_arrivals .item .info{color:#ea5210;text-transform:uppercase;font-size:10px;font-weight:bold}
.slideshow-new_arrivals .item .info span{color:#ffffff}
.slideshow-new_arrivals .item  .detail{float:right;width:215px;text-align:left}
.slideshow-new_arrivals .item  p{color:#fff;font-size:12px;}
.slideshow-new_arrivals .item  .price-box {margin-top:20px;float:left;}
.slideshow-new_arrivals .item  .price{color:#ea5210;font-size:26px;font-weight:bold;padding-right:10px;margin-right:10px;border-right:1px solid #bbb9b6;float:left;line-height:26px}
.slideshow-new_arrivals .item  .price-box a{float:left;font-size:10px;color:#fff;font-weight:bold;text-transform:uppercase;line-height:26px;text-decoration:none}
div.sub-menu{margin:0 auto;width:960px;text-align:left;position:relative;height:50px;background:#fff;z-index:99;background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent;padding:0 9px}
.cms-index-index.cms-home div.sub-menu{background:0 none;width:700px;}
.cms-index-index.cms-home .sub-menu ul.sub-menu{left:-130px}
.sub-menu ul.sub-menu{height:50px;width:565px;position:absolute;top:0;left:9px;background:url(../images/bkg_sub-menu-inner.png) no-repeat right top;}
.sub-menu ul li{display:inline;}
.sub-menu ul.sub-menu li a{float:left;color:#47cbde;font-size:14px;font-weight:bold;display:block;padding:5px 20px;position:relative;}
.sub-menu ul li a:hover{text-decoration:none;color:#ea5210}
.sub-menu ul li a small{color:#828282;font-size:11px;display:block; line-height: 11px;font-weight:normal}
.sub-menu  .social-link{float:right;height:50px;width:482px;background:url(../images/bkg_sub-menu.png) repeat-x;text-align:right}
.sub-menu  .social-link li{}
.sub-menu  .social-link li a{float:right;padding:12px 20px 0 0}
.menu .products-grid li.item{padding:0;width:auto;margin-right:5px}
.menu .products-grid .product-image{margin:8px 28px 0 0 !important;float:left}
.menu .products-grid .product-detail{float:left;width: 135px;margin-top:8px}
.menu .product-name a{
    color: #3DB0C1 !important;
    font-size: 12px !important;
    font-weight: bold !important;background:0!important
}
.menu .amount{display:none}
.menu .sku{margin:0}
.menu .price-box .price{color:#fff}
.menu button {}
.menu button span{background:url(../images/btn-findout.png) no-repeat left top}
.menu button span span{background:url(../images/btn-findout.png) no-repeat right bottom;color:#787878!important;font-size:10px !important}
.menu .mega-video{margin-top:10px}
/* slideshow */
.slideshow{background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent}
.slideshow-wrapper { width:960px;margin:0 auto;background:url("../images/bdr_1.png") repeat-x scroll center top;    padding-top: 14px;}
.slideshow-wrapper-inner { background:url(../images/bkg_main-inner.png) center bottom no-repeat; padding: 0 0 20px; }
#slideshow { position:relative;padding-top:18px}
#slideshow .slideshow-box { width:850px; margin: 0 auto; overflow:hidden; position:relative; }
#slideshow ul { position:relative; }
#slideshow li { width:170px;float:left; text-align: center; position:relative; overflow:hidden;}
#slideshow li img { }
#slideshow a.previous,
#slideshow a.next { background:url(../images/i_slideshow-buttons.png) 0 0 no-repeat; width:35px; height:43px; position:absolute; overflow:hidden; text-indent:-9999px; top:25px;}
#slideshow a.previous { left:0; background-position: 0 0; }
#slideshow a.next { right:0; background-position: 0 100%; }

.slideshow-wrapper2 { width:950px; margin: 35px auto 0; background:url(../images/bkg_main.png) center top no-repeat; padding:10px 0 0;}
.slideshow-wrapper-inner2 { background:url(../images/bkg_main-inner.png) center bottom no-repeat; padding: 0 10px 10px; }
#slideshow2 { position:relative;}
#slideshow2 .slideshow-box { position:relative; overflow:hidden; height:369px; }
#slideshow2 .slideshow-box ul { position:relative; }
#slideshow2 .slideshow-box li { width:930px; float:left;}
#slideshow2 .navigation { position:absolute; top:10px; right:10px;}
#slideshow2 .navigation ul li { display:inline; }
#slideshow2 .navigation ul li a { float:left; background:url(../images/i_slideshow-node.gif) 0 0 no-repeat; width:9px; height:7px; margin: 0 0 0 5px; text-indent:-9999px; overflow:hidden; }
#slideshow2 .navigation ul li a.active { background-position:0 100%; *background-position:0 -43px; /*IE 7 dont work if overflow:hidden */ }

/* Area 2 */
.area2-container {  }
.area2 { width:950px; margin:0 auto; color:#828282; text-align:left;}
.area2 .block-freeshipping { float:right; line-height:38px; margin:0; padding: 0 15px 0 40px; background:url(../images/i_block-freeshipping.png) left center no-repeat;}
.area2 .block-freeshipping p { margin:0; }
/* ======================================================================================= */
/*.content-outer {position:relative;width:960px;margin:0 auto;}
#ads_left{position:absolute;right:980px;top:200px;}
#ads_right{position:absolute;left:980px;top:200px;}*/
/*#divAdLeft{position:absolute;right:980px;top:120px;}
#divAdRight{position:absolute;left:980px;top:120px;}*/
/*#ads_left{position:fixed;right:87%;top:200px;}
#ads_right{position:fixed;left:87%;top:200px;}*/
 #ads_right {float: right;margin-left: 981px;}
#ads_left {float: left;margin-left: -125px;}
#ads_right , #ads_left {padding-top: 200px; position: fixed;}
.content-outer { margin: 0 auto; width: 960px;}
/* ========================================================================================*/
#tabs-products{position:relative;margin: 0 auto; width:960px;overflow:hidden;background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent;padding:0 9px}
#tabs-products .slidetabs,
#tabs-products .contenttabs{float:left; }
#tabs-products .slidetabs a{ float:left; text-decoration:none; display:inline-block; padding:0 15px; font-size:12px;   font-weight:bold;color:#fff;}
#tabs-products .slidetabs label{padding:0 20px 0 190px;line-height:40px;color:#fff;float:left;font-weight:bold}
#tabs-products .slidetabs a.last{border-right:0}
#tabs-products  a.backward{z-index:1; cursor:pointer; position:absolute; right:21px; text-indent:-9999px; background:url(../images/ico_slideshow_tabs_prev.gif) top right no-repeat; width:21px; height:52px; top:0; }
#tabs-products  a.forward{z-index:1; cursor:pointer; position:absolute; right:0; text-indent:-9999px; background:url(../images/ico_slideshow_tabs_next.gif) top right no-repeat; width:21px; height:52px; top:0;}
#tabs-products  a.forward:hover,#tabs-products  a.backward:hover{background-position:top left}
#tabs-products .slidetabs{background:url(../images/bkg_slidetabs.png) repeat-x;height:40px;line-height:40px;width:960px}
#tabs-products .slidetabs a.current{color:#fff;background:url(../images/bkg_slidetabs-current.png) repeat-x;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;-khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;color:#000000}
#tabs-products .contenttabs{width:920px ; height:330px;padding-bottom:18px;background:url(../images/bdr_1.png) repeat-x center bottom #fff;padding:0 20px}
#tabs-products .contenttabs .subtab{position:absolute;top:40px;left:20px;}
#tabs-products .contenttabs div.sub {top:65px; left:0;background:url(../images/bkg_tab.png) no-repeat center bottom ; font-size:12px; position:absolute;}
#tabs-products .contenttabs div.sub .category-name{display:none}
#tabs-products .ratings{margin:10px 0}
#tabs-products .products-grid{padding:0px;}
#tabs-products .products-grid .product-image{ height: auto; overflow: hidden; width:auto;}
.product-details{ padding:0 12px;text-align:left}
#tabs-products .products-grid .product-name{overflow: hidden;text-transform:capitalize; position:relative;} 
#tabs-products .products-grid .product-name a {}
#tabs-products .products-grid .sku{color:#b1b1b1; margin:0px; overflow: hidden;}
#tabs-products .products-grid li.item{ border:0px; width:120px; float:left;  margin:0 20px;padding:20px 0 0;text-align:left;position:static }
#tabs-products .products-grid li.item.first{margin-left:0!important}
#tabs-products .products-grid li.item.last{margin-right:0!important}
#tabs-products .products-grid .item_inner{}
#tabs-products .products-grid img{}
#tabs-products .products-grid .price-box .regular-price{font-size:16px}
#tabs-products .products-grid .price-box .price{color:#1e1e1e}
#tabs-products .products-grid .price-box  .old-price .price,#tabs-products .products-grid .price-box  .special-price .price,#tabs-products .products-grid .price-box  .price-from .price,#tabs-products .products-grid .price-box  .price-to .price{font-size:12px}
#tabs-products .products-grid  .amount{display:none}
/*Category*/
.home-category-product .category-title{margin: 0;padding: 0;text-align:center}
.home-category-product .category-title p{color:#646464}
.home-category-product .category-title p a{color:#1e1e1e;text-transform:uppercase;font-weight:bold;font-size:10px}
.home-category {width:960px;margin-left:-20px;height:100%;overflow:hidden}
.home-category .block-cat-1,.home-category .block-cat-2,.home-category .block-cat-3{float:left;width:280px;padding:10px 20px 0}
.home-category .title-category{width:280px;height:40px;line-height:40px;position:relative}
.home-category .title-category strong{color:#fff;font-size:14px;padding:0 10px;font-weight:bold}
.home-category .title-category a{position:absolute;right:0;top:0;height:40px;text-align:right;background:url(../images/btn_shopall.png) no-repeat;width:79px;color:#fff;font-weight:bold;padding-right:10px;}
.home-category .title-category a:hover{text-decoration:none}
.block-cat-1 .title-category{background:url(../images/bkg_category1.jpg) repeat-x left top}
.block-cat-2 .title-category{background:url(../images/bkg_category2.jpg) repeat-x left top}
.block-cat-3 .title-category{background:url(../images/bkg_category3.jpg) repeat-x left top}
.home-category  li.item{width:100%!important;margin:0 0 12px!important;background:url(../images/bdr_3.gif) repeat-x left bottom!important;padding-bottom:20px!important}
.home-category .product-details{float:right;width:120px;padding:0}
.home-category .products-grid .product-image{float:left}
.home-category .products-grid .price-box{float:none;margin-bottom:0}
.home-category .products-grid  .manu{margin:0 0 7px;color:#8c8c8c;font-size:10px;display:block;font-weight:bold}
.home-category .products-grid .price-box .price{color:#322e2f;font-size:26px;font-weight:bold}
.home-category .products-grid a.shop-platform,.home-category .products-grid a.shop-accessories{text-decoration:none;width:120px;height:30px;line-height:30px;color:#fff;font-size:10px;font-weight:bold;display:block;text-align:center;text-transform:uppercase}
.home-category .block-cat-1 a.shop-platform{background:url(../images/link-platform1.png) no-repeat;}
.home-category .block-cat-2 a.shop-platform{background:url(../images/link-platform2.png) no-repeat;}
.home-category .block-cat-3 a.shop-platform{background:url(../images/link-platform3.png) no-repeat;}
.home-category .products-grid a.shop-accessories{background:url(../images/link-accessories.png) no-repeat;margin-top:1px}
/*Products*/
.home-product {width:960px;margin-left:-20px;background:url(../images/bkg_home-page-product.png) repeat-x left top;height:100%;overflow:hidden}
.home-product .block-product-1,.home-product .block-product-2,.home-product .block-product-3{float:left;width:280px;padding:18px 20px 0}
.home-product .block-product-1 h1,.home-product .block-product-2 h1,.home-product .block-product-3 h1{font-size:14px;font-weight:bold;padding-bottom:30px}
.home-product .block-product-1 h1{color:#59a73b}
.home-product .block-product-2 h1{color:#a32d0a}
.home-product .block-product-3 h1{color:#3ba8b6}
.home-product .products-grid li.item {  border: 0 none;float: none;margin:5px 0;padding: 0; width: auto;position:relative;overflow:hidden;height:100%}
.home-product .products-grid .product-image{float:left}
.home-product .product-details{float:right;width:197px;padding:0}
.home-product .product-details .price{color:#1E1E1E}
/* Sidebar =============================================================================== */
.block { margin:0 0 35px}
.block .block-title { background:url(../images/bkg_block-title.png) left top no-repeat;height:50px;padding:0 0 0 5px;position:relative}
.block .block-title strong { display:block; font:bold 14px/14px Arial, sans-serif; text-transform:capitalize; font-weight:bold; color:#fff;padding:0 10px 0 5px; background:url(../images/bkg_block-title.png) right bottom no-repeat;height:50px;}
.block .block-title strong span {position:absolute;bottom:7px;left:10px;width: 120px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {color:#646464}
.block .block-content {padding:10px 10px 0;}
.block .block-content li.item { padding:5px 0; }
.block .block-content .product-name { }
.block .btn-remove {position:absolute;top:15px;right:0 }
.block .actions {padding: 8px 0;text-align: left;}
.block .actions a { float:right; margin: 4px 0 0 0;color:#787878;font-size:10px;font-weight:bold}
.block .actions button.button { float:left; }
.block .actions button.button span span{padding:0 10px 0 5px}
.block .empty { margin:0; }
.block .price { color:inherit; *color:#666;}

.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .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 {  }

/* Mini Products List */
.mini-products-list .product-image {}
.mini-products-list .product-details {}

/* Block: Account */
.block-account { }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { padding: 5px 10px 10px; }
.block-account .block-content li strong {font-weight:normal  }
.block-account .block-content li a { display:block; padding:3px 0 3px 0; color:#646464; text-decoration:none; }
.block-account .block-content li a:hover { text-decoration:underline;}
.block-account .block-content li.last a {  }
.block-account .block-content li.current { padding:5px 0; color:#000;}
.block-account .block-content li.current.last {  }

/* Block: Currency Switcher */
.block-currency {margin:0;float:right; border-left: 1px dotted #383131;margin-left: 10px;padding-left: 8px;}
.block-currency .block-title { background: none repeat scroll 0 50% transparent;height: auto;float:left; padding: 0;}
.block-currency .block-title strong {background: none repeat scroll 0 50% transparent;color: #fff;font-size: 10px;height: auto;text-transform: uppercase;line-height: 29px;padding:0 5px 0 0;}
.block-currency .block-title strong  span{ bottom: auto;left: auto;position: static;width: auto;}
.block-currency .block-content {padding:0;float:left;}
.block-currency .block-content select { width:100%; padding:0; }
.block-currency .block-content ul li{display:inline;}
.block-currency .block-content ul li a{float:left;margin-left:7px;margin-top:8.5px;background-position: left top;background-repeat: no-repeat;width:8px;height:14px}
.block-currency .block-content ul li:hover a,.block-currency .block-content ul li.selected a{background-position: left bottom;text-decoration:none} 
.block-currency .block-content ul li a img{vertical-align:top}
/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {position:relative;background: url("../images/bkg_block-title-2.png") no-repeat scroll left top transparent;}
.block-layered-nav .block-title strong { background: url("../images/bkg_block-title-2.png") no-repeat scroll right bottom transparent;}
.block-layered-nav .block-subtitle {color:#787878;font-size:11px;font-weight:bold;background:url(../images/bkg_block-subtitle.png) no-repeat left bottom;  margin: -13px 0 5px 0;padding: 5px 10px;}
.block-layered-nav .block-content {padding:10px 0 }
.block-layered-nav dt { padding:8px 10px; font-size:10px; text-transform:uppercase; color:#000;font-weight:bold;}
.block-layered-nav dd { padding:0 10px 10px;border-bottom:1px solid #E6E6E6 }
.block-layered-nav dd.last { background:none;border:0 none }
.block-layered-nav a { color:#646464; text-decoration:none;font-size:11px}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart { }
.block-cart .block-title {background: none repeat scroll 0 50% transparent;height: auto;padding:0 0 10px;}
.block-cart .block-title strong { background: none repeat scroll 0 50% transparent;color: #47CBDE;height: auto;padding:0}
.block-cart .block-title strong span{position:static}
.block-cart .block-content {padding:0 }
.block-cart .summary { }
.block-cart .amount { margin:0;color:#a0a0a0 }
.block-cart .amount a {color:#a0a0a0 }
.block-cart .subtotal { margin:0; padding:0; color: #A0A0A0;font-weight:bold}
.block-cart .subtotal .price {color: #FFFFFF;font-size: 14px;font-weight: bold; }
.block-cart .actions { }
.block-cart .actions button.button span ,.blog_submit button.button span { background-image:url(../images/btn1.png); color:#fff;height:30px;line-height:30px;font-weight:bold}
.block-cart .actions button.button span span{}
.block-cart .product-name a {  }
.block-cart .block-subtitle{background: url("../images/bkg_block-subtitle.jpg") repeat-x scroll 0 0 transparent;
height: 30px;line-height: 30px;margin-bottom: 8px;margin-left: -15px;margin-top: 8px;padding: 0 15px;width: 303px;color:#999999;font-weight:bold;font-size:12px}
.block-cart .block-content li.item{border:0 none!important;padding:10px 0 !important}
.block-cart .mini-products-list .product-image{float:left;}
.block-cart .mini-products-list .product-details{color:#fff;float:left;width:200px;padding-left:15px}
.block-cart .price{color:#fff;font-weight:bold}
/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
.block-wishlist .product-details{padding:20px 0 10px}
.block-wishlist .block-content{padding:10px 0 0}
.block-wishlist li.item{text-align:center;padding:0 10px}
.block-wishlist .block-subtitle{display:none}
/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left;margin:0}
.block-related  #block-related .product {position:static;}
.block-related .block-content{padding:10px 0 0}
.block-related  .block-subtitle{display:none}
.block-related .mini-products-list .product-details{padding:10px 0 0}
.block-related .mini-products-list .price-box{margin:5px 0}
.block-related .block-content li.item{padding:20px 10px!important;text-align:center}
.block-related .block-content li.item.last{border:0 none;padding-bottom:0!important}
/* Block: Compare Products */
.block-compare .block-title{background: url("../images/bkg_block-title-3.png") no-repeat scroll left top transparent;}
.block-compare .block-title strong {background: url("../images/bkg_block-title-3.png") no-repeat scroll right bottom transparent;}
.block-compare .block-content{padding:0}
.block-compare .block-content .empty{padding:10px 10px 0}
.block-compare .block-content .actions{  margin: 10px 0 0;padding: 8px 7px 0;width:auto}
.block .block-content li.item{padding:10px;border-bottom:1px solid #e6e6e6;position:relative;margin:0}
.block-compare button.button span { }
.page-popup .link-print { background:url(../images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px; color:#fff; font-size:11px; }
.page-popup a.link-print { text-decoration:none; }

.catalog-product-compare-index .page-title h1 { color:#fff; margin:0;}
.catalog-product-compare-index .content { padding:5px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}

.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { background:#f1f1f1;border:1px solid #DADADA }
.compare-table thead tr.first th {}
.compare-table .btn-remove { float:left; background-image:url(../images/btn_trash.gif); width:8px; height:8px; margin-top:5px;}
.compare-table tbody th { font-size:10px; font-weight:bold; color:#000;text-transform:uppercase}
.compare-table tbody th,
.compare-table tbody td {}
.compare-table tbody td {min-width:219px;}
.compare-table tbody td.last {}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tr.first td .product-image { display:block; width:160px; margin:0 auto;}
.compare-table tr.first td .product-name { margin:0 0 5px;   min-height: 31px;}
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { float:right; }
.compare-table tr.first td .ratings .rating-box { float:none; margin:0 0 5px; }
.compare-table tr.first td .ratings .amount { display:block; }
.compare-table tr.first td .add-to-links { float:left; margin-top: 4px;}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {color:#646464;margin:0 0 5px}
.block-poll label {  }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:4px 0 }
.block-poll .actions { }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content ul { font-size:12px; padding:0 0 10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content li a { text-decoration:none; }
.block-tags .block-content li a:hover { text-decoration:underline;}
.block-tags .actions {border-top: 1px solid #E6E6E6;}
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe {margin:0 0 17px}
.block-subscribe .block-content { padding:0;    position: relative; }
.block-subscribe .block-title  {background: none repeat scroll 0 50% transparent;height: auto; margin: 0 0 12px;padding: 0;}
.block-subscribe .block-title strong { background: none repeat scroll 0 50% transparent;height: auto; color: #47CBDE;font-size: 12px;padding:0}
.block-subscribe .block-title strong span{position:static}
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block;padding: 7px 10px 8px 5px;width: 190px;border:0 none;-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}
.block-subscribe .actions { background:none; padding:0; margin:0; text-align:left;width: auto; }
.block-subscribe .actions button.button {float: none; position: absolute;right: 0;top: 0;}
.block-subscribe .actions button.button span {background: url("../images/btn_subcribe.png") right top transparent;color: #242124;font:bold 10px/30px Arial,Helvetica,sans-serif;height: 30px;padding:0 10px}
.block-subscribe .actions button.button span span{background:0 none;padding:0}
.follow-us span{float:left; margin-right: 15px;font-size:12px;font-weight:bold;padding-top:2px}
.follow-us ul li{display:inline}
.follow-us ul li a{float:left;margin-right:10px}
.follow-us ul li a img{vertical-align: middle;}
/* Block: Reorder */
.block-reorder .block-title strong { }
.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 { margin:10px 0 0;}

/* Block: Banner */
.block-banner { background:none; padding:0;}
.block-banner .block-content { background:none; padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.catalog-category-view .col-main {}
.catalog-category-view .col-main .col-inner {}
.catalog-category-view .products-container { padding: 10px 0 0; }
.catalog-category-view .products-container-inner {}
.catalog-category-view .category-image-container {}
.catalog-category-view .category-image-container-inner { }
.catalog-category-view .col2-left-layout .products-container,
.catalog-category-view .col2-left-layout .category-image-container,
.catalog-category-view .col2-right-layout .products-container,
.catalog-category-view .col2-right-layout .category-image-container {}
.catalog-category-view .col2-left-layout .products-container-inner,
.catalog-category-view .col2-left-layout .category-image-container-inner,
.catalog-category-view .col2-right-layout .products-container-inner,
.catalog-category-view .col2-right-layout .category-image-container-inner {}
.catalog-category-view .col1-layout .products-container,
.catalog-category-view .col1-layout .category-image-container{}
.catalog-category-view .col1-layout .products-container-inner,
.catalog-category-view .col1-layout .category-image-container-inner {}
.catalog-category-view .col3-layout .products-container,
.catalog-category-view .col3-layout .category-image-container {}
.catalog-category-view .col3-layout .products-container-inner,
.catalog-category-view .col3-layout .category-image-container-inner {}

.category-title { border:0; margin:0; padding:18px 10px 5px; }
.category-title h1,
.category-title h2 { font-weight:bold;font-size: 14px; color:#1e1e1e; text-transform:none; text-align:center;margin:0 0 3px}
.category-image { width:100%; overflow:hidden; margin:0; text-align:center;}
.category-image img {}
.category-description { margin:0 0 10px;text-align:center }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item {  border: 0 none;float: left;margin: 0 20px;padding: 15px 0; width: 120px;position:relative}

.products-grid li.item.first {margin-left:0 }
.products-grid li.item.last { margin-right:0;border:0 none}
.products-grid .product-image { display:block;margin:0 0 10px; }
.block .products-grid .product-image{text-align:center}
.block .products-grid .product-details{padding:0}
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 2px; }
.products-grid .product-name a {  }
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box { /*margin:0px 0 5px 0;*/ float: left;margin-top:0px;/*bottom:0*/;font-size:14px}
.products-grid .availability { line-height:21px; }
.products-grid .actions { text-align:left;clear:both}
.products-grid .actions .button,.products-list .btn-cart{width:120px}
.products-grid .add-to-links { clear:both; padding-top:5px;display:inline-block;width:205px;}
.products-grid .add-to-links li { display: inline;}
.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{margin-bottom:20px}
.products-list li.item { padding:20px 0; }
.products-list .product-image { float:left; }
.products-list .product-image img{}
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 2px;overflow:hidden; }
.products-list .product-name a { }
.products-list .price-box { float:left; margin:5px 13px 5px 0; }
.products-list button.button { float:right; margin: 3px 0 5px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both;margin:15px 0; line-height:1.35;color:#646464 }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both;margin-left: 74px;position: static; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:none }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; background:url(../images/i_review.png) left center no-repeat; padding: 2px 0 2px 20px; height: 17px;clear: both;}
.ratings { line-height:1.25; margin:0px 0;   margin: 0 0 7px;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; color:#a0a0a0;    font-size: 10px;}
.ratings .rating-links a { color:#a0a0a0; text-decoration:none;    font-weight: bold;}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:55px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:10px; }
.ratings .amount {color: #A0A0A0; float: left;font-size: 10px!important;}
.ratings .amount a { text-decoration:none;color: #A0A0A0;font-size: 10px!important;margin:0!important }
.ratings .amount a:hover {text-decoration:underline;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; color:#7a7a7a;}
.availability span { font-weight:bold; }
.availability.in-stock span {color:#58ae3f;font-weight:bold}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; background:url(../images/i_email.png) left center no-repeat; padding: 2px 0 2px 20px; color:#666;}
.email-friend a { color:#787878; text-decoration:none;font-size:10px}
.email-friend a:hover { text-decoration:underline;}

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#a0a0a0;}

.price-box { margin:5px 0 15px; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {margin:0}
.regular-price .price { font-weight:bold; font-size:13px; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price {margin:0}
.old-price .price-label { white-space:nowrap; color:#a0a0a0;font-size:12px; }
.old-price .price { font-weight:bold; color:#a0a0a0!important;font-size:14px; }

/* Special price */
.special-price {margin:0}
.special-price .price-label {white-space:nowrap; color:#a0a0a0;font-size:12px;}
.special-price .price {font-weight:bold; color:#1e1e1e;font-size:14px;}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label {color: #A0A0A0; font-size: 12px;font-weight: bold;white-space: nowrap;}

.minimal-price-link { display:block; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal;  }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price{color:#1e1e1e}
.price-from .price-label {white-space:nowrap;font-size:12px;color:#a0a0a0 }

.price-to { margin:0; }
.price-to .price{color:#1e1e1e}
.price-to .price-label {white-space:nowrap;font-size:12px;color:#a0a0a0 }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { }
.price-box-bundle .price-box{float:none!important;clear:left;margin:0 0 10px!important;}

.price-box-bundle .price { color:#555; }

.cart-price .price { color: #1E1E1E;font-size: 14px;font-weight: bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:30px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd;clear:both;}
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; /*margin:5px 0 0 110px;*/ }
.add-to-links  li{width:auto;float:left;}
.add-to-links .separator { color: #dedede; float: left;font-size: 13px; margin:-2px 5px 0 5px}
/* Add to Cart */
.add-to-cart label { float:right; margin: 4px 10px 0 0;font-weight:bold}
.add-to-cart .qty { float:right; margin: 2px 0 0 0;padding:4px 20px 4px 10px}
.product-options-bottom .add-to-cart label{float:right}
.product-options-bottom .add-to-cart .qty {float:right;margin-right:0}
.add-to-cart button.button {   clear: both; float: right; margin-top: 10px;}
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.product-view .product-shop .add-to-box .add-to-cart { float:right; }
.add-to-box .or { display:none;}
.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 { }
.add-to-box .add-to-links li .separator {}
.product-view { }
.product-essential {}
.product-essential h2,
.product-collateral h2 { font:bold 12px/20px Arial,Helvetica,Arial,sans-serif; color:#1e1e1e; text-transform:capitalize; text-align:left}
.product-essential .std,
.product-collateral .std { clear:both;overflow:hidden }

.product-collateral .tabs{margin-bottom:20px}
.quickshop-main .product-collateral{display:none}
.product-collateral {margin:40px 0 0; padding:10px 0 5px;}
.product-collateral .box-collateral { margin:0 0 10px; padding:10px 0;}
.product-collateral .panes {clear:both}
.product-collateral ul.tabs li{float: left;background:#fff;margin-right: 2px;}
.product-collateral ul.tabs li a,.product-collateral ul.tabs1 li a {border: 1px solid #E6E6E6;color: #A0A0A0;float: left;    font-size: 14px;font-weight: bold;height: 28px;line-height: 28px;padding: 0 11px;text-align: center;text-decoration: none;
-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}
.product-collateral ul.tabs li.current, .product-collateral ul.tabs1 li.current {background: url("../images/active-arrow.jpg") no-repeat scroll center bottom;border: 0 none;color: #FFFFFF;float: left;height: 30px; padding-bottom: 5px;}
.product-collateral ul.tabs li.current a{background:none repeat scroll 0 0 #010101;height:30px;border:0 none;color:#fff}
/* Product Images */
.product-view .product-img-box { float:left; width:280px;text-align:left }
.col3-layout .product-view .product-img-box {}
.product-view .product-img-box .product-image { margin:0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:280px; height:400px; 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; font-style:italic; color:#808080;display:none}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:30px; margin:0 auto 13px; background:url(../images/slider_bg.jpg) 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;display:none }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:6px; width:26px; height:5px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:170px; top:14px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:170px; top:11px; }
.lbl_zoom_out{position:absolute;color:#fff;font-size:10px;font-weight:bold;left:193px;top:7px}
.lbl_zoom_in{position:absolute;color:#fff;font-size:10px;font-weight:bold;right:193px;top:8px; }
.product-view .product-img-box .more-views {margin:20px 0 10px}
.product-view .product-img-box .more-views h2 { margin:0 0 8px; padding:0; border:0;display:none}
.product-view .product-img-box .more-views ul { margin-left:-9px;clear:left; }
.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:60px; height:60px; 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:280px;position: relative; text-align:left}
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop {}
.product-view .product-shop .product-name { margin:18px 0 10px;}
.product-view .product-shop .product-name h1 { margin:0; font:bold 20px/20px Arial, Helvetica, sans-serif;color:#12b3cb}
.product-view .product-shop .availability { padding:10px 0 0;}
.product-view .product-shop .short-description { margin:10px 0; padding:0; clear:both;overflow:hidden;}
.product-view .product-shop .price-box {float:left;margin:0 }
.product-view .product-shop  .regular-price .price{color:#000;font-size:16px}
.product-view .product-shop .add-to-links {margin:10px 0;width:220px; }
.product-view .product-shop .add-to-box .add-to-links { clear:both; }
.product-view .product-shop .add-to-links li  { display:inline; }
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { }

.review-product-list .product-view .product-shop .add-to-box .add-to-links {}
.review-product-list .product-view .product-shop .add-to-box {}
.review-product-list .tabs{}
.review-product-list .product-view .box-reviews{ border-top: 0 none;margin:0;}
/* Product Options */
.product-options {  margin:40px 0 10px;text-align:left }
.product-options dl { border:1px solid #dadada; border-width: 1px 0; padding:0 0 5px;}
.product-options dt { font-weight:normal; padding:5px 0;}
.product-options dt label { }
.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:#2f2f2f; }
.product-options dd { margin:0; padding: 0 0 5px;}
.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 .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.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:0; padding:5px 0; }

.product-options-bottom { }
.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 5px 0 0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {float:right;padding-top:10px}
.product-options-bottom .add-to-cart .btn-cart span{padding:0 0 0 20px}
.product-options-bottom .add-to-cart .btn-cart span span{padding:0 20px 0 0}
.product-options-bottom .add-to-cart .btn-cart{clear:both;margin-top:10px;float:right}
.product-shop .product-options-bottom { margin:10px 0; }
.product-shop .product-options-bottom .price-box { float:left; }
.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:right; 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; }

/* Block: Upsell */
.product-view .box-up-sell h2 {}
.product-view .box-up-sell .products-grid { width:100%; background:none; border-bottom:0; margin:0;}
.product-view .box-up-sell .products-grid td { width:33%; padding:5px 10px 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 { }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings { clear:both; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-view .box-up-sell .price{color:#000}
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { clear:both; font-size:inherit; *font-size:1em;color:#5A5A5A}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; clear:both;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li a{color:#12B3CB}
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add{position:relative}
.product-view .box-tags .form-add label { display:block; margin:0 0 5px; clear:both;}
.product-view .box-tags .form-add .input-box { margin:0; padding:0;}
.product-view .box-tags .form-add input.input-text { width:475px; padding:4px 30px 5px 5px; border:0; border:1px solid #E6E6E6;}
.product-view .box-tags .form-add button.button {position:absolute;top:22px;right:4px}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0; }

/* Block: Reviews */
.product-view .box-reviews{margin:45px 0 0;padding:0}
.product-view .box-reviews h2{}
.product-view .box-reviews .review-list,.product-view .box-reviews .form-add{float:left;width:285px}
.product-view .box-reviews .review-list{margin-right:30px}
.product-view .box-reviews dl {margin-top:15px}
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:0;}
.product-view .box-reviews .form-add  #review-form fieldset{clear:both;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal;display:none }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:11px;color:#1E1E1E }
.product-view .box-reviews .form-add h4 em{color:#E1400C}
.product-view .box-reviews .buttons-set{margin-top:12px}
.product-view .box-reviews .buttons-set .button span{ background-image: url("../images/btn4.png"); color: #FFFFFF; height: 30px;
 line-height: 30px;}
.product-view .box-reviews .buttons-set .button span span{}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list {}
.product-view .box-reviews .form-add .form-list .input-box { width:285px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:275px; }

/* 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:290px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:605px; }
.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; font-weight:bold;color:#3db0c1 }
.product-name a { text-decoration:none;color:#3db0c1}
.product-name a:hover { text-decoration:underline;}

/* Product Tags */
.tags-list { display:block; font-size:13px; padding:10px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#a0a0a0; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.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:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {}
.checkout-cart-index .col-main .col-inner {}


.cart .page-title {margin:0;text-align:center}
.cart .page-title h1 { margin:0 0 10px; padding: 0;float:none;text-align:center}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; display:none}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 10px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table td a{font-size:10px}
.cart-table td h2.product-name a,.cart-table td h2{font-size:12px}
.cart-table td img {}
.cart-table .product-name { margin:0 0 5px; }

.cart-table  .item-options{float:left}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px 0; }
.cart-table .btn-continue {  margin-right:5px;float:left}
.cart-table .btn-continue span { background-image:url(../images/btn4.png); color:#fff;height:30px;line-height:30px}
.cart-table .btn-continue span span{}
.cart-table .btn-update span { background-image:url(../images/btn3.png); color:#fff;height:30px;line-height:30px }
.cart-table .btn-update span span{}
.cart-table .cart-price .price {color: #1E1E1E;font-size: 14px;font-weight: bold;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { border-top: 1px solid #E6E6E6; margin-top: 30px; padding: 8px 0 0;}
.cart .cart-collaterals-top{overflow:hidden;height:100%}
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-1 { width:282px;}
.cart .cart-collaterals .col2-set .col-2 { width:282px; }

.cart .crosssell {clear:both;padding-top:10px;margin-top:35px;border-top:1px solid #ebebeb;margin-left:-20px;width:960px}
.cart .crosssell .crosssell-inner {}
.cart .crosssell h2 { font:bold 14px/20px Arial,sans-serif; color:#1e1e1e; text-transform:none; padding:10px 0 5px 20px;}
.cart .crosssell .product-image { display:block;margin:0 0 10px; }
.cart .crosssell .product-details {padding:0 }
.cart .crosssell .product-name {  }
.cart .crosssell li.item {border: 0 none;float: left;margin: 0 20px;padding: 15px 0; width: 120px;position:relative}
.cart .crosssell li.item.last{margin-right:0}
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell li.item  .price{color:#1e1e1e;font-size:14px}
.cart .crosssell li.item .sku{margin-bottom:5px}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart .discount .discount-inner,
.cart .shipping .shipping-inner {}
.cart .discount h2,
.cart .shipping h2 ,.totals h2{ font:bold 14px/20px Arial,sans-serif; color:#1e1e1e; text-transform:capitalize; padding: 0 0 5px;}
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {}

.cart .discount h2 { }
.cart .discount label{margin-bottom:32px;display:block}
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:270px; }

.cart .shipping h2 { }
.cart .shipping p{margin-bottom:14px}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .shipping .form-list input.input-text { width:270px;}
.cart .shipping .form-list select { width:280px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:280px; }
.cart .totals .totals-inner { }
.cart .totals tbody .price {font-size:14px;color:#646464}
.cart .totals .price { font-weight:bold; color: #1e1e1e;}
.cart .totals table { width:100%;}
.cart .totals td {color: #646464;font-size: 12px; font-weight: bold;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 10px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:0; vertical-align:middle;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight:bold;color:#1e1e1e;font-size:14px}
.cart .totals tfoot td .price { font-size:16px;}
.cart .totals .checkout-types { padding:0; text-align:left;}
.cart .totals .checkout-types li { clear:both; margin:13px 0; }
.cart .totals .checkout-types li a{color:#646464 }
/* Options Tool Tip */
.item-options dt { float:left; clear:both; color:#666;}
.item-options dt:after { content:':'; }
.item-options dd { float: left; color:#666; padding-left: 5px;}
.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 ============================================================================== */

.checkout-onepage-index .col-main{width:600px}
.checkout-onepage-index .col-right{width:280px}
.checkout-onepage-index .page-title { overflow:hidden; height:0; margin:0; padding:0; border:0;}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:5px 5px 5px 0;float:left }
.sp-methods dd {float:left;}
#opc-payment .sp-methods dd {clear:left}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { }
.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 .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.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:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { 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:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { }
.block-progress .block-title {background:0;height:auto;padding:0}
.block-progress .block-title strong {background:0 none;color:#000;height:auto;padding:15px 20px 17px;}
.block-progress .block-title strong span{position:static;width:auto}
.block-progress .block-content { padding:0}
.block-progress dt { line-height:1.35; line-height:30px;color:#646464;font-size:12px;font-weight:bold;padding:2px 20px;border-top:1px solid #E6E6E6}
.block-progress dd { border-top:0; padding:0 20px 8px; margin:0 0 6px;}
.block-progress dd address {color:#646464}
.block-progress dt.complete { font-weight:bold; color:#3db0c1; }
.block-progress dd.complete { }
.block-progress p { margin:0; }
.block-progress dt a { font-weight:normal;font-size:10px;margin-left:6px}
.block-progress dt .separator { display:none}

.opc .buttons-set { text-align:left;}
.opc .buttons-set button.button { float:left; }
.opc .buttons-set button.button span { background-image: url("../images/btn4.png"); color: #FFFFFF; height: 30px;
line-height: 30px; }
.opc .buttons-set button.button span  span{}
.opc .buttons-set p.required { margin:0; padding:0 0 10px; text-align:right;}
.opc .buttons-set .back-link {}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul {}

.opc { position:relative; }
.opc li.section {margin-bottom: 5px;}

.opc .step-title {background:url(../images/bkg_opc-title.png) 0 -80px no-repeat; height:40px; line-height:40px; color:#323439;}
.opc .step-title .number { float:left; font:bold 20px/40px arial, sans-serif; text-align:center; width:42px; background:url(../images/bkg_opc-title.png) left bottom no-repeat; text-align:center;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 { float:left; margin:0; padding: 0 10px; font:bold 14px/40px Arial, sans-serif; text-transform:capitalize;  color:#646464; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {cursor:default; background-position:left top; color:#fff;}
.opc .active .step-title .number { background-position:left -40px}
.opc .active .step-title h2 {color:#fff}
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative;padding:10px 0 0; margin: 10px 0;}
.opc .step .step-inner {padding:0 0 15px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:12px; text-transform:none; color:#3db0c1; font-weight:bold;margin-bottom:10px}
#opc-login h4 { font-size:14px; margin:0; color:#5a5a5a; font-weight:bold;clear:left;padding:10px 0}
#opc-login .col-1 { width:280px;}
#opc-login .col-2 { width:280px;}
.opc .control{text-transform:uppercase;float:left;margin-right:10px}
#opc-login .col-1  .ul{margin-top:-5px}
.opc .control label{color:#000;font-size:10px}
#opc-login .col-2 .form-list .input-box { width:auto;}
#opc-login .col-2 .form-list .input-box input.input-text { width:270px; }
#opc-login .col-2 .buttons-set p.required { text-align:right;}
#opc-login .col-2 .buttons-set a { margin-top: 6px;float:right!important;margin-right:80px;font-size:10px;font-weight:bold}
#opc-login .col-2 .buttons-set button.button { float:left; }
#opc-login .col-2 .buttons-set button.button span {background-image:url(../images/btn3.png); color:#fff;height:30px;line-height:30px }
#opc-login .col-2 .buttons-set button.button span span{}
#opc-login strong { font-weight:bold; color:#5a5a5a; }

#login-form h4 { display:inline; font-weight:normal; color:#5a5a5a;font-size:11px}
#login-form p { display:inline; color:#707070;}
#login-form .form-list { margin: 10px 0 0;}

.block-account-protection p{border-top:2px solid #000; margin: 0; padding:6px 20px 5px;color:#323232;font-size:12px;font-weight:bold}
.block-account-protection ul li a{float:left}
#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { }
#opc-review .product-name {}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 10px; }
#opc-review .buttons-set p { margin:8px 0 0; color:#646464}
#opc-review .buttons-set p a{color:#646464}
#opc-review .buttons-set button.button { float:right; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

#checkout-review-table tfoot tr.first td { padding-top: 10px; }
#checkout-review-table tfoot tr.last td { padding-bottom: 10px; }
#checkout-review-table tfoot tr.last td  strong{font-size:14px;color:#1e1e1e}
#checkout-review-table tfoot tr.last td  strong span{font-size:16px;color:#1e1e1e}
#checkout-review-table tfoot td { background:none;text-align:right; color: #646464;font-size: 12px;font-weight: bold;}
#checkout-review-table tfoot td .price{color:#646464;font-size:14px}
.checkout-onepage-success .col-inner h2.sub-title{font-size:12px; text-transform:capitalize; margin:0 0 10px; padding:0; color:#3db0c1;font-weight:bold}
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.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:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 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:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.col1-layout .account-login .col2-set .col-1 { width: 600px;}
.account-login .page-title h1,.account-create .page-title h1{background:url(../images/ico_login-title.png) no-repeat left top;padding-left:48px;height:50px;line-height:72px;color:#000}
.account-login .col2-set .col-2 { width: 275px; }
.account-login .content { }
.account-login .content h2 { font-size:12px; text-transform:capitalize; margin:0 0 10px; padding:0; color:#3db0c1;font-weight:bold}
.account-login .new-users h2 {}
.account-login .registered-users h2 { }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0;}

.account-login .new-users .buttons-set button.button { float:left; margin:0;}
.account-login .new-users .buttons-set button.button span {background-image:url(../images/btn1.png); color:#fff;height:30px;line-height:30px }

.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:265px;}
.account-login .registered-users .buttons-set button.button {float:left}
.account-login .registered-users .buttons-set button.button span { background-image:url(../images/btn3.png); color:#fff;height:30px;line-height:30px }
.account-login .registered-users .buttons-set a{float:right!important;margin-right:75px;color:#787878;font-size:10px;font-weight:bold;margin-top:7px}

.account-create {}
.account-create .buttons-set { width: 568px;}
.account-create .buttons-set .button{float:left}
.account-create .buttons-set .button span{background-image:url(../images/btn1.png); color:#fff;height:30px;line-height:30px}
/* Account Login/Create Pages ============================================================ */
#form-validate .buttons-set{width:570px}
#form-validate .buttons-set .button{float:left}
#form-validate .buttons-set .button span{background-image:url(../images/btn4.png); color:#fff;height:30px;line-height:30px }
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
#my-orders-table .price{color:#000;font-size:14px;font-weight:bold}
#my-orders-table td em{color:#646464;font-size:11px;font-style:normal}
#my-orders-table td.last a{color:#000;font-size:10px;text-transform:uppercase;font-weight:bold}
/********** < Dashboard */
.dashboard .page-title h1{background:url(../images/ico_dashboard.png) no-repeat left top;padding-left:48px;height:50px;line-height:72px;color:#000}
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p {color:#646464 }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin: 0 0 20px; }

.box-account .box-head {position:relative;margin:40px 0 15px}
.box-account .box-head h2 {padding-left:48px;height:50px;color:#000;font: bold 14px/20px Arial,sans-serif; margin: 0; text-transform: capitalize;line-height:72px;}
.box-account .box-head a { float:right;position:absolute;right:20px;top:29px;text-decoration: underline;text-transform:lowercase}
.customer-account-edit .page-title h1,.customer-address-index .page-title h1,.customer-address-form .page-title h1{background:url(../images/i_ma-info.png) no-repeat left top;padding-left:48px;height:50px;line-height:72px;color:#000}
.sales-order-history .page-title h1{background:url(../images/i_ma-recent.png) no-repeat left top;padding-left:48px;height:50px;line-height:72px;color:#000}
.my-account .pager{margin:10px 0}
/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 4px; text-align:left; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:bold; margin:0; color:#3db0c1}
.dashboard .box .box-title a ,
.dashboard .box .box-title a{margin-left:10px;font-size:10px}
.dashboard .dashboard-address  .box .box-title h3 { background: url("../images/i_ma-info.png") no-repeat scroll left top transparent;
    color: #000000;
    height: 50px;
    line-height: 72px;
    padding-left: 48px;}
	.dashboard .dashboard-address  .box .box-title a {
    background: url("../images/btn6.png") no-repeat scroll 0 0 transparent;
    color: #787878;
    display: block;
    font: bold 10px/25px Arial,Helvetica,sans-serif;
    height: 25px;
    padding: 0 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;float:right;margin-top:23px;}
	.dashboard .dashboard-address  .box .box-title a span{   background: url("../images/btn6.png") no-repeat scroll 100% 100% transparent;
    border: 0 none;
    padding: 0 15px 0 10px;display:block;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head {}
.dashboard .box-recent .box-head h2 {background:url(../images/i_ma-recent.png) no-repeat left top; }

/* Block: Account Information */
.dashboard .box-info .box-head { background:url(../images/i_ma-info.png) 0 0 no-repeat;}
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:inherit; *font-size:1em; font-weight:bold;color:#000 }

/* Block: Reviews & Block: Tags */
.dashboard .box-reviews .box-head h2, .dashboard .box-tags .box-head h2{background:url(../images/i_ma-recent.png) no-repeat left top;}
.dashboard .box-reviews .number,.dashboard .box-tags .number  { float:left; font-size:10px; font-weight:bold;padding:0 4px; background: none repeat scroll 0 0 #202f20; color: #FFFFFF;position:absolute;top:1px;left:10px}
.dashboard .box-reviews .details,.dashboard .box-tags .details {padding:0 0 0 35px}
.dashboard .box-reviews li.item,.dashboard .box-tags li.item { margin:0 0 7px;position:relative}
.dashboard .box-reviews .ratings,.dashboard .box-tags .tags{ margin:5px 0 10px; }
.dashboard .box-reviews .ratings .rating-box{margin-top:3px}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2,
.addresses-list h3 { font-size:12px; font-weight:bold;color:#3DB0C1}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-style:italic; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; 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 { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:12px;color:#000 }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:12px;color:#000 }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; 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 { 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; }
.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; }
#wishlist-table .add-to-links { white-space:nowrap; }
.wishlist-index-index .buttons-set .back-link{margin-top:-28px}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 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; }
.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; }
#product-review-table th{padding:6px;text-transform:none}
/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container{background:url("../images/bkg_shadow.png") repeat-y scroll center top transparent}
.footer-1{width:960px;padding:25px 0 20px;margin:0 auto;background:url(../images/bkg_footer-1.jpg) no-repeat center bottom;height:100%;overflow:hidden;text-align:left}
.footer-1 .blog-title{text-align:center}
.footer-1 .blog-title p{color:#A0A0A0;margin-bottom:15px}
.footer-1 .blog-title p a{color: #FCFCFC;font-size: 10px;font-weight: bold;text-transform: uppercase;}
.footer-1 .blog-title h2{color:#FCFCFC;font-size:13px;font-weight:bold;margin-bottom:2px}
.footer-1 .em_post-item{float:left; padding: 0 20px; width: 280px;color:#a0a0a0;font-size:11px;font-weight:normal;margin:0!important;clear:none!important}
.footer-1 .em_post-item .std{margin-bottom:10px}
.footer-1 .em_post-item  .post-title h2 {line-height:15px;margin-bottom:8px;padding-bottom:10px;background:url(../images/bdr_2.gif) no-repeat left bottom}
.footer-1 .em_post-item  .post-title h2 a{color:#47cbde;font-size:12px;font-weight:bold;}
.footer-1 .em_post-item  p,.footer-1 .em_post-item  p strong{color:#a0a0a0;font-size:11px;font-weight:normal;margin:0}
.footer-1 .em_post-item small{font-weight:bold;font-size:10px;color:#545054;margin-top:12px;display:block}
.footer-2 { width:920px; padding:20px 20px 12px;margin:0 auto;text-align:left;color:#a0a0a0;background:url(../images/bkg_footer-2.png) no-repeat;height:271px}
.footer-2 .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer-2 .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer-2 .store-switcher select { padding:0; vertical-align:middle; }
.footer-2 a,.footer-2 p{color:#a0a0a0; text-decoration:none; line-height: 18px; }
.footer-2 a{ white-space: nowrap; }
.footer-2 a:hover{ color:#fff; text-decoration:underline; }
.footer-2 .bugs { float:right; clear:right; margin:0 0 10px; min-width:300px;}
.footer-2 .bugs a {  }
.footer-2 .bugs a:hover { }
.footer-2 address { float:left;color:#a0a0a0;font-size:9px;font-weight:bold ;width:60%}
.footer-2 address a { color:#a0a0a0; }
.footer-2 address a:hover { text-decoration:underline; }
.footer-2 .footer-add ul{float:right;width:30%}
.footer-2 .footer-add ul li{display:inline}
.footer-2 .footer-add ul li a{float:right;margin-left:10px}
.footer-2 .links-set { float:left; padding:10px 0;}
.footer-2 .links-set li { background:url(../images/bkg_node2.gif) 0 center no-repeat; padding: 0 0 0 15px;}
.footer-2 ul { float:left;}
.footer-2 li { display:block;}
.footer-2 .links { margin:10px 0;}
.footer-2 .links li { display:inline; background:url(../images/bkg_pipe1.png) right center no-repeat; padding: 0 10px 0 8px; text-transform:uppercase; font-size:10px;}
.footer-2 .separator { border:0; border-top:1px dotted #515151; clear:both;}
.footer-2 .form-language { float:right; margin:1em 0; }
.footer-2 .form-language label { padding-right:5px; vertical-align:middle; float:left; }
.footer-2 .form-language select { padding:0; }
.footer-2 .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.footer-2 .paypal-logo { float:right; clear:both; }
.f-block-1 h3,.f-block-2 h3,.f-block-3 h3,.f-block-4 h3{color:#47cbde;font-size:12px;font-weight:bold;margin:0 0 8px} 
.f-block-1 ,.f-block-2,.f-block-3,.f-block-4{float:left;}
.f-block-1 ,.f-block-2{width:120px;margin-right:40px}
.f-block-3{width:280px;margin-right:40px}
.f-block-4{width:280px;}
.footer-nav{clear:both; overflow: hidden; padding: 30px 0;}
.footer-nav h3{color: #47cbde;float: left;font-size: 12px;font-weight: bold;}
.footer-nav ul li{ background: url("../images/ver_ft.gif") no-repeat scroll 0 5px transparent;float: left;padding: 0 10px;}
.footer-nav ul li.first{padding-left:0;background:0}
.alls-categors {float: left;width: 860px;padding-left:10px}
.alls-categors  li.level0  ul {display: none; margin: 0;}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left;  }
.best-selling h3 { font:bold 14px/20px "Arial Narrow", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#323439; border-bottom:1px solid #ccc; padding: 0 0 5px; margin: -10px 0 15px; }
.best-selling table {  }
.best-selling tr.odd { }
.best-selling tr.even { }
.best-selling td { width:33%; border-top:1px solid #ccc; border-left:1px solid #ccc; padding:8px 10px 8px 8px; text-align:center;}
.best-selling td:first-child { border-left:0;}
.best-selling tr:first-child td { border-top:0;}
.best-selling .product-img { }
.best-selling .product-description { line-height:1.3em; margin-top:1em; text-align:left;}
.best-selling a { text-decoration: none;}
.best-selling a:hover { text-decoration: underline;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { }
/* ======================================================================================= */


/* 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,
.col-main .col-inner:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-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,
.add-to-links:after,
.slideshow ul:after,
#slideshow2 .slideshow-box ul:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.f-fix p {overflow:hidden;margin: 0 0 5px;}
.sku {color:#a0a0a0;font-size:10px;font-weight:bold;text-transform:uppercase;margin-bottom:5px}
.products-list .price-box p.old-price{margin: 0;}
.products-list .product-shop .f-fix .ratings {position:static;}
.cart .crosssell .product-details .add-to-links{position:static;margin-top: 7px;}
.product-view .box-up-sell .products-grid tr {}
.product-view .product-shop .add-to-box{}
.product-view .product-shop .ratings {position:static;height: 16px;clear: both;margin:5px 0}
.product-view .product-shop .short-description h2{border-top:1px solid #E6E6E6 ; font:bold 14px/20px Arial,Helvetica,Arial,sans-serif; color:#1e1e1e; text-transform:capitalize; margin:0 0 5px;padding-top:8px}
.form-alt li { display: block;margin-bottom: 10px;overflow: hidden;}
.product-options-bottom .add-to-links li {margin-left: 7px;}
.product-shop-row p,.add-to-row p {float:left; margin-right: 10px !important;}
.product-shop-row .price-box { margin-bottom:23px;}
.add-to-row .add-to-links { display: block;float: left; margin-top: 4px;overflow: hidden;}
.catalog-product-view .product-view .product-shop .add-to-links {clear:both}
/* ======================================================================================= */
.lastest_reviews .products-grid li.item{margin:0;padding:20px 0}
.lastest_reviews .products-grid li.item .short-desc{margin:0;height:50px;overflow:hidden}
#fancybox-close{background: url("../images/i_close.gif") no-repeat scroll 0 0 transparent!important; height: 10px!important; left:10px!important; top:10px!important;width: 10px!important;}
.contacts-index-index .col-inner .buttons-set{width:570px}

/**/
/* ===================================remember-me-popup==================================================== */
#remember-me-box label{ padding:0 10px 0 0; }
.remember-me-popup {
    background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; box-shadow: 0 0 6px #CCCCCC; left: 50%; margin: -85px 0 0 -200px; position: absolute;text-align: left; top: 50%; width: 400px; z-index: 1000; }
.remember-me-popup .remember-me-popup-head { position: relative; }
.remember-me-popup h3 {
    background: none repeat scroll 0 0 #D9E5EE; border-bottom: 1px solid #CCCCCC; font-size: 14px; padding: 5px 10px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url("../images/btn_window_close.gif") no-repeat scroll 0 0 transparent; display: block; height: 15px; position: absolute; right: 7px; text-indent: -9999em; top: 7px; width: 15px; }
.remember-me-popup .remember-me-popup-body {
    padding: 10px; }
.remember-me-popup .a-right {
    text-align: right !important; }
.remember-me-popup .remember-me-popup-body a {
    background: none repeat scroll 0 0 #F18200; border: 1px solid #DE5400; color: #FFFFFF; display: inline-block; font: bold 12px/19px Arial,Helvetica,sans-serif;   height: 19px; padding: 0 8px; text-align: center; text-decoration: none; white-space: nowrap; }
.remember-me-popup .remember-me-popup-body a span{ background:none;}
.cls_hide-options{display:none}
.customer-address-index .title-buttons button.button  span{ background:url("../images/btn7.png") no-repeat scroll 0 0 transparent;padding-left:20px;}
.customer-address-index .title-buttons button.button  span span {background:url("../images/btn7.png") no-repeat scroll 100% 100% transparent;padding-left:7px;}
