/**
 * 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:#fff; font:12px/1.55 Arial, sans-serif; color:#777; text-align:center; }

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

a             { color:#000; 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:#000; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:middle; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

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


/* Layout ================================================================================ */
.wrapper { min-width:960px;}
.page {background:url(../images/bkg_page.jpg) repeat-x}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left; }
.main-container {background:url("../images/bkg_slide-container.jpg") no-repeat scroll center top transparent;position:relative;z-index:8}
.cms-index-index.cms-home .main-container {background:0;min-height:0;height:0}
.cms-index-index.cms-home .main-container .main{min-height:0;height:0;padding:0}
.catalog-category-view .main-container {background:0;}
.main { width:940px; margin:0 auto; padding:10px 10px 20px; text-align:left; background:center bottom repeat-y;background:#fff;min-height:300px; }

/* Base Columns */
.col-left { float:left; width:215px; }
.col-main { float:left; width:705px; }
.col-main .col-inner {}
.catalog-category-view .col-right{padding-top:0}
.col-right { float:right; width:215px; padding:10px 0 1px; }
.checkout-onepage-index .col-right {padding:0}
/* 1 Column Layout */
.col1-layout { }
.col1-layout .main { }
.col1-layout .col-main { float:none; width:auto;}
.col1-layout .col-main .col-inner {}

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

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width: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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; }
input.input-text,textarea { padding:3px 4px; }
select { padding:1px 3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:25px; background:#ae0000; padding:0 0 0 5px; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase;line-height:25px}
button.button span span { border:0; padding:0 20px 0 15px; background:#2c2c2c;}
button.disabled span { }


button.btn-checkout span {font-size: 15px; height: 45px;line-height: 45px;padding-left:10px}
button.btn-checkout span span { background:url(../images/ico_btn-checkout.png) no-repeat 220px center #2C2C2C;padding:0 38px 0 25px}
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
.btn-proceed-checkout{width:260px!important}
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 12px; }
.form-list label { float:left; position:relative; z-index:0; color:#000;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#ae0000; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; padding-top: 5px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:250px; }
.form-list textarea { width:250px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:525px; }
.form-list li.wide textarea { width:525px; }
.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:2em 0 0;*/ padding:8px 0 0;}
.buttons-set a { margin-top:5px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link {text-transform: uppercase; }
.buttons-set .back-link a{color:#ae0000;text-decoration:underline;margin-top:-20px;padding-left:50px; display: block; float:left;}
.buttons-set button.button {float:left}

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

.fieldset { margin:0 0 15px; }
.fieldset .legend { font-size:12px; text-transform:uppercase; color:#000; margin:0 0 10px 0; padding:0; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-style:italic; line-height:13px; color:#ae0000;}
.validation-failed { border:1px solid #ae0000 !important; background:#FEFDCA  !important;}
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#ae0000;text-transform:lowercase}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li {}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:0 0 1px !important; background-position:12px center !important; background-repeat:no-repeat !important; padding:17px 8px 17px 28px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#cfcfcf; background-color:#fefdca; background-image:url(../images/i_msg-success.gif); color:#ae0000; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { color:#777; text-transform:capitalize; font-size:12px; padding:0 0 5px;border-bottom:1px solid #777777 ; margin-bottom: 10px;}
.breadcrumbs span { background:url(../images/i_breadcrumb-seperator.gif) center center no-repeat; padding: 0 10px 0; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal;}
.breadcrumbs li a { color:#777; text-decoration:none; }
.breadcrumbs li a:hover { text-decoration:underline;}

/* Page Heading */
.page-title {border-bottom: 2px solid #AE0000;padding-bottom:2px;}
.page-title h1,
.page-title h2 { font-size:25px; text-transform:uppercase; font-weight:normal; color:#000; margin:0;}
.page-popup .page-title {}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left;}

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

/* Pager */
.pager { padding:0 0 8px; border-bottom:2px solid #ae0000;text-align:center; clear:both;height:20px;position:relative}
.pager .amount {display:none;}
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {position:absolute;top:0;left:256px }
.toolbar-bottom .pager .pages {position:absolute;top:7px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages a { color:#000; text-decoration:none; }
.pager .pages a.next, .pager .pages a.previous{ color:#fff; text-decoration:none; }
.pager .pages a:hover { text-decoration:none; text-decoration:underline;}
.pager .pages .current {}

/* Sorter */
.sorter { padding:9px 0 0;}
.sorter .view-mode { float:left; margin:0 0 0 25px; }
.sorter .view-mode label { float:left; margin-right:5px; }
.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:5px; margin-top: 4px;}
.sorter .view-mode .grid{width:11px}
.sorter .view-mode .list{width:16px}
.sorter .view-mode strong.grid { background-position: right top }
.sorter .view-mode a.grid { background-position: right bottom; }
.sorter .view-mode strong.list { background-position: left top}
.sorter .view-mode a.list { background-position: left bottom; }
.sorter .sort-by { float:right; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar-bottom {position: relative;}
.toolbar-bottom .amount{display:block;float:left}
.toolbar-bottom .sorter{display:none}
.toolbar-bottom .pager{border-bottom:0; padding: 6px 0 0;}
.go-top{position:absolute;top:5px;right:0;text-transform:uppercase;background:url(../images/ico_go-top.gif) no-repeat right center;padding-right:15px;font-size:11px;z-index:100}
.go-top a:hover{text-decoration:none}
.toolbar-bottom .catalog_showoption {display:none}
/* 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 { border-right:0; }
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:5px 8px; font-weight:normal; }
.data-table td { padding:5px 8px; }

.data-table thead th {padding:10px; height:31px; color:#13151b; font-weight:normal; white-space:nowrap; vertical-align:middle; }
.data-table thead tr.last th {}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:#f6f6f6;text-transform:uppercase;text-align:left!important;}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {}
.data-table tfoot tr.first td { border-top: 1px solid #cfcfcf;}
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0;}
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #cfcfcf;background:#fff;text-align:left!important }
/* 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 .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

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

.link-cart {background: url("../images/btn_add-to-cart.gif") no-repeat scroll left center transparent;padding-left: 12px;color:#ae0000}
.link-wishlist { float:left; background:url(../images/btn_wishlist.gif) left center no-repeat;padding-left: 10px;    padding-right: 45px;}
.link-reorder { }
.link-compare { float:left;background:url(../images/btn_compare.gif) left center no-repeat;padding-left: 10px;}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/  }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:14px; height:14px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {}

.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { text-indent:-9999px; position:absolute; left:0; top:0; }
.demo-notice a { display:block; text-indent:0; position:fixed; left:0; top:150px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {background:url(../images/bkg_header-container.jpg) no-repeat center top;z-index:9;position:relative }
.header { width:960px; height:128px; margin:0 auto; padding: 0; text-align:right; position:relative; }
.header .logo { float:left; margin:5px 0 0 20px; 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;}
.header .welcome-msg { position:absolute; right:444px; top:6px; margin:0; padding:0; font-size:11px;color:#fff }
.header .form-search { float:right; margin:50px 10px 0 0; width:247px; height:25px; background:#fff; position: relative;z-index:12}
.header .form-search label { display:none; }
.header .form-search input.input-text { float:left; background:none; border:0; width:205px; margin:0; line-height:21px; height:21px;color:#787878;font-size:11px}
.header .form-search button.button { float:right; }
.header .form-search button.button span { border:0; height:25px; width:25px; background:url(../images/i_search.png) center center no-repeat; padding:0; line-height:25px; text-indent:-9999px; overflow:hidden;#margin-top:-1px}
.header .form-search button.button span span { }
.header .form-search .search-autocomplete { z-index:999;position:absolute!important;top:26px!important;left:0!important;    width: 247px !important; }
.header .form-search .search-autocomplete ul { background-color:#fff; }
.header .form-search .search-autocomplete li { text-align:left; padding:3px 8px 3px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#ddd; }
.header .links { position:absolute; right:0; top:0; margin:0; }
.header .links li { float:left; font-size:11px; text-transform:none;height: 28px; line-height: 28px;}
.header .links li  a{color:#787878; height: 28px; line-height: 28px;display:inline-block;padding: 0 15px;}
.li-top-link-cart{display:none!important}
.header .li-top-link-cart{display:block!important}
.li-top-link-cart{margin-left:15px}
.li-top-link-cart a{color:#fff!important;padding:0 20px 0 15px!important;margin-left:15px}
.li-top-link-cart a:hover{background-color:#000;text-decoration:none}
.li-top-link-cart span.price{padding:0 20px 0 30px;background:url(../images/ico_cart.gif) no-repeat right center;}
.welcome{display:none!important}
.header .welcome{color:#fff;padding:0 15px;display:block!important}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
#nav {}

/* 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; text-decoration:none}
#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/drop2.png") no-repeat scroll right center transparent;}
#nav ul li.parent li a {}

/* 0 Level */
#nav li.level-top {font-family: Arial,Helvetica,sans-serif;font-size: 12px;line-height: 28px;text-align: left;float:left}
#nav li.level-top.last{background:0} 
#nav a {}
#nav li.active a {}
#nav a.level-top {color: #fff; background: url("../images/bkg_nav2.png") no-repeat scroll left center transparent;float: left;padding: 0 12px 0 20px;text-transform: uppercase; }
#nav a.level-top span{}
#nav li.first.level-top a{background:0}
#nav li.last a.level-top {}
#nav li.over > a.level-top,
#nav a.level-top:hover {z-index:2;color:#ae0000;text-decoration:none}
/* 1st Level */
#nav ul li {}
#nav ul li.active {}
#nav ul li.last {  }
#nav ul a,
#nav ul a:hover {text-decoration:none}
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:13em; top:22px;left:-999em;text-align:left;text-align:left;background:url(../images/bkg_dropdown-menu.jpg) repeat-x #000;	border-top:none;padding:30px 15px;text-align:left;}
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li a {font-size: 12px;font-weight: normal;line-height: normal;margin: 0 0 7px;text-transform: none;display:block;  background: url("../images/ico_menu-list.png") no-repeat scroll 5px 6px transparent;color: #fff;padding-left: 15px;}
#nav ul li a:hover {text-decoration:none;color:#ae0000;font-weight:normal;background-image:url(../images/ico_menu-list-hover.gif)}
#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:-1px; 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:100%;}
#nav li .shown-sub ul.shown-sub li,
#nav li .shown-sub li div.shown-sub li{}
/********** Navigation > */


/* slideshow */
.wt-rotator {background:0!important;border:0!important;margin:0 auto!important}
.wt-rotator .thumbnails li{background:url(../images/i_slideshow-buttons-2.png) no-repeat!important;width:10px!important;height:9px!important;border:0!important;text-indent:-999px;overflow:visible!important}
.wt-rotator .buttons{display:none}
.wt-rotator .thumbnails{}
.wt-rotator .c-panel{left:900px!important;top:315px!important}
.wt-rotator .thumbnails li.curr-thumb {background-position:left bottom!important}
.slideshow-wrapper { width:960px; margin: -47px auto 0;z-index:8;position:relative}
.container{background:url(../images/bkg_slide-container.jpg) no-repeat center top;height:430px;z-index:7}
.inner-bg{background:0!important}
/**/
.slideshow { position:relative;}
#slideshow .slideshow-box { width:920px; margin: 0 auto; overflow:hidden; position:relative;background:url(../images/bkg_slideshow.jpg) repeat-x bottom }
#slideshow ul { position:relative; }
#slideshow li { width:217px; padding:0 7px; float:left; text-align: center; position:relative; overflow:hidden; }
#slideshow li img { }
#slideshow a.previous,
#slideshow a.next { background:url(../images/i_slideshow-buttons-hover.png) 0 0 no-repeat; width:20px; height:109px; position:absolute; overflow:hidden; text-indent:-9999px; top:17px;}
#slideshow a.previous { left:0; background-position: 0 0; }
#slideshow a.next { right:0; background-position: top right; }
.slideshow-wrapper2 { width:950px; margin: 35px auto 0; background:url(../images/bkg_main.png) center top no-repeat; padding:10px 0 0;}
.slideshow-wrapper-inner2 { background:url(../images/bkg_main-inner.png) center bottom no-repeat; padding: 0 10px 10px; }
#slideshow2 { position:relative;}
#slideshow2 .slideshow-box { position:relative; overflow:hidden; height:369px; }
#slideshow2 .slideshow-box ul { position:relative; }
#slideshow2 .slideshow-box li { width:930px; float:left;}
#slideshow2 .navigation { position:absolute; top:10px; right:10px;}
#slideshow2 .navigation ul li { display:inline; }
#slideshow2 .navigation ul li a { float:left; background:url(../images/i_slideshow-node.gif) 0 0 no-repeat; width:9px; height:7px; margin: 0 0 0 5px; text-indent:-9999px; overflow:hidden; }
#slideshow2 .navigation ul li a.active { background-position:0 100%; *background-position:0 -43px; /*IE 7 dont work if overflow:hidden */ }

/* Area 2 */
.area2-container {  }
.area2 { width:950px; margin:0 auto; color:#828282; text-align:left;}
.area2 .block-freeshipping { float:right; line-height:38px; margin:0; padding: 0 15px 0 40px; background:url(../images/i_block-freeshipping.png) left center no-repeat;}
.area2 .block-freeshipping p { margin:0; }
/* ======================================================================================= */
/* Slideshow Tabs */
.slideshow-tabs-container{position:relative;margin-top: 30px;}
.slideshow-tabs{width:960px; margin:0 auto; position:relative; }
.slideshow-tabs .tab_slideshow,
.slideshow-tabs .images{float:left; }
.slideshow-tabs .tab_slideshow a{ float:left; text-decoration:none; display:inline-block; padding:0 30px; font-size:20px;  text-transform:uppercase; font-weight:normal;color:#8e8e8e;border-right:1px solid #fff}
.slideshow-tabs .tab_slideshow a.last{border-right:0}
.slideshow-tabs  a.backward{z-index:1; cursor:pointer; position:absolute; right:21px; text-indent:-9999px; background:url(../images/ico_slideshow_tabs_prev.gif) top right no-repeat; width:21px; height:52px; top:0; }
.slideshow-tabs  a.forward{z-index:1; cursor:pointer; position:absolute; right:0; text-indent:-9999px; background:url(../images/ico_slideshow_tabs_next.gif) top right no-repeat; width:21px; height:52px; top:0;}
.slideshow-tabs  a.forward:hover,.slideshow-tabs  a.backward:hover{background-position:top left}
.slideshow-tabs .tab_slideshow{width:960px; position:absolute; top:0px; left:0px;border-top:2px solid #ae0000 ;background:#424242;height:50px;line-height:50px; }
.slideshow-tabs .tab_slideshow a.current{color:#fff;background:#2e2e2e}
.slideshow-tabs .images{width:960px ; height:330px;padding-bottom:20px}
.slideshow-tabs .images div.sub {top:65px; left:0;background:url(../images/bkg_tab.png) no-repeat center bottom ; font-size:12px; position:absolute;}
.slideshow-tabs .images div.sub .category-name{display:none}
.slideshow-tabs .products-grid{padding:0px;}
.slideshow-tabs .products-grid .product-image{ height: auto; overflow: hidden; width:auto;}
.product-details{ padding:0 12px;text-align:center}
.slideshow-tabs .products-grid .product-name{overflow: hidden;text-transform:capitalize; position:relative;} 
.slideshow-tabs .products-grid .product-name a {}
.slideshow-tabs .products-grid .sku{color:#b1b1b1;  font:normal 12px/17px Arial,Helvetica,sans-serif; padding:5px 0 0px; margin:0px; overflow: hidden;}
.slideshow-tabs .products-grid li.item{ border:0px; width:240px; float:left;  padding: 20px 0; }
.slideshow-tabs .products-grid .item_inner{}
.slideshow-tabs .products-grid img{}
.slideshow-tabs .products-grid .price-box .regular-price{font-size:16px}

/* products grid =============================================================================== */
.products_grid{width:960px; height: 100%; margin: 0 auto; overflow: hidden;}
.products_grid .category-products{float:left;width:225px;padding-right:20px;background:url(../images/bor_products-grid.gif) repeat-y 235px 0}
.products_grid .category-products.last{padding-right:0}
.products_grid .category-products .category-name{color:#000;font-size:20px;border-bottom:2px solid #4e4e4e; padding-left: 12px; text-align: left;text-transform:uppercase}
.products_grid .category-products .products-grid li.item{background:url(../images/bkg_products-grid.png) no-repeat bottom center;width:225px}
.products-grid button.btn-cart span { background:url(../images/btn_add-to-cart.gif) no-repeat left center;font-weight: bold; padding-left:15px;font-size:11px}
.products-grid button.btn-cart span span{background:0;padding:0;color:#AE0000;font-weight:bold}
.products_grid .product-name a {text-transform:capitalize;font-weight:bold }
/*slideshow left & right*/
.slide-product-bottom{margin:45px auto 5px;width:960px;height:100%;overflow:hidden}
.slideshow-wrapper-left{width:470px;float:left}
.slideshow-wrapper-right{width:470px;float:right;}
#slideshow-left .slideshow-box,#slideshow-right .slideshow-box {overflow: hidden;position: relative; width: 470px;}
#slideshow-left .slideshow-box .category-products,#slideshow-right .slideshow-box .category-products{background:url(../images/bkg_slide-product-bottom.png) no-repeat center 28px}
#slideshow-left .products-grid li.item,#slideshow-right .products-grid li.item{width:235px;padding:20px 20px 0 0;background:url("../images/bkg_cross.gif") no-repeat scroll 230px 30px transparent}
.slide-product-bottom .slideshow a.previous,.slide-product-bottom .slideshow a.next {background: url("../images/i_slideshow-buttons.gif") no-repeat scroll 0 0 transparent; height: 13px; overflow: hidden; position: absolute;
    text-indent: -9999px;top: 7px; width: 10px;}
.slide-product-bottom  .slideshow a.next {background-position: right top;right: 0;}
.slide-product-bottom  .slideshow a.previous {right: 20px;}
.slide-product-bottom .category-products .category-name{color:#000;font-size:20px;border-bottom:2px solid #4e4e4e; padding-left: 12px; text-align: left;text-transform:uppercase}	
.slide-product-bottom .btn-cart{}
.slide-product-bottom .products-grid .product-name { overflow: hidden; position: relative; text-transform: capitalize;}
/*homepage's extra content*/
.home-extra-content{margin:0 auto;width:940px;padding:15px 10px 20px;border-top:2px solid #AE0000;background:#f5f5f5;text-align:left;height:100%;overflow:hidden;}
.home-extra-content ul li{float:left;width:215px;padding:0 10px}
.home-extra-content ul li h2{margin-bottom:7px}
.home-extra-content ul li h2 a{color:#2c2c2c;font-size:13px;font-weight:bold;float:none;background:0}
.home-extra-content ul li img{margin:2px 0 10px}
.home-extra-content ul li a{float:right;color:#AE0000;font-size:12px;background:url(../images/ico_read-more.gif) no-repeat right 6px;padding-right:10px; margin-right: 10px;}
.home-extra-content ul li a:hover{text-decoration:none}
/* Sidebar =============================================================================== */
.block { margin:0 0 25px;}
.block .link-wishlist {margin-right:0}
.block .block-title {padding:0 0 0 10px;}
.block .block-title strong { display:block; font-size:14px;font-weight:normal; text-transform:uppercase; color:#000; border-bottom:2px solid #000; padding: 0 0 5px; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0;}
.block .block-content {padding:5px 0 0 10px;border-left:1px solid #000}
.block .block-content li.item { padding:5px 0; }
.block .block-content li.item.last { margin-bottom:0; }
.block .block-content .product-name{text-align:left}
.block .block-content .product-name a{color:#000;text-transform:capitalize;font-size:14px;font-weight:bold;}
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions {border-top: 1px solid #CFCFCF; margin-top: 5px; padding: 10px 0 0; }
.block .actions a { float:right; margin: 3px 0 0 0;}
.block .actions button.button { float:left; }
.block .empty { margin:0; }
.block .price {color:#777;}

.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;}
.mini-products-list .product-details { padding:0 5px;}
.block .product-details{text-align:left}
/* Block: Account */
.block-account { }
.block-account .block-title {padding: 0 0 0;}
.block-account .block-title strong { }
.block-account .block-content {border:0 none;padding:5px 0 0}
.block-account .block-content li strong { font-weight:normal;color:#000 }
.block-account .block-content li{border-bottom: 1px solid #CFCFCF;font-weight: normal;padding:5px 0 5px 10px;background:#f6f6f6}
.block-account .block-content li a{ color: #777777}
.block-account .block-content li a:hover { text-decoration:underline;}
.block-account .block-content li.last a {  }
.block-account .block-content li.current { padding-left:25px; font-weight:bold; background:url(../images/bkg_node2.gif) no-repeat 10px center #f6f6f6;}
.block-account .block-content li.current.last {  }

/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-title strong {}
.block-layered-nav .block-subtitle { line-height:1.35; padding:0 0 5px; margin: 0 0 5px; border-bottom:1px solid #cfcfcf}
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:6px 0 3px; font-size:12px; text-transform:uppercase; color:#000;}
.block-layered-nav dd { padding:0 0 5px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav a { color:inherit; *color:#666; text-decoration:none;}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart {background: none repeat scroll 0 0 #000000;position: absolute; right: 0; top: 25px;text-align:left;z-index:12;width:280px;padding:10px}
.block-cart .block-title {display:none}
.block-cart .block-title strong { }
.block-cart .block-content {border:0 none;padding:0}
.block-cart .summary {padding:10px;height:100%;overflow:hidden }
.block-cart .amount { margin:0; }
.block-cart .amount a {color:#fff;font-weight:bold }
.block-cart .subtotal { margin:15px 0 0; padding:2px 0; }
.block-cart .subtotal .subtotal-left{margin-right:10px;margin-bottom:5px;float:left} 
.block-cart .subtotal .label{color:#fff;font-size:15px;text-transform:uppercase;font-weight:bold }
.block-cart .subtotal .price { font-weight:bold;color:#ae0000;font-size:15px; }
.block-cart .actions {border: 0 none; margin-top: 0;padding: 0;}
.block-cart .product-name a {color:#fff!important  }
.block-cart .block-subtitle{ padding:15px 10px 10px;border-top:1px solid #303030;margin-top:8px;color:#fff }
.block-cart .mini-products-list .product-details{position:relative;padding-bottom:18px;margin-left:60px}
.block-cart .mini-products-list .product-details .btn-remove{position:absolute;bottom:0;left:5px;margin:0;color:#777;font-size:12px;text-indent:0;width:auto;padding-left:20px;line-height:12px}
.block-cart .mini-products-list .btn-edit{display:none}
.block-cart .block-content li.item {padding:10px}
/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related{padding:29px 0 0;margin:0}
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; }
.block-related .mini-products-list li,.block.category-products li{border-bottom: 1px solid #CFCFCF; margin: 0 0 10px;padding:10px 0 15px 0!important}
.block-related .mini-products-list li.last{ margin: 0 0 15px!important}
.block-related .mini-products-list li .price-box{margin:5px 0}
.block-related .mini-products-list li .link-wishlist{color:#000;font-size:14px;text-transform:uppercase}
/* Block: Compare Products */
.block-compare .block-title strong {  }
.block-compare button.button span { }
.page-popup .link-print { background:url(../images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px; color:#fff; font-size:11px; }
.page-popup a.link-print { text-decoration:none; }
.block-compare .product-name,.block-viewed .product-name{background:url(../images/ico_block-list.gif) no-repeat left 5px;padding-left:12px}
.block-compare .product-name a,.block-viewed .product-name a{ color: #777777!important; font-size: 12px!important;text-transform: none!important;font-weight:normal!important}
.block-compare .actions button.button{float:left}
.catalog-product-compare-index .page-title h1 {}
.catalog-product-compare-index .content { padding:5px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}

.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { background:url("../images/bkg_th.gif") repeat-x scroll 0 100% #CCCCCC; padding:0 10px; border:0; border-left:1px solid #ccc; }
.compare-table thead tr.first th { border-left:1px solid #ccc; }
.compare-table .btn-remove { float:left; background-image:url(../images/btn_trash.gif); width:8; height:8; margin-top:12px;}
.compare-table tbody th { font-size:11px; font-weight:bold; color:#13151b; background:#ededed; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; }
.compare-table tbody td .price-box{text-align:center}
.compare-table table td{border:1px solid #cfcfcf!important;border-collapse:collapse}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tr.first td .product-image { display:block; width:160px; margin:0 auto;}
.compare-table tr.first td .product-name { font-weight: bold; text-align: center;text-transform: none;}
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { float:right;display:none }
.compare-table tr.first td .ratings .rating-box { float:none; margin:0 0 5px; }
.compare-table tr.first td .ratings .amount { display:block; }
.compare-table tr td .add-to-links {text-align:center; clear:both;}
.compare-table tr td p { margin:0;text-align:center }
.compare-table tr td p button.btn-cart span {    background: none repeat scroll 0 0 #AE0000;
    color: #FFFFFF;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;}
.compare-table tr td p button.btn-cart span span {  background: none repeat scroll 0 0 #2C2C2C;
    border: 0 none;
    padding: 0 20px 0 15px;}
.page-popup .buttons-set .button{float:right}

.compare-table tr td .add-to-links li,.compare-table tr td .add-to-links li a{float:none;margin:0;padding-right:1px!important}
/* Block: Recently Viewed */
.block-viewed .block-title strong { }

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

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {color:#000;padding:8px 0}
.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:8px 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content ul { font-size:12px; padding:0; }
.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 { text-align:left; border-top:1px solid #cfcfcf;border-top:1px solid #CFCFCF ;margin-top:10px}
.block-tags .actions a { float:none; background: url(../images/ico_block-list.gif) no-repeat right 3px;padding-right:10px;color:#000;}

/* Block: Subscribe */
.block-subscribe{margin:0}
.block-subscribe .block-content { padding:0;border:0 }
.block-subscribe .block-title{padding:0}
.block-subscribe .block-title strong {border-bottom:0;padding: 0; color: #FFFFFF; display: block; font-size: 13px; font-weight: normal; margin-bottom: 7px;text-transform: uppercase;font-size:16px}
.block-subscribe label { color:#777; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:7px 0 0; #margin:0 0 0;text-align:left;border:0 none }
.block-subscribe .actions button.button { float:left; }
.block-subscribe .actions button.button span {  }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { margin: 5px 0 0 5px;}

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

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

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.catalog-category-view .col-main {}
.catalog-category-view .products-container { padding: 10px 0 0; }
.catalog-category-view .products-container-inner { padding: 0; }
.catalog-category-view .category-image-container { padding-bottom: 10px; }
.catalog-category-view .category-image-container-inner { padding: 0; }
.catalog-category-view .col1-layout .products-container,
.catalog-category-view .col1-layout .category-image-container{ background:url(../images/bkg_main.png) center top no-repeat; }
.catalog-category-view .col1-layout .products-container-inner,
.catalog-category-view .col1-layout .category-image-container-inner { background:url(../images/bkg_main-inner.png) center bottom no-repeat; }
.catalog-category-view .col3-layout .products-container,
.catalog-category-view .col3-layout .category-image-container { background:url(../images/bkg_main2.png) center top no-repeat; }
.catalog-category-view .col3-layout .products-container-inner,
.catalog-category-view .col3-layout .category-image-container-inner { background:url(../images/bkg_main-inner2.png) center bottom no-repeat; }
.catalog-category-view .products-grid li.item,.catalogsearch-result-index .products-grid li.item,.tag-product-list .products-grid li.item{padding:20px 20px 30px 0!important;width:220px!important}
.catalog-category-view .products-grid li.item.last{padding-right:0!important}

.category-title,.catalogsearch-result-index .page-title{display:none}
.pager-top{ border:0; margin:0; padding:0;position:relative }
.pager-top .category-name{color: #000000; font-size: 15px; position: absolute; text-transform: uppercase;top:0;left:0}
.category-title h1,
.category-title h2,.catalogsearch-result-index .page-title h1,.catalogsearch-result-index .page-title h2{}
.category-image { width:100%; overflow:hidden; margin:0; text-align:center;}
.category-image img {}
.category-description { margin:0 0 10px; }
.catalog-category-view .category-products .products-grid,.catalogsearch-result-index .products-grid,.tag-product-list .products-grid{border-bottom: 1px solid #cfcfcf}
.catalog-category-view .category-products .products-grid button.btn-cart span{background: url("../images/btn_add-to-cart.gif") no-repeat scroll left center transparent;padding-left: 12px;}
.catalog-category-view .category-products .products-grid button.btn-cart span span{background:0;padding:0;color:#AE0000;font-weight:bold}
.tag-product-list .category-products{margin-top:30px}
.catalog-category-view .category-products .pager,.tag-product-list .category-products .pager{position:relative;z-index:2}
.catalog-category-view .category-products .sorter{position:relative;z-index:1}
.sorter .option{float:left}
.limiter{ float: left;margin-left:15px}
.sort-by {float:left;margin-left:25px}
.toolbar .cls_hide-options {background: url("../images/i-showoption.gif") no-repeat scroll right center transparent;
 cursor: pointer;float: right; font-size: 11px; font-weight: bold; height: 12px;line-height: 12px;padding-top: 3px; }
 .toolbar .hidden_arrow{background: url("../images/i-hideoption.gif") no-repeat scroll right center transparent}
 .catalog_showoption{position:absolute;top:0;right:0}
.toolbar .div_hide_options { padding-right: 15px;}
.hidden_click .cls_hide-options {background: url("../images/i-showoption.gif") no-repeat scroll right center transparent;}
.hidden_click{display:none}
/*block tab */
.block-product-tab .tab{ border-bottom: 2px solid #4E4E4E;color: #000000;display: block;font-size: 14px;
 margin: 0 0 3px 10px;text-transform: uppercase;}
.block-product-tab .tab a{color:#777;margin-right:10px;padding-right:10px;background:url("../images/bkg_nav.gif") no-repeat scroll right center transparent}
.block-product-tab .tab a:hover{text-decoration:none}
.block-product-tab .tab .current{color:#000}
.block-product-tab #tabs{margin:0;padding:0;background:0}
.block-product-tab .ui-tabs-panel{padding:5px 0 0 10px;border-left:1px solid #000;}
.block-product-tab .tab-content .sub{}
.block-product-tab .category-name{display:none}
.block-product-tab .products-grid li.item{border-bottom: 1px solid #CFCFCF; margin: 0 0 10px;padding:0!important;width: 205px!important;}
.block-product-tab .products-grid li.item.last{padding:0!important;margin:0!important}
.block-product-tab .products-grid .product-image{float:left;margin:0}
.block-product-tab .products-grid .product-image img{width:60px!important;height:60px!important}
.block-product-tab .products-grid .action{clear:none}
.block-product-tab .products-grid .button,.block-product-tab .products-grid .link-learn{display:none}
.block-product-tab .product-details{padding:0;margin-left:70px}
.block-product-tab .productlabels_icons{display:none}
.block-product-tab .products-grid .product-name {font-size:14px;text-transform:none;margin:0;text-align:left}
.block-product-tab .products-grid .price-box{text-align:left}
.block-product-tab .products-grid .price{color:#ae0000!important}
.block-product-tab .products-grid {border:0 none!important}
.ui-tabs .ui-tabs-nav li{padding:0}
.ui-tabs .ui-tabs-nav li a{background: url("../images/bkg_nav.gif") no-repeat scroll right center transparent!important;color: #777777; margin-right: 10px;padding-right: 10px;font-weight:normal;font-size: 14px;text-transform: uppercase;padding-bottom:0!important}
.ui-tabs .ui-tabs-nav li a.last{background:0 none!important}
.ui-tabs .ui-tabs-nav{border-bottom:2px solid #000;padding:0 0 5px 0;margin-left:10px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-active a{color:#000}
/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last {}
.products-grid li.item { float:left; width:225px; position:relative;padding:20px 20px 20px 0}
.col3-layout .products-grid li.item { width:205px; }
.products-grid li.item.first { }
.products-grid li.item.last {padding-right:0!important }
.products-grid .product-image { display:block; width:auto; height:auto; margin:0 auto 10px;text-align:center }
.products-grid .product-name {}
.products-grid .ratings{margin:5px 0 5px 56px;clear:both}
.products-grid .product-name a {}
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box {margin: 0;padding: 5px 0 10px;text-align: center;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { float:right; margin: 0 0 5px;position:absolute;bottom:0;right:0}
.products-grid .add-to-links { clear:both; padding-top:5px;}
.products-grid .add-to-links li { display: inline;}
.products-grid .action{clear:both;text-align:center}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:20px 10px;position:relative }
.products-list li.item.last {padding-right:0!important}
.products-list .product-image { float:left; width:135px; height:135px;}
.products-list .product-image img{ width:135px; height:135px;}
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 10px;text-align:left }
.products-list .product-name a { }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list button.button { float:right; margin: 3px 0 5px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:none }
.link-learn {font-size:11px;text-transform:uppercase;background:url(../images/ico_link-learn.gif) no-repeat left center;padding-left:12px;}
.link-learn:hover{text-decoration:underline}
.products-list .link-learn{text-transform:none;font-size:12px;display:block}
.products-list .rating-links{display:none}
.products-list .old-price,.products-list  .special-price,.products-list .price-from,.products-list .price-to{float:left;margin-right:20px}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; background:url(../images/i_review.png) left center no-repeat; padding: 2px 0 2px 20px;}

.rating-box-border {background:url(../images/bkg_rating-outer.png) no-repeat;width:75px;height:21px;}
.ratings strong { float:left; margin:1px 3px 0 0;display:none }
.ratings .rating-links { margin:0;}
.ratings .rating-links a { color:#666; text-decoration:none;}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:51px; height:11px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden;}
.rating-box .rating { float:left; height:11px; background:url(../images/bkg_rating.gif) 0 100% repeat-x;float:left }
.ratings .rating-box { float: left; margin-right: 5px; margin-top: 3px;}
.ratings .amount { font-size:11px; font-style:italic;}
.ratings .amount a { color:inherit; *color:#666; 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 {font-size: 14px; margin: 0; text-transform: uppercase;}
.availability span {color: #AE0000; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.product-essential-right{padding:15px 0 0 10px;border-left:1px solid #cfcfcf;margin-bottom:25px;;margin-top:15px}
.block-title-1{border-bottom:2px solid #4e4e4e; padding: 0 0 3px;}
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { }
.product-view .product-shop .availability span { font-weight:normal; }

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

.price-box { margin:5px 0 15px; }
.price-box .price {}

/* Regular price */
.regular-price { }
.regular-price .price { font-weight:normal; font-size:12px;font-weight:bold }
.block .regular-price,
.block .regular-price .price { color:#ae0000; }

/* Old price */
.old-price { margin:0;}
.old-price .price-label { white-space:nowrap; color:#777;font-size:12px;}
.old-price .price {color:#646464;font-weight:bold;font-size: 12px;text-decoration:line-through  }

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

/* 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 { font-weight:normal;  }

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

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

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { white-space:nowrap;font-size:12px }

.price-to { margin:0; }
.price-to .price-label { white-space:nowrap;font-size:12px;color:#ae0000 }
.price-from .price{color:#777;font-size:12px;font-weight:bold}
.price-to .price{font-size:12px;font-weight:bold}
/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-as-configured .price{font-size:14px;font-weight:bold}
.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price {}

.cart-price .price { 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 {clear:both}
.add-to-links  li{width:auto;float:left;margin-right;text-transform:uppercase}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { margin: 4px 10px 0 0;float:left}
.add-to-cart .qty {margin: 0 10px 0 0;#margin: 2px 10px 0 0;float:left}
.add-to-cart button.button {float:left}
.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 { }
.product-view .product-essential .product-name{border-bottom:2px solid #ae0000; height: 100%;overflow: hidden;margin-bottom: 20px;}
.product-view .product-name .ratings-table{display:none}
.product-view .product-name h1{color:#000;font-size:15px;float:left}
.product-view .product-essential .product-name p,.product-view .product-essential .product-name a{float:right;background:0}
.product-view .product-name .rating-box{display:none}
.product-view .product-name p, .product-view .product-name p a{font-size:12px;color:#777}
.product-essential {padding: 5px 0 10px;}
.product-essential h2,
.product-collateral h2 {border-bottom: 2px solid #000000;color: #777777; font-size: 14px;padding: 0 0 2px;
 text-transform: uppercase;}
.product-collateral .tabs {border-bottom:2px solid #030000;height:100%;overflow:hidden }
.product-collateral .tabs li{display:inline}
.product-collateral .tabs li a { background: url("../images/bkg_nav.gif") no-repeat scroll right center transparent;color: #777777; margin-right: 30px;padding-right: 30px;float:left;font-size:13px;text-transform:uppercase;padding-bottom:2px}
.product-collateral .tabs li a.current{color:#000;}
.product-collateral .tabs li a.last{padding:0;margin:0;background:0 none}
.product-collateral .pager{border-bottom:0 none;padding:10px 0;}
.product-collateral .pager .amount{ float: left; margin: 0;display:block}
.product-collateral .pager .limiter{}
.product-collateral .noreview{padding:10px 0;display:block}
.product-essential .std,
.product-collateral .std { clear:both; }

.product-collateral {}
.product-collateral .box-collateral { margin:0 0 10px; padding:10px 0;}
.box-collateral.box-tags h2{border-bottom: 2px solid #000000; color: #000000;display: block;font-size: 14px;font-weight: normal;padding: 0 0 5px;text-transform: uppercase;}
.box-collateral.box-tags h3{font-size:11px;color:#777;text-transform:lowercase}
.box-collateral.box-tags .product-tags{margin:15px 0;padding-bottom:10px;border-bottom:1px solid #cfcfcf}
.box-collateral.box-tags .product-tags li{display:inline}
.box-collateral.box-tags .product-tags li a{color:#797979}
.box-collateral.box-tags .form-add label{font-size:13px;text-transform:uppercase;color:#000}
.box-collateral.box-tags  .input-box{float:left;width:118px}
.box-collateral.box-tags button.button span span {padding:0 10px 0 5px}
.box-collateral.box-tags  .input-box input.input-text{width:106px;padding:4px}
.box-collateral.box-tags button.button{float:right}
.box-collateral.box-tags .note{clear:both;padding:10px 0 0}
/* Product Images */
.product-view .product-img-box { float:left; width:365px; }
.product-view .product-img-box .image-zoom{}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto;   }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:363px; height:363px;overflow:hidden; z-index:9;border:1px solid #dcdcdc}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; font-style:italic; color:#808080;display:none}
.product-view .product-img-box #zoom{display:none}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:4px; width:10px; height:10px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:5px; top:3px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:5px; top:3px; }
.product-view .product-img-box .more-views h2 { margin:0 0 8px; padding:0; border:0;display:none}
.product-view .product-img-box .more-views ul { margin-left:-9px;clear:left; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:1px solid #ddd; overflow:hidden; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:325px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; border-bottom:1px solid #e2e2e2; padding: 0 0 8px;}
.product-view .product-shop .product-name h1 { margin:0; font:bold 16px/1.35 Arial, Helvetica, sans-serif; color:#373d42;}
.product-view .product-shop .availability { padding:2px 0;border-bottom:2px solid #000}
.product-view .product-shop .short-description {clear:both}
.product-view .product-shop .price-box {margin-top:10px}
.product-view .product-shop .add-to-box .add-to-links { clear:both; }
.product-view .product-shop .add-to-links li  { display:inline; }
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { }

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

.product-options-bottom .price{font-size:18px }
.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 {padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .add-to-cart, .product-options-bottom .add-to-cart {padding-bottom:15px;clear:both}
.product-shop  .add-to-links, .product-options-bottom .add-to-links{ padding:15px 0;border:1px solid #cfcfcf;border-width:1px 0; margin-bottom:18px;float:none}
.product-shop .product-options-bottom .price-box {margin-top:0 }
.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; }

.review-product-list .product-shop .ratings-table,.review-product-list .product-shop .nobr{display:none}
.review-product-list .product-shop .buttons-set .back-link a {padding-left:0;margin:0}
.review-product-list .product-shop .add-to-box{margin:0}
.addthis_toolbox {margin-top:15px}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.box-collateral.box-up-sell{border-left: 1px solid #000;padding: 5px 0 0 10px;margin-bottom:25px}
.box-collateral.box-up-sell h2 {font-size:12px;text-transform:uppercase;color:#000 }
.box-collateral.box-up-sell  .mini-products-list li {border-bottom: 1px solid #CFCFCF; margin: 0 0 10px;padding:10px 0 15px 0!important}
.box-collateral.box-up-sell .mini-products-list li .price-box{margin:5px 0}
.box-collateral.box-up-sell  .mini-products-list li .link-wishlist{color:#000;font-size:14px;text-transform:uppercase;float:none}
.box-collateral.box-up-sell  .mini-products-list li  .product-name a{color: #000000;font-size: 14px;font-weight: bold;text-transform: capitalize;}
.product-view .box-up-sell .products-grid { width:100%; background:none; border-bottom:0;}
.product-view .box-up-sell .products-grid td { background: url("../images/bkg_cross.gif") no-repeat scroll right 30px transparent;float: left; padding: 20px; width: 200px;}
.product-view .box-up-sell .products-grid td .item_inner { background: url("../images/bkg_products-grid.png") no-repeat scroll center bottom transparent; padding-bottom: 40px;}
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0;padding-right:0;background:0 }
.product-view .box-up-sell .products-grid td img { }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings { clear:both; }
.product-view .box-up-sell .products-grid .ratings.rating-links{ display:none; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { clear:both; font-size:inherit; *font-size:1em;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; clear:both;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.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; border:1px solid #ccc;}
.product-view .box-tags .form-add input.input-text { width:595px; padding:4px; border:0;}
.product-view .box-tags .form-add button.button { float:right; margin-top:-25px;}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:20px 0; }
.product-view .box-reviews .group-review{margin-bottom:10px;padding-bottom:15px;border-bottom:1px solid #cfcfcf;background:url(../images/bkg_quote.png) no-repeat left 5px;padding-left:90px}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd {margin-top: 10px;}
.product-view .box-reviews dd small {display:block;margin-top:5px;}
.product-view .box-reviews dd small strong{ font-style:italic;font-size:11px;color:#000;font-style:normal;}
.product-view .box-reviews .form-add { margin:0; }
.product-view .box-reviews .form-add  #review-form fieldset{clear:both;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; border-bottom: 1px solid #CFCFCF !important; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
.product-view a.back-link{ background: url("../images/ico_read-more.gif") no-repeat scroll right 6px transparent;
 color: #AE0000; float: left; font-size: 12px; margin-right: 10px; padding-right: 10px;}
/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:290px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:605px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-weight:normal;text-align:center;text-transform:capitalize ;}
.product-name a { text-decoration:none;color:#000;font-size:14px;font-weight:bold}
.product-name a:hover { text-decoration:none;}

/* Product Tags */
.tags-list { display:block; font-size:13px; padding:10px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#777; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

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

/* Sitemap */
.page-sitemap .links { margin:0 8px -18px 0; }
.page-sitemap .links a { text-decoration:none; position:relative;color:#777 }
.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{border:0 none}
.page-sitemap .pager .amount{display:block;margin:0}
.page-sitemap .page-title{margin-bottom:20px}
/* 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 { background:none !important; }
.checkout-cart-index .col-main .col-inner { background:none !important; padding: 0 !important;}

.checkout-cart-index .cart-noitems-inner p{margin:10px 0}

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

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right;display:none }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 10px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table td img { border: 1px solid #ccc;}
.cart-table .product-name { margin:0 0 5px;text-transform:capitalize;font-weight:bold;text-align:left }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px 0; }
.cart-table .btn-continue { float:left}
.cart-table .btn-continue span {}
.cart-table .btn-update span {background:url(../images/btn-update.gif) no-repeat left center;color: #AE0000;padding: 0 0 0 15px;}
.cart-table .btn-update span span{padding:0;background:0}
.cart-table .cart-price .price { font-weight:normal;font-size:12px;color:#000}
.cart-table td .cart-price-total .price{color:#ae0000;font-size:14px}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:600px; }
.cart .cart-collaterals .col2-set .col-1 { width:260px;}
.cart .cart-collaterals .col2-set .col-2 { width:260px;padding-left:80px;background:url(../images/ico_arrow.png) no-repeat 20px top }

.cart .crosssell {clear:both;padding:25px 0 0}
.cart .crosssell .crosssell-inner {}
.cart .crosssell h2 { font-size:14px; color:#777; text-transform:uppercase; padding: 0 0 5px; border-bottom:2px solid #000;}
.cart .crosssell .product-image { float:left; padding:0 0 10px 65px; width:105px; height:105px; text-align:center; }
.cart .crosssell .product-details {padding:0;clear: both;text-align:left}
.cart .crosssell .product-name {padding-bottom:10px;text-align:left }
.cart .crosssell li.item {padding:20px;width:200px;float:left;background:url(../images/bkg_cross.gif) no-repeat right 30px  }
.cart .crosssell li.item .item_inner{background:url("../images/bkg_products-grid.png") no-repeat scroll center bottom transparent; padding-bottom: 20px;text-align:center;height:100%;overflow:hidden}
 .cart .crosssell li.item .price-box{width: 110px;float:left; padding: 5px 0;margin:0}
.cart .crosssell li.item.last{padding-right:0;background:0}
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell button.btn-cart{float:right}
.cart .crosssell button.btn-cart span { background:url(../images/btn_add-to-cart.gif) no-repeat left center; padding-left:12px;}
.cart .crosssell button.btn-cart span span{background:0;padding:0;color:#AE0000;font-weight:bold}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart .discount .discount-inner,
.cart .shipping .shipping-inner {}
.cart .discount h2,
.cart .shipping h2 ,.totals h2{ font-size:14px; color:#000; text-transform:uppercase; padding: 0 0 5px; border-bottom:2px solid #000; margin-bottom: 8px; }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:205px; }

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

.cart .shipping .form-list input.input-text { width:205px;}
.cart .shipping .form-list select { width:215px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:260px; background:url("../images/ico_arrow.png") no-repeat scroll 20px top transparent;padding-left:80px;color:#000}
.cart .totals .totals-inner {}
.cart .totals .price { font-weight:normal; color: #000;float:right}
.cart .totals table {width:100%; }
.cart .totals td {text-align: left !important; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 10px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; vertical-align:middle;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight:normal;}
.cart .totals tfoot td .price { color: #AE0000;font-size: 25px;}
.cart .totals .checkout-types {border-top: 1px solid #CFCFCF;padding-top: 5px; margin-top: 5px;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li a{text-decoration:underline}

/* Options Tool Tip */
.item-options dt { float:left; clear:both; color:#666;}
.item-options dt:after { content:':'; }
.item-options dd { float: left; color:#666; padding-left: 5px;}
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


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

.checkout-onepage-index .col-main,
.checkout-onepage-index .col-main .col-inner { background:none; padding:0;}
.checkout-onepage-index .page-title {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:5px 10px 15px 0;width:auto;float:left }
.sp-methods dd {clear:both}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

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

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

/* Tooltip */
.tool-tip { border:1px solid #cfcfcf; background:#fff; 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 {padding: 9px 0 0;}
.block-progress .block-title strong { }
.block-progress .block-content {border: 0 none; padding: 5px 0 0;}
.block-progress dt { background-color: #F6F6F6;border-bottom: 1px solid #CFCFCF; color: #000000;font-size: 12px;    line-height: 30px; padding-left: 10px; text-transform: uppercase; }
.block-progress dd { border-top:0; padding:0 13px 8px; margin:0 0 6px;}
.block-progress dd address {}
.block-progress dt.complete {border:0 none}
.block-progress dd.complete { border-bottom: 1px solid #CFCFCF;}
.block-progress p { margin:0; }
.block-progress dt a { font-weight:normal; text-transform: capitalize;color:#ae0000; background: url("../images/ico_change.gif") no-repeat scroll 0 50% transparent;padding-left:10px; float: right;}
.block-progress dt .separator {display:none  }

.opc .buttons-set { margin-top:0; padding-top:0; border-top:0; text-align:left;}
.opc .buttons-set button.button { float:left; margin-top: -20px;position: relative; }
.opc .buttons-set button.button span {}
.opc .buttons-set p.required {padding: 20px 0 0;margin:0; text-align: right;width:533px;border-top:1px solid #cfcfcf}
.opc .buttons-set .back-link { margin-top:5px;float:left; margin-left: 50px;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-style: solid;border-width: 0 0 1px; font-size: 14px; font-weight: normal;padding: 15px 10px;border-color:#cfcfcf;background: none repeat scroll 0 0 #F6F6F6;}
.opc .step-title .number {background-image: url("../images/bkg_opc-title.png"); background-repeat: no-repeat; float: left; height: 20px; text-align: center; width: 19px;color:#fff;background-position: left 1px;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 { float:left; margin:0; padding: 0 10px; font-size:14px;text-transform:uppercase; color:inherit; *color:#777777;line-height:1.55 }
.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 { background-color: #FEFDCA; color: #AE0000!important; cursor: default;}
.opc .active .step-title .number { background-image:url("../images/bkg_opc-title-active.png"); }
.opc .active .step-title h2 {color:#ae0000; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; padding:15px 0 10px; margin: 10px 0 0;border-bottom:1px solid #cfcfcf}
.opc .step .step-inner {padding:0 10px 10px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login p.required{width:auto; border-bottom: 1px solid #CFCFCF;border-top:0 none; margin: 0 0 10px;padding:0 0 5px}
#opc-login .col-1 p.required{border:0 none;margin:0;padding:0}
#opc-login h3,#opc-login h4 { font-size:14px; text-transform:uppercase;font-weight:normal;color:#000 }
#opc-login .col-1 { width:375px;}
#opc-login .col-2 { width:227px; }
#opc-login .col-2 .form-list .input-box { width:auto;}
#opc-login .col-2 .form-list .input-box input.input-text { width:218px; }
#opc-login .col-2 .buttons-set p.required { text-align:right;}
#opc-login .col-2 .buttons-set a { margin-top: 5px;float:right!important }
#opc-login .buttons-set button.button { float:left;margin-top:0 }
#opc-login .col-2 .buttons-set button.button span {}
#opc-login strong { font-weight:bold; color:#373d42; }

#login-form h4 {color: #000000; display: inline; font-size: 12px;text-transform: none;}
#login-form p {margin:0 0 0 10px }
#login-form p.required{width:250px}
#login-form .form-list { margin:0 0 0 10px }
#checkoutSteps #login-form p ,#checkoutSteps #login-form .form-list {margin:0;display:inline} 

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

#opc-review .step { border-bottom: 0 none; padding-top: 0; }
#opc-review .step .step-inner{padding:0}
#opc-review .product-name {color: #000000; font-size: 12px;text-transform: none; text-align: left;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 10px; }
#opc-review .buttons-set p {color: #000000;}
#opc-review .buttons-set p  a{text-decoration:underline}
#opc-review .buttons-set button.button { float:right; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review  tbody .cart-price .price {color: #000000;font-size: 12px;font-weight: normal;}
#opc-review tbody td.last .cart-price .price {color: #AE0000;font-size: 14px;}
#opc-review .data-table thead th {border:0 none}
#opc-review tfoot .price {color: #000;font-size: 14px;}

#checkout-review-table tfoot tr.first td { padding-top: 10px; border-top: 3px solid #CFCFCF; }
#checkout-review-table tfoot tr.last td { padding-bottom: 10px; border-bottom: 1px solid #CFCFCF !important; }
#checkout-review-table tfoot tr.last td strong,#checkout-review-table tfoot tr.last td strong .price{color:#ae0000;font-size:20px}
#checkout-review-table tfoot td { background:none; color: #000000;}
#checkout-review-submit{margin:10px 0}
#checkout-review-submit .button span span{background-position: 145px center;}

.checkout-onepage-success .page-title{border:0 none}
.checkout-onepage-success .page-title h1,.checkout-onepage-success .page-title h2 {background: url("../images/i_msg-success.gif") no-repeat 12px center #FEFDCA; border-bottom:1px solid #CFCFCF; border-top:2px solid #ae0000;color: #AE0000;padding:17px 8px 17px 28px !important}
.checkout-onepage-success .page-title h1{font-size:15px!important;}
.checkout-onepage-success .sub-title{text-transform:uppercase;color: #000000; font-size: 14px;padding: 10px 0;}
.checkout-onepage-success .col-main .buttons-set{border-top: 1px solid #CFCFCF;margin-top: 10px;}
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 10px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #777; padding:2px 0 0; font-weight:bold; text-align:center; color:#777; }
.checkout-progress li.active { border-top-color:#ae0000; color:#ae0000; }

.multiple-checkout h2 { background: none repeat scroll 0 0 #F6F6F6; border-bottom: 1px solid #CFCFCF;padding: 15px 10px;font-size:14px;color:#000; text-transform: uppercase;}
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:normal; color:#000; }
.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;text-align:left}
.multiple-checkout .data-table .product-name a { text-transform: lowercase; }
.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 {}
.multiple-checkout .col2-set h2.legend {color: #000000; font-size: 14px; padding: 15px 10px;text-transform: uppercase;background:#f6f6f6;border-bottom:1px solid #cfcfcf;border-top:1px solid #cfcfcf;}
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c;padding-left: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 { color:#000; }
.multiple-checkout .multiple-checkout{padding-left:10px}

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; }
.multiple-checkout .place-order .grand-total .inner div {  margin-right:7px;}
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:8px;padding-bottom:10px ;color:#AE0000;display:block;text-align:right;font-weight:bold}
.multiple-checkout .place-order .grand-total .price { color:#AE0000; }
.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; }
.multiple-checkout .data-table tfoot strong{color:#ae0000;font-size:13px}
.multiple-checkout #checkout-review-submit .button span span{background-position: 155px center;}
.checkout-multishipping-overview .multiple-checkout .buttons-set .back-link a{float:right;padding-right:8px}
/* Step 1 */
.multiple-checkout .title-buttons button.button span {}
.multiple-checkout .buttons-set .back-link a{margin:0 0 0 10px}
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot td .continue{float:left}
#multiship-addresses-table tfoot button.button span {}
.multiple-checkout .page-title.title-buttons .button{margin-top:5px}
/* 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 #cfcfcf; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .page-title {border:0 none}
.account-login .col2-set .col-1 { width: 460px;}
.account-login .col2-set .col-2 { width: 460px; }
.account-login .content { }
.account-login .content h2 { font-size:14px; text-transform:uppercase; padding:15px 10px;color:#000;border-top:2px solid #ae0000;border-bottom:1px solid #cfcfcf;margin-bottom:15px;background:#f6f6f6}
.account-login .registered-users h2 { }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0;}

.account-login .new-users .buttons-set button.button { float:left; margin:0;}
.account-login .new-users .buttons-set button.button span {}

.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:240px;}
.account-login .registered-users .buttons-set{width: 255px;margin-left:10px}
.account-login .registered-users .buttons-set .button{float:left  }
.account-login .registered-users .buttons-set .f-left{float:right!important;text-decoration:underline;margin-top:0px}

.account-create {}
.account-create .buttons-set { width: 535px;padding:8px 0 0 10px}
.customer-account-create .account-create .fieldset{padding-bottom:5px;margin:0}
.customer-account-create .account-create .fieldset .legend,.checkout-multishipping-register .account-create .fieldset .legend,.newsletter-manage-index .fieldset .legend ,.catalogsearch-advanced-index .fieldset .legend {color: #000000; font-size: 14px; padding: 15px 10px;text-transform: uppercase;background:#f6f6f6;border-bottom:1px solid #cfcfcf;border-top:1px solid #cfcfcf;}
.customer-account-create .account-create .fieldset .form-list,.checkout-multishipping-register .account-create .fieldset .form-list{margin-left:10px}
.customer-account-create .account-create  #form-validate .button,.checkout-multishipping-register .account-create  #form-validate .button{float: left; position: relative;}
.customer-account-create .account-create  #form-validate .buttons-set .required,.checkout-multishipping-register .account-create  #form-validate .buttons-set .required{border-top: 1px solid #CFCFCF;
 margin: 0; padding: 20px 0 0;text-align: right;}
/* Account Login/Create Pages ============================================================ */


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

/********** < Dashboard */
.dashboard .page-title {}
.dashboard .welcome-msg { margin:15px 10px 20px; }
.dashboard .welcome-msg p{ margin:0; }
.dashboard .welcome-msg p strong{color:#000}
.dashboard .col2-set { margin:15px 10px; }
.customer-account-edit .my-account #form-validate .buttons-set p.required,.customer-address-form  .my-account #form-validate .buttons-set p.required{border-top: 1px solid #CFCFCF;
 margin: 0; padding: 20px 0 0; text-align: right; width: 533px;}
.customer-account-edit .my-account #form-validate .buttons-set .button,.customer-address-form .my-account #form-validate .buttons-set .button{ margin-top: -20px; position: relative;}
.customer-account-edit .my-account #form-validate .fieldset .legend,.customer-address-form .my-account #form-validate .fieldset .legend{background: none repeat scroll 0 0 #F6F6F6;   border-bottom: 1px solid #CFCFCF;padding: 15px 10px; border-top: 1px solid #CFCFCF;font-size:14px}
.customer-account-logoutsuccess .page-title{margin-bottom:10px}
.customer-address-index .page-title{border:0 none}
/* General Box */
.box-account { margin: 0 0 20px; }
.box-account.box-info .col2-set .box  .box-head{margin-bottom:10px;}

.box-account .box-head { background: none repeat scroll 0 0 #F6F6F6; border-bottom: 1px solid #CFCFCF;  border-top: 1px solid #cfcfcf; padding: 15px 10px;}
.box-account .box-head h2 { font-size:14px; color:#000; margin:0; display:inline;text-transform: uppercase;width:auto;float:left}
.box-account .box-head a { float:right; width:auto;}
.box-tags .box-head a {width:auto;float:right}
#my-orders-table em{font-style:normal}
.box-account #my-orders-table a{text-decoration:underline}
/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/

.dashboard .box .box-title {text-align:left; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {color: #000000; float: left;font-size: 12px;line-height: 1.55; margin-right: 12px;  padding-right:12px;text-transform: uppercase;background:url(../images/separator.gif) no-repeat right center}
.dashboard .box .box-title a{color:#ae0000} 
.dashboard .box .box-content a{color:#ae0000;display:block;margin-top:10px} 
/* Block: Recent Orders */
.dashboard .box-recent .box-head { }
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head {}
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 {color: #000000; font-size: 12px; font-weight: normal;text-transform: uppercase;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:5px -20px 0 0; padding:2px 3px; background:#000; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {width:auto;float:left}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:5px -20px 0 0; padding:2px 3px; background:#000; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
.box-collateral.box-tags{border-left: 1px solid #000;padding: 0 0 0 10px;}
/********** Dashboard > */
.customer-address-form .my-account #form-validate .form-list li,.customer-account-edit .my-account #form-validate .form-list li{margin:0 10px}
.customer-address-form .my-account #form-validate .buttons-set,.customer-account-edit .my-account #form-validate .buttons-set{margin:0 10px}
.sales-order-history .my-account .buttons-set .back-link a{margin:0 0 0 10px}
.my-account .billing-agreements .buttons-set .back-link a,.my-account .recurring-profiles .buttons-set .back-link a,
.review-customer-index .my-account .buttons-set .back-link a ,.tag-customer-index .my-account .buttons-set .back-link a,.tag-customer-view .my-account .buttons-set .back-link a ,.wishlist-index-index .my-account .buttons-set .back-link a,.downloadable-customer-products .my-account .buttons-set .back-link a {margin:0}
.newsletter-manage-index .my-account .buttons-set .back-link a {margin-top:0}
.billing-agreements p,.recurring-profiles p,.tag-customer-index .my-account p,.downloadable-customer-products .my-account p{margin:10px 0 0}
#my_recent_reviews,#my_recent_tags{margin-top:20px} 
#my_recent_reviews .product-name,#my_recent_tags .product-name{text-align:left}
#my_recent_reviews .product-name a,#my_recent_tags .product-name {font}
/* Address Book */
.addresses-list h2{ background: none repeat scroll 0 0 #F6F6F6; border-bottom: 1px solid #CFCFCF; border-top: 2px solid #AE0000;color: #000000; font-size: 14px;padding: 15px 10px;text-transform: uppercase;}
.addresses-list h3 { font-size:12px;padding: 10px 0;text-transform: uppercase}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a {color: #AE0000;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px;padding:0 10px }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-style:italic; }
.addresses-list .addresses-additional .button{margin-left:9px}
.customer-address-index .my-account .buttons-set .back-link a {padding:0 10px;margin:0}
/* Order View */
.my-account .pager{border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;padding:10px 0}
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

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

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

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

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist  #wishlist-table button.btn-cart span,.link-cart { background: url("../images/btn_add-to-cart.gif") no-repeat scroll left center transparent;padding-left: 12px;}
.my-wishlist #wishlist-table button.btn-cart span span{  background: none repeat scroll 0 50% transparent; color: #AE0000;font-weight: bold; padding: 0;}
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none;margin-right:10px }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:10px 0; }
.my-tag-edit .btn-remove { float:right; margin:3px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap;}
#my-tags-table  button.btn-cart span{ background: url("../images/btn_add-to-cart.gif") no-repeat scroll left center transparent;
  padding-left: 12px;}
#my-tags-table  button.btn-cart span span{  background: none repeat scroll 0 50% transparent; color: #AE0000;font-weight: bold;
 padding: 0;}
/* My Reviews */
#my-reviews-table td { padding:10px; }

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

/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {background:#171719;border-top:2px solid #000; padding:20px 0;color:#777;position:relative}
.footer { width:960px; margin:0 auto; text-align:left; font-size:11px;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#777777;text-decoration:none; }
.footer a:hover { color:#fff; text-decoration:underline; }
.footer .bugs { float:right; clear:right; margin:0 0 10px; min-width:300px;}
.footer .bugs a {  }
.footer .bugs a:hover { }
.footer address { clear:left; }
.footer address a { color:#fff; text-decoration:none; }
.footer address a:hover { text-decoration:underline; }
.footer .links-set { float:left; padding:10px 0;}
.footer .links-set li { background:url(../images/bkg_node2.gif) 0 center no-repeat; padding: 0 0 0 15px;}
.footer ul { float:left;}
.footer li { display:block;}
.footer .links { margin:10px 0;}
.footer .links li { display:inline; background:url(../images/bkg_pipe1.png) right center no-repeat; padding: 0 10px 0 8px; text-transform:uppercase; font-size:10px;}
.footer .separator { border:0; border-top:1px dotted #515151; clear:both;}
.footer .form-language { float:right; margin:1em 0; }
.footer .form-language label { padding-right:5px; vertical-align:middle; float:left; }
.footer .form-language select { padding:0; }
.footer .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.footer .paypal-logo { float:right; clear:both; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-block-1 span,.footer-block-2 span,.footer-block-3 span{color:#fff;font-size:16px;text-transform:uppercase;margin-bottom:7px;display:block}
.footer-block-1 ul li,.footer-block-2 ul li,.footer-block-3 ul li{background:url(../images/ico_list.gif) no-repeat left 7px;padding-left:10px}

.footer-block-1,.footer-block-2,.footer-block-3,.footer-block-4{float:left;width:210px;margin-right:30px}
.footer-block-4{margin:0 0 0 15px}
.footer-top{height:100%;overflow:hidden}
.footer-bot{border-top:1px solid #363637;margin-top:10px;padding-top:10px}
 .footer-block-3-top{height: 100%;overflow: hidden;}
 .footer-block-3-bot{clear:both;margin-top:10px}
.footer-block-3-bot li{display:inline;background:0!important;padding:0 5px 0 0!important}
.footer-block-5{float:left;width:50%}
.footer-block-6{float:right;width:210px;margin-right:30px;text-align: left;}
.footer-block-6 span{padding-bottom:5px;display:block}
/* ======================================================================================= */

/* 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; }
/* ======================================================================================= */
 .contacts-index-index   .fieldset .legend { background: none repeat scroll 0 0 #F6F6F6; border-bottom: 1px solid #CFCFCF;color: #000000; font-size: 14px;margin-bottom: 15px; padding: 15px 10px;text-transform: uppercase;}
.contacts-index-index  #contactForm p.required{text-align:left}
.cms-page-view .col-right{padding:0}
.customer-account-forgotpassword #form-validate .fieldset .legend { font-size:14px; text-transform:uppercase; padding:15px 10px;color:#000;border-bottom:1px solid #cfcfcf;margin-bottom:15px;background:#f6f6f6}
.customer-account-forgotpassword #form-validate button.button{float: left;margin-top: -20px;position: relative;}
.customer-account-forgotpassword #form-validate p.required {border-top: 1px solid #CFCFCF; margin: 0;padding: 20px 0 0;text-align: right;
 width: 533px;}
 .tag-product-list .mini-products-list .product-details  div.ratings{display:none}
 .catalog-product-view  .product-view p.rating-links{width:auto;float:right}
  .catalog-product-view  .product-view p.rating-links a, .catalog-product-view  .product-view p.rating-links span{float:left}
.account-create p.back-link a, .sendfriend-product-send  p.back-link a{padding-left:0}
#add_recipient_button{width:auto;margin-left:15px;float:left}
#checkout-step-login #onepage-guest-register-button{margin-top:16px;}
#checkoutSteps  #login-form ul li{#float:left}
.customer-address-index .my-account  .addresses-primary{width:100%!important}
.customer-address-index .my-account  .addresses-primary ol.left{width:48.5%;float:left}
.review-customer-index  .page-title {margin-bottom:10px}
.catalog-product-compare-index  .page-title{border:none}
.compare-table { border-top: 2px solid #AE0000;}
.compare-table tr  td{border-right:1px solid #cfcfcf;}