/**
 * 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 { background:url(../images/bkg_body.jpg) repeat center center #dcdcdc; color:#646464;font:11px/1.55 Tahoma,Arial,sans-serif }

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

a             {color:#3f3f3f; 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-spacing:0; empty-cells:show; font-size:100%;    border-collapse: collapse; }
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%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:url(../images/bkg_body-2.png) repeat-y top center}
.page{}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:0; text-align:left;background:#fff ;color:#646464}
.main-container { margin:4px 0 0;clear:both}
.main { width:960px; margin:0 auto; text-align:left;}

/*home page*/
.cms-index-index .std{display:none}
/* Base Columns */
.col-left { float:left; width:236px;}
.col-right { float:right; width:236px;}
.col-main {background:#fff}
.cms-index-index.cms-home .col-main,.catalog-category-view .col-main {background:0}
/* 1 Column Layout */
.col1-layout { }
.col1-layout .main {}
.col1-layout .col-main {}
.col1-layout .col-main .col-inner {}

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

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width:470px;}
.col3-layout .col-main .col-inner {}
.col3-layout .col-wrapper { float:left; width:710px; }
.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%; }
/* ======================================================================================= */
.col2-set-address .col-1 {
    float: left;
    width: 48.5%;
}
.col2-set-address .col-2 {
    float: right;
    width: 48.5%;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px/15px Tahoma, Arial, Helvetica, sans-serif; vertical-align:middle;color:#3f3f3f}
input.input-text,textarea { background:0; border:0 none;padding:5px;border:1px solid #e6e6e6;}

select { 
    padding: 4px 1px 4px 3px;border:1px solid #D9D9D9 }
select option { padding-right:10px; }
select.multiselect option {  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; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0; border-radius:0;padding:2px  }
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,.header .block .actions button.button span { background:url(../images/btn1.png) no-repeat left top; padding-left:7px;height:23px;line-height:23px;display:block;font-size:11px;white-space:nowrap; text-transform:lowercase;border:0 none}
button.button span span,.header .block .actions button.button span span {padding: 0 7px 0 0;color:#c0c0c0;background-position: right bottom;font-family:"Century Gothic",Arial,sans-serif; }
button.disabled span { }
button.btn-checkout span {padding:0;border:0;width:215px;height:29px;background:url(../images/btn_checkout.png) 0 0 no-repeat !important; }
button.btn-checkout span span {background:0;padding:0;text-indent:-999em;line-height:29px}
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:#3f3f3f;margin-bottom:5px;font-size:11px}
.form-list label.required {}
.form-list label.required em { float:right; font-style:bold;color: #3F3F3F;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: 242px; }
.form-list .field { float:left;}
.form-list input.input-text { width:222px; }
.form-list textarea { width:222px; height:10em; }
.form-list select { width:235px; }
.form-list li.wide .input-box {}
.form-list li.wide input.input-text { width:464px; }
.form-list li.wide textarea { }
.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:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#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:1em 0 0; padding:8px 0 0; text-align:left; }
.buttons-set a { margin-top:5px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set p.back-link{margin:0}
.buttons-set .back-link a{ float:left;color:#3f3f3f; border: 1px solid #D1D1D1;height: 21px;line-height: 21px;
 padding: 0 6px;margin:0}
.buttons-set button.button { float:left;    margin-right: 5px;}
.back-link small{display:none}
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:15px 10px 40px; }
.fieldset .legend { font-size:11px; color:#3f3f3f;; margin:0 0 30px 0; padding:0;font-weight:bold }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0;line-height:13px;color: #fd022b;
font-size: 10px;}
.validation-failed { border:1px solid #ffdae0!important;background:#ffdae0!important}
.validation-passed {}
p.required {text-align:left; color:#3f3f3f;font-size: 10px;font-weight: normal !important;}
/* 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 ul {margin:0; padding:0 }
.messages {min-height: 37px;clear:both}
.messages li {}
.messages li li {}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {padding: 8px 25px; background-repeat:no-repeat;font-size:11px;background-color:transparent;background-position:10px center;}
.error-msg {background-image:url(../images/i_msg-error.gif); color:#df280a;background-position:10px center;background-color:transparent;padding: 8px 28px; }
.success-msg {background:url(../images/i_msg-success.gif) no-repeat #232323 ; color:#bfbfbf;background-position:10px center;}
.note-msg,
.notice-msg {background-position: 5px center; border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {margin-bottom: 10px;}
.breadcrumbs span { background:url(../images/i_breadcrumb-seperator.gif) center no-repeat; padding: 0 7px; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;width:8px;height:7px}
.breadcrumbs li { display:inline;text-transform:capitalize }
.breadcrumbs li strong { font-weight:normal;color:#9a9a9a;font-size:11px;font-family:"Century Gothic",Arial,sans-serif;}
.breadcrumbs li a { color:#090909;font-size:11px;font-weight:normal;font-family:"Century Gothic",Arial,sans-serif;}

/* Page Heading */
.cms-index-index .page-title {background:0;padding:0;height:auto;margin: 0 0 8px;}
.cms-index-index .page-title h1{color:#3f3f3f;padding:0;height:auto;font-size:15px;line-height:normal;font-weight:normal}
.page-title {padding: 0 0 0 10px;background:url("../images/bkg_title.jpg") no-repeat scroll center center transparent;height:36px;line-height:37px;text-align: left;border-bottom:1px solid #191919}
.page-title h1,
.page-title h2 { font:normal 15px/37px "Century Gothic",Arial,sans-serif;color:#ffffff; margin:0;}
.page-popup .page-title {background:#171717; padding:0}
.page-popup .page-title h1,.page-popup .page-title h2{font-size:16px}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.multiple-checkout .title-buttons .button{margin-right:5px}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left;}

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.sorter { padding:5px 8px;text-align:center; clear:both;}
.sorter .amount { float:left; margin:0; }
.sorter .limiter { float:right; }
.sorter .limiter label { vertical-align:middle;margin-right:10px }
.sorter .limiter select { vertical-align:middle;color: #696869;font-size: 11px;}
.pager .pages {}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager.pages a {text-decoration:none; color:#dcdcdc; }
.pager .pages a.next, .sorter .pages a.previous{ color:#dcdcdc; text-decoration:none; }
.pager .pages a:hover { text-decoration:underline;font-weight:bold}
.pager .pages .current {color:#fff;font-weight:bold}

/* Sorter */
.sorter { padding:5px 8px;}
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode label { float:left; margin-right:10px; }
.sorter .view-mode .grid,
.sorter .view-mode .list { background:url(../images/bkg_viewmode.png) 0 0 no-repeat; float:left; height:11px; overflow:hidden; text-indent:-9999px; margin-right:8px;margin-top:4px}
.sorter .view-mode .grid{width:11px}
.sorter .view-mode .list{width:12px}
.sorter .view-mode strong.grid { background-position: right bottom; }
.sorter .view-mode a.grid { background-position: right top; }
.sorter .view-mode strong.list { background-position: left bottom; }
.sorter .view-mode a.list { background-position: left top; }
.sorter .sort-by { float:right;padding-right: 10px;}
.sorter .sort-by label { vertical-align:middle;margin-right:10px }
.sorter .sort-by select { margin-right:3px; vertical-align:middle; color: #696869;font-size: 11px;}
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-bottom: 15px;}
.toolbar .pager { padding:5px 8px;}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%;}
.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:10px 5px;font-weight:normal; }
.data-table td { padding:10px 5px; }
.data-table tbody td{border-bottom: 1px solid #D1D1D1;; }
.data-table  tbody tr.last td{}
.data-table thead th {font-size:15px;text-transform:capitalize; white-space:nowrap; vertical-align:middle;color:#3f3f3f;border-bottom:1px solid #d1d1d1;font-family:"Century Gothic",Arial,sans-serif;}
.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 .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:11px; }

.data-table tbody th,
.data-table tbody td {}
.data-table tbody td, .data-table tbody td a{}
/* 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 #e2e2e2; }

.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{margin:10px}
.std .page-head{padding:10px 0 0}
.std .page-head h3{color:#3f3f3f;font-weight:bold;font-size:11px}
.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,
.std pre,
.std table { 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; }
.std pre { overflow:auto; }

.cols-set-12 { clear:both; width:100%; }
.cols-set-12:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom:1; }
.cols-set-12 .col1,
.cols-set-12 .col2,
.cols-set-12 .col3,
.cols-set-12 .col4,
.cols-set-12 .col5,
.cols-set-12 .col6,
.cols-set-12 .col7,
.cols-set-12 .col8,
.cols-set-12 .col9,
.cols-set-12 .col10,
.cols-set-12 .col11,
.cols-set-12 .col12 { float:left; }
.cols-set-12 .col1 { width:8.3%; }
.cols-set-12 .col2 { width:16.66%; }
.cols-set-12 .col3 { width:24.99%; }
.cols-set-12 .col4 { width:33.33%; }
.cols-set-12 .col5 { width:41.66%; }
.cols-set-12 .col6 { width:49.99%; }
.cols-set-12 .col7 { width:58.33%; }
.cols-set-12 .col8 { width:66.66%; }
.cols-set-12 .col9 { width:74.99%; }
.cols-set-12 .col10 { width:83.33%; }
.cols-set-12 .col11 { width:91.66%; }
.cols-set-12 .col12 { width:100%;}
.cols-set-12 .col-first { float:left; clear:both; }
.cols-set-12 .col-last { float:right; }
.cols-set-12 .col-inner { margin:0 10px; }

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

.link-cart {font-style:italic;float:right;font-size: 11px;}
.link-wishlist { float:left;margin-right:5px;font-size: 0;background:url(../images/i_wishlist.png) no-repeat center #fff;text-indent:-999em;border:1px solid #d4d4d4;height:21px;line-height: 21px; width: 21px;}
.link-wishlist:hover,.link-compare:hover{text-decoration:none}
.link-reorder { }
.link-compare {text-decoration:none; float:left;margin-right:5px;background:url(../images/i_compare.png) no-repeat center #fff;text-indent:-999em;font-size:0;border:1px solid #d4d4d4; width:21px; height:21px;line-height:21px;}
.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:10px; height:10px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:inline-block; width:14px; height:15px; font-size:12px;line-height:normal; background:url(../images/btn_remove2.gif) center center 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; }
/* ======================================================================================= */

/*Top Link & Search*/
.top-link-search-container{background:#2d2d2d;height:35px;position: relative; z-index: 102;}
.top-link-search{width:960px;margin:0 auto;}
.top-link-search .links {float:left;width:660px;margin-top:8px}
.top-link-search .links li {font-size:11px; background:url(../images/bkg_pipe1.gif) right 3px no-repeat; padding:0 15px 0 8px; text-transform:capitalize;float:left}
li.welcome{display:none!important;}
.top-link-search .links li.welcome{display:inline!important;color:#c9c7c7;font-weight:bold}
.top-link-search .links a {color:#c9c7c7;font-size:11px}
.form-search label { display:none; }
.form-search input.input-text {position:absolute; width:174px; margin:0;font-size:11px;left:10px;top:6px;color:#3f3f3f;padding:6px 5px;border:1px solid #f5f5f5;font-style:italic}
.form-search button.button {position:absolute;right:5px;top:8px;z-index: 1;}
.header .form-search .search-autocomplete {border: 1px solid #D1D1D1;left: -1px !important;position: absolute !important;    top: 39px !important;width: 246px !important;z-index: 999;}
.form-search .search-autocomplete ul { background-color:#fff; }
.form-search .search-autocomplete li { text-align:left; padding:3px 8px 3px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { }
.form-search .search-autocomplete li.selected { background-color:#ececec; }
/* Header ================================================================================ */
ul, menu, dir {-webkit-padding-start: 0;}
.header { width:960px;margin:0 auto;position:relative;z-index:101;height:119px}
.header .logo { float:left;text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access {float: right;width: 520px;position:relative}
/*account*/
.header .link-account {background:url(../images/i_account.png) no-repeat;width:31px;height:26px;text-indent:-999em;display:block;position:absolute;top:33px;right:138px;z-index:2}
.header .link-account.over{background:url(../images/i_account-over.png) no-repeat;width:41px;height:38px;top:30px} 
.header #top-links {position:absolute;right:0;top:67px;width:235px;background:#fff;border:1px solid #d1d1d1;padding:10px;z-index:1;min-height:40px;z-index:1;text-align: left;z-index:1}
.header #top-links .links li a{font-weight:bold;font-size:11px;border-right:1px solid #dddddd;padding-right: 4px;margin-right:2px}
.header #top-links .links li.last a{border:0 none}
/*cart*/
.header .top-link-cart{background:url(../images/i_cart.png) no-repeat;width:33px;height:27px;display:blockdisplay:block;position:absolute;top:32px;right:90px;z-index:2;text-decoration:none}
.header .top-link-cart label{background:url(../images/i_cart-amount.png) no-repeat;display:block;text-align:center;width:17px;height:17px;color:#fefefe;font-size:10px;margin-top: 3px;float:right}
.header .top-link-cart.over{background:url(../images/i_cart-hover.png) no-repeat;width:41px;height:38px;top:30px}
.header .top-link-cart.over label{margin-top:5px;margin-right:3px}
.header  .block-cart{position:absolute;right:0;top:67px;width:235px;background:#fff;border:1px solid #d1d1d1;padding:10px;z-index:1;min-height:40px;z-index:1;text-align: left;}
/*search*/
.header .btn-search {background:url(../images/i_search.png) no-repeat;width:29px;height:24px;text-indent:-999em;display:block;position:absolute;top:35px;right:45px;z-index:2}
.header .btn-search.over {background:url(../images/i_search-hover.png) no-repeat;width:41px;height:38px;top:30px}
.header .form-search {position:absolute;right:0;top:67px;width:246px;background:#fff;border:1px solid #d1d1d1;padding:0;z-index:1;min-height:40px;z-index:1}
/*contact*/
.header .contactus{background:url(../images/i_contact.png) no-repeat;width:26px;height:26px;text-indent:-999em;display:block;position:absolute;top:33px;right:0;z-index:2}
.header .contactus.over{background:url(../images/i_contact-hover.png) no-repeat;width:41px;height:38px;top:30px}
.header #contact-content{position:absolute;right:0;top:67px;width:235px;background:#fff;border:1px solid #d1d1d1;padding:10px;z-index:1}
.header #contact-content #messages_product_view{display:none}
.header #contact-content .form-list .field {margin-bottom: 7px;}
.header #contact-content .page-title{background: 0;border-bottom:0 none; height: auto;line-height:normal;padding: 0;   text-align: left;}
.header #contact-content .page-title h1{line-height:normal;color:#3f3f3f;font-size:16px;margin-bottom:10px}
.header #contact-content .fieldset{margin:0}
/*language*/
.form-language{position:absolute;right:0;top:47px}
.form-language li{float:left;margin-left:7px}
/*live chat*/
.live-chat-with{    position: absolute; right: 195px; top: 20px;}
/********** < Navigation */
.nav-container {}
#nav {list-style: none outside none;position: relative;width:100%;text-transform:lowercase;z-index:100; background:url(../images/bdr_menu.gif) repeat-x left bottom;margin: 20px 0 13px;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#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{ background: url("../images/icon_dropmenu2.png") no-repeat scroll right center transparent; margin-right: 7px;}
#nav ul li.parent li a {}

/* 0 Level */
#nav li.level-top { float:left;border: medium none;padding:0 25px 0 0}
#nav li.level-top.last{background:0} 
#nav a { }
#nav li.active a { }
#nav a.level-top {color: #9A9A9A; display: block;font-size: 18px;outline: 0 none;text-decoration: none;padding-bottom:2px;font-family:"Century Gothic",Arial,sans-serif; }
#nav a.level-top span{}
#nav li.first.level-top {}
#nav li.last a.level-top {}
#nav li.over > a.level-top,
#nav a.level-top:hover {z-index:2;color:#343434;border-bottom:2px solid #343434;padding-bottom:0}
/* 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:15em; top:27px;left:-999em;text-align:left;	
	padding: 20px 0 10px 10px;
	text-align:left;background:url(../images/bkg_menu.png) repeat-x left 15px;
}
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li a {color: #FFFFFF;font-size: 12px;font-weight: normal;line-height: normal;margin: 7px 0;text-transform: none;display:block}
#nav ul li a:hover {text-decoration:underline;font-weight:normal;}
#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:14em;background:url("../images/bkg_menu.png") no-repeat scroll 20px top transparent }
#nav li .shown-sub ul.shown-sub li,
#nav li .shown-sub li div.shown-sub li{padding: 0 0 0 27px;}
/********** Navigation > */
.container{position:relative;z-index:99;clear:both}
/* banner home 1*/
.col-inner .block-1{margin:0 0 4px}
.block-1{width:960px;margin:4px auto 0;height:100%;overflow:hidden;}
.block-1 li {float:left;margin-right:4px;width:237px}
.block-1 li.last{margin:0} 
/*most-popular*/
.most-popular{clear:both;height:100%;overflow:hidden;margin-bottom: 4px;background: none repeat scroll 0 0 #FFFFFF;}
.most-popular .title{background:url(../images/lbl_most-popular-title.jpg) no-repeat;width:119px;height:183px;float:left;position:relative}
.most-popular .title h3{color:#fff;font-size:18px;position:absolute;left:4px;bottom:6px;line-height: 15px;width:55px;text-transform:lowercase;margin:0;font-family:"Century Gothic",Arial,sans-serif;}
.slideshow{position:relative}
/*best-seller*/
.best-seller{clear:both;height:100%;overflow:hidden;margin-bottom: 4px;    background: none repeat scroll 0 0 #FFFFFF;}
.best-seller .title{background:url(../images/lbl_best-seller-title.jpg) no-repeat;width:119px;height:183px;float:left;position:relative}
.best-seller .title h3{color:#fff;font-size:18px;position:absolute;left:4px;bottom:4px;line-height: 15px;width:55px;margin:0;text-transform:lowercase;margin:0;font-family:"Century Gothic",Arial,sans-serif;}
/* slideshow */
.slideshow-box {overflow:hidden;float: right;width: 841px;height:183px;position:relative}
.slideshow-box .products-grid li.items{float: left;position: relative;width: 841px; position:relative;}
.slideshow-box .products-grid li.items ul.sub{float:left;width:235px;padding:0 4px 0 0}
.slideshow-box .products-grid li.items ul.sub li.item{clear: both;float: none;height: 85px;margin-top:4px;width:auto;margin:0}
.slideshow-box .products-grid li.items ul.sub a.product-image{border: 1px solid #F5F5F5;display: block;float: left;margin-right:8px; margin-bottom: 0;}  
.slideshow-box .products-grid li.items ul.sub.product-first{width:355px;padding:4px 4px 0} 
.slideshow-box .products-grid li.items ul.sub.product-first li.item{width:355px;height:179px;margin:0;    padding: 0;} 
.slideshow-box .products-grid li.items ul.sub.product-first li.item .productlabels_icons li{left:106px;right:auto;}
.slideshow-box .products-grid li.items ul.sub.product-first li.item .short-desc{max-height:45px;overflow:hidden;font-size:11px;line-height:14px;padding-right:10px}
.slideshow a.previous,
.slideshow a.next { background-image:url(../images/i_slideshow-buttons.png); width:13px; height:9px; position:absolute; text-indent:-9999px; top:5px;background-repeat:no-repeat;}
.slideshow a.previous:hover,.slideshow a.next:hover{ background-image:url(../images/i_slideshow-buttons-hover.png)}
.slideshow a.next{background-position:right bottom;left:102px}
.slideshow a.previous{background-position:left top;left:86px}
/* banner home 2*/
.block-2{margin-bottom:4px;float: left;height:100%;overflow:hidden}
.block-2 li {float:left;margin-right:4px;width:237px}
.block-2 li.last{margin:0} 
/* slideshow tab*/
.slideshow-tabs{clear:both;height:100%;overflow:hidden;position:relative;background: none repeat scroll 0 0 #FFFFFF;}
.slideshow-tabs .slidetabs{float:left;width:119px}
.slideshow-tabs .images{float:left;width:841px;height:720px;position:relative}
.slideshow-tabs .images .sub{position:absolute;left:0;top:0}
.slidetabs a{display:block;color:#fff;text-decoration:none;width:89px;font-size: 14px;height: 34px;padding: 30px 20px 25px 10px;line-height: 15px;font-family:"Century Gothic",Arial,sans-serif;}
.slidetabs .title{width:119px;height:183px;display:block;background:url(../images/lbl_new-arrival.jpg) no-repeat;position:relative;}
.slidetabs .title h3{color:#fff;font-size:18px;position:absolute;left:4px;bottom:15px;line-height: 15px;width:55px;margin:0;text-transform:lowercase;margin:0;font-family:"Century Gothic",Arial,sans-serif;}
.slidetabs a.even{background:#80bb12;}
.slidetabs a.odd{background:#95cc2e;}
.slidetabs a.current{background:0;color:#000}
.slideshow-tabs .backward,.slideshow-tabs .forward{background:url(../images/i_slideshow-buttons-2.png) no-repeat;width:9px;height:13px;position:absolute;text-indent:-9999px; left:106px;z-index: 1;cursor:pointer}
.slideshow-tabs .backward{background-position:left top;top:5px}
.slideshow-tabs .forward{background-position:left bottom;top:22px}
.slideshow-tabs .backward:hover,.slideshow-tabs .forward:hover{background-image:url(../images/i_slideshow-buttons-hover-2.png)}
.slideshow-tabs .products-grid li.item {width:404px;float:left;padding:4px 0 0 4px;margin:0}
.slideshow-tabs .products-grid li.item .product-image{display:block;border: 1px solid #F5F5F5;float: left;margin-right: 8px;    margin-bottom: 0;}
.slideshow-tabs .products-grid li.item .product-details{float: right; width: 220px;}
.slideshow-tabs .short-desc{ font-size: 11px;max-height: 44px;overflow: hidden;line-height:14px;padding-right:20px}
.slideshow-tabs .products-grid .price-box{margin-bottom:7px;float:left}
.slideshow-tabs .products-grid .ratings{margin-left:0}
.slideshow-tabs .products-grid .actions{position:static}
/* Sidebar =============================================================================== */
.sidebar .block {margin-bottom: 4px;}
.image-verisign-geotrust span{ display: block; padding: 10px 10px 0;background:#fff}
.block .price-box{margin:0}
.block .ratings{margin:8px 0}
.block .block-title {text-align:left;background:url(../images/bkg_title.jpg) no-repeat center;height:37px;line-height:37px;padding-left:10px}
.block .block-title strong {}
.block .block-title strong span {color:#fff;font-weight:normal;font-size:15px;font-family:"Century Gothic",Arial,sans-serif;}
.block .block-title a { text-decoration:none !important;color:#fff;font-weight:bold }
.block .block-subtitle { margin:0;color:#3f3f3f;font-weight:normal;margin-bottom:5px }
.block .block-content {background: none repeat scroll 0 0 #FFFFFF;padding:8px 10px 10px;}
.block .block-content li.item {}
.block .block-content li.item.last{border:0 none;background:0;} 
.block .block-content .product-name a{font-size:11px}
.block .btn-remove { float:right; margin:3px 0 0 5px; }
.block .actions { padding:8px 0; text-align:left; }
.block .actions a {text-decoration:underline;text-transform:lowercase}
.block .actions button.button{}
.block .actions button.button span{border:1px solid #D1D1D1;background:0;padding:0 6px;height:21px;line-height:21px}
.block .actions button.button span span{padding:0;border:0;color:#484848}
.block .empty { margin:0; }
.block .price {font-size:14px;color:#3f3f3f}

.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 { float:left; width:84px; height:84px;border:1px solid #f5f5f5}
.sidebar .mini-products-list .product-details { float: right;width: 122px;}
.sidebar .mini-products-list .product-details .sku{margin:0}
.sidebar .mini-products-list .product-details .ratings .amount{display:none}
/* Block: Account */
.block-account { }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li.last a {border:0 none}
.block-account .block-content li  a,.block-account .block-content li strong { padding:7px 0;border-bottom:1px solid #e2e2e2;display:block;text-decoration:none;font-weight:normal}
.block-account .block-content li.current a,.block-account .block-content li a:hover,.block-account .block-content li strong{font-weight:bold}
.block-account .block-content li.current.last {  }

/* Block: Currency Switcher */
.block-currency {float:right;margin:0;position:relative;margin:0 68px 0 0;}
.block-currency .block-title {background:0;height:auto;line-height:normal;padding:0;font-size:11px;text-transform:none;float:left;margin-right:10px;padding-top:18px}
.block-currency .block-title strong {background: none repeat scroll 0 50% transparent;color: #FFFFFF;font-size: 11px;    font-weight: normal;padding: 0;}
.block-currency .block-content {padding:16px 0 0;float:left}
.block-currency .block-content select {}

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {}
.block-layered-nav .block-title strong {}
.block-layered-nav .block-subtitle {display:none}
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:0 0 3px;color: #3F3F3F;font-size: 12px;font-weight: bold;}
.block-layered-nav dd {}
.block-layered-nav dd li{color:#B6B6B6}
.block-layered-nav dd.last { background:none; }
.block-layered-nav a { color:#646464; text-decoration:none;}
.block-layered-nav a .price{font-size:11px}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:5px 0; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }
/*Block cart*/
.sidebar .block-cart .actions{}
.sidebar .block-cart .title {margin:0}
.sidebar .block-cart .summary .subtotal .label{}
/* Block: Cart Top */
.header .block-cart .block-title {background: 0;height: auto;line-height: normal;padding-left: 0;margin-bottom: 10px;}
.header .block-cart .block-title strong span{color:#3f3f3f;font-size:16px;font-weight:normal}
.header .block-cart .block-content {border:0 none;padding:0;background:0}
.header .block-cart .summary {height:100%;overflow:hidden }
.header .block-cart .amount { margin:0;color:#3f3f3f }
.header .block-cart .amount a {}
.header .block-cart .subtotal .label{color:#3f3f3f}
.header .block-cart .subtotal .price { font-weight:bold;font-size:12px;}
.header .block-cart .actions {border-bottom: 1px solid #D1D1D1;margin-left: -10px;padding: 0 5px 8px 0;width: 251px;}
.header .block-cart .actions button.button{float:right}
.header .block-cart .block-subtitle{display:none}
.header .block-cart .mini-products-list .product-details{position:relative;padding-bottom:18px;margin-left:95px}
.header .block-cart .mini-products-list .product-details .btn-remove{position:absolute; right: -5px;top: 1px;}
.block-cart .mini-products-list .btn-edit{display:none}
.header .block-cart .block-content li.item {padding:10px 0;background:0}
.header .block .block-content .product-name{margin-bottom:8px;margin-right:10px}
.header .block-cart .empty{}
/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions {padding:0 0 8px}
.block-wishlist .product-details .actions a {float:left;    height: 23px;
    line-height: 23px;
    padding:0 7px;background:#171717;    color: #C0C0C0;
    font-family: "Century Gothic",Arial,sans-serif;text-decoration:none;font-style:normal;margin-top:3px}
.block-wishlist .block-content .product-name a{background:0 none;padding-left:0}
/* Block: Related */
.block-related .block-title {   background: url("../images/bkg_boxhead.jpg") repeat-x scroll 0 0 transparent;color: #3B3B3B;height: 35px;margin:0;padding: 0 0 0 10px;}
.block-related .block-title  .block-subtitle{color: #3B3B3B;float: left;font-weight: normal;line-height: 37px; margin: 0 0 0 10px;}
.block-related .block-title  .block-subtitle a{color: #3B3B3B;font-weight:normal}
.block-related .block-title strong {height:auto;background:0 none;color: #3B3B3B;font: bold 14px/35px Arial,Helvetica,Arial,sans-serif;float:left;text-transform: capitalize;padding: 0;}
.block-related .block-title strong span{}
.block-related .block-content li.item{float: left;background:0;padding:0 18px 0 0;position: relative;text-align: center;    width: 214px;}
.block-related  .link-wishlist{float:none;margin:0}
.block-related input.checkbox {left: 20px;position: absolute;top: 20px; }
.block-related .product {}
.block-related .product .price-box{margin-bottom:7px}
/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare .block-content li.item{}
.block-compare .block-content{}
.block-compare .actions a{display:block;margin-top:5px}
.block-compare .block-content .product-name{color: #FB5F17;font-weight: bold;line-height: normal;}
.block-compare .actions .button{}
.page-popup .link-print { background:url(../images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px;font-size:11px;color:#dcdbdb }
.page-popup a.link-print { text-decoration:none;margin-right:10px }

.catalog-product-compare-index .page-title h1 {    margin-left: 10px;}
.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;border-collapse:collapse }
.compare-table thead tr.first th,
.compare-table thead tr.first td {padding:5px;border: 1px solid #E9E9E9 !important;}
.compare-table thead th{border-bottom:0 none}
.compare-table thead tr.first th { }
.compare-table .btn-remove { float:left;margin-top:12px;}
.compare-table tbody th {color: #3f3f3f;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:1px solid #e9e9e9!important;   vertical-align: top;}
.compare-table tbody td.last { border-right:1px solid #e9e9e9; }
.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: 10px auto 20px;}
.compare-table tr.first td .product-name {}
.compare-table tr.first td .product-name a {color:#3f3f3f;font-size:12px;font-weight:bold}
.compare-table tr.first td .ratings {float:left;}
.compare-table tr.first td .ratings .rating-box {   margin-left: 3px;
    margin-top: 3px;}
.compare-table tr.first td .ratings .amount {}
.compare-table .add-to-links {float:left}
.compare-table .add-to-links li a{}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table td .price-box{}
.compare-table td  .btn-cart{float:left;margin-right: 5px;}
.catalog-product-compare-index .buttons-set {padding:0;margin-top:5px}
.catalog-product-compare-index .buttons-set .button{float:right}
.catalog-product-compare-index .buttons-set .button span{background:0 none}
.catalog-product-compare-index .buttons-set .button span span{background:0 none;text-decoration:underline;color:#3f3f3f;padding-right:0}
.compare-table .add-to-row .price-box{margin: 0 0 5px;float:none}
.compare-table .price-box .price{color:#3f3f3f;font-size:18px}
.compare-table .clear{clear:both;margin:8px 0;overflow:hidden}
/* Block: Recently Viewed */
.block-viewed .block-title strong { }
.block-viewed .block-title strong span{}
/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {}
.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:3px 0; }
.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; }
.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 {}
.block-tags .actions a { }

/* Block: Subscribe */
.block-subscribe{margin:0}
.block-subscribe .block-title{padding:0;background:0;height:auto;line-height: normal;margin-bottom: 5px;}
.block-subscribe .block-title strong span{color: #3f3f3f;font-weight: bold;font-size:11px;font-family:Tahoma,Arial,sans-serif}
.block-subscribe input.input-text {font-style:italic;color:#3f3f3f;border:1px solid #f5f5f5;padding-right: 63px;width: 159px;}
.block-subscribe .actions{position:absolute;top:1px;right:0px;padding:0}
.block-subscribe .block-content {background:0;padding:0;position:relative;height:100%;overflow:hidden;}
.block-subscribe .block-content label{margin-bottom:10px;display:block}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .product-name a{padding:0!important;background:0 none!important;color: #7F7F7F !important;}
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { margin: 5px 0 0 10px;float:none}
.block-reorder .block-content li.item{padding:10px 0 5px;background: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: 15px 0 3px;}
.block-login label { font-size:11px; color:#3f3f3f; }
.block-login input.input-text { display:block; width:222px; margin:3px 0; }
.block-login .actions .button{float:left}
/* Block: Category*/
.block-category .block-content li {padding:5px 0;border-bottom:1px solid #333333;}
.block-category .block-content li.parent{background:url(../images/ico_cat.gif) no-repeat right 12px} 
.block-category .block-content li.last{border:0 none}
.block-category .block-content li ul{margin-left:20px;}
/*  block-images*/
.block-images .block-content{padding-top:30px}
.block-images .block-content ul li{float:left;margin:0 5px 5px 0}
.block-images .block-content ul li.last{margin-right:0}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/*most-popular-category*/
.most-popular-category{margin-bottom:5px}
.most-popular-category .popular-category-title{background:url("../images/lbl_most-popular-title-2.jpg") no-repeat scroll 0 0 transparent;height:37px;padding-left: 43px;}
.most-popular-category .popular-category-title h2{color:#fff;font-size:15px;margin:0;line-height:37px;font-family:"Century Gothic",Arial,sans-serif;}
.most-popular-category .products-grid .ratings{margin-left:0}
.most-popular-category .list-products ul li.item{width:351px;float:left;padding:4px;position:relative;margin:0}
.most-popular-category .list-products ul li.item .product-image{ border: 1px solid #F5F5F5;display: block;float: left;    margin-right: 8px;margin-bottom:0}
.most-popular-category .list-products ul li.item  .product-shop{float:right;width:165px}
.most-popular-category .list-products ul li.item  .product-shop .desc{ font-size: 11px;line-height: 14px;max-height: 43px;overflow: hidden;    margin: 0 0 4px;}
.most-popular-category .list-products ul li.item .actions{position:absolute;left:25px;top:150px}
.most-popular-category .productlabels_icons li{left:110px;right:auto;}
/* Category Page ========================================================================= */
.header-category{margin:0 auto 4px;width:960px;position:relative;min-height:139px;background:url(../images/bkg_cat.jpg) no-repeat}
.header-category .image_info h2{color:#fff;font-size:22px;font-weight:normal;position:absolute;bottom:5px;left:10px;font-family:"Century Gothic",Arial,sans-serif;}
.header-category  .content_info{position:absolute;top:18px;left:252px;}
.header-category  .content_info ul {float:left;margin-right:140px}
.header-category  .content_info ul li a{color:#9a9a9a;background:url(../images/i_cat.png) no-repeat left center;padding-left:18px;display: block;margin-bottom: 5px;font-family:"Century Gothic",Arial,sans-serif;}
.header-category  .content_info ul li a:hover{text-decoration:none;color:#ffff00}
.catalog-category-view .products-container-inner {}
.catalog-category-view .category-image-container {}
.catalog-category-view .category-image-container-inner { padding: 0 5px 5px; }
.category-title {}
.category-image { width:100%; overflow:hidden; margin:0; text-align:center;}
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products .products-container .products-grid{text-align:center}
.category-products .toolbar{margin:0;background:#2a2a2a;height:37px;position:relative;color: #bfbfbf;}
.category-products .toolbar .pager{}
.category-products .toolbar .pager,.category-products .toolbar .sorter{padding:0}
.category-products  .sorter .view-mode{right: 315px;margin: 0;position: absolute;top: 9px;}
.category-products .sorter .sort-by{right: 5px;padding:0;margin: 0;position: absolute;top: 6px;}
.category-products .toolbar .limiter{position:absolute;top:6px;right:170px}
.category-products .toolbar .amount{left: 10px;position: absolute;top:9px;}
.category-products .toolbar .pages {display:none}
/*toolbar bottom*/
.category-products .toolbar-bottom {}
.category-products .toolbar-bottom .toolbar{background:#fff;}
.toolbar-bottom .toolbar .top{display:block}
.category-products .toolbar-bottom .sorter{display:none}
.category-products .toolbar-bottom .pages {position: absolute;right: 5px;bottom:7px;display:block}
.category-products .toolbar-bottom .pages strong{font-weight:normal;float:left;color: #3F3F3F;}
.category-products .toolbar-bottom .amount{display:block;left:0;margin: 0;position: absolute;top: 15px;}
.category-products .toolbar-bottom  .pages ol { display:inline; }
.category-products .toolbar-bottom  .pages li {display:block;float:left; margin:0 5px; }
.category-products .toolbar-bottom  .pages a {text-decoration:none; color:#3f3f3f; }
.category-products .toolbar-bottom  .pages a.next, .category-products .toolbar-bottom  .pages a.previous{ color:#3f3f3f; text-decoration:none; }
.category-products .toolbar-bottom  .pages .current {color:#3f3f3f;font-weight:bold;text-align:center;float:left}
/* View Type: Grid */
.products-grid {    background: none repeat scroll 0 0 #FFFFFF;}
.products-grid li.item {width:175px;padding:4px 0 0 4px;float:left;margin-bottom:10px}
.products-grid li.item.first { }
.products-grid li.item.last {}
.products-grid li.item .ratings .amount{display:none}
.products-grid .product-image {border: 1px solid #F5F5F5;display: block;margin-bottom:7px}
.products-grid .product-name {line-height: 12px;}
.products-grid .sku {margin-bottom:7px;font-size: 11px;}
.products-grid .ratings{margin-bottom:8px;margin-left:62px}
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box {margin:5px 0 0;line-height:14px}
.products-grid .availability { line-height:21px; }
.products-grid .actions .out-of-stock{margin:3px 0 0}
.products-grid .button{float:left;margin-right:5px}
.products-grid .add-to-links {float:left}
.products-grid .wrapper-action{clear:both}
.products-grid .actions{clear:both;left: 25px;position: absolute;top: 150px;}
/* View Type: List */
.products-list{background:#fff}
.products-list li.item {padding: 4px;    position: relative;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { border: 1px solid #F5F5F5; display: block;float: left;margin-bottom: 0;margin-right: 8px;}
.products-list .product-image img{}
.products-list .product-shop {float:left;width:520px }
.products-list .product-name { margin:0 0 5px; }
.products-list .product-name a {}
.products-list .actions{clear:both}
.products-list .price-box {float:left}
.products-list button.button {float:left;margin-right:5px}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both;line-height:14px}
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links {float:left}
.products-list .add-to-links li { display:inline; }
.products-list  .link-learn{display:none}
.products-list  .ratings {margin-bottom: 8px;}
.products-list  .ratings  .rating-links{display:none}
.products-list .productlabels_icons li{left: 110px;right: auto;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {margin: 10px 0 0; background:url(../images/i_review.png) left center no-repeat; padding: 0 0 0 20px;}
.no-rating a{}
.ratings { line-height:1.25;overflow:hidden}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; color:#666;float:left}
.ratings .rating-links a { color:#989898; text-decoration:none;font-size:11px}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 4px 0 7px;color:#989898 }
.ratings dt {}
.ratings dd {}
.rating-box { width:50px; height:9px; 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:9px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px;margin-top:2px}
.ratings .amount { font-size:11px;float:left}
.ratings .amount a {color:#989898; text-decoration:none;}
.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 {color:#3f3f3f;}
.availability.in-stock{}
.availability span {}
.availability.in-stock span {}
.availability.out-of-stock span { }

.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 span { }

/* Email to a Friend */
.email-friend {padding: 0 0 0 20px;background:url(../images/i_email.png) left center no-repeat;}
.email-friend a {text-decoration:none;font-size:11px;}
.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:#3f3f3f;font-size:14px}

.price-box { margin:0 0 8px; }
.price-box .price {}

/* Regular price */
.regular-price { }
.regular-price .price {}
.block .regular-price,
.block .regular-price .price {font-size:12px}

/* Old price */
.old-price { margin:0 10px 0 0;font-size:12px;display:inline }
.old-price .price-label { white-space:nowrap;color:#999798;display:none}
.old-price .price {text-decoration:line-through; }

.regular-price .price {}
/* Special price */
.special-price { margin:0;display:inline}
.special-price .price-label { font-size:12px;white-space:nowrap;color:#999798;display:none}
.special-price .price {}

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

/* 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-label { font-weight:normal; white-space:nowrap;font-size:12px }

.price-to { margin:0; }
.price-to .price-label { font-weight:normal; white-space:nowrap;font-size:12px }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#313030; }
.price-notice .price { font-weight:bold;font-size:11px!important;color: #313131; }

/* Price as configured */
.price-as-configured { margin:0;font-size:16px }
.price-as-configured .price-label { font-weight:normal; white-space:nowrap; font-size:12px}

.price-box-bundle { padding:10px 0 0 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price {font-size:12px!important;color:#313131;}

.cart-price .price {font-size:12px;font-weight: bold;}
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.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;}
.add-to-links  li{display: block;
    float: left;
    width: auto;}
.add-to-links .separator {float:left;margin:0 10px 0 0;color:#989898;display:none}

/* Add to Cart */
.add-to-cart label { float:left; margin: 5px 10px 0 0;}
.add-to-cart .qty { float:left; margin: 4px 10px 0 0; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0; border-radius:0;}
.add-to-cart button.button { float:left;margin-right:5px }
.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; }
.add-to-box .add-to-cart { float:left; }
.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 { display:none !important; }


.product-view {text-align:left;}
.product-view  .product-essential .price{font-size:18px;}
.product-view  .product-essential .old-price .price{font-size:18px;color:#acacac}
.product-essential { padding: 5px;}
.product-essential h2,
.product-collateral h2 {font-family: "Century Gothic",Arial,sans-serif;margin-bottom: 10px;color: #3F3F3F;
    font-size: 12px;}
.product-essential .std,
.product-collateral .std { clear:both;margin:0 }

.product-collateral { padding: 5px 0;}
.product-collateral ul.tabs,.product-collateral ul.tabs1{background:url(../images/bkg_ul-tabs.gif) repeat-x;height:37px;line-height:37px;}
.product-collateral .panes1,.product-collateral .panes{padding:10px;    height: 100%;
    overflow: hidden;}
.product-collateral ul.tabs li,.product-collateral ul.tabs1 li{display:inline}
.product-collateral ul.tabs li a,.product-collateral ul.tabs1 li a{float:left;font-size:14px;padding:0 10px;border-right:1px solid #d1d1d1;text-decoration:none;    font-family: "Century Gothic",Arial,sans-serif;}
.product-collateral ul.tabs li a.current,.product-collateral ul.tabs1 li a.current{background:url(../images/tabs-active.gif) repeat-x left bottom;}
.product-collateral .box-collateral {overflow:hidden;height:100%}

.product-view-bot{height:100%;overflow:hidden;padding-top:20px;border-top:1px solid #cecece}
.product-view-bot .form-add{position:relative}
.box-collateral.box-reviews .form-add,.product-view-bot-right{float: left; width: 445px;}
.box-collateral.box-reviews .form-add .note{margin:10px 0;color:#3F3F3F;font-size:10px}
/* Product Images */
.product-view .product-img-box { float:left; width:352px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:351px; height:351px; overflow:hidden; z-index:9; border:1px solid #f5f5f5;margin:0}
.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: 5px 0; text-align:center;color:#989898;display:none}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:16px; margin:0 auto 13px; padding:0 32px; background:0; 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:12px;display:none }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:5px; width:18px; height:6px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; right:35px; top:-34px}
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:5px; top:-34px; }
.product-view .product-img-box .more-views{}
.product-view .product-img-box .more-views h2 { margin:0 0 10px; padding:0; border:0;font-size:12px;font-weight:normal;color:#313030;height: auto;line-height: normal;padding: 0;background:0;display:none}
.product-view .product-img-box .more-views ul {clear:left; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 3px 2px; }
.product-view .product-img-box .more-views li a { float:left; width:84px; height:84px; border:1px solid #e4e4e4; overflow:hidden; }
.product-view .ratings{margin:10px 0}
.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  .ratings .rating-box {margin-right: 10px;}
.product-view .product-shop {width:340px;float:right;}
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name {}
.product-view .product-name h1 {font:bold 12px/1.35 Arial, Helvetica, sans-serif; color:#000;}
.product-view .product-shop .short-description {margin:15px 0; clear:both;}
.product-view .product-shop .short-description h2{padding-left: 0; font:bold 11px/20px Tahoma,Helvetica,Arial,sans-serif; color:#3f3f3f;}
.product-view .product-shop .price-box { margin:10px 0 10px 0;clear:both}
.product-view .product-shop .add-to-links,.product-options-bottom .add-to-links{}
.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 {background-position: 3px center; padding-left: 20px; text-indent: 0;  font-size: 11px;    font-family: "Century Gothic",Arial,sans-serif; }
.product-view .product-shop .add-to-links a.link-compare {width: 56px;}
.product-view .product-shop .add-to-links a.link-wishlist {width: 42px;}
.product-view .product-shop .clear{overflow:hidden;height:100%}
.product-view .product-shop .clear .ratings{float:left;margin-left:50px;margin-top:4px}
.product-view .product-shop .regular-price .price{font-size:18px}
.addthis_toolbox{padding-top:10px}
/* Product Options */
.product-options {padding:0 5px }
.product-options dl {padding:0 0 5px;}
.product-options dt { font-weight:normal; padding:5px 0;}
.product-options dt label { }
.product-options dt label em{color:#F1670E}
.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:0; 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 {}
.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;text-align:left ;}

.product-options-bottom { padding:0 5px 10px}
.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 {}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label {}
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {float:left}
.product-shop .product-options-bottom { margin:10px 0; }
.product-shop .product-options-bottom .price-box {}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
#product-options-wrapper .input-box{margin-bottom:5px}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description { }
.product-view .box-description h2{border:0 none}
/* 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 {margin:30px 0 20px }
.product-view .box-up-sell  .products-grid{text-align:center}
.product-view .box-up-sell h2 ,.product-view .box-tags h2{height: 36px;line-height: 36px; border-top: 1px solid #D1D1D1; border-bottom: 1px solid #D1D1D1;font-size: 15px;padding: 0 10px;text-decoration: none;font-weight:normal;color:#3f3f3f}
.product-view .box-up-sell .price-box{margin-bottom:7px}
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .ratings { clear:both;    margin-left: 62px; }
/* Block: Tags */
.product-view .box-tags { margin:0;position:relative }
.product-view .box-tags .form-add{position:relative;margin: 10px;}
.product-view .box-tags h3 { clear:both; font-size:11px;    padding: 0 10px;color:#3f3f3f}
.product-view .box-tags .product-tags { display:block; margin:0 10px 15px; clear:both;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.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 label { display:block; margin:0 0 5px; clear:both;}
.product-view .box-tags .form-add .input-box { margin:0 10px 0 0; padding:0;}
.product-view .box-tags .form-add input.input-text {    padding: 7px 85px 7px 10px;width: 599px;}
.product-view .box-tags .form-add button.button {position: absolute; right: 7px;top: 25px;}
.product-view .box-tags .form-add button.button span {background: none repeat scroll 0 50% transparent;
border: 1px solid #D1D1D1;height: 21px;line-height: 21px; padding: 0 6px; }
.product-view .box-tags .form-add button.button span span{ border: 0 none; color: #484848;padding: 0;}
.product-view .box-tags .note { margin:10px; padding:0;}

/* Block: Reviews */
.product-view .box-reviews dl {}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {   color: #3F3F3F;
    font-weight: bold;}
.product-view .box-reviews dd p.date{ font-weight:bold; color:#CF2367;margin:5px 0 30px;display:block}
.product-view .box-reviews dd{margin-bottom:15px}
.product-view .box-reviews dd p{ margin:0 0 15px; }
.product-view .box-reviews dt small {display: block;}
.product-view .box-reviews .form-add  #review-form fieldset{clear:both;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; color: #646464; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; color: #646464; }
.product-view .box-reviews .form-add h4 { font-size:11px;color:#3f3f3f;font-weight:bold;margin:20px 0 10px}
.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:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:275px; }
.product-view .back-link{    overflow: hidden;height:100%}
.ratings-table{margin-bottom:5px}
#product-review-table thead th{padding: 10px 15px;}
#product-review-table tbody th,#product-review-table tbody td{border-bottom:1px solid #adadac;padding:15px}
#super-product-table thead th{background:0;border-bottom:1px solid #adadac;color:#313030;}
#super-product-table tbody td{border-bottom:1px solid #adadac;}
#super-product-table tbody td .price{font-size:12px}
#product-review-table tbody th{text-align:left;padding-left:0}
#product-review-table tbody  tr.last th,#product-review-table tbody  tr.last td{border:0 none}
.product-view .box-reviews .form-add .buttons-set{padding:0}
/* 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;line-height: 12px;}
.product-name a { text-decoration:none;color:#000000;font-size:11px;font-weight:bold ;}
.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 {}

/* 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: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; }
.catalogsearch-advanced-index #form-validate .buttons-set{margin:0 10px 20px}
.catalogsearch-advanced-result .error-msg{margin:10px 0}
/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:10px 10px -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; }
.page-sitemap .pager{margin:0 10px 10px}
.page-sitemap .pager .amount{margin:0}
/* 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 {}

.checkout-cart-index .cart-container,
.checkout-cart-index .cart-noitems {}
.checkout-cart-index .cart-container-inner,
.checkout-cart-index .cart-noitems-inner {}
.checkout-cart-index .cart-noitems-inner p{margin:10px}
.checkout-cart-index .col2-left-layout .cart-container,
.checkout-cart-index .col2-left-layout .cart-noitems { background-image:url(../images/bkg_main1.png); }
.checkout-cart-index .col2-right-layout .cart-container-inner,
.checkout-cart-index .col2-right-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner1.png); }
.checkout-cart-index .col1-layout .cart-container,
.checkout-cart-index .col1-layout .cart-noitems {}
.checkout-cart-index .col1-layout .cart-container-inner,
.checkout-cart-index .col1-layout .cart-noitems-inner {}
.checkout-cart-index .col3-layout .cart-container,
.checkout-cart-index .col3-layout .cart-noitems { background-image:url(../images/bkg_main2.png);}
.checkout-cart-index .col3-layout .cart-container-inner,
.checkout-cart-index .col3-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner2.png);}



.cart .page-title {}
.cart .page-title h1 {padding: 0;}

/* 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 {}
.cart-table td {}
.cart-table td .product-image{float:left; margin-right: 40px;}
.cart-table td .item-options{float:left;width:170px}
.cart-table td .item-options dd{padding:0}
.cart-table td img {border:1px solid #f5f5f5}
.cart-table .product-name a{font-weight:bold}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td {}
.cart-table .btn-continue {margin-right:3px;}
.cart-table .btn-continue span {background: none repeat scroll 0 50% transparent;border: 1px solid #D1D1D1;height: 21px;
line-height: 21px;padding: 0 10px;}
.cart-table .btn-continue span span{ border: 0 none;color: #484848;padding: 0;}
.cart-table .cart-price .price {font-weight:bold;font-size: 12px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0;}
.cart .cart-collaterals .col2-set { float:left; width:724px; }
.cart .cart-collaterals .col2-set .col-1 { width:362px;}
.cart .cart-collaterals .col2-set .col-2 { width:362px; }

.cart .crosssell {float:left;width:720px}
.cart .crosssell .crosssell-inner {}
.cart .crosssell h2 {margin-bottom: 20px;}
.cart .crosssell .product-image {    border: 1px solid #F5F5F5;
    display: block;
    margin-bottom: 7px;
}
.col2-set-crosssell .block-image{float:right;width:236px}
.cart .crosssell .product-details {clear:both}
.cart .crosssell .product-name {}
.cart .crosssell .btn-cart{float: left;margin-right: 5px;}
.cart .crosssell li.item {float: left;  margin-bottom: 10px; padding: 4px 0 0 4px;width: 175px;    text-align: center;}
.cart .crosssell div.ratings{margin-left: 62px;}
.cart .crosssell li.item.last{padding-right:0;margin-right:0;border:0 none} 
.cart .crosssell .add-to-links{float:left}
.cart .crosssell .actions{    clear: both;
    left: 25px;
    position: absolute;
    top: 150px;}
.cart .crosssell .price-box{margin: 5px 0 0;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount h2,
.cart .shipping h2,.totals h2,.cart .crosssell .crosssell-inner h2{background: url("../images/bkg_title.jpg") no-repeat scroll left top transparent;height: 37px;line-height: 37px;padding-left: 10px;text-align: left; color: #FFFFFF;font-size: 15px;font-weight: normal;margin:0;    font-family: "Century Gothic",Arial,sans-serif;}
.cart .discount h2 span, 
.cart .shipping h2 span,.totals h2 span,.cart .crosssell .crosssell-inner h2 span{background: url("../images/bkg_block-cart.png") no-repeat scroll right bottom transparent;color: #3b3b3b; display: block; font-size: 14px;font-weight: bold;height: 35px;line-height:35px;padding:0 13px 0 1px}
.cart .discount label,.cart .shipping p,.totals p{  color: #3F3F3F;}
.cart .discount label{margin-bottom:15px;display:block}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {border:0; padding:0; text-align:left;margin-top:10px }

.cart .discount h2 {background-position:center center }
.cart .discount .input-box { margin:32px 0 0; width:260px; }
.cart .discount input.input-text { width:268px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .shipping .form-list input.input-text { width:268px;}
.cart .shipping .form-list select { width:280px; padding: 4px 1px 4px 4px; height: 26px;}

/* Shopping Cart Totals */
.cart .totals { float:right;width:236px;}
.col2-set-crosssell{clear:both}
.cart .totals  h2{background-position:center center}
.cart .totals .totals-inner {padding:10px}
.cart .totals .price {color: #424242;font-size: 12px;font-weight: bold;}
.cart .totals table {}
.cart .totals td {color:#424242;text-align: left !important;}
.cart .totals tfoot td {padding: 3px 15px 3px 0; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {font-weight:normal}
.cart .totals tfoot td .price {color: #171717;font-size: 18px;}
.cart .totals .checkout-types { padding:0; text-align:left; margin:20px 0 0;}
.cart .totals .checkout-types li { clear:both;margin:4px 0 }
.cart .totals .checkout-types li a{font-size:11px;text-decoration:underline}
.cart .discount-form,.cart .shipping-form{padding:10px}
.cart input.qty{padding:4px 6px;text-align:center;font-weight:bold}
/* Options Tool Tip */
.item-options dt { float:left; clear:both;}
.item-options dt:after { content:':'; }
.item-options dd {color:#666; padding-left: 5px;}
.item-options dd .price{font-size:12px;color:#313030}
.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:133px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:0; left:0; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {overflow:hidden;height:100%}
.sp-methods dt { margin:1px 10px 0 0;float:left;font-weight:bold }
.sp-methods dd {float:left}
.multiple-checkout .box .sp-methods dd {clear:both;margin-top:20px}
.sp-methods dd li {}
.sp-methods label { }
.sp-methods .price {font-size:12px }
.sp-methods .form-list {}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:115px!important; margin-right:10px; }
.sp-methods select.year { width:111px!important; }
.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 { }
.block-progress .block-title strong { }
.block-progress .block-content {}
.block-progress dt {position:relative; border-bottom: 1px solid #e2e2e2;color: #3F3F3F;padding: 7px 0; }
.block-progress dt.last {border:0 none}
.block-progress dt span{position:absolute;right:0;top:5px}
.block-progress dd { border-top:0; padding:0 0 30px; font-size:11px;border-bottom:1px solid #E2E2E2;}
.block-progress dd address {}
.block-progress dt.complete {position:relative;margin-bottom: 10px;}
.block-progress dd.complete {}
.block-progress dd.complete.last{border:0 none} 
.block-progress p { margin:0; }
.block-progress dt a { font-weight:normal;position:absolute;right:0;top:5px;text-decoration:underline;color:#646464}
.block-progress dt .separator {display:none}

.opc .buttons-set {}
.opc .buttons-set button.button { float:left; margin-right:10px}
.opc .buttons-set p.required {text-align:left;}
.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 { position:relative; }
.opc li.section {}

.opc .step-title {margin:0;height: 37px;text-align: left;border-top:1px solid #d1d1d1}
.opc .step-title .number {display:none;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 { float:left; margin:0; padding: 0 10px;font-size: 15px;line-height:37px; text-transform:capitalize; color:#9a9a9a;    font-family: "Century Gothic",Arial,sans-serif;}
.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: url("../images/bkg_title.jpg") no-repeat scroll center center transparent;border-bottom:1px solid #191919}
.opc .active .step-title .number {}
.opc .active .step-title h2 {color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative;}
.opc .step .step-inner {padding:10px;color:#3f3f3f }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:11px; color:#3f3f3f;font-weight:bold;margin-bottom:3px }
#opc-login  .col-1 h4{color: #3f3f3f;font-size: 11px;font-weight:normal;margin:0}
#opc-login  .col-1 .form-list label{font-weight:normal}
#opc-login  .col-1 ul.ul li{background:url(../images/i_opc-ul.gif) no-repeat left center; padding-left:8px}
#opc-login .col-1 { width:310px;}
#opc-login .col-2 { width:310px; }
#opc-login .form-list{margin:18px 0}
#opc-login .col-2 .buttons-set p.required {margin-bottom: 10px;}
#opc-login .col-2 .buttons-set a {text-decoration:underline;float: none !important;color:#3f3f3f;display:block;font-size:11px }
#opc-login .col-2 .buttons-set button.button {margin-left:0;float:none}
#opc-login strong { font-weight:bold; color:#373d42; }
#opc-login p{margin-bottom:0;}
#opc-login .col-1 p.required{padding:0;margin:0}
#opc-login #login-form h4 { display:inline;color:#3f3f3f;font-weight:normal;font-size:11px}
#login-form p {clear:both;}
#login-form .form-list { margin: 10px 0 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 {color: #3F3F3F;font-size: 11px;font-weight: bold;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:10px; }
#opc-review .buttons-set p { clear: both;color: #3F3F3F;float: right !important;margin: 5px 77px 0 0;}
#opc-review .buttons-set p a{color:#444343;text-decoration: underline;}
#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 {}
#checkout-review-table tfoot tr td.last {}
#checkout-review-table tfoot td {color: #3F3F3F;font-size: 11px;font-weight: normal;padding: 5px;}
#checkout-review-table tfoot td .price{font-size: 12px;font-weight: bold; }
#checkout-review-table tfoot strong{color: #3F3F3F;font-size: 11px;font-weight: normal;}
#checkout-review-table tfoot strong .price{font-size:18px}
#checkout-payment-method-load dd{clear: both;float: none;padding-top: 10px;}
#opc-review .step .step-inner{padding:0 0 20px}
#shipping_method1,#billing1,#shipping1{color: #3F3F3F;font-size: 11px;font-weight: bold;margin-bottom: 30px;}
#shipping_method1{margin-bottom: 10px;}
#checkout-review-table .a-left{text-align:right!important}
/* Multiple Addresses Checkout */
.checkout-progress {padding: 20px 90px;}
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #3f3f3f; padding:2px 0 0; font-weight:bold; text-align:center; color:#3f3f3f; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
.multiple-checkout{padding-bottom: 20px;}
.multiple-checkout h2 { font-size:11px; font-weight:bold; margin:10px;color: #3f3f3f; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:11px; font-weight:bold; color:#3f3f3f; }
.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 {padding:10px; }
.multiple-checkout .col2-set h2.legend {margin:10px 0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {margin: 10px 0;}

.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 {}
.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 {background:0;    text-decoration: underline;}
#multiship-addresses-table tfoot button.button span {}

/* 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 #ececec; 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 ============================================================ */
.page-title-1 h1{color: #CF2367;font-size: 14px;font-weight: bold;margin: 0 0 15px;padding-bottom:10px;background:url("../images/bkg_widget-title.png") repeat-x scroll left bottom transparent}
.account-login { position:relative;}
.account-login .col2-set{padding:15px 10px 0}
.account-login .col2-set .col-1 {width:47%;}
.account-login .col2-set .col-2 { width: 47%;}
.account-login .col2-set .col-2 .new-users-inner{background:url("../images/bkg_main-inner3.png") no-repeat scroll center bottom transparent}
.account-login .col2-set .col-2 .new-users-inner .page-title{margin:0;padding:3px 10px 10px;width:auto}
.account-login .content {padding:0 0 10px;}
.account-login .col-1 .content {}
.account-login .content h2 { color: #3f3f3f;font-size: 11px; font-weight: bold; margin: 0 0 5px; padding:0;}
.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;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 270px;}
.account-login .new-users .buttons-set button.button span {}

.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:233px;}
.account-login .registered-users .buttons-set a{ clear: both;
    display: block;
    float: left !important;
    margin-bottom: 20px;
    padding-top: 5px;
    text-decoration: underline;}
.account-create .buttons-set{margin:10px}
.customer-account-forgotpassword .col-main #form-validate .buttons-set{width:380px;margin: 10px; position: relative;}
.customer-account-forgotpassword .col-main #form-validate .buttons-set p.back-link a{margin-right:5px}
.multiple-checkout .buttons-set{margin:10px}
.multiple-checkout .buttons-set .back-link a{margin-right:5px}
#add_recipient_button .button{}
.col-main .sub-title{color: #3f3f3f;font-size: 11px; margin:10px;padding: 0;}
.checkout-onepage-success .col-inner p{margin:0 10px 10px}
.checkout-onepage-success .col-inner .buttons-set{margin:10px 10px 20px}
.customer-account-logoutsuccess  .col-inner p{margin:10px}
/* Account Login/Create Pages ============================================================ */


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin:20px 10px;color:#3f3f3f}
.dashboard .welcome-msg p {}
.dashboard .welcome-msg p  strong{color:#313030}
.dashboard .col2-set { margin:20px 10px; }

/* General Box */
.box-account { margin: 0 0 20px; }
.box-account .view-all{ background: none repeat scroll 0 50% transparent; border: 1px solid #D1D1D1;height: 21px;    line-height: 21px;padding: 0 6px;display:inline-block;    margin-left: 10px;}
.box-account .box-head {background: url("../images/bkg_title.jpg") no-repeat scroll center center transparent;    border-bottom: 1px solid #191919;height: 36px;line-height: 37px;padding:0 10px;text-align: left;}
.box-account .box-head h2 {color: #FFFFFF;font: 15px/37px Tahoma,Arial,sans-serif;margin: 0;font: 15px/37px "Century Gothic",Arial,sans-serif;}
.box-account .box-head a {color: #FFFFFF;float: right;font-size: 11px;}

/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/
.my-account {padding-bottom:20px}
.my-account p{margin:10px;}
.my-account .col2-set{margin:20px 0px 0}
.my-account .buttons-set{margin-left:10px}
.my-account .pager{margin:10px 10px 0}
.dashboard .box .box-title { padding:0 0 2px; margin: 0 0 4px 10px; text-align:left; }
.dashboard .box .box-title  a{text-decoration:underline}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { color: #3f3f3f; font-size: 11px; margin: 0 20px 10px 0; padding: 0; float:left;font-weight:bold}
.dashboard .box .box-title a.link-edit{background:url(../images/btn_edit.png) no-repeat;width:34px;height:15px;text-indent:-999em;float:left}
.dashboard  .box .box-content a{text-decoration: underline;display: block;
    padding-top: 10px;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head {}
.dashboard .box-recent .box-head h2 { }
#my-orders-table td em {color:#3f3f3f;font-style:normal;background:none repeat scroll 0 0 #FBA500;padding:2px 4px}
#my-orders-table td .price{ color: #3F3F3F;
    font-size: 11px;
    font-weight: bold;}
#my-orders-table td.last a{    text-decoration: underline;}
/* Block: Account Information */
.dashboard .box-info .box-head {}
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 {color: #3F3F3F;font-size: 11px;font-weight: bold;margin: 0 20px 10px 10px;padding: 0;}

/* Block: Reviews & Block: Tags */
.my-account address {margin-left:10px;}
.my-account .title-buttons{}
.my-account .title-buttons .button span{color: #FFFFFF;text-decoration:underline;background:0}
.my-account .title-buttons .button span span{background:0;}
#my-orders-table{margin:10px 0}
#my-orders-table tbody td{vertical-align:top}
#my-reviews-table td .rating-box {margin-top: 3px;}
.dashboard .box-reviews .box-head h2, .dashboard .box-tags .box-head h2{padding:0;float:left; line-height: 35px;}
.dashboard .box-reviews .number,.dashboard .box-tags .number  { float:left; font-size:10px; font-weight:bold;color:#353535; padding:0 4px; background: none repeat scroll 0 0 #000000; color: #FFFFFF;position:absolute;top:15px;left:10px}
.dashboard .box-reviews .details,.dashboard .box-tags .details {padding:10px 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:10px 0; }
.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; }
/**/
.my-account .billing-agreements .buttons-set,.recurring-profiles  .buttons-set {margin-left: 10px;}
.my-account .billing-agreements,.my-account .recurring-profiles{}
/********** Dashboard > */

/* Address Book */
.my-account .page-title-2{background: url("../images/bkg_boxhead.jpg") repeat-x scroll 0 0 transparent;height: 35px;    margin: 0 0 10px; padding: 0 0 5px 10px;}
.my-account .page-title-2 h1{color: #615640; display: inline; font-size: 14px;font-weight: bold;margin: 0;line-height: 35px;}
.addresses-list h2,
.addresses-list h3 {color: #3f3f3f; font-size: 11px; margin: 0 20px 10px 10px;padding: 0;font-weight:bold;float:left}
.addresses-list address { margin:0 0 3px;clear:both;margin: 0 0 3px 10px; }
.addresses-list p.link-edit a{ margin:0;background: url("../images/btn_edit.png") no-repeat scroll 0 0 transparent;float: left;height: 15px;text-indent: -999em;width: 34px;}
.addresses-list a {float: left;text-decoration:underline}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px;float:left }
.addresses-list li.item { margin:0 0 20px;clear:both;height:100%;overflow:hidden }
.addresses-list li.last{margin:0}
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-style:italic; clear:both}
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {   border: 1px solid #F5F5F5;
    margin: 10px 0;
    padding: 4px 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; }

.order-info-box { border:1px solid #E2E2E2; padding:12px 15px;}
.order-items{    margin: 20px 10px 0;}
.order-info-box h2 {  color: #3F3F3F;
    font-size: 11px;font-weight:bold }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items {}
.order-items h2,
.order-items h3 { font-weight:bold; font-size:11px; color:#3f3f3f;}
.order-items .product-name {}
.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:80%; height:109px; }
.my-wishlist .buttons-set {}
.my-wishlist .buttons-set button.button {margin-right:10px}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }
.price-label{color:#999798}
#wishlist-table  tbody td a {}

/* My Tags */
.my-tag-edit {margin:10px; }
.my-tag-edit .btn-remove { float:right; margin:7px 0 0 10px;padding:0 }
.my-tag-edit .btn-remove span{background:0;height:auto;width:auto;padding:0;text-indent:-999em}
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table td .product-name{padding-bottom:5px}
#my-tags-table .add-to-links .link-wishlist{ white-space:nowrap;margin-left: 5px;}
#my-tags-table .button{float:left}
/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float: left; margin-left: 10px; margin-top: 20px; 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 { display:block;float: left; margin: 2px 0 0 5px; }
.product-review .product-details { margin-left:150px;  margin-top: 20px; }
.product-review .product-name {color: #3F3F3F;font-size: 11px;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; }
/**/
.tag-customer-index .my-account p,.downloadable-customer-products .my-account p,.my-account .my-wishlist p{margin:10px}
.tag-customer-index .my-account p.back-link,.downloadable-customer-products .my-account p.back-link,.my-account .my-wishlist p.back-link{margin:0}
.newsletter-manage-index .my-account .buttons-set p.back-link a{margin-right:5px}
/* 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; }
/* ======================================================================================= */
.page-bottom{width:960px;margin:5px auto 0;background:url("../images/bkg_title.jpg") no-repeat scroll top center transparent;height:100%;overflow:hidden;}
.page-bottom .block-bottom{float:left;width:230px;padding-left:10px;}
.page-bottom .block-bottom h2{line-height:37px;color:#fff;font-size:15px;margin-bottom: 13px;    font-family: "Century Gothic",Arial,sans-serif;}
.page-bottom .block-bottom h3{font-size:11px;font-weight:bold;color:#3f3f3f;margin-top:10px}
.page-bottom .block-bottom ul li{margin-bottom:2px;}
.page-bottom .block-bottom ul li a{display:block}
.page-bottom .lastest-news ul li{margin-bottom:10px}
.about-vo p{margin-top:5px}
/* Footer ================================================================================ */
.footer-container {margin-top: 10px;    clear: both;}
.footer{margin:20px auto 40px;width:960px;background:url(../images/bkg_footer-overlay.png) no-repeat center bottom;padding-bottom:36px;height:100%;overflow:hidden}
.footer .footer-link{float:left;width:810px;padding-top:3px}
.footer .footer-link li {display:inline}
.footer .footer-link li a{float:left;color:#646464;font-size:11px;background:url(../images/bkg_footer-node.gif) no-repeat right center;margin-right: 8px;padding-right: 8px;text-transform:capitalize}
.footer .footer-link li.last a{background:0}
.footer .footer-social{float:right;width:150px}
.footer .footer-social li{display:inline}
.footer .footer-social li a{float:right; margin-left: 15px;}
.footer .footer-social li a img{vertical-align:middle}
.footer-container a:hover {text-decoration:underline; }
.footer-container address {clear:both;color: #9B9B9B;font-size: 11px; margin: 0 auto; text-align: right;width:960px;    padding-bottom: 25px;}
.footer-container address em{font-style:normal}
.footer-container address a {color:#9B9B9B}
.footer-container address a:hover { text-decoration:underline; }

.footer-container .links{margin:0 auto 5px;width:960px;text-align:center}
.footer-container .links li {background:url("../images/bkg_pipe2.gif") no-repeat scroll right 3px transparent;padding-right:10px;margin-right:5px}
.footer-container .links li a{color:#636162;font-size:11px}
/* ======================================================================================= */

/* 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; }
.send-friend .buttons-set{margin:0 0 20px 10px}
.send-friend .buttons-set p.back-link a{margin-right:5px}
/* ======================================================================================= */
.clear{clear:both}
.quickshop-main .product-collateral{display:none}
.customer-address-form .my-account .buttons-set .back-link a,.wishlist-index-share .my-account .buttons-set .back-link a{margin-right:5px}
.contacts-index-index .buttons-set{margin:10px 10px 20px}
.customer-address-index button.button {margin-left:10px;border: 1px solid #D1D1D1;}
.customer-address-index button.button span { background:none;}
.customer-address-index button.button  span{ background:none;color: #3F3F3F;}
#checkout-review-submit { border-top: 1px solid #D1D1D1;}
.multiple-checkout p { margin-left:10px;}
